Age | Commit message (Expand) | Author | Lines |
2012-10-21 | fix issues with wait constants in stdlib.h | Rich Felker | -2/+0 |
2012-09-29 | always expose accept4 | Rich Felker | -4/+1 |
2012-09-21 | LFS64 alias for prlimit | Rich Felker | -0/+1 |
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | -0/+10 |
2012-09-09 | mincore syscall wrapper | Rich Felker | -0/+1 |
2012-09-09 | fix up lfs64 junk for preadv/pwritev | Rich Felker | -0/+5 |
2012-09-09 | add preadv/pwritev syscall wrappers | Rich Felker | -0/+9 |
2012-09-08 | syscall organization overhaul | Rich Felker | -18/+0 |
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | -0/+79 |
2012-09-08 | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | -13/+3 |
2012-09-08 | sysmacros major/minor: result should have type unsigned int, not dev_t | Rich Felker | -2/+2 |
2012-09-08 | add timerfd interfaces (untested) | Rich Felker | -0/+18 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | -15/+24 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -13/+43 |
2012-09-02 | avoid "inline" in public headers for strict c89 compatibility | Rich Felker | -0/+4 |
2012-08-24 | type exposure fixes in sys/sem.h | Rich Felker | -2/+5 |
2012-08-15 | add missing xattr functions | Rich Felker | -0/+3 |
2012-08-05 | fix socket.h on mips | Rich Felker | -0/+3 |
2012-07-23 | add ioperm/iopl syscalls | Rich Felker | -0/+13 |
2012-07-23 | add extended attributes syscalls | Rich Felker | -0/+27 |
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | -7/+0 |
2012-06-23 | add process_vm_readv and process_vm_writev syscall wrappers | Rich Felker | -0/+9 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | -6/+6 |
2012-06-07 | fix sysinfo, try 2. it seems to work this time. | Rich Felker | -10/+10 |
2012-06-07 | sysinfo struct was utter nonsense; no idea where it came from. | Rich Felker | -4/+3 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | -7/+7 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | -4/+4 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | -5/+9 |
2012-05-10 | fix missing parens in bit op macros (param.h) | Rich Felker | -1/+1 |
2012-05-10 | and another bug in setbit, etc. macros.. | Rich Felker | -1/+1 |
2012-05-10 | fix typo in sys/param.h that broke setbit, etc. macros | Rich Felker | -1/+1 |
2012-05-04 | add *64 junk for sys/*.h headers | Rich Felker | -0/+50 |
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | -7/+22 |
2012-02-07 | fix typo in inotify.h | Rich Felker | -1/+1 |
2012-02-01 | apparently gnu caddr_t is supposed to be char *, not unsigned long | Rich Felker | -1/+1 |
2012-01-28 | add linux setfs[ug]id syscall wrappers | Rich Felker | -0/+20 |
2012-01-26 | remove useless "extern" keywords in headers | Rich Felker | -1/+1 |
2012-01-24 | add MIN/MAX macros to sys/param.h | Rich Felker | -0/+5 |
2012-01-24 | add legacy futimes and lutimes functions | Rich Felker | -0/+2 |
2012-01-20 | add prlimit syscall wrapper | Rich Felker | -0/+8 |
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | -0/+95 |
2011-10-17 | fix some details in ugly stuff that doesn't belong in libc | Rich Felker | -0/+2 |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | -1/+1 |
2011-09-23 | FD_ISSET must return an int. this is the easiest way. | Rich Felker | -1/+1 |
2011-09-23 | sys/user.h may need stdint.h | Rich Felker | -0/+1 |
2011-09-20 | fix some header typos | Rich Felker | -1/+1 |
2011-09-20 | fix the fsid_t structure to match name of __val | Rich Felker | -1/+1 |
2011-09-19 | fix the definition of struct statvfs to match lsb abi | Rich Felker | -7/+24 |
2011-09-19 | fix broken multi-inclusion guard in sys/reg.h | Rich Felker | -2/+2 |
2011-09-18 | cleanup more bits cruft (sysmacros and socket) | Rich Felker | -1/+199 |