Age | Commit message (Expand) | Author |
2021-12-25 | Update to reflect changes over the last six years | Philip Guenther |
2021-01-06 | Fix two issues related to thread private data in asr. | Otto Moerbeek |
2019-11-25 | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins | Philip Guenther |
2019-06-02 | Complete the ld.so boot cleanup: move most libc initialization from | Philip Guenther |
2019-05-13 | Move 'how this works' details from namespace.h to DETAILS | Philip Guenther |
2019-02-13 | New futex(2) based rwlock implementation based on the mutex code. | Martin Pieuchot |
2019-01-10 | Make the "not my pool" searching loop a tiny bit smarter, while | Otto Moerbeek |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2017-12-05 | Implement __cxa_thread_atexit to support C++11 thread_local scope. The | Mark Kettenis |
2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | Philip Guenther |
2017-11-04 | Revert recent changes to unbreak ports/net/samba | Jeremie Courreges-Anglas |
2017-10-28 | Change pthread_cleanup_{push,pop} to macros that store the cleanup info | Philip Guenther |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-04-20 | Fix previous. | Visa Hankala |
2017-04-20 | Get TCB address using the RDHWR instruction instead of __get_tcb(). | Visa Hankala |
2016-10-15 | Wrap _malloc_init() so internal calls go directly | Philip Guenther |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-05-23 | Stop exposing <sys/localedef.h> and various symbols internal to the libc | Philip Guenther |
2016-05-10 | Oops: the caching of TCB address in single-threaded processes on archs with | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-05 | Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() now | Philip Guenther |
2015-11-14 | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
2015-09-10 | Pull in namespace.h when building all .c files using gcc's -include option, | Philip Guenther |
2015-09-09 | Stop exporting from libc the <mpool.h> and the mpool_* API | Philip Guenther |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-05 | Use new framework for wrapping cat{open,gets,close}(), eliminating | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2011-10-16 | Make consistent the syscall stubs for the syscalls that got special | Philip Guenthe |
2008-06-14 | remove _thread_malloc_init prototype | Otto Moerbeek |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-01-01 | - make arc4random*() functions thread safe. Use a custom spinlock function | Kurt Miller |
2007-11-19 | fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with | Kurt Miller |
2007-06-05 | _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so | Kurt Miller |
2006-09-26 | Part 2 of file descriptor race and deadlock corrections. | Kurt Miller |
2006-02-22 | Avouid a race in atexit() handling by introducing a lock. Problem | Otto Moerbeek |
2005-11-15 | Use a forward declaration of struct timespec instead of assuming | Todd C. Miller |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman |
2002-11-05 | thread safe libc -- 2nd try. OK miod@, millert@ | Marco S Hyman |
2002-11-03 | back out previous patch.. there are still some vax/m68k issues | Marco S Hyman |
2002-11-03 | libc changes for thread safety. Tested on: | Marco S Hyman |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries |
2001-08-30 | fix some const warnings | Federico G. Schwindt |