musl
2015-03-16 Rich Felkerupdate authors/contributors list
2015-03-16 Rich Felkeravoid sending huge names as nscd passwd/group queries
2015-03-16 Rich Felkersimplify nscd lookup code for alt passwd/group backends
2015-03-16 Josiah Worcesteradd alternate backend support for getgrouplist
2015-03-14 Szabolcs Nagyaarch64: fix typo in bits/ioctl.h
2015-03-14 Szabolcs Nagyaarch64: add struct _aarch64_ctx to signal.h
2015-03-12 Rich Felkeralign x32 pthread type sizes to be common with 32-bit...
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2015-03-11 Szabolcs Nagymath: add ld128 exp2l based on the freebsd implementation
2015-03-11 Szabolcs Nagycopy the dtv pointer to the end of the pthread struct...
2015-03-07 Rich Felkerfix regression in pthread_cond_wait with cancellation...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-06 Rich Felkerfix over-alignment of TLS, insufficient builtin TLS...
2015-03-05 Rich Felkeradd legacy functions from sysinfo.h duplicating sysconf...
2015-03-05 Rich Felkerfix signed left-shift overflow in pthread_condattr_setp...
2015-03-04 Szabolcs Nagyadd new si_lower and si_upper siginfo_t members
2015-03-04 Rich Felkerdeclare incomplete type struct itimerspec in timerfd.h
2015-03-04 Rich Felkerfix preprocessor error introduced in poll.h in last...
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkerfix x32 pthread type definitions
2015-03-04 Rich Felkerremove useless check of bin match in malloc
2015-03-04 Rich Felkereliminate atomics in syslog setlogmask function
2015-03-04 Rich Felkerfix init race that could lead to deadlock in malloc...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkersuppress masked cancellation in pthread_join
2015-03-02 Rich Felkerfix namespace issue in pthread_join affecting thrd_join
2015-03-02 Rich Felkermake aio_suspend a cancellation point and properly...
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-28 Rich Felkerfix failure of internal futex __timedwait to report...
2015-02-26 Rich Felkeroverhaul optimized x86_64 memset asm
2015-02-26 Rich Felkeroverhaul optimized i386 memset asm
2015-02-25 Alexander Monakovgetloadavg: use sysinfo() instead of /proc/loadavg
2015-02-23 Rich Felkerfix possible isatty false positives and unwanted device...
2015-02-23 Rich Felkerfix breakage in pthread_cond_wait due to typo
2015-02-23 Josiah Worcestersupport alternate backends for the passwd and group dbs
2015-02-23 Rich Felkerfix spurious errors in refactored passwd/group code
2015-02-23 Rich Felkerfix crashes in refactored passwd/group code
2015-02-23 Rich Felkersimplify cond var code now that cleanup handler is...
2015-02-23 Rich Felkerfix pthread_cond_wait cancellation race
2015-02-22 Rich Felkeradd new masked cancellation mode
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2015-02-20 Rich Felkermap interruption of close by signal to success rather...
2015-02-17 Rich Felkermake pthread_exit responsible for disabling cancellation
2015-02-14 Rich Felkerfix type error (arch-dependent) in new aio code
2015-02-13 Josiah Worcesterrefactor group file access code
2015-02-13 Rich Felkeroverhaul aio implementation for correctness
2015-02-11 Rich Felkerfix bad character checking in wordexp
2015-02-11 Josiah Worcesterrefactor passwd file access code
2015-02-10 Denys Vlasenkox86_64/memset: avoid performing final store twice
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
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
next