660 Commits (5e9deea0039204f3b29edb1ffe0e30325d456f84)
 

Author SHA1 Message Date
Rich Felker 5e9deea003 fix cruft left in release notes 15 years ago
Rich Felker fd408d27a0 fix prototypes for aio_read and aio_write 15 years ago
Rich Felker 0f1ef81462 add missing posix_spawnattr_init/destroy functions 15 years ago
Rich Felker 801b311a5b 0.8.0 release 15 years ago
Rich Felker 28af39fe42 remove some stray trailing space characters 15 years ago
Rich Felker fb80e047cc implement gnu sigisemptyset 15 years ago
Rich Felker ce17ea6f2c add prototypes for GNU *_unlocked stdio functions 15 years ago
Rich Felker a6540174be add dummied strverscmp (obnoxious GNU function) 15 years ago
Rich Felker d4045a1683 declare alloca in stdlib.h when _GNU_SOURCE is defined 15 years ago
Rich Felker 8fe5fa56ee fix serious bug in pthread_join 15 years ago
Rich Felker eb351a9e63 fix pthread_join wait call: thread termination tid futex is not private 15 years ago
Rich Felker b4de6f93ae implement POSIX asynchronous io 15 years ago
Rich Felker 96cea94ad2 fix incorrect overflow errors on strtoul, etc. 15 years ago
Rich Felker 5989dde345 strptime: fix use of uninitialized dest field in converting integer 15 years ago
Rich Felker d2e061a2bd more fmemopen null termination fixes 15 years ago
Rich Felker e72ee5786b fix some fmemopen behaviors 15 years ago
Rich Felker a7778dae22 handle pending cancellation when enabling async cancellation 15 years ago
Rich Felker 22e4542348 fmemopen: fix eof handling, hopefully right this time 15 years ago
Rich Felker f81279ff58 fmemopen fixes 15 years ago
Rich Felker 7ee3dcb3c6 memstreams: fix incorrect handling of file pos > current size 15 years ago
Rich Felker c88f36f556 optimize seek function for memory streams 15 years ago
Rich Felker 32d67e938e fix twos complement overflow bug in mem streams boundary check 15 years ago
Rich Felker d4fa6f0e08 implement fmemopen 15 years ago
Rich Felker 1e69376435 fix some length calculations in memory streams 15 years ago
Rich Felker 1461e02757 implement open_wmemstream 15 years ago
Rich Felker ad70ba774f fix RTLD_NEXT on x86_64 15 years ago
Rich Felker b158b32a44 implement open_memstream 15 years ago
Rich Felker adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal 15 years ago
Rich Felker 1f5ff26cd7 fix broken FD_* macros on 64-bit targets 15 years ago
Rich Felker 291666a14a bring back ___environ symbol (3 underscores) 15 years ago
Rich Felker 1c8bead345 use new a_crash() asm to optimize double-free handler. 15 years ago
Rich Felker df0b5a4940 security hardening: ensure suid programs have valid stdin/out/err 15 years ago
Rich Felker c0f344160d in pathconf, -1, not 0, means unsupported.. syncio presumably works, too. 15 years ago
Rich Felker 3e082df3cc fix bogus pathconf result for file size bits 15 years ago
Rich Felker 47a8816ded partially working strptime 15 years ago
Rich Felker cf8506ad94 ldso: move the suid/secure check code closer to env/auxv processing 15 years ago
Rich Felker a045883365 honor AT_SECURE aux vector flag 15 years ago
Rich Felker 623753ad64 RTLD_NEXT support 15 years ago
Rich Felker 2719cc8628 LD_PRELOAD support 15 years ago
Rich Felker ce7c6341d3 simplify and improve double-free check 15 years ago
Rich Felker 6cb277d75e typo in macro definitions for x86_64 15 years ago
Rich Felker 9205e48609 macro for pthread_equal 15 years ago
Rich Felker ef9dd03534 fix missing include in last commit 15 years ago
Rich Felker ad5759821c fix clock() function 15 years ago
Rich Felker 4054a135fc implement forkall 15 years ago
Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op 15 years ago
Rich Felker b1a7102d83 more efficient signal blocking for timer threads 15 years ago
Rich Felker 8b625e45ff normal exit from timer thread should run dtors, restore cancel state 15 years ago
Rich Felker c516807173 block signals in timer threads 15 years ago
Rich Felker 1407785824 condition variable signal/bcast need not wake unless there are waiters 15 years ago