musl
2014-12-13 Rich Felkerfix handling of "--" with getopt_long argv permutation
2014-12-11 Rich Felkeraccept null longopts pointer in getopt_long
2014-12-11 Rich Felkerfix getopt handling of initial '+' in optstring
2014-12-11 Rich Felkersupport abbreviated options in getopt_long
2014-12-11 Rich Felkersupport options after non-option arguments in getopt_lo...
2014-12-10 Bobby Binghamdon't shadow functions with macros in C++
2014-12-06 Rich Felkeruse direct syscall rather than write function in posix_...
2014-12-06 Rich Felkerdon't fail posix_spawn on failed close
2014-12-04 Rich Felkerfix getopt handling of ':' modifier for multibyte optio...
2014-12-03 Timo Teräsadd arm private syscall numbers
2014-12-03 Rich Felkerfix return value of pthread_getaffinity_np and pthread_...
2014-12-03 Rich Felkerfix uninitialized output from sched_getaffinity
2014-12-03 Gianluca Anzolinadd support for non-option arguments extension to getopt
2014-11-23 Rich Felkeradapt dynamic linker for new binutils versions that...
2014-11-23 Rich Felkerfix tabs/spaces in memcpy.s
2014-11-23 Rich Felkerfix build regression in arm asm for setjmp/longjmp...
2014-11-23 Rich Felkerfix build regression in arm asm for memcpy
2014-11-23 Joakim Sindholtarm assembly changes for clang compatibility
2014-11-23 Rich Felkerunify non-inline version of syscall code across archs
2014-11-23 Rich Felkerinline 5- and 6-argument syscalls on arm
2014-11-23 Rich Felkerremove old clang workarounds from arm syscall implement...
2014-11-22 Rich Felkerfix __aeabi_read_tp oversight in arm atomics/tls overhaul
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-11-19 Rich Felkersave auxv pointer into libc struct early in dynamic...
2014-11-16 Felix Fietkaugetopt: fix optional argument processing
2014-11-15 Jens Gustedtimplement a private state for the uchar.h functions
2014-11-15 Rich Felkerfix behavior of printf with alt-form octal, zero precis...
2014-11-05 Szabolcs Nagymath: use fnstsw consistently instead of fstsw in x87 asm
2014-11-05 Szabolcs Nagymath: fix x86_64 and x32 asm not to use sahf instruction
2014-11-05 Rich Felkerfix 64-bit syscall argument passing on or1k
2014-10-31 Rich Felkerfix uninitialized mode variable in openat function
2014-10-31 Szabolcs Nagymath: use the rounding idiom consistently
2014-10-31 Szabolcs Nagyfix rint.c and rintf.c when FLT_EVAL_METHOD!=0
2014-10-31 Rich Felkerfix invalid access by openat to possibly-missing variad...
2014-10-31 Rich Felkerfix failure of open to read variadic mode argument...
2014-10-20 Rich Felkermanually "shrink wrap" fast path in pthread_once
2014-10-14 Rich Felkerrelease 1.1.5
2014-10-14 Rich Felkersuppress macro definitions of ctype functions under C++
2014-10-14 Rich Felkerimplement uchar.h (C11 UTF-16/32 conversion) interfaces
2014-10-13 Rich Felkereliminate global waiters count in pthread_once
2014-10-10 Rich Felkerfix missing barrier in pthread_once/call_once shortcut...
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-10 Rich Felkerfix handling of negative offsets in timezone spec strings
2014-10-08 Szabolcs Nagyadd new linux file sealing api to fcntl.h
2014-10-08 Szabolcs Nagyadd new IPV6_AUTOFLOWLABEL socket option in netinet...
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-10-08 Rich Felkeralways provide __fpclassifyl and __signbitl definitions
2014-10-07 Rich Felkerignore access mode bits of flags in mkostemps and funct...
2014-10-04 Rich Felkerfix handling of odd lengths in swab function
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...
next