musl
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...
2011-07-22 Rich Felkerfix errno value when fdopendir is given an invalid...
2011-07-17 Rich Felkerensure in fork that child gets its own new robust mutex...
2011-07-17 Rich Felkerfix logic error in fread
2011-07-15 Rich Felkerfix various bugs in new integer parser framework
2011-07-14 Rich Felkerfix wcsto[iu]max with high characters
2011-07-14 Rich Felkernew restartable integer parsing framework.
2011-07-13 Rich Felkergb18030 support in iconv (only from, not to)
2011-07-12 Rich Felker"implement" getnetbyaddr and getnetbyname
2011-07-12 Rich Felkerlegacy japanese charset support in iconv (only from...
2011-07-12 Rich Felkersimplify iconv and support more legacy codepages
2011-07-09 Rich Felkeradd missing signalfd flags
2011-07-04 Rich Felkerprintf: "if a precision is specified, the '0' flag...
2011-07-04 Rich Felkerzero precision with zero value should not inhibit prefi...
2011-07-04 Rich Felkerprintf("%#x",0) should print 0 not 0x0
2011-07-03 Rich Felkericonv was not returning -1 on most failure
2011-07-03 Rich Felker0.7.12 release notes
2011-07-02 Rich Felkerfix dlopen UB due to longjmp/volatile rules violation
2011-07-01 Rich Felkerres_search symbol, aliased to res_query for now (better...
2011-07-01 Rich Felkersimple rpath support (no token expansion yet) for dynam...
2011-07-01 Rich Felkerfill in junk in stropts.h
2011-06-30 Rich Felkerfix error in previous ld80 fpclassify commit
2011-06-30 Rich Felkercatch invalid ld80 bit patterns and treat them as nan
2011-06-30 Rich Felkerfix logic in __fwriting
2011-06-30 Rich Felkeradd and consolidate nasty stdio_ext junk
2011-06-30 Rich Felkerimplement the nonstandard GNU function fpurge
2011-06-30 Rich Felkerfix buffer overrun in getgrent code when there are...
2011-06-29 Rich Felkerposix_memalign should fail if size is not a multiple...
2011-06-29 Rich Felkeravoid errors in ucontext.h when no feature test macros...
2011-06-29 Rich Felkerlocking support for random() prng
2011-06-29 Rich Felkerwork around linux bug in mprotect
2011-06-29 Rich Felkertextrel support, cheap and ugly
2011-06-29 Rich Felkerrelease notes for 0.7.11
2011-06-28 Rich Felkerreclaim the memory wasted by dynamic linking for use...
2011-06-28 Rich Felkeruse type directives for fenv asm functions
2011-06-28 Rich Felkeruse load address from elf header if possible
2011-06-28 Rich Felkermake dynamic linker relocate the main program image...
2011-06-28 Rich Felkerfix a few bugs from last dynamic linking build system...
2011-06-28 Rich Felkerminor updates to INSTALL documentation
2011-06-28 Rich Felkercleanup shared library build system to be more $HOME...
2011-06-27 Rich Felkerfurther fixup dlfcn.h
2011-06-27 Rich Felkermatch LSB/glibc constants for dynamic loader
2011-06-27 Rich Felkerfix stale pointer issue in dynamic linker with dlopen
2011-06-27 Rich Felkerdon't leave the lock held on dlopen failure..
2011-06-27 Rich Felkeradd RTLD_DEFAULT support
2011-06-27 Rich Felkerin dlopen: don't use null pointer
2011-06-27 Rich Felkerfix resolving symbols in objects loaded in RTLD_LOCAL...
2011-06-26 Rich Felkerexperimental dlopen/dlsym and dynlink changes needed...
2011-06-26 Rich Felkertype directives for x86_64 math asm
2011-06-26 Rich Felkererror handling in dynamic linking
2011-06-26 Rich Felkerfix useless use of potentially-uninitialized mode varia...
next