add configure check for broken gcc 4.9.0 and possibly other versions
[musl] / src /
2014-05-13 Rich Felkeradd cp437 and cp850 to available iconv conversions
2014-05-08 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-05-04 Rich Felkerremove useless __yield alias for sched_yield
2014-04-23 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-04-22 Timo Teräsdo not try to interpret implementation specific strings...
2014-04-22 Rich Felkermake __init_libc static for non-shared libc
2014-04-21 Rich Felkerfurther micro-optimize startup code for size
2014-04-21 Rich Felkermicro-optimize some startup code for size
2014-04-21 Rich Felkerallow zoneinfo-path-relative filenames with no slashes...
2014-04-20 M Farkas-Dyckexpose public execvpe interface
2014-04-18 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-16 Rich Felkeradd options when explicitly invoking dynamic loader
2014-04-16 Rich Felkeradd working vdso clock_gettime support, including stati...
2014-04-16 Rich Felkerfix deadlock race in pthread_once
2014-04-15 Rich Felkeradd _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions...
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
2014-04-15 Rich Felkerin sysconf, use getrlimit function rather than raw...
2014-04-15 Rich Felkeravoid linear-time if/else special cases in sysconf
2014-04-15 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-04-12 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-04-11 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2014-04-10 Timo Teräsfix search past the end of haystack in memmem
2014-04-07 Rich Felkerfix printf rounding with %g for some corner case midpoints
2014-04-07 Rich Felkeradd getauxval function
2014-04-07 Rich Felkerfix failure of printf %g to strip trailing zeros in...
2014-04-07 Rich Felkerfix carry into uninitialized slots during printf floati...
2014-04-07 Rich Felkerremove some cruft from libc/tls init code
2014-04-05 Rich Felkerremove cruft left behind when lazy thread pointer init...
2014-04-02 Rich Felkeradd __sigsetjmp ABI-compat alias for sigsetjmp
2014-04-02 sinremove struct elem entirely from hsearch.c
2014-04-02 sinimplement hcreate_r, hdestroy_r and hsearch_r
2014-04-02 Rich Felkeravoid malloc failure for small requests when brk can...
2014-03-25 Timo Teräsremove lazy ssp initialization
2014-03-25 Rich Felkerif dynamic linker's relro mprotect call fails, include...
2014-03-25 Rich Felkercosmetic improvements in dynamic linker cleanup
2014-03-25 Timo Teräsclean up internal dynamic linker functions enumerating...
2014-03-25 Timo Teräsimplement PT_GNU_RELRO support
2014-03-24 Rich Felkerfix pointer type mismatch and misplacement of const
2014-03-24 Timo Teräsfix confstr return value
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-03-24 Rich Felkerreduce static linking overhead from TLS support by...
2014-03-24 Rich Felkerinclude header that declares __syscall_ret where it...
2014-03-19 Rich Felkerfix mips sigsetjmp asm to match fixed jmp_buf size
2014-03-18 Rich Felkeruse syscall_arg_t for arguments in public syscall(...
2014-03-17 Rich Felkerfix negated error codes from ptsname_r
2014-03-13 rofl0rsemctl: fix UB causing crashes on powerpc
2014-03-09 Rich Felkerfix incorrect rounding in printf floating point corner...
2014-03-09 Rich Felkerfix buffer overflow in printf formatting of denormals...
2014-03-08 Rich Felkerin fcntl, use unsigned long instead of long for variadi...
2014-03-06 rofl0rx32: fix sysinfo()
2014-03-05 Rich Felkerfix strerror on mips: one error code is out of the...
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-25 Rich Felkerfix readdir not to set ENOENT when directory is removed...
2014-02-24 Rich Felkeradd missing sub files for mipsel-sf to use softfloat...
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-23 Bobby Binghamsuperh port
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-22 rofl0ruse syscall_arg_t type for syscall prototypes in pthrea...
2014-02-22 rofl0rinternal/syscall.h: add syscall_arg_t macro
2014-02-22 rofl0rinternal/syscall.h: use a macro for the syscall args...
2014-02-22 Rich Felkeradd fallback emulation for accept4 on old kernels
2014-02-13 Rich Felkeradd ipv6 and icmpv6 to getprotoent-family functions
2014-02-13 Rich Felkerfix typo in table for getprotoent that caused out-of...
2014-02-12 Rich Felkermake posix_spawn accept null pid pointer arguments
2014-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on i386
2014-02-07 Rich Felkerin fdopen, avoid setting O_APPEND flag if it's already set
2014-02-07 Rich Felkerfix ftello result for append streams with unflushed...
2014-02-05 Timo Teräsadd legacy functions setkey() and encrypt()
2014-02-01 Rich Felkerfix nftw FTW_MOUNT flag
2014-01-23 Szabolcs Nagyfix an overflow in wcsxfrm when n==0
2014-01-21 Rich Felkerfix crash in dynamic linker when certain copy relocatio...
2014-01-21 Szabolcs Nagyfix initstate to make the state buffer usable in setstate
2014-01-08 Rich Felkerfix inadvertent use of struct in place of union for...
2014-01-08 Szabolcs Nagyadd __isoc99_vfscanf weak alias to vfscanf
2014-01-08 Szabolcs Nagymath: add drem and dremf weak aliases to i386 remainder asm
2014-01-08 Rich Felkerfix type of semctl variadic argument
2014-01-08 Rich Felkerin fcntl, avoid passing pointer arguments to syscalls...
2014-01-07 Rich Felkerfix const-correctness of argument to stime
2014-01-07 Rich Felkerfix signedness of pgoff argument to remap_file_pages
2014-01-07 Rich Felkerfix const-correctness in sigandset/sigorset arguments
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
2014-01-07 Rich Felkerfix argument types for legacy function inet_makeaddr
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2014-01-07 Rich Felkerconst-qualify the address argument to dladdr
2014-01-07 Rich Felkeradd some missing LFS64 aliases for fadvise/fallocate...
2014-01-03 rofl0rfanotify.c: fix typo in header inclusion
2014-01-02 Rich Felkerdisable the brk function
2014-01-02 Rich Felkerdisable sbrk for all values of increment except 0
2014-01-02 rofl0radd fanotify syscall wrapper and header
2013-12-20 Rich Felkerimplement legacy function herror
2013-12-20 Rich Felkeradd sys/quota.h and quotactl syscall wrapper
2013-12-19 Rich Felkerfix failure of fchmod, fstat, fchdir, and fchown to...
2013-12-19 Rich Felkerfix hangs in localtime for near-overflowing time_t...
2013-12-15 Rich Felkerfix dynamic linker entry point for microblaze
next