musl
2014-09-22 Rich Felkerfix incorrect sequence generation in *rand48 prng functions
2014-09-19 Rich Felkerfix linked list corruption in flockfile lists
2014-09-18 Szabolcs Nagymath: fix exp10 not to raise invalid exception on NaN
2014-09-16 Rich Felkerfix overflow corner case in strtoul-family functions
2014-09-12 Szabolcs Nagyrewrite the regex pattern parser in regcomp
2014-09-11 Rich Felkerfix C++ incompatibility in i386 definition of max_align_t
2014-09-10 Rich Felkeradd _DEFAULT_SOURCE feature profile as an alias for...
2014-09-10 Rich Felkerfix _ALL_SOURCE logic to avoid possible redefinition...
2014-09-10 Rich Felkerfix places where _BSD_SOURCE failed to yield a superset...
2014-09-08 Szabolcs Nagyfix exp10l.c to include float.h
2014-09-08 Szabolcs Nagyprune math code on archs with binary64 long double
2014-09-08 Szabolcs Nagyadd new F_OFD_* macros to fcntl.h (open file descriptio...
2014-09-07 Rich Felkeradd C11 thread creation and related thread functions
2014-09-07 Jens Gustedtadd C11 condition variable functions
2014-09-07 Jens Gustedtadd C11 mutex functions
2014-09-07 Jens Gustedtadd C11 thread functions operating on tss_t and once_flag
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-09-06 Rich Felkeradd C11 timespec_get function, with associated time...
2014-09-06 Rich Felkerfix non-static dummy function that slipped in with...
2014-09-05 Szabolcs Nagyfix macros for LFS *64_t types in sys/stat.h, sys/types...
2014-09-05 Szabolcs Nagyadd missing legacy LFS *64 symbol aliases
2014-09-05 Szabolcs Nagyfix memory leak in regexec when input contains illegal...
2014-09-05 Rich Felkerfix off-by-one in bounds check in fpathconf
2014-09-05 Rich Felkerfix potential read past end of buffer in getnameinfo...
2014-09-05 Rich Felkerremove incorrect and useless check in network service...
2014-09-05 Rich Felkerfix case mapping for U+00DF (ß)
2014-09-05 Rich Felkermake non-waiting paths of sem_[timed]wait and pthread_j...
2014-09-05 Rich Felkerremove an extra layer of buffer copying in getnameinfo...
2014-09-05 Rich Felkerfix multiple stdio functions' behavior on zero-length...
2014-09-05 Rich Felkersuppress null termination when fgets reads EOF with...
2014-09-05 Szabolcs Nagyfix dn_expand empty name handling and offsets to 0
2014-08-27 Szabolcs Nagyadd static_assert and hide noreturn, alignas, alignof...
2014-08-27 Szabolcs Nagyadd C11 floating-point characteristic macros to float.h
2014-08-26 Rich Felkeradd malloc_usable_size function and non-stub malloc.h
2014-08-26 Rich Felkerrefrain from spinning on locks when there is already...
2014-08-26 Rich Felkerspin before waiting on futex in mutex and rwlock lock...
2014-08-25 Rich Felkerspin in sem_[timed]wait before performing futex wait
2014-08-25 Rich Felkerfix build error on arm due to new a_spin code
2014-08-25 Rich Felkersanitize number of spins in userspace before futex...
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-08-24 Rich Felkerfix false ownership of stdio FILEs due to tid reuse
2014-08-23 Rich Felkerfix fallback checks for kernels without private futex...
2014-08-22 Rich Felkerfix use of uninitialized memory with application-provid...
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-18 Rich Felkerfurther simplify and optimize new cond var
2014-08-18 Rich Felkersimplify and improve new cond var implementation
2014-08-18 Rich Felkerredesign cond var implementation to fix multiple issues
2014-08-17 Rich Felkerfix possible failure-to-wake deadlock with robust mutexes
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-08-16 Rich Felkerfix robust mutex unrecoverable status, and related...
2014-08-16 Rich Felkerfix false ownership of mutexes due to tid reuse, using...
2014-08-16 Rich Felkeroptimize locking against vm changes for mmap/munmap
2014-08-16 Rich Felkerenable private futex for process-local robust mutexes
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-08-13 Szabolcs Nagyfix #ifdef inside a macro argument list in __init_tls.c
2014-08-13 Szabolcs Nagyfix CPU_EQUAL macro in sched.h
2014-08-13 Szabolcs Nagyadd inline isspace in ctype.h as an optimization
2014-08-08 Rich Felkeradd dlerror message for static-linked dlsym failure
2014-08-08 Clément Vasseurfix dlerror when using dlopen with a static libc
2014-08-08 Clément Vasseurmake clearenv available with _BSD_SOURCE
2014-08-08 Timo Teräsmake endmntent function handle null argument
2014-07-31 Rich Felkerrelease 1.1.4
2014-07-31 Rich Felkerupdate notice on broken gcc versions in INSTALL file
2014-07-31 Rich Felkerupdate COPYRIGHT file to reflect new contributors
2014-07-31 Rich Felkerharden locale name handling and prevent slashes in...
2014-07-31 Rich Felkerimplement ffsl and ffsll functions
2014-07-31 Rich Felkerlimit visibility of ffs function declaration to _XOPEN_...
2014-07-31 Rich Felkerfix broken offset argument to the mmap2 syscall on...
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2014-07-31 Rich Felkerprovide PAGE_SIZE as a constant value of 8192 on or1k
2014-07-30 Szabolcs Nagyplural rule evaluator rewrite for dcngettext
2014-07-30 Timo Teräsreimplement if_nameindex and getifaddrs using netlink
2014-07-29 Rich Felkerfix terminal control ioctl constants for sh
2014-07-29 Szabolcs Nagytweaks to plural rules evaluator
2014-07-29 Rich Felkerharden dcngettext plural processing
2014-07-29 Rich Felkerharden mo file processing for locale/translations
2014-07-28 Rich Felkerimplement non-default plural rules for ngettext transla...
2014-07-28 Rich Felkerremove unused a_cas_l from or1k atomic.h
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-28 Rich Felkerfix insufficient synchronization in sh atomic asm
2014-07-27 Rich Felkerimplement gettext message translation functions
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-07-26 Rich Felkeradd missing yes/no strings to nl_langinfo
2014-07-26 Rich Felkerfix nl_langinfo table for LC_TIME era-related items
2014-07-26 Rich Felkerimplement mo file string lookup for translations
2014-07-24 Rich Felkerimplement locale file loading and state for remaining...
2014-07-24 Rich Felkerfix locale environment variable logic for empty strings
2014-07-20 Szabolcs Nagyadd new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl...
2014-07-20 Szabolcs Nagyadd pacing rate information to the tcp_info struct...
2014-07-20 Szabolcs Nagyadd new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix regression that negated some mips syscall error...
2014-07-20 Rich Felkerfix mips struct stat dev_t members for big endian
2014-07-20 Brent Cookadd issetugid function to check for elevated privilege
2014-07-20 Rich Felkerfix or1k atomic store
2014-07-19 Rich Felkerfix missing barriers in powerpc atomic store
2014-07-19 Rich Felkerfix microblaze atomic store
2014-07-19 Rich Felkerfix missing barrier instructions in powerpc atomic asm
2014-07-19 Rich Felkerfix missing barrier instructions in mips atomic asm
next