musl
2012-06-02 Rich Felkeradd LSB abi junk for ctype functions
2012-06-02 Rich Felkerdeclare environ in unistd.h when _GNU_SOURCE feature...
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-06-01 Rich Felkeradd LSB ABI __xstat, etc. junk
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2012-05-31 Rich Felkerfix musl-gcc wrapper to work with -pie
2012-05-29 Rich Felkerthere is no such GNU function fpurge, only __fpurge.
2012-05-29 Rich Felkeradd prototype for BSD/GNU stdio *_unlocked extension...
2012-05-29 Rich Felkerremove duplicate lfs64 cruft in stdio.h
2012-05-28 nszmath: fix nextafter definition in tgmath.h
2012-05-27 Rich Felkeradd ldd and main program loading support to dynamic...
2012-05-27 Rich Felkercleanup dynamic linker start code cruft
2012-05-26 Rich Felkerfix overrun (n essentially ignored) in wcsncmp
2012-05-26 Rich Felkerfix failure of mbsinit(0) (not UB; required to return...
2012-05-26 Rich Felkerfix failure of strrchr(str, 0)
2012-05-26 Rich Felkeravoid using pthread cleanup push/pop in stdio when...
2012-05-26 Rich Felkerensure pthread-internal signals are unblocked before...
2012-05-25 Rich Felkerfix regex on arm
2012-05-25 Rich Felkerremove cruft from pthread structure (old cancellation...
2012-05-25 Rich Felkerremove leftover cp_sp cruft from cancellation code...
2012-05-24 Rich Felkerfix arm syscall.h to reflect which syscalls actually...
2012-05-24 Rich Felkeravoid deprecated (by linux) alarm syscall; use setitime...
2012-05-24 Rich Felkerlinux deprecated SYS_utime on some archs, so use SYS_ut...
2012-05-23 Rich Felkerfix bad opcode in arm syscall_cp_asm
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2012-05-23 Rich Felkersimplify cancellation push/pop slightly
2012-05-23 Rich Felkerdebloat jmp_buf in _GNU_SOURCE mode
2012-05-23 Rich Felkerremove everything related to forkall
2012-05-23 Rich Felkersome feature test fixes for unistd.h
2012-05-23 Rich Felkerfix missing _BSD_SOURCE support in bits/*.h
2012-05-23 Rich Felker_GNU_SOURCE implies all BSD features except ones GNU...
2012-05-23 Rich Felkervarious header cleanups, some related to _BSD_SOURCE...
2012-05-23 Rich Felkerbsd_signal is a legacy (removed) XSI function, not...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-22 Rich Felkerfix typo in utimes function that made it mess up file...
2012-05-22 Rich Felkerfix out-of-bounds array access in pthread barriers...
2012-05-21 Rich Felkermove getpass decl to the right place
2012-05-17 Rich Felkerfix misplaced semicolon in preprocessor directive ...
2012-05-14 Rich Felkeryet another try to get the check for gcc right...
2012-05-14 Rich Felkerfix error in last configure change (lack of escaping)
2012-05-14 Rich Felkeruseless lastlog path just to make some stuff happy
2012-05-14 Rich Felkermissing limit LOGIN_NAME_MAX
2012-05-13 Rich Felkercorrect the check for gcc (previous version failed...
2012-05-13 Rich Felkerremove some no-op end of string tests from regex parser
2012-05-13 Rich Felkeranother BRE fix: in ^*, * is literal
2012-05-13 Rich Felkerlet sysconf accurately report # of cpus available
2012-05-13 Rich Felkeruse __h_errno_location for h_errno
2012-05-13 Rich Felkersusv4 removed gethostbyname, etc. legacy cruft.
2012-05-13 Rich Felkernamespace cleanup - NI_* is NOT reserved by netdb.h
2012-05-13 Rich Felkersome gnu junk in netdb.h
2012-05-13 Rich Felkerfix missing va_list for vsyslog
2012-05-12 nszsearch: add comments to tsearch_avl.c
2012-05-12 nszsearch: add tdestroy (gnu extension)
2012-05-11 Rich Felkeradd missing IN6_ARE_ADDR_EQUAL
2012-05-11 Rich Felkeradd one more bogus legacy header
2012-05-11 Rich Felkermove vsyslog out of SYSLOG_NAMES conditional
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-11 Rich Felkerremove __lock dependency from exit
2012-05-11 Rich Felkerfix missing static (namespace clash)
2012-05-10 Rich Felkerfix missing parens in bit op macros (param.h)
2012-05-10 Rich Felkerand another bug in setbit, etc. macros..
2012-05-10 Rich Felkerfix typo in sys/param.h that broke setbit, etc. macros
2012-05-09 Rich Felkeromit declaration of basename wrongly interpreted as...
2012-05-07 nszmath: fix remquo.c when x==-y and a subnormal remainder...
2012-05-07 Rich Felkersome assemblers don't like fistpq; use the alt. mnemoni...
2012-05-07 Rich Felkerfix error checking for \ at end of regex (this was...
2012-05-07 Rich Felkerfix copy and paste error in regex code causing mishandl...
2012-05-07 Rich Felkerfix regex breakage in last commit (failure to handle...
2012-05-07 Rich Felkerfix ugly bugs in TRE regex parser
2012-05-06 Rich Felkerupdate release info for 0.9.0
2012-05-06 Rich Felkersome extra legacy header stuff
2012-05-06 nszadd FORCE_EVAL macro to evaluate float expr for their...
2012-05-06 Rich Felkerfix unused variable warnings in new nextafter/nexttowar...
2012-05-06 Rich Felkertake byte order from gcc if gcc has defined it
2012-05-06 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-06 Rich Felkeradd isastream (obsolete STREAMS junk)
2012-05-06 nszmath: nextafter and nexttoward cleanup
2012-05-06 Rich Felkerfix definitions of FP_ILOGB constants
2012-05-05 Rich Felkeradd -frounding-math to build
2012-05-05 Rich Felkerupdate readme and release notes for 0.9.0 release ...
2012-05-05 Rich Felkerrelicense musl under MIT license
2012-05-05 Rich Felkerupdate license of njk contributed code (x86_64 asm)
2012-05-05 Rich Felkerupdate INSTALL file to reflect configure script usage
2012-05-05 Rich Felkerinitial commit of configure script
2012-05-05 Rich Felkermake pthread stacks non-executable
2012-05-05 Rich Felkerimprove the build rules for installing /lib/ld-musl...
2012-05-05 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-05 Rich Felkerfix error reporting for dlsym with global symbols
2012-05-04 nszmath: change the formula used for acos.s
2012-05-04 Rich Felkerfix uninitialized var in vfwprintf printing 0-prec...
2012-05-04 Rich Felkeradd *64 junk for sys/*.h headers
2012-05-04 Rich Felkeradd support for ugly *64 functions with _LARGEFILE64_SOURCE
2012-05-04 Rich Felkeravoid setting nondefault scheduler too
2012-05-04 Rich Felkerimplement stub versions of sched_*
2012-05-04 Rich Felkeruglify headers for the sake of junk that compiles with...
2012-05-04 Rich Felkeradd additional compatibility union member for ipv6...
2012-05-04 Rich Felkeroverhaul SSP support to use a real canary
2012-05-04 Rich Felkermake all .o files depend on *_impl.h and libc.h
2012-05-03 Rich Felkerremove some junk from x86_64 start files
2012-05-03 Rich FelkerPIE support for x86_64 (untested)
next