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 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
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
remove hack in syslog.h that resulted in aliasing violations
Rich Felker
1
-6
/
+2
2014-07-28
fix incorrect comparison loop condition in memmem
Rich Felker
1
-2
/
+2
2014-07-28
fix powerpc dynamic linker thread-pointer-relative relocations
Rich Felker
1
-3
/
+3
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
release 1.0.3
v1.0.3
Rich Felker
2
-1
/
+17
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
5
-3
/
+40
2014-06-06
fix sendfile syscall to use 64-bit off_t
Rich Felker
1
-0
/
+5
2014-05-20
release 1.0.2
v1.0.2
Rich Felker
2
-1
/
+20
2014-05-20
trivial formatting fix for the config.mak generated by configure
Rich Felker
1
-1
/
+1
2014-05-20
fix unhandled cases in strptime
Rich Felker
1
-5
/
+16
2014-05-20
add configure check for broken gcc 4.9.0 and possibly other versions
Rich Felker
1
-5
/
+37
2014-05-20
add configure check for working compiler
Rich Felker
1
-0
/
+9
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
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
Rich Felker
1
-1
/
+2
[next]