musl
2011-04-06 Rich Felkeradd IN_LOOPBACKNET constant (nonstandard but in reserve...
2011-04-06 Rich Felkerdocument more changes for 0.7.7
2011-04-06 Rich Felkerfix prototype for strsep
2011-04-06 Rich Felkerfix completely bogus loop condition in getmntent_r
2011-04-06 Rich Felkermajor semaphore improvements (performance and correctness)
2011-04-06 Rich Felkerfix signal-based timers with null sigevent argument
2011-04-06 Rich Felkerfix incorrect (and conflicting on LP64 archs) types...
2011-04-06 Rich Felkerfix (hopefully) statvfs breakage on x86_64 that resulte...
2011-04-05 Rich Felkerdocument more changes
2011-04-05 Rich Felkernew framework to inhibit thread cancellation when needed
2011-04-05 Rich Felkeradd ip6 pktinfo stuff for x86_64
2011-04-05 Rich Felkeradd sysv ipc message queues (completely untested)
2011-04-05 Rich Felkergetopt.h is a GNU-getopt-specific header. always expose...
2011-04-05 Rich Felkeradd sysexits.h legacy header
2011-04-05 Rich Felkerimplement the adjtime and adjtimex functions (nonstandard)
2011-04-05 Rich Felkeradd getmntent_r interface (all of mntent is nonstandard...
2011-04-05 Rich Felkeradd some missing ipv6 stuff
2011-04-05 Rich Felkerimplement if_indextoname and if_nametoindex functions
2011-04-05 Rich Felkeradd (nonstandard) cfmakeraw function
2011-04-05 Rich Felkeradd pivot_root syscall wrapper
2011-04-05 Rich Felkeradd more legacy functions: setlinebuf and setbuffer
2011-04-05 Rich Felkeralternate name for syslog.h
2011-04-05 Rich Felkeruncomment IP_PKTINFO
2011-04-05 Rich Felkersupport the nonstandard err.h interfaces
2011-04-05 Rich Felkerrelease notes for next bugfix release
2011-04-05 Rich Felkerfix misaligned read on early string termination in...
2011-04-05 Rich Felkerfix overflow in printf %N$ argument handling
2011-04-05 Rich Felkerfix various floating point rounding and formatting...
2011-04-04 Rich Felkerrelease notes for 0.7.6 bugfix release
2011-04-04 Rich Felkerfix rare but nasty under-allocation bug in malloc with...
2011-04-04 Rich Felkersimplify vdprintf implementation greatly based on recen...
2011-04-04 Rich Felkeruse a local temp buffer for unbuffered streams in vfprintf
2011-04-03 Rich Felkerfix nl_langinfo to actually use the existing, correct...
2011-04-03 Rich Felkermake ualarm actually work (obsolete function removed...
2011-04-03 Rich Felkerfix various bugs in strtold:
2011-04-03 Rich Felkerfix serious bug in strchr - char signedness
2011-04-03 Rich Felkerprototype getdtablesize (nonstandard function)
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-03 Rich Felkerpthread_create need not set errno
2011-04-03 Rich Felkerfix statvfs syscalls (missing size argument)
2011-04-03 Rich Felkerblock all signals during rsyscall
2011-04-03 Rich Felkerfix race condition in rsyscall handler
2011-04-03 Rich Felkerdon't trust siginfo in rsyscall handler
2011-04-03 Rich Felkertimer threads should sleep and stay asleep... a long...
2011-04-03 Rich Felkerrevert to deleting kernel-level timer from cancellation...
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-04-03 Rich Felkerd_fileno alias for d_ino in dirent
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-03 Rich Felkeromit pthread tsd dtor code if tsd is not used
2011-04-02 Rich Felkerdon't disable seeking after first seek failure
2011-04-02 Rich Felkerapparently fseek should not set the error flag on faile...
2011-04-02 Rich Felkerupdate release notes
2011-04-02 Rich Felkeravoid over-allocation of brk on first malloc
2011-04-02 Rich Felkerreorganize the __libc structure for threaded performanc...
2011-04-02 Rich Felkersimplify setting result on thread cancellation
2011-04-02 Rich Felkeruse bss instead of mmap for main thread's pthread threa...
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-04-02 Rich Felkersomehow timespec tv_nsec had the wrong type on x86_64...
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-04-02 Rich Felkerdocument more changes
2011-04-02 Rich Felkerdocument changes for upcoming 0.7.5 release
2011-04-01 Rich Felkeruse a_store to set cancel flag in pthread_cancel, to...
2011-03-31 Rich Felkersimplify pthread_key_delete
2011-03-31 Rich Felkergreatly simplify pthread_key_create (~20% size reduction)
2011-03-30 Rich Felkeradd some missing prototypes for nonstandard functions...
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-30 Rich Felkeroptimize timer creation and possibly protect against...
2011-03-30 Rich Felkeravoid crash on stupid but allowable usage of pthread_mu...
2011-03-30 Rich Felkerrename __simple_malloc.c to lite_malloc.c - yes this...
2011-03-30 Rich Felkerstreamline mutex unlock to remove a useless branch...
2011-03-30 Rich Felkercheap special-case optimization for normal mutexes
2011-03-30 Rich Felkerreorder timer initialization so that timer_create does...
2011-03-29 Rich Felkermissing prototype for wcscoll (stub)
2011-03-29 Rich Felkerrevert mutex "optimization" that turned out to be worse
2011-03-29 Rich Felkerimplement POSIX timers
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-29 Rich Felkersome preliminaries for adding POSIX timers
2011-03-29 Rich Felkerfix tempnam name generation, and a small bug in tmpnam...
2011-03-29 Rich Felkermake tmpfile fail after exceeding max tries.
2011-03-29 Rich Felkerfix tmpnam to generate better names, not depend on...
2011-03-29 Rich Felkerfix messed-up errno if remove fails for a non-EISDIR...
2011-03-29 Rich Felkerlearned something new - remove is supposed to support...
2011-03-29 Rich Felkerrevert some more spin optimizations that turned out...
2011-03-29 Rich Felkerfix bug from syscall overhaul: extra __syscall_ret...
2011-03-29 Rich Felkerfix broken spinlock due to miscompilation
2011-03-29 Rich Felkerprototype for getpass
2011-03-29 Rich Felkerremove useless field in pthread struct (wasted a good...
2011-03-28 Rich Felkerfix getc - the classic error of trying to store EOF...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-25 Rich Felkerremove -Wno-pointer-sign example from dist/config.mak
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-25 Rich Felkerprepare pthread_spin_unlock for archs that need memory...
2011-03-25 Rich Felkeroptimize contended case for pthread_spin_trylock
2011-03-25 Rich Felkeroptimize spinlock spin
2011-03-25 Rich Felkerfix non-atomicity of puts
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-23 Rich Felkervery cheap double-free checks in malloc
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
next