oweals/musl.git
2015-02-10 Denys Vlasenkox86_64/memset: simple optimizations
2015-02-10 Timo Teräsmake protocol table zero byte separated and add ipv6...
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-02-09 Szabolcs Nagyadd new socket options SO_INCOMING_CPU, SO_ATTACH_BPF...
2015-02-09 Szabolcs Nagyuse the internal macro name FUTEX_PRIVATE in __wait
2015-02-09 Szabolcs Nagyadd IEEE binary128 long double support to floatscan
2015-02-09 Szabolcs Nagymath: fix fmodl for IEEE binary128
2015-02-08 Szabolcs Nagysimplify armhf fesetenv
2015-02-08 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on mips
2015-02-08 Szabolcs Nagymath: fix __fpclassifyl(-0.0) for IEEE binary128
2015-02-08 Szabolcs Nagyadd parenthesis in fma.c to clarify intent and silence...
2015-02-07 Rich Felkermake getaddrinfo support SOCK_RAW and other socket...
2015-02-07 Szabolcs Nagyremove cruft from x86_64 syscall.h
2015-02-06 Rich Felkerfix failure of fchmodat to report EOPNOTSUPP in the...
2015-02-05 Rich Felkerfix fd leak race (missing O_CLOEXEC) in fchmodat
2015-02-03 Rich Felkermake execvp continue PATH search on EACCES rather than...
2015-02-03 Rich Felkerfix missing memory barrier in cancellation signal handler
2015-02-01 Felix Jandafix typo in x86_64/x32 user_fpregs_struct
2015-01-31 Trutz Behnmake fsync, fdatasync, and msync cancellation points
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2015-01-31 Trutz Behnfix missing comma in sh setjmp asm
2015-01-31 Trutz Behnremove mips-only EINIT and EREMDEV errnos
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 v1.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 v1.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
next