337 Commits (141138c41b5b1cbb74c61690c9b6dbacce4e1983)

Author SHA1 Message Date
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
Rich Felker 9f370fa99e bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker 3db29f0347 move getpass decl to the right place 14 years ago
Rich Felker b5cbd549fd useless lastlog path just to make some stuff happy 14 years ago
Rich Felker f8ac55516d missing limit LOGIN_NAME_MAX 14 years ago
Rich Felker e68c51ac46 use __h_errno_location for h_errno 14 years ago
Rich Felker 3777f5b90d susv4 removed gethostbyname, etc. legacy cruft. 14 years ago
Rich Felker 20052b9815 namespace cleanup - NI_* is NOT reserved by netdb.h 14 years ago
Rich Felker 7db6a871ca some gnu junk in netdb.h 14 years ago
Rich Felker c3dbe9b22c fix missing va_list for vsyslog 14 years ago
nsz d197d6421c search: add tdestroy (gnu extension) 14 years ago
Rich Felker b47fdcdef8 add missing IN6_ARE_ADDR_EQUAL 14 years ago
Rich Felker e700e59a90 add one more bogus legacy header 14 years ago
Rich Felker c8b01e73ca move vsyslog out of SYSLOG_NAMES conditional 14 years ago
Rich Felker bfb29b666e fix missing parens in bit op macros (param.h) 14 years ago
Rich Felker 2e41887f54 and another bug in setbit, etc. macros.. 14 years ago
Rich Felker e0ff0d34dc fix typo in sys/param.h that broke setbit, etc. macros 14 years ago
Rich Felker 37bb3cce45 omit declaration of basename wrongly interpreted as prototype in C++ 14 years ago
Rich Felker 4a99440571 some extra legacy header stuff 14 years ago
Rich Felker a3b20f67b3 take byte order from gcc if gcc has defined it 14 years ago
Rich Felker 106e75f712 add isastream (obsolete STREAMS junk) 14 years ago
Rich Felker 98c9af5001 fix definitions of FP_ILOGB constants 14 years ago
Rich Felker f0b85fd926 add *64 junk for sys/*.h headers 14 years ago
Rich Felker 2dd8d5e1b8 add support for ugly *64 functions with _LARGEFILE64_SOURCE 14 years ago
Rich Felker b959d04644 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi 14 years ago
Rich Felker ca2d3c6ef4 add additional compatibility union member for ipv6 addresses 14 years ago