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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't inline __rem_pio2l so the code size is smaller
nsz
2012-03-19
1
-0
/
+1
*
fix loads of missing const in new libm, and some global vars (?!) in powl
Rich Felker
2012-03-18
1
-2
/
+2
*
fix namespace issues for lgamma, etc.
Rich Felker
2012-03-16
1
-0
/
+2
*
first commit of the new libm!
Rich Felker
2012-03-13
2
-0
/
+323
*
fix obscure bug in strtoull reading the highest 16 possible values
Rich Felker
2012-03-02
1
-1
/
+1
*
new attempt at working around the gcc 3 visibility bug
Rich Felker
2012-02-24
2
-0
/
+7
*
remove useless attribute visibility from definitions
Rich Felker
2012-02-24
1
-1
/
+1
*
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
2012-02-23
2
-6
/
+11
*
synchronize cond var destruction with exiting waits
Rich Felker
2011-10-02
1
-0
/
+1
*
improve pshared barriers
Rich Felker
2011-09-28
1
-1
/
+1
*
process-shared barrier support, based on discussion with bdonlan
Rich Felker
2011-09-27
1
-3
/
+5
*
fix lost signals in cond vars
Rich Felker
2011-09-26
1
-0
/
+1
*
cleanup various minor issues reported by nsz
Rich Felker
2011-09-26
1
-3
/
+3
*
redo cond vars again, use sequence numbers
Rich Felker
2011-09-26
1
-3
/
+3
*
new futex-requeue-based pthread_cond_broadcast implementation
Rich Felker
2011-09-25
1
-3
/
+6
*
fix deadlock in condition wait whenever there are multiple waiters
Rich Felker
2011-09-22
1
-0
/
+1
*
initial commit of the arm port
Rich Felker
2011-09-18
1
-0
/
+15
*
overhaul clone syscall wrapping
Rich Felker
2011-09-18
1
-2
/
+1
*
security hardening: ensure suid programs have valid stdin/out/err
Rich Felker
2011-08-23
1
-2
/
+4
*
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
2011-08-12
2
-0
/
+2
*
simplify multi-threaded errno, eliminate useless function pointer
Rich Felker
2011-08-06
1
-2
/
+1
*
use weak aliases rather than function pointers to simplify some code
Rich Felker
2011-08-06
1
-2
/
+0
*
overhaul rwlocks to address several issues
Rich Felker
2011-08-03
1
-4
/
+2
*
unify and overhaul timed futex waits
Rich Felker
2011-08-02
2
-2
/
+4
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
3
-6
/
+8
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
2
-4
/
+5
*
comment non-obvious de bruijn sequence code in int parser
Rich Felker
2011-07-25
1
-0
/
+2
*
fix various bugs in new integer parser framework
Rich Felker
2011-07-14
1
-4
/
+7
*
new restartable integer parsing framework.
Rich Felker
2011-07-14
2
-0
/
+116
*
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2011-06-14
2
-0
/
+2
*
fix race condition in pthread_kill
Rich Felker
2011-06-14
1
-0
/
+1
*
fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
Rich Felker
2011-06-13
1
-1
/
+1
*
remove all .size and .type directives for functions from the asm
Rich Felker
2011-06-13
2
-4
/
+0
*
implement uselocale function (minimal)
Rich Felker
2011-05-30
1
-0
/
+2
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-2
/
+4
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-3
/
+6
*
completely new barrier implementation, addressing major correctness issues
Rich Felker
2011-05-06
1
-4
/
+4
*
workaround for preprocessor bug in pcc
Rich Felker
2011-05-01
1
-7
/
+7
*
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
2011-04-20
1
-0
/
+1
*
clean up handling of thread/nothread mode, locking
Rich Felker
2011-04-17
2
-5
/
+4
*
optimize cancellation enable/disable code
Rich Felker
2011-04-17
1
-0
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
3
-8
/
+18
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
1
-0
/
+1
*
greatly improve SIGEV_THREAD timers
Rich Felker
2011-04-09
1
-0
/
+1
*
move rsyscall out of pthread_create module
Rich Felker
2011-04-06
2
-1
/
+5
*
new framework to inhibit thread cancellation when needed
Rich Felker
2011-04-05
1
-0
/
+2
*
simplify calling of timer signal handler
Rich Felker
2011-04-03
1
-2
/
+1
*
simplify pthread tsd key handling
Rich Felker
2011-04-03
1
-2
/
+1
*
reorganize the __libc structure for threaded performance issues
Rich Felker
2011-04-01
1
-6
/
+6
*
optimize timer creation and possibly protect against some minor races
Rich Felker
2011-03-30
1
-2
/
+0
[next]