summaryrefslogtreecommitdiff
path: root/src/lib/libc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* gcc3, like clang and unlike our gcc4, doesn't support redirecting builtinsguenther2019-11-251-6/+12
* Complete the ld.so boot cleanup: move most libc initialization fromguenther2019-06-021-1/+3
* Move 'how this works' details from namespace.h to DETAILSguenther2019-05-132-112/+136
* New futex(2) based rwlock implementation based on the mutex code.mpi2019-02-131-1/+12
* Make the "not my pool" searching loop a tiny bit smarter, whileotto2019-01-101-2/+2
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-2/+5
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-051-1/+2
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-5/+17
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-2/+8
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-8/+2
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-052-11/+182
* Fix previous.visa2017-04-201-2/+2
* Get TCB address using the RDHWR instruction instead of __get_tcb().visa2017-04-201-4/+5
* Wrap _malloc_init() so internal calls go directlyguenther2016-10-151-1/+4
* Less lock contention by using more pools for mult-threaded programs.otto2016-09-011-9/+12
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-0/+106
* Oops: the caching of TCB address in single-threaded processes on archs withguenther2016-05-101-2/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-073-135/+252
* Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowguenther2016-04-051-8/+8
* Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsguenther2015-11-141-0/+97
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-5/+6
* Wrap blowfish, sha*, md5, and rmd160 so that internal calls go directguenther2015-09-111-1/+10
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-1/+17
* Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2015-09-091-0/+122
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-8/+1
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-4/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-9/+149
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-272-4/+7
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-072-1/+62
* Make consistent the syscall stubs for the syscalls that got specialguenther2011-10-161-1/+16
* remove _thread_malloc_init prototypeotto2008-06-141-2/+1
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-5/+1
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+13
* fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work withkurt2007-11-191-2/+2
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-21/+35
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-1/+2
* Avouid a race in atexit() handling by introducing a lock. Problemotto2006-02-221-1/+12
* Use a forward declaration of struct timespec instead of assumingmillert2005-11-151-1/+2
* activate LC_CTYPE for 8 bits locale.espie2005-08-081-0/+7
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-84/+76
* thread safer libc (note: safer, not safe)marc2003-01-281-1/+10
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-40/+30
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-30/+40
* libc changes for thread safety. Tested on:marc2002-11-031-40/+30
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-2/+2
* put changes back, this time ALL the files.fgsch2001-09-041-3/+3
* Back out fgsch@'s tree breaking commits.todd2001-08-301-3/+3
* fix some const warningsfgsch2001-08-301-3/+3
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
* grammer/spellingtodd2001-01-041-2/+2