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
*
math: add ld128 exp2l based on the freebsd implementation
Szabolcs Nagy
2015-03-11
1
-1
/
+366
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
3
-4
/
+5
*
fix regression in pthread_cond_wait with cancellation disabled
Rich Felker
2015-03-07
1
-0
/
+1
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
11
-9
/
+22
*
fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs
Rich Felker
2015-03-06
2
-4
/
+16
*
add legacy functions from sysinfo.h duplicating sysconf functionality
Rich Felker
2015-03-04
1
-0
/
+22
*
fix signed left-shift overflow in pthread_condattr_setpshared
Rich Felker
2015-03-04
1
-1
/
+1
*
add new si_lower and si_upper siginfo_t members
Szabolcs Nagy
2015-03-04
1
-0
/
+7
*
declare incomplete type struct itimerspec in timerfd.h
Rich Felker
2015-03-04
1
-0
/
+2
*
fix preprocessor error introduced in poll.h in last commit
Rich Felker
2015-03-04
1
-1
/
+1
*
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
2015-03-04
10
-0
/
+8
*
fix x32 pthread type definitions
Rich Felker
2015-03-04
1
-7
/
+7
*
remove useless check of bin match in malloc
Rich Felker
2015-03-04
1
-1
/
+1
*
eliminate atomics in syslog setlogmask function
Rich Felker
2015-03-04
1
-4
/
+6
*
fix init race that could lead to deadlock in malloc init code
Rich Felker
2015-03-04
1
-39
/
+14
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
36
-122
/
+125
*
suppress masked cancellation in pthread_join
Rich Felker
2015-03-02
1
-1
/
+5
*
fix namespace issue in pthread_join affecting thrd_join
Rich Felker
2015-03-02
1
-1
/
+2
*
make aio_suspend a cancellation point and properly handle cancellation
Rich Felker
2015-03-02
1
-3
/
+9
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
9
-26
/
+24
*
fix failure of internal futex __timedwait to report ECANCELED
Rich Felker
2015-02-27
1
-1
/
+1
*
overhaul optimized x86_64 memset asm
Rich Felker
2015-02-26
1
-26
/
+55
*
overhaul optimized i386 memset asm
Rich Felker
2015-02-26
1
-32
/
+61
*
getloadavg: use sysinfo() instead of /proc/loadavg
Alexander Monakov
2015-02-25
1
-11
/
+7
*
fix possible isatty false positives and unwanted device state changes
Rich Felker
2015-02-23
3
-9
/
+8
*
fix breakage in pthread_cond_wait due to typo
Rich Felker
2015-02-23
1
-1
/
+1
*
support alternate backends for the passwd and group dbs
Josiah Worcester
2015-02-23
4
-2
/
+390
*
fix spurious errors in refactored passwd/group code
Rich Felker
2015-02-23
2
-2
/
+2
*
fix crashes in refactored passwd/group code
Rich Felker
2015-02-23
2
-4
/
+4
*
simplify cond var code now that cleanup handler is not needed
Rich Felker
2015-02-22
1
-86
/
+63
*
fix pthread_cond_wait cancellation race
Rich Felker
2015-02-22
1
-5
/
+38
*
add new masked cancellation mode
Rich Felker
2015-02-21
3
-10
/
+17
*
prepare cancellation syscall asm for possibility of __cancel returning
Rich Felker
2015-02-20
5
-11
/
+32
*
map interruption of close by signal to success rather than EINPROGRESS
Rich Felker
2015-02-20
1
-1
/
+1
*
make pthread_exit responsible for disabling cancellation
Rich Felker
2015-02-16
2
-3
/
+2
*
fix type error (arch-dependent) in new aio code
Rich Felker
2015-02-14
1
-1
/
+1
*
refactor group file access code
Josiah Worcester
2015-02-13
6
-51
/
+71
*
overhaul aio implementation for correctness
Rich Felker
2015-02-13
9
-193
/
+440
*
fix bad character checking in wordexp
Rich Felker
2015-02-11
1
-0
/
+1
*
refactor passwd file access code
Josiah Worcester
2015-02-10
6
-49
/
+65
*
x86_64/memset: avoid performing final store twice
Denys Vlasenko
2015-02-10
1
-1
/
+1
*
x86_64/memset: simple optimizations
Denys Vlasenko
2015-02-10
1
-14
/
+16
*
make protocol table zero byte separated and add ipv6 protocols
Timo Teräs
2015-02-10
1
-22
/
+26
*
add syscall numbers for the new execveat syscall
Szabolcs Nagy
2015-02-09
7
-4
/
+19
*
add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF
Szabolcs Nagy
2015-02-09
1
-0
/
+4
*
use the internal macro name FUTEX_PRIVATE in __wait
Szabolcs Nagy
2015-02-09
1
-1
/
+1
*
add IEEE binary128 long double support to floatscan
Szabolcs Nagy
2015-02-09
1
-1
/
+9
*
math: fix fmodl for IEEE binary128
Szabolcs Nagy
2015-02-09
1
-1
/
+1
*
simplify armhf fesetenv
Szabolcs Nagy
2015-02-08
1
-1
/
+0
*
fix fesetenv(FE_DFL_ENV) on mips
Szabolcs Nagy
2015-02-08
1
-1
/
+3
[next]