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
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 typo in x86_64/x32 user_fpregs_struct
Felix Janda
2015-03-30
2
-2
/
+2
*
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
*
fix signedness of WINT_MIN expression
Rich Felker
2015-03-30
1
-1
/
+1
*
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
*
fix CPU_EQUAL macro in sched.h
Szabolcs Nagy
2015-03-30
1
-1
/
+1
*
release 1.0.4
v1.0.4
Rich Felker
2014-08-01
2
-1
/
+31
*
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 regression that negated some mips syscall error returns
Rich Felker
2014-07-28
1
-5
/
+5
*
fix mips struct stat dev_t members for big endian
Rich Felker
2014-07-28
1
-20
/
+81
*
fix missing barriers in powerpc atomic store
Rich Felker
2014-07-28
1
-1
/
+5
*
fix microblaze atomic store
Rich Felker
2014-07-28
1
-1
/
+3
*
fix missing barrier instructions in powerpc atomic asm
Rich Felker
2014-07-28
1
-1
/
+4
*
fix missing barrier instructions in mips atomic asm
Rich Felker
2014-07-28
1
-14
/
+18
*
use memory constraints for mips atomic asm
Rich Felker
2014-07-28
1
-24
/
+24
*
fix build breakage from ppc asm constraints change
Rich Felker
2014-07-28
1
-3
/
+3
*
remove cruft from microblaze atomic.h
Rich Felker
2014-07-28
1
-13
/
+0
*
fix broken constraints for powerpc atomic cas asm
Rich Felker
2014-07-28
1
-1
/
+1
*
fix microblaze definition of struct stat
Rich Felker
2014-07-28
1
-3
/
+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
8
-30
/
+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
[next]