Age | Commit message (Expand) | Author | Files | Lines |
2012-12-06 | fix F_DUPFD_CLOEXEC being defined twice | rofl0r | 1 | -1/+0 |
2012-12-06 | fixup for fcntl.h changes | rofl0r | 1 | -16/+15 |
2012-12-06 | fcntl.h: add some linux-specific F_ macros | rofl0r | 1 | -0/+17 |
2012-11-18 | fcntl.h: O_SEARCH was missing for powerpc | rofl0r | 1 | -0/+4 |
2012-09-15 | fix stupid bug in updating of O_ACCMODE for O_SEARCH support | Rich Felker | 1 | -1/+1 |
2012-09-13 | add O_PATH/O_SEARCH support to fcntl.h | Rich Felker | 1 | -1/+1 |
2012-09-08 | add linux tee syscall | Rich Felker | 1 | -0/+1 |
2012-09-08 | add linux sync_file_range syscall | Rich Felker | 1 | -0/+4 |
2012-09-08 | add linux readahead syscall | Rich Felker | 1 | -0/+1 |
2012-09-08 | add fallocate (nonstandardized) function | Rich Felker | 1 | -0/+3 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -0/+2 |
2012-09-06 | provide loff_t for splice syscall | Rich Felker | 1 | -0/+1 |
2012-07-23 | add splice and vmsplice syscalls | Rich Felker | 1 | -0/+12 |
2012-06-20 | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 1 | -0/+11 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 1 | -1/+1 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | 1 | -2/+1 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -1/+13 |
2012-05-04 | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | 1 | -0/+10 |
2012-04-15 | move F_DUPFD_CLOEXEC out of bits | Rich Felker | 1 | -0/+2 |
2011-04-14 | fix O_SYNC definition, cleanup fcntl.h | Rich Felker | 1 | -0/+8 |
2011-04-14 | fcntl.h: move macros that do not vary between archs out of bits | Rich Felker | 1 | -0/+24 |
2011-03-08 | fcntl.h should make availabel the mode constants from sys/stat.h | Rich Felker | 1 | -0/+18 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+43 |