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
*
restore type of NULL to void * except when used in C++ programs
Rich Felker
2013-11-24
8
-0
/
+33
*
shadow: Implement fgetspent
Michael Forney
2013-11-24
1
-1
/
+10
*
shadow: Move spent parsing to internal function
Michael Forney
2013-11-24
2
-31
/
+40
*
Fix dn_comp prototype and add stub
Michael Forney
2013-11-24
2
-1
/
+10
*
shadow: Implement putspent
Michael Forney
2013-11-24
2
-5
/
+13
*
math: clean up __rem_pio2
Szabolcs Nagy
2013-11-24
3
-71
/
+53
*
use 0 instead of NULL in headers where NULL is not defined
Szabolcs Nagy
2013-11-24
2
-3
/
+3
*
add O_TMPFILE flag, new in linux 3.11
Szabolcs Nagy
2013-11-23
6
-0
/
+6
*
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
Szabolcs Nagy
2013-11-23
1
-0
/
+1
*
add linux tcp state enums
Timo Teräs
2013-11-23
1
-0
/
+12
*
add multicast structures from RFC 3678 to netinet/in.h
Timo Teräs
2013-11-23
1
-1
/
+42
*
Fix dn_expand pointer following
Michael Forney
2013-11-23
1
-1
/
+1
*
putgrent: Add missing newline
Michael Forney
2013-11-23
1
-0
/
+1
*
putgrent: Stop writing output on first failure
Michael Forney
2013-11-23
1
-2
/
+3
*
strcmp: Remove unnecessary check for *r
Michael Forney
2013-11-23
1
-1
/
+1
*
timeradd/timersub: cast result to void to get rid of warnings
rofl0r
2013-11-23
1
-2
/
+2
*
fix and refactor child reaping logic in wordexp
Rich Felker
2013-11-22
1
-6
/
+16
*
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
2013-11-22
1
-4
/
+4
*
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
2013-11-22
1
-8
/
+18
*
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
2013-11-22
1
-11
/
+16
*
add legacy getloadavg api
Szabolcs Nagy
2013-11-21
2
-0
/
+19
*
fix fd leak (missing close-on-exec) in getifaddrs
Rich Felker
2013-11-20
1
-1
/
+1
*
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
2013-11-21
5
-0
/
+26
*
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
2013-11-21
4
-202
/
+110
*
fix the nominal type of LDBL_* limits on archs with ld64
Rich Felker
2013-11-20
4
-16
/
+16
*
write floating point limit constants to 21 significant decimal places
Rich Felker
2013-11-20
2
-10
/
+10
*
iswspace: fix handling of 0
rofl0r
2013-11-11
1
-2
/
+1
*
fix harmless inconsistency in semtimedop
Rich Felker
2013-11-09
1
-1
/
+1
*
implement semtimedop
Rich Felker
2013-11-09
2
-0
/
+14
*
adjust sys/wait.h not to produde errors in strict ISO C feature profile
Rich Felker
2013-11-09
1
-3
/
+7
*
remove O_NOFOLLOW from __map_file used for time zone file loading
Rich Felker
2013-11-08
1
-1
/
+1
*
fix handling of overly-long TZ environment variable values
Rich Felker
2013-11-08
1
-1
/
+1
*
timezone parser: fix iteration over search dir paths
rofl0r
2013-11-04
1
-1
/
+1
*
timezone parser: fix offset to transition table in 64bit code path
rofl0r
2013-11-04
1
-1
/
+1
*
fix timezone parser code crashing on 64bit sys
rofl0r
2013-11-04
1
-1
/
+1
*
fix regression in inet_aton due to misinterpretation of __ipparse return
Rich Felker
2013-11-02
2
-3
/
+3
*
simplify faccessat AT_EACCESS path and eliminate resource dependence
Rich Felker
2013-11-01
1
-14
/
+21
*
fix faccessat AT_EACCESS path not to leave zombie processes
Rich Felker
2013-11-01
1
-2
/
+6
*
fix inttypes.h PRI and SCN macros for [u]intptr_t types
Rich Felker
2013-10-30
1
-11
/
+13
*
POSIX conformance fix: define struct entry in search.h
Szabolcs Nagy
2013-10-29
2
-9
/
+9
*
fenv: fix i386 fesetround for sse
Szabolcs Nagy
2013-10-28
1
-1
/
+1
*
math: extensive log*.c cleanup
Szabolcs Nagy
2013-10-28
14
-583
/
+369
*
add legacy ftime function and sys/timeb.h
Rich Felker
2013-10-25
2
-0
/
+34
*
fix inet_pton
Szabolcs Nagy
2013-10-23
1
-26
/
+19
*
fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly
Szabolcs Nagy
2013-10-22
1
-5
/
+12
*
fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format
Szabolcs Nagy
2013-10-22
1
-1
/
+4
*
split inet_addr and inet_ntoa back into their own files
Rich Felker
2013-10-21
3
-16
/
+21
*
fix multiple minor namespace issues in headers
Rich Felker
2013-10-20
4
-7
/
+15
*
fix return value for inet_pton in ipv6 failure cases
Rich Felker
2013-10-19
1
-6
/
+6
*
use consistent include guard name in arpa/ftp.h
Szabolcs Nagy
2013-10-18
1
-2
/
+2
[next]