Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -3/+3 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Fix set-gid bit clearing under Linux when effective gid is different from ↵ | Florian Zschocke | 2013-08-26 | 1 | -6/+84 |
| | | | | file gid. | ||||
* | Remove unsupported option '-O' from 'ls' command. | Florian Zschocke | 2013-08-26 | 1 | -1/+1 |
| | |||||
* | Add JavaDoc. | Florian Zschocke | 2013-08-26 | 1 | -27/+87 |
| | |||||
* | Add proper implementation of methods in JnaUtils. | Florian Zschocke | 2013-08-26 | 1 | -0/+226 |
Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping. |