313 Commits (0447b8dc5c4479fa7b505d2b9d341bca12adbd25)

Author SHA1 Message Date
Rich Felker f419bcb9dc dladdr support for dynamic linker (nonstandard extension) 14 years ago
Rich Felker 9bff7c133e implement "low hanging fruit" from C11 14 years ago
Rich Felker b5289fd749 add c11 quick_exit and at_quick_exit functions 14 years ago
Rich Felker 7dba0494e8 type exposure fixes in sys/sem.h 14 years ago
Rich Felker d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... 14 years ago
Rich Felker 43a5a00e4a fix missing uintXX_t in nameser.h 14 years ago
Rich Felker 9a470b0a6e fix dirent.h with _BSD_SOURCE 14 years ago
Rich Felker 3f80afc505 improve headers to better deal with removed-in-posix-2008 features 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
nsz 23e6940a2c math: fix _BSD_SOURCE namespace in math.h 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago
Rich Felker 2242bf616b add significand[fl] math functions 14 years ago
Rich Felker 0c42beb5f9 publicly expose getdents api under _BSD_SOURCE 14 years ago
Rich Felker 617182734c add bsd fgetln function 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker d426b04533 add ioperm/iopl syscalls 14 years ago
Rich Felker 53147f902b add splice and vmsplice syscalls 14 years ago
Rich Felker 207460d097 add extended attributes syscalls 14 years ago
Rich Felker 42f0e965c4 add pipe2 syscall 14 years ago
Rich Felker b4f632bb27 fix namespace issue in prototypes in math.h 14 years ago
Rich Felker d646249124 fix wrong size for sigjmp_buf signal set array 14 years ago
Rich Felker f07222739b fix typo in aio.h 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker 90e123f4a8 fix redef of sigprocmask constants on mips 14 years ago
Rich Felker ba8a96b068 more mips bits-header fixes 14 years ago
Rich Felker 25b88f0810 add prototypes for getw/putw 14 years ago
Rich Felker d6c0efe106 jmp_buf overhaul fixing several issues 14 years ago
Rich Felker cdf51506ce replace old and ugly crypt implementation 14 years ago
Rich Felker 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers 14 years ago
Rich Felker 4e8b0938d9 proper error handling for fcntl F_GETOWN on modern kernels 14 years ago
Rich Felker 5bc8e845bb include declarations for new stdio_ext functions (gnulib support) 14 years ago
Rich Felker 57d5fff5f7 header file fixes: multiple include guard consistency and correctness 14 years ago
Rich Felker de05a2ac22 revert one change in time.h; no evidence BSD_SOURCE should expose these.. 14 years ago
Rich Felker cf254c32ec fix feature test macros in time.h 14 years ago
Rich Felker 23be72ae45 add timegm function (inverse of gmtime), nonstandard 14 years ago
Rich Felker fbffcee63d add (currently stubbed due to stubbed strverscmp) versionsort function 14 years ago
Rich Felker 3d649468c7 fix signedness errors in stdint.h constant macros 14 years ago
Rich Felker 1429ce9ba2 fix sysinfo, try 2. it seems to work this time. 14 years ago
Rich Felker e86b18a63e sysinfo struct was utter nonsense; no idea where it came from. 14 years ago
Rich Felker 3b94daba71 _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE 14 years ago
Rich Felker d200bd727b declare environ in unistd.h when _GNU_SOURCE feature test macro is used 14 years ago
Rich Felker a34b0465ba there is no such GNU function fpurge, only __fpurge. 14 years ago
Rich Felker b63cab76ec add prototype for BSD/GNU stdio *_unlocked extension functions 14 years ago
Rich Felker 15c7af3e21 remove duplicate lfs64 cruft in stdio.h 14 years ago
nsz b1cf11c090 math: fix nextafter definition in tgmath.h 14 years ago
Rich Felker 25d575edc4 debloat jmp_buf in _GNU_SOURCE mode 14 years ago
Rich Felker 0c29adfe42 remove everything related to forkall 14 years ago
Rich Felker af3330d764 some feature test fixes for unistd.h 14 years ago
Rich Felker 96601e3c61 _GNU_SOURCE implies all BSD features except ones GNU rejects 14 years ago
Rich Felker 671ffab776 various header cleanups, some related to _BSD_SOURCE addition 14 years ago