spin before waiting on futex in mutex and rwlock lock operations
[musl] / src /
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 Felkersanitize number of spins in userspace before futex...
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-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 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 Timo Teräsmake endmntent function handle null argument
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 Felkeradd framework for mmap2 syscall unit to vary by arch
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 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-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 Brent Cookadd issetugid function to check for elevated privilege
2014-07-18 Rich Felkerfix missing flags arg to fstatat syscall in fstat fallb...
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-07-18 Rich Felkerprovide getauxval(AT_SECURE) even if it is missing...
2014-07-18 Rich Felkerremove useless infinite loop from end of exit function
2014-07-17 Rich Felkerfix crash in regexec for nonzero nmatch argument with...
2014-07-17 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-07-17 Rich Felkersimplify __stdio_exit static linking logic
2014-07-12 Rich Felkerimplement the LOG_CONS option in syslog
2014-07-12 Rich Felkersuppress early syslog return when log socket cannot...
2014-07-12 Rich Felkerimplement the LOG_PERROR option in syslog
2014-07-12 Clément Vasseurfix the %m specifier in syslog
2014-07-11 Rich Felkerexplicitly reject empty names in dynamic linker load_li...
2014-07-11 Rich Felkermake dynamic linker accept colon as a separator for...
2014-07-08 Rich Felkerfix typo in microblaze setjmp asm
2014-07-07 Rich Felkerrename file containing pthread_cleanup_push and pop...
2014-07-07 Rich Felkerrework cancellation weak alias logic not to depend...
2014-07-06 Rich Felkerfix multiple issues in legacy function getpass
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2014-07-03 Rich Felkerproperly pass current locale to *_l functions when...
2014-07-03 Rich Felkerconsolidate str[n]casecmp_l into str[n]casecmp source...
2014-07-03 Rich Felkerconsolidate *_l ctype/wctype functions into their non...
2014-07-02 Rich Felkeradd locale framework
2014-07-02 Rich Felkerfix failure of wide printf/scanf functions to set wide...
2014-07-01 Rich Felkerfix typo in a comment in __libc_start_main
2014-07-01 Rich Felkerfix incorrect return value for fwide function
2014-07-01 Rich Felkerfix ungrammatical comment in posix_spawn code
2014-07-01 Rich Felkerfix aliasing violations in mbtowc and mbrtowc
2014-06-30 Rich Felkerfix regression in mips dynamic linker
2014-06-30 Rich Felkerfix regression in dynamic linker error reporting
2014-06-24 Timo Teräsadd routing protocols to getprotoent-family functions
2014-06-23 Rich Felkerrename dynamic linker _start to _dlstart in the stub...
2014-06-22 Rich Felkeradd __sysv_signal abi-compat alias for the signal function
2014-06-22 Rich Felkeradd __xmknod and __xmknodat abi-compat functions
2014-06-22 Rich Felkerconsolidate __xstat abi-compat functions into a single...
2014-06-21 Rich Felkerimplement fmtmsg function
2014-06-21 Rich Felkerimplement result address sorting in the resolver (getad...
2014-06-20 Timo Teräsfix gethostby*_r result pointer value on error
2014-06-20 Rich Felkerfix sendmmsg emulation return value for zero-length...
2014-06-20 Rich Felkerrename dynamic linker entry point from _start to _dlstart
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-06-19 Rich Felkeradd tlsdesc support for x86_64
2014-06-19 Rich Felkerseparate __tls_get_addr implementation from dynamic...
2014-06-19 Rich Felkeradd tlsdesc support for i386
2014-06-19 Rich Felkeroptimize i386 ___tls_get_addr asm
2014-06-19 Rich Felkerchange dynamic TLS installation strategy to optimize...
2014-06-19 Rich Felkeradd arch-generic support for tlsdesc relocations to...
2014-06-19 Rich Felkerfix incorrect comparison loop condition in memmem
2014-06-18 Rich Felkerreduce code duplication in dynamic linker error paths
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-14 Clément Vasseurfix missing argument to syscall in fanotify_mark
2014-06-12 Rich Felkersupport optional-argument extension to getopt via doubl...
2014-06-10 Rich Felkersimplify errno implementation
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2014-06-10 Rich Felkeradd thread-pointer support for pre-2.6 kernels on i386
2014-06-07 Rich Felkeravoid spurious lookup failures from badly-behaved names...
2014-06-07 Rich Felkeruse default timezone from /etc/localtime if $TZ is...
2014-06-06 Timo Teräsimplement %y and %C specifiers in strptime
2014-06-06 Rich Felkeravoid invalid use of va_arg in open
2014-06-06 Rich Felkeradd O_CLOEXEC fallback for open and related functions
2014-06-06 Rich Felkeroptimize SOCK_CLOEXEC fallback for socket function
2014-06-06 Rich Felkeradd SOCK_CLOEXEC fallback for socketpair on old kernels
2014-06-06 Szabolcs Nagyimplement dn_comp RFC 1035 domain name compression
next