clean up unused and inconsistent atomics in arch dirs
[musl] / src /
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
2014-06-06 Szabolcs Nagyaccept trailing . and empty domain names
2014-06-06 Rich Felkerfix fd leak in tmpfile when the fdopen operation fails
2014-06-05 Szabolcs Nagyfix the domain name length limit checks
2014-06-05 Szabolcs Nagyfix multiple validation issues in dns response label...
2014-06-05 Rich Felkerfix missing function declarations in refactored ip...
2014-06-04 Rich Felkeradd support for reverse port lookups from services...
2014-06-04 Rich Felkeradd support for reverse name lookups from hosts file...
2014-06-04 Rich Felkerremove some dummy "ent" function aliases that duplicate...
2014-06-04 Rich Felkersimplify vasprintf implementation
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-06-03 Rich Felkerfix if_nametoindex return value when interface does...
2014-06-03 Rich Felkerfix negative response and non-response handling for...
2014-06-03 Rich Felkerfix some validation checks in dns response parsing...
2014-06-02 Rich Felkerfix incorrect end pointer in some cases when wcsrtombs...
2014-06-02 Rich Felkerremove cruft from old resolver and numeric ip parsing
2014-06-02 Rich Felkerswitch standard resolver functions to use the new dns...
2014-06-02 Rich Felkerfix uninitialized variable in new __res_msend dns function
2014-06-02 Rich Felkerimplement new dns backend, res_send and other legacy...
2014-06-02 Timo Teräsadd ipsec and tunneling protocols to getprotoent-family...
2014-06-02 Rich Felkerfix off-by-one in checking hostname length in new resol...
2014-06-01 Rich Felkerimprove getservbyname_r using new resolver backend
2014-06-01 Rich Felkerimprove gethostbyname2_r using new resolver backend
2014-06-01 Rich Felkerrefactor getaddrinfo and add support for most remaining...
2014-05-30 Szabolcs Nagyuse cleaner code for handling float rounding in vfprintf
2014-05-30 Rich Felkerfix breakage from recent syscall commits due to missing...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-05-30 Rich Felkerbreak down coarse-grained 64-bit-off_t syscall remappings
2014-05-30 Rich Felkeradditional fixes for linux kernel apis with old syscall...
2014-05-30 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
next