about summary refs log tree commit diff
path: root/src/internal/libc.h
Commit message (Expand)AuthorAgeFilesLines
* consistently use the internal name __environ for environRich Felker2013-02-171-1/+0
* fix trailing whitespace issues that crept in here and thereRich Felker2012-12-071-1/+1
* use explicit visibility to optimize a few hot-path function callsRich Felker2012-10-251-4/+4
* workaround broken hidden-visibility handling in pccRich Felker2012-10-131-1/+1
* support for TLS in dynamic-loaded (dlopen) modulesRich Felker2012-10-051-1/+1
* TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker2012-10-041-0/+1
* save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker2012-07-271-0/+1
* enable LARGEFILE64 aliasesRich Felker2012-05-311-2/+1
* remove everything related to forkallRich Felker2012-05-221-1/+0
* ditch the priority inheritance locks; use malloc's version of lockRich Felker2012-04-241-1/+1
* new internal locking primitive; drop spinlocksRich Felker2012-04-241-1/+2
* new attempt at working around the gcc 3 visibility bugRich Felker2012-02-241-0/+3
* cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker2012-02-231-5/+10
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-231-2/+4
* pthread and synccall cleanup, new __synccall_wait opRich Felker2011-08-121-0/+1
* simplify multi-threaded errno, eliminate useless function pointerRich Felker2011-08-061-2/+1
* use weak aliases rather than function pointers to simplify some codeRich Felker2011-08-061-2/+0
* add proper fuxed-based locking for stdioRich Felker2011-07-301-1/+2
* new attempt at making set*id() safe and robustRich Felker2011-07-291-1/+2
* fix minor bugs due to incorrect threaded-predicate semanticsRich Felker2011-04-201-0/+1
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-4/+3
* optimize cancellation enable/disable codeRich Felker2011-04-171-0/+1
* overhaul pthread cancellationRich Felker2011-04-171-7/+1
* move rsyscall out of pthread_create moduleRich Felker2011-04-061-1/+2
* new framework to inhibit thread cancellation when neededRich Felker2011-04-051-0/+2
* simplify calling of timer signal handlerRich Felker2011-04-031-2/+1
* simplify pthread tsd key handlingRich Felker2011-04-031-2/+1
* reorganize the __libc structure for threaded performance issuesRich Felker2011-04-011-6/+6
* major improvements to cancellation handlingRich Felker2011-03-291-0/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-1/+2
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+4
* various changes in preparation for dynamic linking supportRich Felker2011-02-241-4/+12
* use an accessor function for __libc data pointer when compiled as PICRich Felker2011-02-201-3/+10
* add pthread_atfork interfaceRich Felker2011-02-181-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+43