musl
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
2011-09-20 Rich Felkerfix the fsid_t structure to match name of __val
2011-09-20 Rich Felkerfix broken siginfo_t with _GNU_SOURCE defined
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-09-20 Rich Felkeradd some more siginfo aliases broken software expects...
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-19 Rich Felkerfix the type of wchar_t on arm; support wchar_t varying...
2011-09-19 Rich Felkerfix incorrect long double parameters on arm (and other...
2011-09-19 Rich Felkerfix broken multi-inclusion guard in sys/reg.h
2011-09-18 Rich Felkerinitial commit of the arm port
2011-09-18 Rich Felkerdisable dynamic linking/loading code in static libc...
2011-09-18 Rich Felkercleanup more bits cruft (sysmacros and socket)
2011-09-18 Rich Felkermore bits junk (tcp.h)
2011-09-18 Rich Felkermove invariant netinet/in.h stuff out of bits/in.h
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-09-17 Rich Felkerrelease notes for 0.8.2
2011-09-17 Rich Felkerdummy implementation of set_thread_area
2011-09-16 Rich Felkerfix assumptions that char is signed
2011-09-16 Rich Felkerfix more instances of old a_xchg (use new a_swap name)
2011-09-16 Rich Felkeruse a_swap rather than old name a_xchg
2011-09-16 Rich Felkerfix generic sigsetjmp (unused anyway) pointer signednes...
2011-09-16 Rich Felkerfix idiotic const-correctness error in lio_listio
2011-09-16 Rich Felkerfix ptrace (maybe)
2011-09-15 Rich Felkerimplement ptrace syscall wrapper (untested)
2011-09-14 Rich Felker0.8.1 release notes
2011-09-14 Rich Felkerremove incorrectly-made-visible internal dst offset...
2011-09-14 Rich Felkerfix inconsistent signature for aio_error
2011-09-14 Rich Felkerfix return types for aio_read and aio_write again
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-13 Rich Felkerfix cruft left in release notes
2011-09-13 Rich Felkerfix prototypes for aio_read and aio_write
2011-09-13 Rich Felkeradd missing posix_spawnattr_init/destroy functions
2011-09-13 Rich Felker0.8.0 release
2011-09-13 Rich Felkerremove some stray trailing space characters
2011-09-12 Rich Felkerimplement gnu sigisemptyset
2011-09-12 Rich Felkeradd prototypes for GNU *_unlocked stdio functions
2011-09-12 Rich Felkeradd dummied strverscmp (obnoxious GNU function)
2011-09-12 Rich Felkerdeclare alloca in stdlib.h when _GNU_SOURCE is defined
2011-09-11 Rich Felkerfix serious bug in pthread_join
2011-09-10 Rich Felkerfix pthread_join wait call: thread termination tid...
2011-09-09 Rich Felkerimplement POSIX asynchronous io
2011-09-06 Rich Felkerfix incorrect overflow errors on strtoul, etc.
2011-09-05 Rich Felkerstrptime: fix use of uninitialized dest field in conver...
2011-09-05 Rich Felkermore fmemopen null termination fixes
2011-09-05 Rich Felkerfix some fmemopen behaviors
2011-09-05 Rich Felkerhandle pending cancellation when enabling async cancell...
2011-09-04 Rich Felkerfmemopen: fix eof handling, hopefully right this time
2011-09-04 Rich Felkerfmemopen fixes
2011-09-04 Rich Felkermemstreams: fix incorrect handling of file pos > curren...
2011-09-04 Rich Felkeroptimize seek function for memory streams
2011-09-04 Rich Felkerfix twos complement overflow bug in mem streams boundar...
2011-09-04 Rich Felkerimplement fmemopen
2011-09-04 Rich Felkerfix some length calculations in memory streams
2011-09-03 Rich Felkerimplement open_wmemstream
2011-09-03 Rich Felkerfix RTLD_NEXT on x86_64
2011-09-03 Rich Felkerimplement open_memstream
2011-09-02 Rich Felkerfix missing prototypes/wrong signature for psiginfo...
2011-08-27 Rich Felkerfix broken FD_* macros on 64-bit targets
2011-08-23 Rich Felkerbring back ___environ symbol (3 underscores)
2011-08-23 Rich Felkeruse new a_crash() asm to optimize double-free handler.
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-17 Rich Felkerin pathconf, -1, not 0, means unsupported.. syncio...
2011-08-17 Rich Felkerfix bogus pathconf result for file size bits
2011-08-16 Rich Felkerpartially working strptime
2011-08-16 Rich Felkerldso: move the suid/secure check code closer to env...
2011-08-16 Rich Felkerhonor AT_SECURE aux vector flag
2011-08-16 Rich FelkerRTLD_NEXT support
2011-08-16 Rich FelkerLD_PRELOAD support
2011-08-15 Rich Felkersimplify and improve double-free check
2011-08-14 Rich Felkertypo in macro definitions for x86_64
2011-08-14 Rich Felkermacro for pthread_equal
2011-08-13 Rich Felkerfix missing include in last commit
2011-08-13 Rich Felkerfix clock() function
2011-08-12 Rich Felkerimplement forkall
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-12 Rich Felkermore efficient signal blocking for timer threads
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
next