aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-252-0/+2
* Honor WITHOUT_INSTALLLIB in some places.Jung-uk Kim2009-02-131-0/+2
* Fix leak of kqueue() file descriptors when linked with staticDaniel Eischen2009-02-081-0/+1
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersDoug Rabson2008-05-301-1/+3
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Fix a logic bug I re-introduced in my patch I sent to DanielRuslan Ermilov2007-05-181-1/+1
* Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf.Daniel Eischen2007-05-171-4/+4
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-1/+8
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-1285-340/+85
* Backout unblocking of signal if no threads can currently handle it.Tor Egge2006-10-141-3/+2
* Delay unblocking signal and restoring process signal mask until theTor Egge2006-10-131-19/+41
* Delay setting wakeup time until after poll array has been allocated.Tor Egge2006-10-131-20/+20
* Sync thread jump table with libc and other thread libraries.Tor Egge2006-10-131-4/+35
* Remove alpha left-overs.Ruslan Ermilov2006-08-222-46/+1
* Fix a symlink.Ruslan Ermilov2006-04-121-1/+1
* Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+1
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Stefan Farfeleder2005-08-192-3/+3
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.John Baldwin2005-05-311-2/+2
* Style tweak.John Baldwin2005-05-311-1/+2
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-131-2/+0
* Increase the default stacksizes:Joe Marcus Clarke2005-02-283-20/+30
* More fixes to the copyright notice.Jeffrey Hsu2005-01-082-2/+2
* Fix copyright notice.Jeffrey Hsu2005-01-082-2/+2
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* Add pthread_atfork().Greg Lehey2004-12-105-1/+92
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-274-3/+5
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-142-2/+5
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Correct the link for the profiling library.Daniel Eischen2004-01-311-1/+1
* Change libkse back to libpthread and make it the defaultDaniel Eischen2004-01-301-0/+10
* Initialize the (i386) frame pointer when setting up a threadDaniel Eischen2004-01-221-1/+4
* Have a single set of POSIX threads man pages. The LIBRARY sectionRuslan Ermilov2004-01-1455-4929/+0
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.Ruslan Ermilov2004-01-142-88/+1
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-147-662/+1
* MFlibpthread: Add a simple work-around for deadlocking on recursiveDaniel Eischen2004-01-082-44/+82
* Reenable signals for threads after joining.Daniel Eischen2003-12-311-0/+3
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:Ruslan Ermilov2003-12-301-2/+0
* Return to the caller if write() returns 0.Daniel Eischen2003-12-171-0/+2
* For the amd64 we need to do some extra stack alignment fixups. OtherwisePeter Wemm2003-12-033-6/+27
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sDaniel Eischen2003-09-291-2/+2
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Add wrapper for kqueue() to keep track of the allocated fd and allow it toMark Peek2003-07-252-0/+54
* Remove -D_THREAD_SAFE.Daniel Eischen2003-07-131-1/+1
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.Ruslan Ermilov2003-07-022-2/+2
* libc/${MACHINE_ARCH} include directory is required by Alpha,Alexander Kabaev2003-07-021-1/+1
* Axe AINC.Ruslan Ermilov2003-07-011-1/+0