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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-30
fix signed left-shift overflow in pthread_condattr_setpshared
Rich Felker
1
-1
/
+1
2015-03-30
fix preprocessor error introduced in poll.h in last commit
Rich Felker
1
-1
/
+1
2015-03-30
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
9
-0
/
+8
2015-03-30
fix init race that could lead to deadlock in malloc init code
Rich Felker
1
-39
/
+14
2015-03-30
avoid malloc failure for small requests when brk can't be extended
Rich Felker
1
-1
/
+23
2015-03-30
fix bad character checking in wordexp
Rich Felker
1
-0
/
+1
2015-03-30
fix fesetenv(FE_DFL_ENV) on mips
Szabolcs Nagy
1
-1
/
+3
2015-03-30
fix failure of fchmodat to report EOPNOTSUPP in the race path
Rich Felker
1
-2
/
+5
2015-03-30
fix fd leak race (missing O_CLOEXEC) in fchmodat
Rich Felker
1
-1
/
+1
2015-03-30
fix typo in x86_64/x32 user_fpregs_struct
Felix Janda
2
-2
/
+2
2015-03-30
fix erroneous return of partial username matches by getspnam[_r]
Rich Felker
1
-1
/
+1
2015-03-30
check for connect failure in syslog log opening
Rich Felker
1
-2
/
+6
2015-03-30
fix signedness of WINT_MIN expression
Rich Felker
1
-1
/
+1
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
2015-03-30
fix CPU_EQUAL macro in sched.h
Szabolcs Nagy
1
-1
/
+1
2014-08-01
release 1.0.4
v1.0.4
Rich Felker
2
-1
/
+31
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 regression that negated some mips syscall error returns
Rich Felker
1
-5
/
+5
2014-07-28
fix mips struct stat dev_t members for big endian
Rich Felker
1
-20
/
+81
2014-07-28
fix missing barriers in powerpc atomic store
Rich Felker
1
-1
/
+5
2014-07-28
fix microblaze atomic store
Rich Felker
1
-1
/
+3
2014-07-28
fix missing barrier instructions in powerpc atomic asm
Rich Felker
1
-1
/
+4
2014-07-28
fix missing barrier instructions in mips atomic asm
Rich Felker
1
-14
/
+18
2014-07-28
use memory constraints for mips atomic asm
Rich Felker
1
-24
/
+24
2014-07-28
fix build breakage from ppc asm constraints change
Rich Felker
1
-3
/
+3
2014-07-28
remove cruft from microblaze atomic.h
Rich Felker
1
-13
/
+0
2014-07-28
fix broken constraints for powerpc atomic cas asm
Rich Felker
1
-1
/
+1
2014-07-28
fix microblaze definition of struct stat
Rich Felker
1
-3
/
+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
8
-30
/
+9
2014-07-28
simplify __stdio_exit static linking logic
Rich Felker
4
-16
/
+12
[next]