Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-24 | add MS_LAZYTIME mount option to sys/mount.h | Szabolcs Nagy | 1 | -1/+2 | |
new in linux 4.0 commit 0ae45f63d4ef8d8eeec49c7d8b44a1775fff13e8, used to update atime/mtime/ctime only in memory when possible. | |||||
2013-01-12 | add mount flags to sys/mount.h | Szabolcs Nagy | 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 | |||||
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 1 | -0/+8 | |
patch by Arvid Picciani (aep) | |||||
2011-03-19 | add some ioctl stuff to sys/mount.h | Rich Felker | 1 | -0/+18 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+28 | |