Age | Commit message (Expand) | Author | Files | Lines |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | 3 | -6/+6 |
2012-06-07 | fix sysinfo, try 2. it seems to work this time. | Rich Felker | 1 | -10/+10 |
2012-06-07 | sysinfo struct was utter nonsense; no idea where it came from. | Rich Felker | 1 | -4/+3 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | 7 | -7/+7 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | 1 | -4/+4 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 5 | -5/+9 |
2012-05-10 | fix missing parens in bit op macros (param.h) | Rich Felker | 1 | -1/+1 |
2012-05-10 | and another bug in setbit, etc. macros.. | Rich Felker | 1 | -1/+1 |
2012-05-10 | fix typo in sys/param.h that broke setbit, etc. macros | Rich Felker | 1 | -1/+1 |
2012-05-04 | add *64 junk for sys/*.h headers | Rich Felker | 7 | -0/+50 |
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | 1 | -7/+22 |
2012-02-07 | fix typo in inotify.h | Rich Felker | 1 | -1/+1 |
2012-02-01 | apparently gnu caddr_t is supposed to be char *, not unsigned long | Rich Felker | 1 | -1/+1 |
2012-01-28 | add linux setfs[ug]id syscall wrappers | Rich Felker | 1 | -0/+20 |
2012-01-26 | remove useless "extern" keywords in headers | Rich Felker | 1 | -1/+1 |
2012-01-24 | add MIN/MAX macros to sys/param.h | Rich Felker | 1 | -0/+5 |
2012-01-24 | add legacy futimes and lutimes functions | Rich Felker | 1 | -0/+2 |
2012-01-20 | add prlimit syscall wrapper | Rich Felker | 1 | -0/+8 |
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 12 | -0/+95 |
2011-10-17 | fix some details in ugly stuff that doesn't belong in libc | Rich Felker | 1 | -0/+2 |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+1 |
2011-09-23 | FD_ISSET must return an int. this is the easiest way. | Rich Felker | 1 | -1/+1 |
2011-09-23 | sys/user.h may need stdint.h | Rich Felker | 1 | -0/+1 |
2011-09-20 | fix some header typos | Rich Felker | 1 | -1/+1 |
2011-09-20 | fix the fsid_t structure to match name of __val | Rich Felker | 1 | -1/+1 |
2011-09-19 | fix the definition of struct statvfs to match lsb abi | Rich Felker | 2 | -7/+24 |
2011-09-19 | fix broken multi-inclusion guard in sys/reg.h | Rich Felker | 1 | -2/+2 |
2011-09-18 | cleanup more bits cruft (sysmacros and socket) | Rich Felker | 2 | -1/+199 |
2011-09-15 | implement ptrace syscall wrapper (untested) | Rich Felker | 1 | -1/+1 |
2011-08-27 | fix broken FD_* macros on 64-bit targets | Rich Felker | 1 | -3/+3 |
2011-07-09 | add missing signalfd flags | Rich Felker | 1 | -0/+3 |
2011-06-18 | copy-paste error in prctl.h | Rich Felker | 1 | -1/+1 |
2011-06-16 | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 1 | -2/+4 |
2011-05-08 | eventfd syscall wrapper and read/write wrappers | Rich Felker | 1 | -0/+25 |
2011-04-21 | move wait.h macros out of bits. they do not vary. | Rich Felker | 1 | -2/+22 |
2011-04-21 | include signal.h to avoid thorny __sigcontext/sigcontext issues | Rich Felker | 1 | -2/+2 |
2011-04-14 | add useless type fd_mask. it's in the reserved namespace. | Rich Felker | 1 | -0/+2 |
2011-04-13 | numerous fixes to sysv ipc | Rich Felker | 3 | -13/+55 |
2011-04-13 | fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it | Rich Felker | 1 | -3/+1 |
2011-04-13 | fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) | Rich Felker | 2 | -9/+1 |
2011-04-12 | add some traditional aliases to stat.h | Rich Felker | 1 | -0/+6 |
2011-04-12 | add missing rlimit macros | Rich Felker | 1 | -0/+8 |
2011-04-11 | cleanup types stuff in headers, fix missing u_int*_t in sys/types.h | Rich Felker | 1 | -7/+9 |
2011-04-10 | add some ugly legacy type names in sys/types.h (u_char etc.) | Rich Felker | 1 | -0/+8 |
2011-04-10 | add legacy BSD-style timer*() macros in sys/time.h | Rich Felker | 1 | -0/+10 |
2011-04-10 | add missing UTIME_* macros in sys/stat.h | Rich Felker | 1 | -0/+3 |
2011-04-06 | fix typo in sys/msg.h | Rich Felker | 1 | -1/+1 |
2011-04-06 | fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions | Rich Felker | 1 | -1/+1 |
2011-04-05 | alternate name for syslog.h | Rich Felker | 1 | -0/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -1/+17 |