Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add mount flags to sys/mount.h | Szabolcs Nagy | 2013-01-12 | 1 | -4/+22 |
| | | | | | | | | added various MS_*, MNT_*, UMOUNT_* flags following the linux headers, with one exception: MS_NOUSER is defined as (1U<<31) instead of (1<<31) which invokes undefined behaviour the S_* flags were removed following glibc | ||||
* | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 2011-11-10 | 1 | -0/+8 |
| | | | | patch by Arvid Picciani (aep) | ||||
* | add some ioctl stuff to sys/mount.h | Rich Felker | 2011-03-19 | 1 | -0/+18 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+28 |