- d426b04 add ioperm/iopl syscalls by Rich Felker · 12 years ago
- 53147f9 add splice and vmsplice syscalls by Rich Felker · 12 years ago
- 207460d add extended attributes syscalls by Rich Felker · 12 years ago
- 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
- b4f632b fix namespace issue in prototypes in math.h by Rich Felker · 12 years ago
- d646249 fix wrong size for sigjmp_buf signal set array by Rich Felker · 12 years ago
- f072227 fix typo in aio.h by Rich Felker · 12 years ago
- 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
- 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
- ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
- 25b88f0 add prototypes for getw/putw by Rich Felker · 12 years ago
- d6c0efe jmp_buf overhaul fixing several issues by Rich Felker · 12 years ago
- cdf5150 replace old and ugly crypt implementation by Rich Felker · 12 years ago
- 9cf9c39 add process_vm_readv and process_vm_writev syscall wrappers by Rich Felker · 12 years ago
- 4e8b093 proper error handling for fcntl F_GETOWN on modern kernels by Rich Felker · 12 years ago
- 5bc8e84 include declarations for new stdio_ext functions (gnulib support) by Rich Felker · 12 years ago
- 57d5fff header file fixes: multiple include guard consistency and correctness by Rich Felker · 12 years ago
- de05a2a revert one change in time.h; no evidence BSD_SOURCE should expose these.. by Rich Felker · 12 years ago
- cf254c3 fix feature test macros in time.h by Rich Felker · 12 years ago
- 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
- fbffcee add (currently stubbed due to stubbed strverscmp) versionsort function by Rich Felker · 12 years ago
- 3d64946 fix signedness errors in stdint.h constant macros by Rich Felker · 12 years ago
- 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
- e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
- 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
- d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
- a34b046 there is no such GNU function fpurge, only __fpurge. by Rich Felker · 12 years ago
- b63cab7 add prototype for BSD/GNU stdio *_unlocked extension functions by Rich Felker · 12 years ago
- 15c7af3 remove duplicate lfs64 cruft in stdio.h by Rich Felker · 12 years ago
- b1cf11c math: fix nextafter definition in tgmath.h by nsz · 12 years ago
- 25d575e debloat jmp_buf in _GNU_SOURCE mode by Rich Felker · 12 years ago
- 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
- af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
- 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
- 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
- 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
- 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
- 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
- b5cbd54 useless lastlog path just to make some stuff happy by Rich Felker · 12 years ago
- f8ac555 missing limit LOGIN_NAME_MAX by Rich Felker · 12 years ago
- e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
- 3777f5b susv4 removed gethostbyname, etc. legacy cruft. by Rich Felker · 12 years ago
- 20052b9 namespace cleanup - NI_* is NOT reserved by netdb.h by Rich Felker · 12 years ago
- 7db6a87 some gnu junk in netdb.h by Rich Felker · 12 years ago
- c3dbe9b fix missing va_list for vsyslog by Rich Felker · 12 years ago
- d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
- b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
- e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
- c8b01e7 move vsyslog out of SYSLOG_NAMES conditional by Rich Felker · 12 years ago
- bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 12 years ago
- 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 12 years ago
- e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 12 years ago
- 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 12 years ago
- 4a99440 some extra legacy header stuff by Rich Felker · 12 years ago
- a3b20f6 take byte order from gcc if gcc has defined it by Rich Felker · 12 years ago
- 106e75f add isastream (obsolete STREAMS junk) by Rich Felker · 12 years ago
- 98c9af5 fix definitions of FP_ILOGB constants by Rich Felker · 12 years ago
- f0b85fd add *64 junk for sys/*.h headers by Rich Felker · 12 years ago
- 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
- b959d04 uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi by Rich Felker · 12 years ago
- ca2d3c6 add additional compatibility union member for ipv6 addresses by Rich Felker · 12 years ago
- 6f0cf30 remove minimal linux kernel headers by Rich Felker · 13 years ago
- a917c03 support alternate glibc name pow10 for exp10 by Rich Felker · 13 years ago
- f681975 first try at writing an efficient and "correct" exp10 by Rich Felker · 13 years ago
- 50da5c2 add linux-specific unshare syscall wrapper by Rich Felker · 13 years ago
- 90da74e implement getusershell, etc. legacy functions by Rich Felker · 13 years ago
- 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 13 years ago
- 3f4de35 fix breakage in endian.h by Rich Felker · 13 years ago
- 8705a0f add some ugly byte swapping cruft in endian.h by Rich Felker · 13 years ago
- b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 13 years ago
- 769d3d3 fix header typo by Rich Felker · 13 years ago
- ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 13 years ago
- ed0e3a3 fix incorrect macro name for MATH_ERREXCEPT in math.h by Rich Felker · 13 years ago
- 67b25fe move F_DUPFD_CLOEXEC out of bits by Rich Felker · 13 years ago
- 0115a6e rename __sa_restorer to sa_restorer in struct sigaction by Rich Felker · 13 years ago
- 3be616c fix alloca issue in stdlib.h too by Rich Felker · 13 years ago
- d71d080 alloca cannot be a function. #define it to the gcc builtin if possible by Rich Felker · 13 years ago
- 450f2c4 remove useless (at best, harmful) feature test checks in aio.h by Rich Felker · 13 years ago
- 4dbd941 optimize signbit macro by Rich Felker · 13 years ago
- 93a18a1 make math.h more c++-friendly by Rich Felker · 13 years ago
- 494ba80 simplify creal and cimag macros by Rich Felker · 13 years ago
- 13e400b add creal/cimag macros in complex.h (and use them in the functions defs) by Rich Felker · 13 years ago
- 132f0a0 tgmath.h: suppress any existing macro definitions before defining macros by Rich Felker · 13 years ago
- 47db890 fix DECIMAL_DIG definitions by Rich Felker · 13 years ago
- 25501c1 initial, very primitive strfmon by Rich Felker · 13 years ago
- 80949cc limits.h: support gcc's -funsigned-char by Rich Felker · 13 years ago
- 8e09221 move nonstandard gamma() etc. to _GNU_SOURCE only by Rich Felker · 13 years ago
- 65db6bf c++ seems to want some casts in the float representation-access macros by Rich Felker · 13 years ago
- 40305f7 in math.h make lgamma_r and non-double bessel _GNU_SOURCE only by nsz · 13 years ago
- 0144b45 efficient sincos based on sin and cos by nsz · 13 years ago
- b69f695 first commit of the new libm! by Rich Felker · 13 years ago
- 405ce58 fix nan/infinity macros in math.h, etc. by Rich Felker · 13 years ago
- 9fcecd7 typo in math.h c version check by Rich Felker · 13 years ago
- db3e78c make math.h compatibe with c89 by Rich Felker · 13 years ago
- e0614f7 add all missing wchar functions except floating point parsers by Rich Felker · 13 years ago
- 051175d add memory.h, bogus legacy alias for string.h by Rich Felker · 13 years ago
- d367519 use c++-friendly initializers for pthread initializer definitions by Rich Felker · 13 years ago
- 4ce6766 add <syscall.h> as an alias for <sys/syscall.h> by Rich Felker · 13 years ago
- 06aec8d replace prototype for basename in string.h with non-prototype declaration by Rich Felker · 13 years ago
- 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago