Age | Commit message (Expand) | Author | Files | Lines |
2012-08-15 | improve headers to better deal with removed-in-posix-2008 features | Rich Felker | 2 | -13/+22 |
2012-08-15 | add missing xattr functions | Rich Felker | 1 | -0/+3 |
2012-08-13 | math: fix _BSD_SOURCE namespace in math.h | nsz | 1 | -25/+26 |
2012-08-13 | remove significandl | Rich Felker | 1 | -1/+0 |
2012-08-13 | add significand[fl] math functions | Rich Felker | 1 | -0/+4 |
2012-08-13 | publicly expose getdents api under _BSD_SOURCE | Rich Felker | 1 | -0/+7 |
2012-08-11 | add bsd fgetln function | Rich Felker | 1 | -0/+4 |
2012-08-05 | fix socket.h on mips | Rich Felker | 1 | -0/+3 |
2012-07-23 | add ioperm/iopl syscalls | Rich Felker | 1 | -0/+13 |
2012-07-23 | add splice and vmsplice syscalls | Rich Felker | 1 | -0/+12 |
2012-07-23 | add extended attributes syscalls | Rich Felker | 1 | -0/+27 |
2012-07-23 | add pipe2 syscall | Rich Felker | 1 | -0/+1 |
2012-07-22 | fix namespace issue in prototypes in math.h | Rich Felker | 1 | -2/+2 |
2012-07-22 | fix wrong size for sigjmp_buf signal set array | Rich Felker | 1 | -1/+1 |
2012-07-19 | fix typo in aio.h | Rich Felker | 1 | -1/+1 |
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | 1 | -7/+0 |
2012-07-12 | fix redef of sigprocmask constants on mips | Rich Felker | 1 | -2/+0 |
2012-07-12 | more mips bits-header fixes | Rich Felker | 1 | -0/+2 |
2012-07-04 | add prototypes for getw/putw | Rich Felker | 1 | -0/+2 |
2012-07-03 | jmp_buf overhaul fixing several issues | Rich Felker | 1 | -1/+5 |
2012-06-29 | replace old and ugly crypt implementation | Rich Felker | 1 | -0/+20 |
2012-06-23 | add process_vm_readv and process_vm_writev syscall wrappers | Rich Felker | 1 | -0/+9 |
2012-06-20 | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 1 | -0/+11 |
2012-06-19 | include declarations for new stdio_ext functions (gnulib support) | Rich Felker | 1 | -0/+5 |
2012-06-15 | header file fixes: multiple include guard consistency and correctness | Rich Felker | 10 | -18/+18 |
2012-06-13 | revert one change in time.h; no evidence BSD_SOURCE should expose these.. | Rich Felker | 1 | -1/+1 |
2012-06-13 | fix feature test macros in time.h | Rich Felker | 1 | -5/+2 |
2012-06-13 | add timegm function (inverse of gmtime), nonstandard | Rich Felker | 1 | -0/+3 |
2012-06-13 | add (currently stubbed due to stubbed strverscmp) versionsort function | Rich Felker | 1 | -0/+5 |
2012-06-08 | fix signedness errors in stdint.h constant macros | Rich Felker | 1 | -2/+2 |
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 | 15 | -15/+15 |
2012-06-02 | declare environ in unistd.h when _GNU_SOURCE feature test macro is used | Rich Felker | 1 | -0/+1 |
2012-05-28 | there is no such GNU function fpurge, only __fpurge. | Rich Felker | 1 | -1/+0 |
2012-05-28 | add prototype for BSD/GNU stdio *_unlocked extension functions | Rich Felker | 1 | -2/+12 |
2012-05-28 | remove duplicate lfs64 cruft in stdio.h | Rich Felker | 1 | -2/+0 |
2012-05-28 | math: fix nextafter definition in tgmath.h | nsz | 1 | -1/+1 |
2012-05-23 | debloat jmp_buf in _GNU_SOURCE mode | Rich Felker | 1 | -3/+0 |
2012-05-22 | remove everything related to forkall | Rich Felker | 1 | -1/+0 |
2012-05-22 | some feature test fixes for unistd.h | Rich Felker | 1 | -16/+16 |
2012-05-22 | _GNU_SOURCE implies all BSD features except ones GNU rejects | Rich Felker | 1 | -1/+1 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | 3 | -17/+9 |
2012-05-22 | bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE | Rich Felker | 1 | -4/+1 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 22 | -41/+126 |
2012-05-20 | move getpass decl to the right place | Rich Felker | 2 | -1/+1 |
2012-05-14 | useless lastlog path just to make some stuff happy | Rich Felker | 1 | -0/+1 |
2012-05-14 | missing limit LOGIN_NAME_MAX | Rich Felker | 1 | -0/+1 |
2012-05-12 | use __h_errno_location for h_errno | Rich Felker | 1 | -1/+5 |
2012-05-12 | susv4 removed gethostbyname, etc. legacy cruft. | Rich Felker | 1 | -9/+7 |