add missing yes/no strings to nl_langinfo
[oweals/musl.git] / src /
2014-07-28 Rich Felkeradd missing yes/no strings to nl_langinfo
2014-07-28 Rich Felkerfix nl_langinfo table for LC_TIME era-related items
2014-07-28 Rich Felkerfix crash in regexec for nonzero nmatch argument with...
2014-07-28 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-07-28 Rich Felkersimplify __stdio_exit static linking logic
2014-07-28 Clément Vasseurfix the %m specifier in syslog
2014-07-28 Rich Felkermake dynamic linker accept colon as a separator for...
2014-07-28 Rich Felkerfix typo in microblaze setjmp asm
2014-07-28 Rich Felkerfix multiple issues in legacy function getpass
2014-07-28 Rich Felkerfix failure of wide printf/scanf functions to set wide...
2014-07-28 Rich Felkerfix incorrect return value for fwide function
2014-07-28 Rich Felkerfix aliasing violations in mbtowc and mbrtowc
2014-07-28 Rich Felkerfix incorrect comparison loop condition in memmem
2014-07-28 Clément Vasseurfix missing argument to syscall in fanotify_mark
2014-07-28 Rich Felkerprepare pthread_create.c for cherry-picking from master
2014-07-28 Rich Felkerfix gethostby*_r result pointer value on error
2014-06-06 Szabolcs Nagyfix multiple validation issues in dns response label...
2014-06-06 Rich Felkerremove some dummy "ent" function aliases that duplicate...
2014-06-06 Rich Felkerfix if_nametoindex return value when interface does...
2014-06-06 Rich Felkerfix incorrect end pointer in some cases when wcsrtombs...
2014-06-06 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
2014-06-06 Rich Felkerfix sendfile syscall to use 64-bit off_t
2014-05-20 Rich Felkerfix unhandled cases in strptime
2014-05-20 Szabolcs Nagyfix strftime %s not to zero pad with default width=2
2014-05-20 Rich Felkerremove useless __yield alias for sched_yield
2014-05-20 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-05-20 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-16 Rich Felkerfix deadlock race in pthread_once
2014-04-16 Rich Felkerfix fallback code for old kernels in clock_gettime
2014-04-16 Rich Felkeruse hidden visibility rather than protected for syscall...
2014-04-16 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2014-04-16 Timo Teräsfix search past the end of haystack in memmem
2014-04-16 Rich Felkerfix printf rounding with %g for some corner case midpoints
2014-04-16 Rich Felkerfix failure of printf %g to strip trailing zeros in...
2014-04-16 Rich Felkerfix carry into uninitialized slots during printf floati...
2014-04-16 Timo Teräsfix confstr return value
2014-04-16 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
2013-12-13 Rich Felkeroptimize get_current_dir_name to reduce stack bloat
2013-12-13 Rich Felkeruse 0 instead of NULL for null pointer constants
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-12-12 Szabolcs Nagyremove an unnecessary check in inet_pton
2013-12-12 Szabolcs Nagymath: define _GNU_SOURCE when implementing non-standard...
2013-12-07 Rich Felkeradd posix_close, accepted for inclusion in the next...
next