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
*
Merge remote-tracking branch 'nsz/review'
Rich Felker
2013-05-18
15
-213
/
+203
|
\
|
*
math: sin cos cleanup
Szabolcs Nagy
2013-05-18
10
-112
/
+128
|
*
math: tan cleanups
Szabolcs Nagy
2013-05-18
6
-106
/
+80
*
|
make err.h functions print __progname
Rich Felker
2013-05-18
1
-0
/
+4
|
/
*
fix mknod and mknodat to accept large dev_t values
Rich Felker
2013-05-16
2
-5
/
+2
*
math: use double_t for temporaries to avoid stores on i386
Szabolcs Nagy
2013-05-15
21
-28
/
+31
*
fix incorrect clock tick scaling in fallback case of clock()
Rich Felker
2013-05-05
1
-1
/
+1
*
do not interpret errors in return value of times() syscall
Rich Felker
2013-05-05
1
-1
/
+1
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
5
-12
/
+57
*
optimize/debloat raise
Rich Felker
2013-04-26
1
-2
/
+2
*
prevent code from running under a thread id which already gave ESRCH
Rich Felker
2013-04-26
1
-1
/
+7
*
synccall signal handler need not handle dead threads anymore
Rich Felker
2013-04-26
1
-9
/
+0
*
fix clobbering of signal mask when creating thread with sched attributes
Rich Felker
2013-04-26
1
-1
/
+1
*
make last thread's pthread_exit give exit(0) a consistent state
Rich Felker
2013-04-26
1
-3
/
+13
*
use atomic decrement rather than cas in pthread_exit thread count
Rich Felker
2013-04-26
1
-4
/
+1
*
add comments on some of the pthread_exit logic
Rich Felker
2013-04-26
1
-2
/
+15
*
always block signals in pthread_exit before decrementing thread count
Rich Felker
2013-04-26
1
-2
/
+2
*
remove explicit locking to prevent __synccall setuid during posix_spawn
Rich Felker
2013-04-26
1
-13
/
+0
*
fix reversed argument order x86_64 sigsetjmp's call to sigprocmask
Rich Felker
2013-04-22
1
-2
/
+2
*
comment potentially-confusing use of struct crypt_data type
Rich Felker
2013-04-20
2
-1
/
+10
*
make dynamic linker accept : or \n as path separator
Rich Felker
2013-04-20
1
-8
/
+8
*
getifaddrs: implement proper ipv6 netmasks
rofl0r
2013-04-09
1
-2
/
+11
*
mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
Rich Felker
2013-04-08
1
-1
/
+1
*
implement mbtowc directly, not as a wrapper for mbrtowc
Rich Felker
2013-04-08
1
-5
/
+39
*
optimize mbrtowc
Rich Felker
2013-04-08
1
-3
/
+2
*
fix out-of-bounds access in UTF-8 decoding
Rich Felker
2013-04-08
1
-1
/
+1
*
fix signalfd not to ignore flags
Rich Felker
2013-04-07
1
-1
/
+12
*
silence nonsensical warnings in timer_create
Rich Felker
2013-04-06
1
-2
/
+2
*
add support for program_invocation[_short]_name
Rich Felker
2013-04-06
2
-2
/
+12
*
fix argument omission in ABI-compat weak_alias for fscanf
Rich Felker
2013-04-06
1
-1
/
+1
*
Add ABI compatability aliases.
Isaac Dunham
2013-04-05
13
-0
/
+38
*
fix type error in pthread_create, introduced with pthread_getattr_np
Rich Felker
2013-04-06
1
-1
/
+1
*
getifaddrs: remove unused label
rofl0r
2013-04-06
1
-1
/
+0
*
getifaddrs: use if_nameindex to enumerate interfaces
rofl0r
2013-04-05
1
-23
/
+9
*
getifaddrs: one less indent level
rofl0r
2013-04-05
1
-30
/
+28
*
getifaddrs: less malloc
rofl0r
2013-04-05
1
-55
/
+52
*
add getifaddrs
rofl0r
2013-04-05
1
-0
/
+191
*
implement dn_skipname (legacy resolver function)
Rich Felker
2013-04-04
1
-0
/
+12
*
add put*ent functions for passwd/group files and similar for shadow
Rich Felker
2013-04-04
3
-0
/
+34
*
cleanup wcstombs
Rich Felker
2013-04-04
1
-12
/
+1
*
cleanup mbstowcs wrapper
Rich Felker
2013-04-04
1
-10
/
+0
*
minor optimization to mbstowcs
Rich Felker
2013-04-04
1
-2
/
+1
*
fix incorrect range checks in wcsrtombs
Rich Felker
2013-04-04
1
-3
/
+3
*
overhaul mbsrtowcs
Rich Felker
2013-04-04
1
-69
/
+64
*
__time_to_tm: initialize tm_zone and tm_gmtoff
rofl0r
2013-04-02
1
-0
/
+2
*
fix typo in setpriority syscall wrapper
Rich Felker
2013-04-01
1
-1
/
+1
*
implement pthread_getattr_np
Rich Felker
2013-03-31
3
-2
/
+31
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
15
-23
/
+27
*
provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
Rich Felker
2013-03-26
1
-0
/
+16
*
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
Rich Felker
2013-03-25
1
-3
/
+3
[next]