fix uninitialized mode variable in openat function
[musl] / src /
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 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 Felkerfix handling of negative offsets in timezone spec strings
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-08 Szabolcs Nagyfix exp10l.c to include float.h
2014-09-08 Szabolcs Nagyprune math code on archs with binary64 long double
2014-09-07 Rich Felkeradd C11 thread creation and related thread functions
2014-09-07 Jens Gustedtadd C11 condition variable functions
2014-09-07 Jens Gustedtadd C11 mutex functions
2014-09-07 Jens Gustedtadd C11 thread functions operating on tss_t and once_flag
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-09-06 Rich Felkeradd C11 timespec_get function, with associated time...
2014-09-06 Rich Felkerfix non-static dummy function that slipped in with...
2014-09-05 Szabolcs Nagyadd missing legacy LFS *64 symbol aliases
2014-09-05 Szabolcs Nagyfix memory leak in regexec when input contains illegal...
2014-09-05 Rich Felkerfix off-by-one in bounds check in fpathconf
2014-09-05 Rich Felkerfix potential read past end of buffer in getnameinfo...
2014-09-05 Rich Felkerremove incorrect and useless check in network service...
2014-09-05 Rich Felkerfix case mapping for U+00DF (ß)
2014-09-05 Rich Felkermake non-waiting paths of sem_[timed]wait and pthread_j...
2014-09-05 Rich Felkerremove an extra layer of buffer copying in getnameinfo...
2014-09-05 Rich Felkerfix multiple stdio functions' behavior on zero-length...
2014-09-05 Rich Felkersuppress null termination when fgets reads EOF with...
2014-09-05 Szabolcs Nagyfix dn_expand empty name handling and offsets to 0
2014-08-26 Rich Felkeradd malloc_usable_size function and non-stub malloc.h
2014-08-26 Rich Felkerrefrain from spinning on locks when there is already...
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
next