Age | Commit message (Expand) | Author | Files | Lines |
2012-10-25 | use explicit visibility to optimize a few hot-path function calls | Rich Felker | 1 | -4/+4 |
2012-10-13 | workaround broken hidden-visibility handling in pcc | Rich Felker | 1 | -1/+1 |
2012-10-05 | support for TLS in dynamic-loaded (dlopen) modules | Rich Felker | 1 | -1/+1 |
2012-10-04 | TLS (GNU/C11 thread-local storage) support for static-linked programs | Rich Felker | 1 | -0/+1 |
2012-07-27 | save AT_HWCAP from auxv for subsequent use in machine-specific code | Rich Felker | 1 | -0/+1 |
2012-05-31 | enable LARGEFILE64 aliases | Rich Felker | 1 | -2/+1 |
2012-05-22 | remove everything related to forkall | Rich Felker | 1 | -1/+0 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 1 | -1/+1 |
2012-04-24 | new internal locking primitive; drop spinlocks | Rich Felker | 1 | -1/+2 |
2012-02-24 | new attempt at working around the gcc 3 visibility bug | Rich Felker | 1 | -0/+3 |
2012-02-23 | cleanup and work around visibility bug in gcc 3 that affects x86_64 | Rich Felker | 1 | -5/+10 |
2011-08-23 | security hardening: ensure suid programs have valid stdin/out/err | Rich Felker | 1 | -2/+4 |
2011-08-12 | pthread and synccall cleanup, new __synccall_wait op | Rich Felker | 1 | -0/+1 |
2011-08-06 | simplify multi-threaded errno, eliminate useless function pointer | Rich Felker | 1 | -2/+1 |
2011-08-06 | use weak aliases rather than function pointers to simplify some code | Rich Felker | 1 | -2/+0 |
2011-07-30 | add proper fuxed-based locking for stdio | Rich Felker | 1 | -1/+2 |
2011-07-29 | new attempt at making set*id() safe and robust | Rich Felker | 1 | -1/+2 |
2011-04-20 | fix minor bugs due to incorrect threaded-predicate semantics | Rich Felker | 1 | -0/+1 |
2011-04-17 | clean up handling of thread/nothread mode, locking | Rich Felker | 1 | -4/+3 |
2011-04-17 | optimize cancellation enable/disable code | Rich Felker | 1 | -0/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -7/+1 |
2011-04-06 | move rsyscall out of pthread_create module | Rich Felker | 1 | -1/+2 |
2011-04-05 | new framework to inhibit thread cancellation when needed | Rich Felker | 1 | -0/+2 |
2011-04-03 | simplify calling of timer signal handler | Rich Felker | 1 | -2/+1 |
2011-04-03 | simplify pthread tsd key handling | Rich Felker | 1 | -2/+1 |
2011-04-01 | reorganize the __libc structure for threaded performance issues | Rich Felker | 1 | -6/+6 |
2011-03-29 | major improvements to cancellation handling | Rich Felker | 1 | -0/+1 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 1 | -1/+2 |
2011-03-12 | implement flockfile api, rework stdio locking | Rich Felker | 1 | -0/+4 |
2011-02-24 | various changes in preparation for dynamic linking support | Rich Felker | 1 | -4/+12 |
2011-02-20 | use an accessor function for __libc data pointer when compiled as PIC | Rich Felker | 1 | -3/+10 |
2011-02-18 | add pthread_atfork interface | Rich Felker | 1 | -0/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+43 |