index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix fesetenv(FE_DFL_ENV) on mips
Szabolcs Nagy
2015-03-30
1
-1
/
+3
*
fix failure of fchmodat to report EOPNOTSUPP in the race path
Rich Felker
2015-03-30
1
-2
/
+5
*
fix fd leak race (missing O_CLOEXEC) in fchmodat
Rich Felker
2015-03-30
1
-1
/
+1
*
fix erroneous return of partial username matches by getspnam[_r]
Rich Felker
2015-03-30
1
-1
/
+1
*
check for connect failure in syslog log opening
Rich Felker
2015-03-30
1
-2
/
+6
*
correctly handle write errors encountered by printf-family functions
Rich Felker
2015-03-30
2
-2
/
+12
*
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
Rich Felker
2015-03-30
1
-8
/
+11
*
fix uninitialized output from sched_getaffinity
Rich Felker
2015-03-30
1
-1
/
+5
*
adapt dynamic linker for new binutils versions that omit DT_RPATH
Rich Felker
2015-03-30
1
-0
/
+2
*
fix behavior of printf with alt-form octal, zero precision, zero value
Rich Felker
2015-03-30
1
-1
/
+1
*
math: fix x86_64 and x32 asm not to use sahf instruction
Szabolcs Nagy
2015-03-30
6
-28
/
+14
*
fix uninitialized mode variable in openat function
Rich Felker
2015-03-30
1
-1
/
+1
*
fix invalid access by openat to possibly-missing variadic mode argument
Rich Felker
2015-03-30
1
-4
/
+8
*
fix missing barrier in pthread_once/call_once shortcut path
Rich Felker
2015-03-30
1
-2
/
+7
*
fix handling of negative offsets in timezone spec strings
Rich Felker
2015-03-30
1
-10
/
+7
*
fix handling of odd lengths in swab function
Rich Felker
2015-03-30
1
-1
/
+1
*
fix incorrect sequence generation in *rand48 prng functions
Rich Felker
2015-03-30
1
-2
/
+2
*
fix overflow corner case in strtoul-family functions
Rich Felker
2015-03-30
1
-0
/
+1
*
fix memory leak in regexec when input contains illegal sequence
Szabolcs Nagy
2015-03-30
1
-5
/
+6
*
fix off-by-one in bounds check in fpathconf
Rich Felker
2015-03-30
1
-1
/
+1
*
fix multiple stdio functions' behavior on zero-length operations
Rich Felker
2015-03-30
4
-9
/
+7
*
suppress null termination when fgets reads EOF with no data
Rich Felker
2015-03-30
1
-1
/
+1
*
fix dn_expand empty name handling and offsets to 0
Szabolcs Nagy
2015-03-30
1
-6
/
+9
*
fix use of uninitialized memory with application-provided thread stacks
Rich Felker
2015-03-30
1
-0
/
+2
*
add missing yes/no strings to nl_langinfo
Rich Felker
2014-07-28
1
-2
/
+2
*
fix nl_langinfo table for LC_TIME era-related items
Rich Felker
2014-07-28
1
-1
/
+2
*
fix crash in regexec for nonzero nmatch argument with REG_NOSUB
Rich Felker
2014-07-28
1
-0
/
+1
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-28
7
-9
/
+9
*
simplify __stdio_exit static linking logic
Rich Felker
2014-07-28
4
-16
/
+12
*
fix the %m specifier in syslog
Clément Vasseur
2014-07-28
1
-0
/
+3
*
make dynamic linker accept colon as a separator for LD_PRELOAD
Rich Felker
2014-07-28
1
-2
/
+2
*
fix typo in microblaze setjmp asm
Rich Felker
2014-07-28
1
-1
/
+1
*
fix multiple issues in legacy function getpass
Rich Felker
2014-07-28
1
-5
/
+6
*
fix failure of wide printf/scanf functions to set wide orientation
Rich Felker
2014-07-28
2
-0
/
+3
*
fix incorrect return value for fwide function
Rich Felker
2014-07-28
1
-1
/
+2
*
fix aliasing violations in mbtowc and mbrtowc
Rich Felker
2014-07-28
2
-2
/
+4
*
fix incorrect comparison loop condition in memmem
Rich Felker
2014-07-28
1
-2
/
+2
*
fix missing argument to syscall in fanotify_mark
Clément Vasseur
2014-07-28
1
-1
/
+1
*
prepare pthread_create.c for cherry-picking from master
Rich Felker
2014-07-28
1
-0
/
+2
*
fix gethostby*_r result pointer value on error
Rich Felker
2014-07-28
2
-0
/
+4
*
fix multiple validation issues in dns response label parsing
Szabolcs Nagy
2014-06-06
1
-4
/
+6
*
remove some dummy "ent" function aliases that duplicated real ones
Rich Felker
2014-06-06
1
-8
/
+0
*
fix if_nametoindex return value when interface does not exist
Rich Felker
2014-06-06
1
-1
/
+1
*
fix incorrect end pointer in some cases when wcsrtombs stops early
Rich Felker
2014-06-06
1
-7
/
+15
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-06-06
4
-3
/
+38
*
fix sendfile syscall to use 64-bit off_t
Rich Felker
2014-06-06
1
-0
/
+5
*
fix unhandled cases in strptime
Rich Felker
2014-05-20
1
-5
/
+16
*
fix strftime %s not to zero pad with default width=2
Szabolcs Nagy
2014-05-20
1
-0
/
+1
*
remove useless __yield alias for sched_yield
Rich Felker
2014-05-20
1
-4
/
+1
*
perform minimal sanity checks on zoneinfo files loaded via TZ variable
Rich Felker
2014-05-20
1
-0
/
+5
[next]