index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2013-10-23
fix inet_pton
Szabolcs Nagy
-26
/
+19
2013-10-22
fix __ipparse to parse the generic numbers-and-dots IPv4 format correctly
Szabolcs Nagy
-5
/
+12
2013-10-22
fix inet_aton to accept the generic "numbers-and-dots" IPv4 address format
Szabolcs Nagy
-1
/
+4
2013-10-21
split inet_addr and inet_ntoa back into their own files
Rich Felker
-16
/
+21
2013-10-19
fix return value for inet_pton in ipv6 failure cases
Rich Felker
-6
/
+6
2013-10-18
in faccessat slow path, add close-on-exec to pipe fds
Rich Felker
-1
/
+1
2013-10-12
fix uid/gid-setting error in faccessat with AT_EACCESS flag
Rich Felker
-2
/
+2
2013-10-08
fix errno value for getcwd when size argument is zero
Rich Felker
-1
/
+7
2013-10-07
math: fix rare underflow issue in fma
Szabolcs Nagy
-13
/
+55
2013-10-07
math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
Szabolcs Nagy
-0
/
+13
2013-10-07
remove errno setting from setenv, malloc sets it correctly on oom
Szabolcs Nagy
-1
/
+0
2013-10-07
fix allocation sizes in regcomp
Szabolcs Nagy
-4
/
+4
2013-10-07
add missing va_end in execl* for correcness and static code analyzers
Szabolcs Nagy
-0
/
+3
2013-10-07
minor vfprintf and vfwprintf changes to please static code analyzers
Szabolcs Nagy
-6
/
+11
2013-10-06
math: remove an unused variable from modfl
Szabolcs Nagy
-1
/
+0
2013-10-05
slightly optimize __brk for size
Rich Felker
-1
/
+1
2013-10-05
fix failure of malloc to set errno on heap (brk) exhaustion
Rich Felker
-0
/
+1
2013-10-04
fix failure to check malloc result in setenv
Rich Felker
-9
/
+9
2013-10-04
math: remove code duplication in erfl found by clang analyzer
Szabolcs Nagy
-13
/
+2
2013-10-04
math: remove a useless assignment in lgammal found by clang analyzer
Szabolcs Nagy
-2
/
+2
2013-10-04
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
-1
/
+1
2013-10-04
fix uninitialized variable in dladdr
Rich Felker
-1
/
+1
2013-10-04
removed unused variable in vfwprintf
Rich Felker
-2
/
+1
2013-10-03
fix new environment always being null with execle
Rich Felker
-2
/
+1
2013-09-29
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
Rich Felker
-2
/
+2
2013-09-27
fix buffer overflow in mbsrtowcs
Rich Felker
-1
/
+1
2013-09-20
fix potential deadlock bug in libc-internal locking logic
Rich Felker
-13
/
+15
2013-09-20
correct the sysconf value for RTSIG_MAX
Rich Felker
-1
/
+2
2013-09-16
fix sigemptyset and sigfillset for mips
Rich Felker
-1
/
+10
2013-09-16
fix clobbering of caller's stack in mips __clone function
Rich Felker
-0
/
+3
2013-09-16
omit CLONE_PARENT flag to clone in pthread_create
Rich Felker
-1
/
+1
2013-09-16
use symbolic names for clone flags in pthread_create
Rich Felker
-2
/
+5
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
-11
/
+24
2013-09-14
fix overflow in sysconf for _SC_MQ_PRIO_MAX
Rich Felker
-1
/
+2
2013-09-14
fix child stack alignment on mips clone
Rich Felker
-0
/
+1
2013-09-13
fix x86_64 lrintl asm, again
Rich Felker
-2
/
+2
2013-09-09
do not use default when dynamic linker fails to open existing path file
Rich Felker
-0
/
+2
2013-09-06
math: remove STRICT_ASSIGN from exp2f (see previous commit)
Szabolcs Nagy
-1
/
+1
2013-09-06
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
-23
/
+13
2013-09-05
math: support invalid ld80 representations in fpclassify
Szabolcs Nagy
-2
/
+4
2013-09-05
math: fix atanh (overflow and underflow issues)
Szabolcs Nagy
-14
/
+37
2013-09-05
math: remove libc.h include from libm.h
Szabolcs Nagy
-3
/
+5
2013-09-05
math: fix acoshf on negative values
Szabolcs Nagy
-7
/
+8
2013-09-05
math: fix expm1l on x86_64 (avoid underflow for large negative x)
Szabolcs Nagy
-3
/
+13
2013-09-05
math: fix lrintl.s on x86_64 (use movslq to signextend the result)
Szabolcs Nagy
-1
/
+1
2013-09-05
math: fix exp2l asm on x86 (raise underflow correctly)
Szabolcs Nagy
-67
/
+78
2013-09-05
math: cosmetic cleanup (use explicit union instead of fshape and dshape)
Szabolcs Nagy
-166
/
+140
2013-09-05
math: remove *_WORD64 macros from libm.h
Szabolcs Nagy
-29
/
+13
2013-09-05
math: remove old longdbl.h
Szabolcs Nagy
-113
/
+0
2013-09-05
math: long double fix (use ldshape union)
Szabolcs Nagy
-51
/
+24
[next]