musl
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...
2011-06-26 Rich Felkereliminate OOB array hacks in malloc
2011-06-26 Rich Felkeruse .type directives for math asm (needed for dynamic...
2011-06-26 Rich Felkerfix some symbol resolution issues in dynamic linker
2011-06-25 Rich Felkerfix dynamic linker issue in musl-gcc wrapper
2011-06-25 Rich Felkerwordexp cannot use we_offs unless WRDE_DOOFFS flag...
2011-06-25 Rich FelkerXSI search.h API implementation by Szabolcs Nagy
2011-06-25 Rich Felkerhandle library paths better (ignore empty path componen...
2011-06-25 Rich Felkermove all limits that don't vary out of bits/limits...
2011-06-25 Rich Felkerfix possible (questionable) strict aliasing violations...
2011-06-25 Rich Felkerconst correctness in mq_notify
2011-06-25 Rich Felkerproper path searching for dynamic linker
2011-06-25 Rich Felkeroptimize opendir using O_CLOEXEC
2011-06-25 Rich Felkerdiscard dso descriptors after performing relocations
2011-06-25 Rich Felkerkeep track of which dsos have been relocated
2011-06-24 Rich Felkeruse soname in ld-musl.so to prevent filename appearing...
2011-06-24 Rich Felkeruse symlink rather than bogus linker script for libc.so
2011-06-24 Rich Felkeradapt build/install/gcc-wrapper systems for dynamic...
2011-06-24 Rich Felkerprepare support for LD_LIBRARY_PATH (checking suid...
2011-06-23 Rich Felkerinitial commit of prng implementation by Szabolcs Nagy
2011-06-20 Rich Felkermake ldso asm more uniform with rest of codebase (no...
2011-06-19 Rich Felkerx86_64: ensure that dtor pointer passed to app is 0...
2011-06-19 Rich Felkerdynamic linker 64bit fix: hash table entries are always...
2011-06-18 Rich Felkerexperimental dynamic linker!
2011-06-18 Rich Felkerfix memory leak on failure in realpath
2011-06-18 Rich Felkercopy-paste error in prctl.h
2011-06-16 Rich Felkerfix some struct padding to match LSB/glibc ABI where...
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-06-15 Rich Felkerrestore use of .type in asm, but use modern @function...
2011-06-15 Rich Felker__syscall5 inline is having trouble with PIC; just...
2011-06-14 Rich Felkerfix race condition in pthread_kill
2011-06-14 Rich Felkerrun dtors before taking the exit-lock in pthread exit
2011-06-14 Rich Felkerminor locking optimizations
2011-06-14 Rich Felkeravoid 64bit warnings when using pointers as entropy...
2011-06-14 Rich Felkerfix sigset macro for 64-bit systems (<< was overflowing...
2011-06-14 Rich Felkerremove all .size and .type directives for functions...
2011-06-14 Rich Felkerremove old useless timezone.s file (unused)
2011-06-13 Rich Felkerfix wrong type for wcsrchr argument 2
2011-06-13 Rich Felkerx86_64 fenv support (untested; at least known to build...
2011-06-13 Rich Felkerfix fesetround - it was writing to status word instead...
2011-06-12 Rich Felkerfloating point environment, untested
2011-06-12 Rich Felkermalloc: cast size down to int in bin_index functions
2011-06-12 Rich Felkeranother return value fix for mktemp...
2011-06-10 Rich Felkeradd netpacket/packet.h
2011-06-08 Rich Felkerit's called getgrgid_r, not getgruid_r...
2011-06-08 Rich Felkerimplement psignal and psiginfo
2011-06-08 Rich Felkerisgreater etc. relation macros for math.h
2011-06-07 Rich Felkermq names without leading / have impl-def behavior;...
2011-06-07 Rich Felkerdefine MQ_PRIO_MAX
2011-06-07 Rich Felkeruse __WCHAR_TYPE__ on i386 if it is defined
2011-06-07 Rich Felkermq send/recv functions are cancellation points
2011-06-07 Rich Felkerimplement mq_notify
2011-06-07 Rich Felkeradd support for POSIX message queues, except mq_notify
2011-06-07 Rich Felkeruse __attribute__((const)) for errno and pthread_self...
2011-06-06 Rich Felkeruse volatile pointers for intentional-crash code.
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-06-05 Rich Felkersafety fix for glob's vla usage: disallow patterns...
2011-06-05 Rich Felkereliminate (harmless in this case) vla usage in fnmatch.c
2011-05-30 Rich Felkermissing prototypes for mbsnrtowcs and wcsnrtombs
2011-05-30 Rich Felkerimplement pthread_[sg]etconcurrency.
2011-05-30 Rich Felkerimplement uselocale function (minimal)
2011-05-29 Rich Felkeradd useless, obsolescent function ulimit
2011-05-29 Rich Felkerfix backwards posix_spawn file action order
2011-05-29 Rich Felkeradd accidentally-omitted file needed for posix_spawn...
2011-05-29 Rich Felkeradd file actions support to posix_spawn
2011-05-28 Rich Felkerposix_spawn: honor POSIX_SPAWN_SETSIGDEF flag
2011-05-28 Rich Felkerinitial implementation of posix_spawn
2011-05-27 Rich Felkermodernize coding style in sjlj asm
2011-05-23 Rich Felkerfix strncat and wcsncat (double null termination)
next