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