musl
2015-01-31 Rich Felkerfix failure of configure to detect gcc due to message...
2015-01-21 Rich Felkerfix erroneous return of partial username matches by...
2015-01-21 Rich Felkersimplify part of getopt_long
2015-01-21 Rich Felkeralways set optarg in getopt_long
2015-01-16 Rich Felkeroverhaul __synccall and fix AS-safety and other issues...
2015-01-16 Rich Felkeradd FUTEX_PRIVATE macro to internal futex.h
2015-01-15 Rich Felkersuppress EINTR in sem_wait and sem_timedwait
2015-01-15 Rich Felkerfor multithreaded set*id/setrlimit, handle case where...
2015-01-14 Rich Felkerrelease 1.1.6
2015-01-13 Rich Felkerincrease syslog message limit from 256 to 1024
2015-01-12 Rich Felkerremove rlimit hacks from multi-threaded set*id() code
2015-01-12 Rich Felkersimplify ctermid
2015-01-11 Rich Felkerfix regression in getopt_long support for non-option...
2015-01-09 Rich Felkercheck for connect failure in syslog log opening
2014-12-23 Szabolcs Nagyadd new prctl command PR_SET_MM_MAP to sys/prctl.h
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-12-21 Rich Felkerfix signedness of UINT32_MAX and UINT64_MAX at the...
2014-12-21 Rich Felkeroverhaul forkpty function using new login_tty
2014-12-21 Rich Felkerblock pthread cancellation in openpty function
2014-12-21 Rich Felkerdon't write openpty results until success is determined
2014-12-21 Felix Jandaadd login_tty function
2014-12-21 Rich Felkerset optopt in getopt_long
2014-12-21 Rich Felkeradd error message printing to getopt_long and make...
2014-12-20 Rich Felkersupport translation for getopt error messages
2014-12-20 Rich Felkerfix stderr locking and ferror semantics in getopt messa...
2014-12-19 Rich Felkeruse tkill instead of tgkill in implementing raise
2014-12-18 Rich Felkerdon't suppress sign output for NANs in printf
2014-12-18 Rich Felkerfix return value computation in one code path of wcsnrtombs
2014-12-17 Rich Felkerfix signedness of WINT_MIN expression
2014-12-17 Rich Felkermake the definition of _Complex_I explicitly complex
2014-12-17 Rich Felkermake the result of the cimag macro a non-lvalue
2014-12-17 Rich Felkerfix definition of CMPLX macros in complex.h to work...
2014-12-17 Rich Felkerprovide CMPLX macros in implementation-internal libm.h
2014-12-17 Nagy Szabolcsimplement FNM_CASEFOLD extension to fnmatch function
2014-12-17 Rich Felkeradd basic dns record parsing functions
2014-12-17 Rich Felkercorrectly handle write errors encountered by printf...
2014-12-13 Rich Felkersimplify getopt_long argv permutation loop logic
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
next