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