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
/
internal
/
libc.h
Age
Commit message (
Expand
)
Author
Lines
2015-11-12
unify static and dynamic linked implementations of thread-local storage
Rich Felker
-1
/
+8
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
-2
/
+0
2015-05-27
overhaul locale internals to treat categories roughly uniformly
Rich Felker
-3
/
+1
2015-05-16
eliminate costly tricks to avoid TLS access for current locale state
Rich Felker
-2
/
+0
2015-04-22
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
-2
/
+3
2015-04-22
remove cruft for libc struct accessor function and broken visibility
Rich Felker
-14
/
+0
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
-2
/
+1
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-3
/
+3
2014-07-24
implement locale file loading and state for remaining locale categories
Rich Felker
-0
/
+3
2014-07-02
add locale framework
Rich Felker
-0
/
+8
2014-03-24
always initialize thread pointer at program start
Rich Felker
-2
/
+2
2013-09-20
fix potential deadlock bug in libc-internal locking logic
Rich Felker
-2
/
+2
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
-0
/
+6
2013-07-21
add support for init/fini array in main program, and greatly simplify
Rich Felker
-3
/
+0
2013-02-17
consistently use the internal name __environ for environ
Rich Felker
-1
/
+0
2012-12-07
fix trailing whitespace issues that crept in here and there
Rich Felker
-1
/
+1
2012-10-25
use explicit visibility to optimize a few hot-path function calls
Rich Felker
-4
/
+4
2012-10-13
workaround broken hidden-visibility handling in pcc
Rich Felker
-1
/
+1
2012-10-05
support for TLS in dynamic-loaded (dlopen) modules
Rich Felker
-1
/
+1
2012-10-04
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
-0
/
+1
2012-07-27
save AT_HWCAP from auxv for subsequent use in machine-specific code
Rich Felker
-0
/
+1
2012-05-31
enable LARGEFILE64 aliases
Rich Felker
-2
/
+1
2012-05-22
remove everything related to forkall
Rich Felker
-1
/
+0
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
-1
/
+1
2012-04-24
new internal locking primitive; drop spinlocks
Rich Felker
-1
/
+2
2012-02-24
new attempt at working around the gcc 3 visibility bug
Rich Felker
-0
/
+3
2012-02-23
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
-5
/
+10
2011-08-23
security hardening: ensure suid programs have valid stdin/out/err
Rich Felker
-2
/
+4
2011-08-12
pthread and synccall cleanup, new __synccall_wait op
Rich Felker
-0
/
+1
2011-08-06
simplify multi-threaded errno, eliminate useless function pointer
Rich Felker
-2
/
+1
2011-08-06
use weak aliases rather than function pointers to simplify some code
Rich Felker
-2
/
+0
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
-1
/
+2
2011-07-29
new attempt at making set*id() safe and robust
Rich Felker
-1
/
+2
2011-04-20
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
-0
/
+1
2011-04-17
clean up handling of thread/nothread mode, locking
Rich Felker
-4
/
+3
2011-04-17
optimize cancellation enable/disable code
Rich Felker
-0
/
+1
2011-04-17
overhaul pthread cancellation
Rich Felker
-7
/
+1
2011-04-06
move rsyscall out of pthread_create module
Rich Felker
-1
/
+2
2011-04-05
new framework to inhibit thread cancellation when needed
Rich Felker
-0
/
+2
2011-04-03
simplify calling of timer signal handler
Rich Felker
-2
/
+1
2011-04-03
simplify pthread tsd key handling
Rich Felker
-2
/
+1
2011-04-01
reorganize the __libc structure for threaded performance issues
Rich Felker
-6
/
+6
2011-03-29
major improvements to cancellation handling
Rich Felker
-0
/
+1
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-1
/
+2
2011-03-12
implement flockfile api, rework stdio locking
Rich Felker
-0
/
+4
2011-02-24
various changes in preparation for dynamic linking support
Rich Felker
-4
/
+12
2011-02-20
use an accessor function for __libc data pointer when compiled as PIC
Rich Felker
-3
/
+10
2011-02-18
add pthread_atfork interface
Rich Felker
-0
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+43