restore lock-skipping for processes that return to single-threaded state
[musl] / src / internal / libc.h
2020-05-22 Rich Felkerrestore lock-skipping for processes that return to...
2020-05-22 Rich Felkercut down size of some libc struct members
2020-05-22 Rich Felkerdon't use libc.threads_minus_1 as relaxed atomic for...
2018-10-21 Rich Felkerremove volatile qualification from category pointers...
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkermove misplaced __fork_handler declaration
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerdeclare and make hidden additional internal init/exit...
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerimprove machinery for ldso to report libc version
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2015-05-27 Rich Felkeroverhaul locale internals to treat categories roughly...
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-04-22 Rich Felkerfix inconsistent visibility for __hwcap and __sysinfo...
2015-04-22 Rich Felkerremove cruft for libc struct accessor function and...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-07-24 Rich Felkerimplement locale file loading and state for remaining...
2014-07-02 Rich Felkeradd locale framework
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2013-09-20 Rich Felkerfix potential deadlock bug in libc-internal locking...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-07-21 Rich Felkeradd support for init/fini array in main program, and...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-10-14 Rich Felkerworkaround broken hidden-visibility handling in pcc
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...
2012-07-27 Rich Felkersave AT_HWCAP from auxv for subsequent use in machine...
2012-06-01 Rich Felkerenable LARGEFILE64 aliases
2012-05-23 Rich Felkerremove everything related to forkall
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-24 Rich Felkernew internal locking primitive; drop spinlocks
2012-02-25 Rich Felkernew attempt at working around the gcc 3 visibility bug
2012-02-24 Rich Felkercleanup and work around visibility bug in gcc 3 that...
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-07 Rich Felkersimplify multi-threaded errno, eliminate useless functi...
2011-08-07 Rich Felkeruse weak aliases rather than function pointers to simpl...
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-04-21 Rich Felkerfix minor bugs due to incorrect threaded-predicate...
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-04-17 Rich Felkeroptimize cancellation enable/disable code
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-05 Rich Felkernew framework to inhibit thread cancellation when needed
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-02 Rich Felkerreorganize the __libc structure for threaded performanc...
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-02-24 Rich Felkervarious changes in preparation for dynamic linking...
2011-02-21 Rich Felkeruse an accessor function for __libc data pointer when...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-12 Rich Felkerinitial check-in, version 0.5.0