musl
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 Nagyfix CPU_EQUAL macro in sched.h
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 Clément Vasseurmake clearenv available with _BSD_SOURCE
2014-08-08 Timo Teräsmake endmntent function handle null argument
2014-07-31 Rich Felkerrelease 1.1.4
2014-07-31 Rich Felkerupdate notice on broken gcc versions in INSTALL file
2014-07-31 Rich Felkerupdate COPYRIGHT file to reflect new contributors
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 Felkerlimit visibility of ffs function declaration to _XOPEN_...
2014-07-31 Rich Felkerfix broken offset argument to the mmap2 syscall on...
2014-07-31 Rich Felkeradd framework for mmap2 syscall unit to vary by arch
2014-07-31 Rich Felkerprovide PAGE_SIZE as a constant value of 8192 on or1k
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 Rich Felkerfix terminal control ioctl constants for sh
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-28 Rich Felkerremove unused a_cas_l from or1k atomic.h
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-28 Rich Felkerfix insufficient synchronization in sh atomic asm
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 Szabolcs Nagyadd new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl...
2014-07-20 Szabolcs Nagyadd pacing rate information to the tcp_info struct...
2014-07-20 Szabolcs Nagyadd new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix regression that negated some mips syscall error...
2014-07-20 Rich Felkerfix mips struct stat dev_t members for big endian
2014-07-20 Brent Cookadd issetugid function to check for elevated privilege
2014-07-20 Rich Felkerfix or1k atomic store
2014-07-19 Rich Felkerfix missing barriers in powerpc atomic store
2014-07-19 Rich Felkerfix microblaze atomic store
2014-07-19 Rich Felkerfix missing barrier instructions in powerpc atomic asm
2014-07-19 Rich Felkerfix missing barrier instructions in mips atomic asm
2014-07-19 Rich Felkeruse memory constraints for mips atomic asm
2014-07-19 Rich Felkerfix build breakage from ppc asm constraints change
2014-07-19 Rich Felkerremove cruft from microblaze atomic.h
2014-07-19 Rich Felkerfix broken constraints for powerpc atomic cas asm
2014-07-18 Rich Felkerfix missing flags arg to fstatat syscall in fstat fallb...
2014-07-18 Rich Felkerfix microblaze definition of struct stat
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-25 Rich Felkerrelease 1.1.3
2014-06-25 Rich Felkeradd tarball-producing targets to Makefile for ease...
2014-06-25 Rich Felkerupdate version reference in the README file
2014-06-25 Rich Felkeradd note to INSTALL file about gcc 4.9.0 not being...
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-21 Rich Felkerremove hack in syslog.h that resulted in aliasing viola...
next