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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
strcmp: Remove unnecessary check for *r
Michael Forney
2013-11-23
1
-1
/
+1
*
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
1
-0
/
+18
*
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
4
-0
/
+20
*
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
2013-11-21
4
-202
/
+110
*
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
*
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
*
POSIX conformance fix: define struct entry in search.h
Szabolcs Nagy
2013-10-29
1
-8
/
+8
*
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
1
-0
/
+12
*
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 return value for inet_pton in ipv6 failure cases
Rich Felker
2013-10-19
1
-6
/
+6
*
in faccessat slow path, add close-on-exec to pipe fds
Rich Felker
2013-10-18
1
-1
/
+1
*
fix uid/gid-setting error in faccessat with AT_EACCESS flag
Rich Felker
2013-10-12
1
-2
/
+2
*
fix errno value for getcwd when size argument is zero
Rich Felker
2013-10-08
1
-1
/
+7
*
math: fix rare underflow issue in fma
Szabolcs Nagy
2013-10-07
3
-13
/
+55
*
math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
Szabolcs Nagy
2013-10-07
2
-0
/
+13
*
remove errno setting from setenv, malloc sets it correctly on oom
Szabolcs Nagy
2013-10-07
1
-1
/
+0
*
fix allocation sizes in regcomp
Szabolcs Nagy
2013-10-07
1
-4
/
+4
*
add missing va_end in execl* for correcness and static code analyzers
Szabolcs Nagy
2013-10-07
3
-0
/
+3
*
minor vfprintf and vfwprintf changes to please static code analyzers
Szabolcs Nagy
2013-10-07
2
-6
/
+11
*
math: remove an unused variable from modfl
Szabolcs Nagy
2013-10-06
1
-1
/
+0
*
slightly optimize __brk for size
Rich Felker
2013-10-05
1
-1
/
+1
*
fix failure of malloc to set errno on heap (brk) exhaustion
Rich Felker
2013-10-05
1
-0
/
+1
*
fix failure to check malloc result in setenv
Rich Felker
2013-10-04
1
-9
/
+9
*
math: remove code duplication in erfl found by clang analyzer
Szabolcs Nagy
2013-10-04
1
-13
/
+2
*
math: remove a useless assignment in lgammal found by clang analyzer
Szabolcs Nagy
2013-10-04
1
-2
/
+2
*
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
2013-10-04
1
-1
/
+1
*
fix uninitialized variable in dladdr
Rich Felker
2013-10-04
1
-1
/
+1
*
removed unused variable in vfwprintf
Rich Felker
2013-10-04
1
-2
/
+1
*
fix new environment always being null with execle
Rich Felker
2013-10-03
1
-2
/
+1
*
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
Rich Felker
2013-09-29
1
-2
/
+2
*
fix buffer overflow in mbsrtowcs
Rich Felker
2013-09-27
1
-1
/
+1
[prev]
[next]