1. 32482f6 revise the definition of multiple basic locks in the code by Jens Gustedt · 7 years ago
  2. 6430315 fix data race in at_quick_exit by Rich Felker · 7 years ago
  3. e738b8c restore _Noreturn to __assert_fail by Rich Felker · 8 years ago
  4. 0c8bc10 improve abort fallback behavior when raising SIGABRT fails to terminate by Rich Felker · 8 years ago
  5. e617b9e move arm-specific translation units out of arch/arm/src, to src/*/arm by Rich Felker · 9 years ago
  6. 19caa25 remove undef weak refs to init/fini array symbols in libc.so by Rich Felker · 9 years ago
  7. ad1cd43 unify static and dynamic libc init/fini code paths by Rich Felker · 9 years ago
  8. 57243b3 fix atexit when it is called from an atexit handler by Rich Felker · 9 years ago
  9. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  10. 5cc1872 remove useless infinite loop from end of exit function by Rich Felker · 10 years ago
  11. c463e11 simplify __stdio_exit static linking logic by Rich Felker · 10 years ago
  12. 2e55da9 remove useless synchronization in exit and quick_exit by Rich Felker · 10 years ago
  13. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  14. 7586360 add support for init/fini array in main program, and greatly simplify by Rich Felker · 11 years ago
  15. 2c1f8fd __assert_fail(): remove _Noreturn, to get proper stacktraces by rofl0r · 12 years ago
  16. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  17. c8ea985 add _Noreturn function attribute, with fallback for pre-C11 GNUC by Rich Felker · 12 years ago
  18. b5289fd add c11 quick_exit and at_quick_exit functions by Rich Felker · 12 years ago
  19. a749ba3 fix bug whereby most atexit-registered functions got skipped by Rich Felker · 12 years ago
  20. a71e0af stdio: handle file position correctly at program exit by Rich Felker · 12 years ago
  21. ad5a332 reorder exit code to defer stdio flush until after dtors by Rich Felker · 12 years ago
  22. 2557d0b ensure that abort always works by Rich Felker · 12 years ago
  23. 47c2a22 remove __lock dependency from exit by Rich Felker · 12 years ago
  24. 4750cf4 ditch the priority inheritance locks; use malloc's version of lock by Rich Felker · 12 years ago
  25. 14f2e11 add dummy __cxa_finalize by Rich Felker · 13 years ago
  26. b7c683b support __cxa_atexit, and registering atexit functions from atexit handlers by Rich Felker · 13 years ago
  27. f753049 simplify atexit and fflush-on-exit handling by Rich Felker · 13 years ago
  28. c2cd25b consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix by Rich Felker · 13 years ago
  29. e3cd6c5 major stdio overhaul, using readv/writev, plus other changes by Rich Felker · 13 years ago
  30. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  31. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago