12 Commits (c5875ad34b88e159e664587df9f8a9dbac86879f)

Author SHA1 Message Date
Rich Felker a71e0af255 stdio: handle file position correctly at program exit 14 years ago
Rich Felker ad5a332c75 reorder exit code to defer stdio flush until after dtors 14 years ago
Rich Felker 2557d0ba47 ensure that abort always works 14 years ago
Rich Felker 47c2a22fd6 remove __lock dependency from exit 14 years ago
Rich Felker 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock 14 years ago
Rich Felker 14f2e115c2 add dummy __cxa_finalize 15 years ago
Rich Felker b7c683be35 support __cxa_atexit, and registering atexit functions from atexit handlers 15 years ago
Rich Felker f753049a50 simplify atexit and fflush-on-exit handling 15 years ago
Rich Felker c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
Rich Felker e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes 15 years ago
Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago