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