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
/
libc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
implement locale file loading and state for remaining locale categories
Rich Felker
2014-07-24
1
-0
/
+3
*
add locale framework
Rich Felker
2014-07-02
1
-0
/
+8
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-2
/
+2
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-2
/
+2
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
1
-0
/
+6
*
add support for init/fini array in main program, and greatly simplify
Rich Felker
2013-07-21
1
-3
/
+0
*
consistently use the internal name __environ for environ
Rich Felker
2013-02-17
1
-1
/
+0
*
fix trailing whitespace issues that crept in here and there
Rich Felker
2012-12-07
1
-1
/
+1
*
use explicit visibility to optimize a few hot-path function calls
Rich Felker
2012-10-25
1
-4
/
+4
*
workaround broken hidden-visibility handling in pcc
Rich Felker
2012-10-13
1
-1
/
+1
*
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
2012-10-05
1
-1
/
+1
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-0
/
+1
*
save AT_HWCAP from auxv for subsequent use in machine-specific code
Rich Felker
2012-07-27
1
-0
/
+1
*
enable LARGEFILE64 aliases
Rich Felker
2012-05-31
1
-2
/
+1
*
remove everything related to forkall
Rich Felker
2012-05-22
1
-1
/
+0
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-1
/
+1
*
new internal locking primitive; drop spinlocks
Rich Felker
2012-04-24
1
-1
/
+2
*
new attempt at working around the gcc 3 visibility bug
Rich Felker
2012-02-24
1
-0
/
+3
*
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
2012-02-23
1
-5
/
+10
*
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
1
-0
/
+1
*
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
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-1
/
+2
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
1
-1
/
+2
*
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
1
-4
/
+3
*
optimize cancellation enable/disable code
Rich Felker
2011-04-17
1
-0
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
1
-7
/
+1
*
move rsyscall out of pthread_create module
Rich Felker
2011-04-06
1
-1
/
+2
*
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
*
major improvements to cancellation handling
Rich Felker
2011-03-29
1
-0
/
+1
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
1
-1
/
+2
*
implement flockfile api, rework stdio locking
Rich Felker
2011-03-12
1
-0
/
+4
*
various changes in preparation for dynamic linking support
Rich Felker
2011-02-24
1
-4
/
+12
*
use an accessor function for __libc data pointer when compiled as PIC
Rich Felker
2011-02-20
1
-3
/
+10
*
add pthread_atfork interface
Rich Felker
2011-02-18
1
-0
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+43