265 Commits (030b452b8d6c95be6b6de661aed96e8379d1a80e)

Author SHA1 Message Date
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
Rich Felker 6f0cf3061b remove minimal linux kernel headers 14 years ago
Rich Felker a917c03706 support alternate glibc name pow10 for exp10 14 years ago
Rich Felker f681975577 first try at writing an efficient and "correct" exp10 14 years ago
Rich Felker 50da5c264f add linux-specific unshare syscall wrapper 14 years ago
Rich Felker 90da74ef51 implement getusershell, etc. legacy functions 14 years ago
Rich Felker 431a4cd4df getdtablesize is not standard; move it to its correct spot in unistd.h 14 years ago
Rich Felker 3f4de355ba fix breakage in endian.h 14 years ago
Rich Felker 8705a0f1af add some ugly byte swapping cruft in endian.h 14 years ago
Rich Felker b1b3d3525b add getresuid and getresgid syscall wrappers 14 years ago
Rich Felker 769d3d3498 fix header typo 14 years ago
Rich Felker ba6a9e7734 legacy junk compatibility grab-bag 14 years ago
Rich Felker ed0e3a357e fix incorrect macro name for MATH_ERREXCEPT in math.h 14 years ago
Rich Felker 67b25fe0a8 move F_DUPFD_CLOEXEC out of bits 14 years ago
Rich Felker 0115a6ed96 rename __sa_restorer to sa_restorer in struct sigaction 14 years ago
Rich Felker 3be616c1df fix alloca issue in stdlib.h too 14 years ago
Rich Felker d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible 14 years ago
Rich Felker 450f2c4a85 remove useless (at best, harmful) feature test checks in aio.h 14 years ago
Rich Felker 4dbd94112f optimize signbit macro 14 years ago
Rich Felker 93a18a15e4 make math.h more c++-friendly 14 years ago
Rich Felker 494ba80e9a simplify creal and cimag macros 14 years ago
Rich Felker 13e400b355 add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
Rich Felker 132f0a0083 tgmath.h: suppress any existing macro definitions before defining macros 14 years ago