musl
2011-09-14 Rich Felkerfix inconsistent signature for aio_error
2011-09-14 Rich Felkerfix return types for aio_read and aio_write again
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-13 Rich Felkerfix cruft left in release notes
2011-09-13 Rich Felkerfix prototypes for aio_read and aio_write
2011-09-13 Rich Felkeradd missing posix_spawnattr_init/destroy functions
2011-09-13 Rich Felker0.8.0 release
2011-09-13 Rich Felkerremove some stray trailing space characters
2011-09-12 Rich Felkerimplement gnu sigisemptyset
2011-09-12 Rich Felkeradd prototypes for GNU *_unlocked stdio functions
2011-09-12 Rich Felkeradd dummied strverscmp (obnoxious GNU function)
2011-09-12 Rich Felkerdeclare alloca in stdlib.h when _GNU_SOURCE is defined
2011-09-11 Rich Felkerfix serious bug in pthread_join
2011-09-10 Rich Felkerfix pthread_join wait call: thread termination tid...
2011-09-09 Rich Felkerimplement POSIX asynchronous io
2011-09-06 Rich Felkerfix incorrect overflow errors on strtoul, etc.
2011-09-05 Rich Felkerstrptime: fix use of uninitialized dest field in conver...
2011-09-05 Rich Felkermore fmemopen null termination fixes
2011-09-05 Rich Felkerfix some fmemopen behaviors
2011-09-05 Rich Felkerhandle pending cancellation when enabling async cancell...
2011-09-04 Rich Felkerfmemopen: fix eof handling, hopefully right this time
2011-09-04 Rich Felkerfmemopen fixes
2011-09-04 Rich Felkermemstreams: fix incorrect handling of file pos > curren...
2011-09-04 Rich Felkeroptimize seek function for memory streams
2011-09-04 Rich Felkerfix twos complement overflow bug in mem streams boundar...
2011-09-04 Rich Felkerimplement fmemopen
2011-09-04 Rich Felkerfix some length calculations in memory streams
2011-09-03 Rich Felkerimplement open_wmemstream
2011-09-03 Rich Felkerfix RTLD_NEXT on x86_64
2011-09-03 Rich Felkerimplement open_memstream
2011-09-02 Rich Felkerfix missing prototypes/wrong signature for psiginfo...
2011-08-27 Rich Felkerfix broken FD_* macros on 64-bit targets
2011-08-23 Rich Felkerbring back ___environ symbol (3 underscores)
2011-08-23 Rich Felkeruse new a_crash() asm to optimize double-free handler.
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-17 Rich Felkerin pathconf, -1, not 0, means unsupported.. syncio...
2011-08-17 Rich Felkerfix bogus pathconf result for file size bits
2011-08-16 Rich Felkerpartially working strptime
2011-08-16 Rich Felkerldso: move the suid/secure check code closer to env...
2011-08-16 Rich Felkerhonor AT_SECURE aux vector flag
2011-08-16 Rich FelkerRTLD_NEXT support
2011-08-16 Rich FelkerLD_PRELOAD support
2011-08-15 Rich Felkersimplify and improve double-free check
2011-08-14 Rich Felkertypo in macro definitions for x86_64
2011-08-14 Rich Felkermacro for pthread_equal
2011-08-13 Rich Felkerfix missing include in last commit
2011-08-13 Rich Felkerfix clock() function
2011-08-12 Rich Felkerimplement forkall
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-12 Rich Felkermore efficient signal blocking for timer threads
2011-08-12 Rich Felkernormal exit from timer thread should run dtors, restore...
2011-08-11 Rich Felkerblock signals in timer threads
2011-08-07 Rich Felkercondition variable signal/bcast need not wake unless...
2011-08-07 Rich Felkeruse weak aliase rather than weak reference for vdso...
2011-08-07 Rich Felkersimplify unified timed wait code, drop support for...
2011-08-07 Rich Felkeradd fast path for normal mutexes back to pthread_mutex_lock
2011-08-07 Rich Felkerclose should not be cancellable after "failing" with...
2011-08-07 Rich Felkerensure the compiler does not move around thread-registe...
2011-08-07 Rich Felkersimplify multi-threaded errno, eliminate useless functi...
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-08-05 Rich Felkerfix off-by-one bug in siglongjmp that caused unpredicta...
2011-08-03 Rich Felkerfurther debloat cancellation handlers
2011-08-03 Rich Felkermissed detail in cancellation bloat fix
2011-08-03 Rich Felkerfix static linking dependency bloat with cancellation
2011-08-03 Rich Felkerimplement if_nameindex and if_freenameindex
2011-08-03 Rich Felkeroverhaul rwlocks to address several issues
2011-08-03 Rich Felkertimedwait: play it safe for now
2011-08-03 Rich Felkerfix stubbed-out reboot call
2011-08-03 Rich Felkercorrectly handle old kernels without FUTEX_WAIT_BITSET
2011-08-03 Rich Felkerfix sem_timedwait bug introduced in timedwait unification
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-08-03 Rich Felkeravoid accessing mutex memory after atomic unlock
2011-08-02 Rich Felkerfix breakage in cancellation due to signal functions...
2011-08-02 Rich Felkeroverhaul posix semaphores to fix destructability race
2011-08-01 Rich Felkerfix wrong messages in gai_strerror
2011-08-01 Rich Felkerport numbers should always be interpreted as decimal
2011-08-01 Rich Felkerfix crash in dns code with new stdio locking code
2011-07-31 Rich Felkerconsistency: use struct __ucontext instead of ucontext_...
2011-07-31 Rich Felkerfix race condition in sigqueue
2011-07-31 Rich Felkerclean up pthread_sigmask/sigprocmask dependency order
2011-07-30 Rich Felkerfix some bugs in setxid and update setrlimit to use...
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-07-30 Rich Felkereliminate dependence of perror on printf
2011-07-30 Rich Felkerfix bug in synccall with no threads: lock was taken...
2011-07-30 Rich Felkeradd setxid.c for new set*id() framework. missed in...
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-07-29 Rich Felkerremove ugly prng from mk*temp and just re-poll time...
2011-07-29 Rich Felkereliminate mk*temp dependency on snprintf
2011-07-29 Rich Felkerfix for setenv bogus var argument handling
2011-07-25 Rich Felkerwhen resolving symbols with only weak defs, use first...
2011-07-25 Rich Felkercomment non-obvious de bruijn sequence code in int...
2011-07-24 Rich Felkerfix resolution of weak symbols (hopefully right now...
2011-07-24 Rich Felkerworkaround for gcc's optimizer breaking dynamic symbol...
2011-07-24 Rich Felkerload vdso, if present, into the dso list
2011-07-24 Rich Felkerconst correctness on function pointer
2011-07-24 Rich Felkersimplify dynamic linker startup
2011-07-24 Rich Felkersome preliminaries for vdso clock support
2011-07-22 Rich Felkercheck for fd exhaustion in forkpty
2011-07-22 Rich Felkerincorrect check for open failure in openpty function
2011-07-22 Rich Felkersocket headers macro adjustment - workaround for buggy...
next