musl
2012-01-29 Rich Felkeradd linux setfs[ug]id syscall wrappers
2012-01-26 Rich Felkerremove useless "extern" keywords in headers
2012-01-25 Rich Felkerfix typo in FPE_FLTUND definition, signal.h
2012-01-25 Rich Felkeradd MIN/MAX macros to sys/param.h
2012-01-25 Rich Felkeradd legacy futimes and lutimes functions
2012-01-24 Rich Felkermake gcc wrapper support -shared correctly
2012-01-24 Rich Felkermake glob mark symlinks-to-directories with the GLOB_MA...
2012-01-23 Rich Felkerfix broken copy relocations from dynamic linker cleanup
2012-01-23 Rich Felkerdynamic linker support for PIE binaries (position-indep...
2012-01-23 Rich Felkercleanup dynamic linker, removing some code duplication
2012-01-23 Rich Felkerupdate release notes for 0.8.4
2012-01-22 Rich Felkerfix cancellation failure in single-threaded programs
2012-01-22 Rich Felkersupport GLOB_PERIOD flag (GNU extension) to glob function
2012-01-22 Rich Felkerupdate WHATSNEW in preparation for 0.8.4 (not finished)
2012-01-21 Rich Felkeruse prlimit syscall for getrlimit/setrlimit
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2012-01-20 Rich Felkerfix dynamic linker not to depend on DYNAMIC ptr in...
2012-01-19 Rich Felkeralias basename to glibc name for it, to meet abi goals
2012-01-17 Rich Felkerfix char signedness bug in dynlinker hash function
2011-12-24 Rich Felkerfix broken reboot wrapper (syscall needs extra silly...
2011-11-17 Rich Felkerfix issue with excessive mremap syscalls on realloc
2011-11-11 Rich Felkerfix __cplusplus extern "C" closing brace in pty.h ...
2011-11-11 Rich Felkerfix signed overflows at most-negative values in ato...
2011-11-11 Rich Felkerfix all missing instances of __cplusplus checks/extern...
2011-10-26 Rich Felkerreport sem value overflows in sem_post
2011-10-17 Rich Felkeradd some missing GNU FNM_* extensions to the header
2011-10-17 Rich Felkerfix some details in ugly stuff that doesn't belong...
2011-10-15 Rich Felkerdon't define wchar_t on c++
2011-10-15 Rich Felkersupport vfork on i386
2011-10-15 Rich Felkermake available a namespace-safe vfork, if supported
2011-10-15 Rich Felkeradd dummy __cxa_finalize
2011-10-15 Rich Felkersupport __cxa_atexit, and registering atexit functions...
2011-10-15 Rich Felkersimplify atexit and fflush-on-exit handling
2011-10-10 Rich Felkerfix F_GETOWN return value handling
2011-10-09 Rich Felkerfix typo in arm clone() asm
2011-10-05 Rich Felkerfix fcntl O_* flags for arm
2011-10-04 Rich Felkermake [U]INTn_C() macros have the right type...
2011-10-03 Rich Felkerrecovering ownerdead robust mutex must reset recursive...
2011-10-03 Rich Felkersimplify robust mutex unlock code path
2011-10-03 Rich Felkerfix crash if pthread_mutex_unlock is called without...
2011-10-03 Rich Felkeruse count=0 instead of 1 for recursive mutex with only...
2011-10-03 Rich Felkersysconf for PTHREAD_KEYS_MAX
2011-10-03 Rich Felkersynchronize cond var destruction with exiting waits
2011-10-01 Rich Felkerfix failure-to-wake in rwlock unlock
2011-10-01 Rich Felkerdlsym entry point for arm
2011-10-01 Rich Felkerdynamic linker entry point for arm
2011-10-01 Rich Felkertypo (copy 2) in arm reloc.h
2011-10-01 Rich Felkertypo in arm reloc.h
2011-10-01 Rich Felkerfirst attempt at arm dynamic linking
2011-09-29 Rich Felkerfix various bugs in path and error handling in execvp...
2011-09-29 Rich Felkerdon't crash on null strings in printf
2011-09-28 Rich Felkerfix excessive/insufficient wakes in __vm_unlock
2011-09-28 Rich Felkermake getmntent_r discard long lines when it returns...
2011-09-28 Rich Felkerimprove pshared barriers
2011-09-28 Rich Felkernext step making barrier self-sync'd destruction safe
2011-09-28 Rich Felkerbarrier destroy must also wait for threads in other...
2011-09-28 Rich Felkerstupid typo (caused by rather ugly spelling in POSIX...
2011-09-28 Rich Felkercorrectly handle the degenerate barrier in the pshared...
2011-09-27 Rich Felkerfix crash in pthread_cond_wait mutex-locked check
2011-09-27 Rich Felkerfix crash in pthread_testcancel if pthread_self has...
2011-09-27 Rich Felkerimprove/debloat mutex unlock error checking in pthread_...
2011-09-27 Rich Felkercheck mutex owner in pthread_cond_wait
2011-09-27 Rich Felkerfix pshared barrier wrong return value.
2011-09-27 Rich Felkerconvert the barrier pshared option back to 0/1 values...
2011-09-27 Rich Felkerimprove error handling in mntent stuff...
2011-09-27 Rich Felkerfix missing va_end in prctl syscall wrapper
2011-09-27 Rich Felkerfix clobbering of errno in get(pw|gr)([ug]id|nam) by...
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-09-27 Rich Felkerfix incorrect allocation failure check in pthread_create
2011-09-26 Rich Felkerfix ctype macros to cast argument to (unsigned) first
2011-09-26 Rich Felkeranother cond var fix: requeue count race condition
2011-09-26 Rich Felkerfix lost signals in cond vars
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-26 Rich Felkerredo cond vars again, use sequence numbers
2011-09-26 Rich Felkerrevert previous change in cond var waiter move
2011-09-26 Rich Felkeroptimize cond waiter move using atomic swap instead...
2011-09-25 Rich Felkerfix logic for when wakeup is not desired on cond bcast
2011-09-25 Rich Felkernew futex-requeue-based pthread_cond_broadcast implemen...
2011-09-24 Rich Felkerfix ABA race in cond vars, improve them overall
2011-09-24 Rich FelkerFD_ISSET must return an int. this is the easiest way.
2011-09-23 Rich Felkersys/user.h may need stdint.h
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-23 Rich Felkerfix deadlock in condition wait whenever there are multi...
2011-09-22 Rich Felkerfix x86_64 user.h (previously was just a copy of i386)
2011-09-22 Rich Felkercleanup/debloat i386 user.h
2011-09-22 Rich Felkerwrong __WORDSIZE in x86_64 header
2011-09-22 Rich Felkerprotect against/handle cancellation reading shadow...
2011-09-22 Rich Felkermake dns lookups (and thus getaddrinfo) cancellable
2011-09-22 Rich Felkeruse poll rather than select in dns lookups (also clock_...
2011-09-22 Rich Felkerfix missing SIG_DFL, SIG_IGN, SIG_ERR without posix...
2011-09-22 Rich Felkeravoid setting FILE lock count when not using flockfile
2011-09-22 Rich Felkergnu search.h has struct qelem...
2011-09-22 Rich Felkerrelease notes for 0.8.3
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-21 Rich Felkernew gcc wrapper now supports pre-4.4 gcc versions and...
2011-09-21 Rich Felkernew installation guide with alternate and primary libc...
2011-09-21 Rich Felkerfix some header typos
2011-09-20 Rich Felkermake stdbool.h conform to c99
2011-09-20 Rich Felkerfix incorrect include guard in mqueue.h
2011-09-20 Rich Felkerfix statvfs.c to match new fsid_t definition
next