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 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
*
fix aliasing violations in mbtowc and mbrtowc
Rich Felker
2014-07-28
2
-2
/
+4
*
remove hack in syslog.h that resulted in aliasing violations
Rich Felker
2014-07-28
1
-6
/
+2
*
fix incorrect comparison loop condition in memmem
Rich Felker
2014-07-28
1
-2
/
+2
*
fix powerpc dynamic linker thread-pointer-relative relocations
Rich Felker
2014-07-28
1
-3
/
+3
*
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
*
release 1.0.3
v1.0.3
Rich Felker
2014-06-06
2
-1
/
+17
*
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
5
-3
/
+40
*
fix sendfile syscall to use 64-bit off_t
Rich Felker
2014-06-06
1
-0
/
+5
*
release 1.0.2
v1.0.2
Rich Felker
2014-05-20
2
-1
/
+20
*
trivial formatting fix for the config.mak generated by configure
Rich Felker
2014-05-20
1
-1
/
+1
*
fix unhandled cases in strptime
Rich Felker
2014-05-20
1
-5
/
+16
*
add configure check for broken gcc 4.9.0 and possibly other versions
Rich Felker
2014-05-20
1
-5
/
+37
*
add configure check for working compiler
Rich Felker
2014-05-20
1
-0
/
+9
*
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
*
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
Rich Felker
2014-05-20
1
-1
/
+2
*
fix superh nofpu check on old gcc versions
Bobby Bingham
2014-05-20
1
-1
/
+1
*
perform minimal sanity checks on zoneinfo files loaded via TZ variable
Rich Felker
2014-05-20
1
-0
/
+5
*
fix false negatives with periodic needles in strstr, wcsstr, and memmem
Rich Felker
2014-05-20
3
-3
/
+3
*
release 1.0.1
v1.0.1
Rich Felker
2014-04-16
2
-1
/
+19
*
fix deadlock race in pthread_once
Rich Felker
2014-04-16
1
-2
/
+1
*
fix RLIMIT_ constants for mips
Szabolcs Nagy
2014-04-16
9
-2
/
+10
*
fix fallback code for old kernels in clock_gettime
Rich Felker
2014-04-16
1
-1
/
+1
*
use hidden visibility rather than protected for syscall internals
Rich Felker
2014-04-16
1
-1
/
+1
*
math: fix aliasing violation in long double wrappers
Szabolcs Nagy
2014-04-16
2
-2
/
+10
*
fix search past the end of haystack in memmem
Timo Teräs
2014-04-16
1
-0
/
+1
*
fix printf rounding with %g for some corner case midpoints
Rich Felker
2014-04-16
1
-1
/
+1
*
fix failure of printf %g to strip trailing zeros in some cases
Rich Felker
2014-04-16
1
-1
/
+1
*
fix carry into uninitialized slots during printf floating point rounding
Rich Felker
2014-04-16
1
-1
/
+1
*
fix microblaze syscall register clobbers
Rich Felker
2014-04-16
1
-7
/
+7
*
fix confstr return value
Timo Teräs
2014-04-16
1
-1
/
+1
[next]