1. dc82ee4 handle null arguments to legacy bsd err.h functions by Rich Felker · 12 years ago
  2. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  3. 7650390 add missing xattr functions by Rich Felker · 12 years ago
  4. 0d4d1a9 update copyright/credits for recent code additions by Rich Felker · 12 years ago
  5. 94e920d support configuring cross compiling with CROSS_COMPILE prefix variable by Rich Felker · 12 years ago
  6. b99836f Merge remote-tracking branch 'nsz/bsd' by Rich Felker · 12 years ago
  7. 2d93d64 Merge remote-tracking branch 'nsz/exp' by Rich Felker · 12 years ago
  8. 23e6940 math: fix _BSD_SOURCE namespace in math.h by nsz · 12 years ago
  9. ab76321 remove significandl by Rich Felker · 12 years ago
  10. 2242bf6 add significand[fl] math functions by Rich Felker · 12 years ago
  11. 0c42beb publicly expose getdents api under _BSD_SOURCE by Rich Felker · 12 years ago
  12. aaa9eb5 memcpy asm for i386 and x86_64 by Rich Felker · 12 years ago
  13. 036eaa2 avoid need for -march=mips2 to compile mips atomic.h asm by Rich Felker · 12 years ago
  14. f997e22 remove unused but buggy code from strstr.c by Rich Felker · 12 years ago
  15. 35c1693 remove buggy short-string wcsstr implementation; always use twoway by Rich Felker · 12 years ago
  16. 6171827 add bsd fgetln function by Rich Felker · 12 years ago
  17. 2b964b0 minor but worthwhile optimization in printf: avoid expensive strspn by Rich Felker · 12 years ago
  18. 4c34691 trivial optimization to printf: avoid wasted call frame by Rich Felker · 12 years ago
  19. e3ebe7d use int instead of long for ptrdiff_t on all 32-bit archs by Rich Felker · 12 years ago
  20. c5875ad fix incorrect ptrdiff_t type on mips by Rich Felker · 12 years ago
  21. a02bf5f add blowfish hash support to crypt by Rich Felker · 12 years ago
  22. 2f43704 fix (hopefully) all hard-coded 8's for kernel sigset_t size by Rich Felker · 12 years ago
  23. 83b42d9 add defines for number of sigset_t bytes syscalls expect by Rich Felker · 12 years ago
  24. b3c4cc1 make crypt return an unmatchable hash rather than NULL on failure by Rich Felker · 12 years ago
  25. 1fb0169 math: fix exp.s on i386 and x86_64 so the exception flags are correct by nsz · 12 years ago
  26. ae0b9da further fixes for mips ioctl.h header by Rich Felker · 12 years ago
  27. ff02f94 fix another mips gratuitous-incompatibility bug: ioctl numbers by Rich Felker · 12 years ago
  28. 6ecff18 fix bug dlsym bug that slipped in during dynamic linker cleanup by Rich Felker · 12 years ago
  29. 721564a make configure accept mipsel by Rich Felker · 12 years ago
  30. 3a1e756 dlsym RTLD_NEXT support for mips by Rich Felker · 12 years ago
  31. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  32. 32e7bd7 align mips _init/_fini functions by Rich Felker · 12 years ago
  33. 7d9a5c6 more changes that were lost when committing mips dynamic linker by Rich Felker · 12 years ago
  34. fa91df4 more stuff lost committing mips dynamic linker by Rich Felker · 12 years ago
  35. 59f4086 fix change lost in the process of integrating mips dynamic linker by Rich Felker · 12 years ago
  36. 470569c remove configure check disabling shared libraries on mips by Rich Felker · 12 years ago
  37. babf820 mips dynamic linker support by Rich Felker · 12 years ago
  38. d043780 make dynlink.lo depend on reloc.h in makefile by Rich Felker · 12 years ago
  39. 87d13a4 more cleanup of dynamic linker internals by Rich Felker · 12 years ago
  40. 7cb44cd more dynamic linker internals cleanup by Rich Felker · 12 years ago
  41. 05eff01 dynamic linker internals cleanup by Rich Felker · 12 years ago
  42. 5a3a378 floating point support for arm setjmp/longjmp by Rich Felker · 12 years ago
  43. 8a996b7 release notes for 0.9.3 by Rich Felker · 12 years ago
  44. 1b23145 abstract out compiler runtime library for linking libc.so by Rich Felker · 12 years ago
  45. b0fc785 fix argument type error on wcwidth function by Rich Felker · 12 years ago
  46. 129ca6c fix missing static in getusershell (namespace pollution) by Rich Felker · 12 years ago
  47. 970ef6a optimize mempcpy to minimize need for data saved across the call by Rich Felker · 12 years ago
  48. 5aac5e2 optimize arm setjmp/longjmp register saving/loading by Rich Felker · 12 years ago
  49. e1b9c1b save AT_HWCAP from auxv for subsequent use in machine-specific code by Rich Felker · 12 years ago
  50. 07e6295 retry on cas failures in sem_trywait by Rich Felker · 12 years ago
  51. 5d26d5d gcc wrapper improvement: leave libgcc dir in the library path by Rich Felker · 12 years ago
  52. d426b04 add ioperm/iopl syscalls by Rich Felker · 12 years ago
  53. 53147f9 add splice and vmsplice syscalls by Rich Felker · 12 years ago
  54. 207460d add extended attributes syscalls by Rich Felker · 12 years ago
  55. 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
  56. 845a5e6 remove scanf dependency from getaddrinfo /etc/services support by Rich Felker · 12 years ago
  57. efe72c5 getaddrinfo /etc/services lookup support by Rich Felker · 12 years ago
  58. b4f632b fix namespace issue in prototypes in math.h by Rich Felker · 12 years ago
  59. d646249 fix wrong size for sigjmp_buf signal set array by Rich Felker · 12 years ago
  60. dc046f5 add floating point register saving/restoring to mips setjmp/longjmp by Rich Felker · 12 years ago
  61. 75fff40 make getservby*_r return error code rather than -1 (and using errno) by Rich Felker · 12 years ago
  62. 68c5822 fix logic error for skipping failed interfaces in if_nameindex by Rich Felker · 12 years ago
  63. f072227 fix typo in aio.h by Rich Felker · 12 years ago
  64. 06650b9 fix getservby*() with null pointer for protocol argument by Rich Felker · 12 years ago
  65. 7be3b5a avoid blx instruction which does not exist on armv4t or armv4 by Rich Felker · 12 years ago
  66. 649cec5 make dynamic linker tell the debugger its own pathname by Rich Felker · 12 years ago
  67. 48d2013 fix broken mips a_fetch_add by Rich Felker · 12 years ago
  68. 532cd3a sigsetjmp asm for mips by Rich Felker · 12 years ago
  69. e1e4d6b mipsel (little endian) support by Rich Felker · 12 years ago
  70. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  71. 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
  72. a1546e8 disable dynamic linking on mips for now (broken) by Rich Felker · 12 years ago
  73. ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
  74. db11e96 fix mips syscalls with long long args by Rich Felker · 12 years ago
  75. bbbe87e fix several locks that weren't updated right for new futex-based __lock by Rich Felker · 12 years ago
  76. c89f130 fix pthread_kill unlocking by Rich Felker · 12 years ago
  77. ea4175e fix breakage of x86_64 sigaction from recent changes for mips by Rich Felker · 12 years ago
  78. 5fac93d fix mips mcontext_t structure size by Rich Felker · 12 years ago
  79. 92f8396 fix potential race condition in detached threads by Rich Felker · 12 years ago
  80. a03f69d mips clone: don't free stack space used to copy arg by Rich Felker · 12 years ago
  81. b58f738 fix mips clone() on real linux kernel by Rich Felker · 12 years ago
  82. 2b3cc04 fix MAP_ANONYMOUS value for mips, remove cruft copied from i386 by Rich Felker · 12 years ago
  83. 715b640 fix clone() on mips (args were in wrong order) by Rich Felker · 12 years ago
  84. 5c94367 first attempt at making threads work on mips by Rich Felker · 12 years ago
  85. d0bfbd9 generic c version of __set_thread_area for archs where it works by Rich Felker · 12 years ago
  86. 6315004 initial version of mips (o32) port, based on work by Richard Pennington (rdp) by Rich Felker · 12 years ago
  87. cd8d724 remove unused var in new sigaction code by Rich Felker · 12 years ago
  88. 5091e08 use unsigned bitmask for consistency in ksigaction by Rich Felker · 12 years ago
  89. 0b63779 fix breakage from last commit: forgot to include ksigaction.h by Rich Felker · 12 years ago
  90. fcaec91 changes to kernel sigaction struct handling in preparation for mips port by Rich Felker · 12 years ago
  91. e864a29 make dynamic linker depend on -DSHARED not -fPIC by Rich Felker · 12 years ago
  92. 0420b87 fix lots of breakage on dlopen, mostly with explicit pathnames by Rich Felker · 12 years ago
  93. bd1cf09 support -mfpmath=387 on x86_64 by Rich Felker · 12 years ago
  94. 59c4ead fix wrong value of FLT_EVAL_METHOD for x86_64 by Rich Felker · 12 years ago
  95. 8bbc3be make arm syscalls (still non-inline) more efficient by Rich Felker · 12 years ago
  96. a3bdcd9 remove little-endian assumption from arm atomic.h by Rich Felker · 12 years ago
  97. d93e028 fix dlsym RTLD_NEXT support by Rich Felker · 12 years ago
  98. 920baab putw is supposed to return 0 (not the value written) on success by Rich Felker · 12 years ago
  99. 98eddc6 make sure getw/putw agree with prototypes by defining _GNU_SOURCE by Rich Felker · 12 years ago
  100. 25b88f0 add prototypes for getw/putw by Rich Felker · 12 years ago