summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
AgeCommit message (Expand)AuthorLines
2012-10-13workaround broken hidden-visibility handling in pccRich Felker-1/+1
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker-1/+1
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+1
2012-07-27save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker-0/+1
2012-05-31enable LARGEFILE64 aliasesRich Felker-2/+1
2012-05-22remove everything related to forkallRich Felker-1/+0
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-1/+1
2012-04-24new internal locking primitive; drop spinlocksRich Felker-1/+2
2012-02-24new attempt at working around the gcc 3 visibility bugRich Felker-0/+3
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker-5/+10
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker-2/+4
2011-08-12pthread and synccall cleanup, new __synccall_wait opRich Felker-0/+1
2011-08-06simplify multi-threaded errno, eliminate useless function pointerRich Felker-2/+1
2011-08-06use weak aliases rather than function pointers to simplify some codeRich Felker-2/+0
2011-07-30add proper fuxed-based locking for stdioRich Felker-1/+2
2011-07-29new attempt at making set*id() safe and robustRich Felker-1/+2
2011-04-20fix minor bugs due to incorrect threaded-predicate semanticsRich Felker-0/+1
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-4/+3
2011-04-17optimize cancellation enable/disable codeRich Felker-0/+1
2011-04-17overhaul pthread cancellationRich Felker-7/+1
2011-04-06move rsyscall out of pthread_create moduleRich Felker-1/+2
2011-04-05new framework to inhibit thread cancellation when neededRich Felker-0/+2
2011-04-03simplify calling of timer signal handlerRich Felker-2/+1
2011-04-03simplify pthread tsd key handlingRich Felker-2/+1
2011-04-01reorganize the __libc structure for threaded performance issuesRich Felker-6/+6
2011-03-29major improvements to cancellation handlingRich Felker-0/+1
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-1/+2
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+4
2011-02-24various changes in preparation for dynamic linking supportRich Felker-4/+12
2011-02-20use an accessor function for __libc data pointer when compiled as PICRich Felker-3/+10
2011-02-18add pthread_atfork interfaceRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+43