summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* Correct the link for the profiling library.deischen2004-01-311-1/+1
* Change libkse back to libpthread and make it the defaultdeischen2004-01-301-0/+10
* Initialize the (i386) frame pointer when setting up a threaddeischen2004-01-221-1/+4
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-1455-4929/+0
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-142-88/+1
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-147-662/+1
* MFlibpthread: Add a simple work-around for deadlocking on recursivedeischen2004-01-082-44/+82
* Reenable signals for threads after joining.deischen2003-12-311-0/+3
* Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:ru2003-12-301-2/+0
* Return to the caller if write() returns 0.deischen2003-12-171-0/+2
* For the amd64 we need to do some extra stack alignment fixups. Otherwisepeter2003-12-033-6/+27
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sdeischen2003-09-291-2/+2
* Get rid of duplicates.ru2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tomp2003-07-252-0/+54
* Remove -D_THREAD_SAFE.deischen2003-07-131-1/+1
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.ru2003-07-022-2/+2
* libc/${MACHINE_ARCH} include directory is required by Alpha,kan2003-07-021-1/+1
* Axe AINC.ru2003-07-011-1/+0
* Sanity check fd before using it as an array index.netchild2003-06-091-1/+2
* The .Fn functioncharnier2003-06-081-3/+6
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-6/+7
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-1/+1
* If the library is not able to create a thread because resourcesmtm2003-06-041-0/+4
* Update for amd64 after repocopy from i386/peter2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofpeter2003-06-021-0/+18
* Revert accidental change: don't change the thread library for testing torwatson2003-06-021-1/+1
* Include string.h for memset().rwatson2003-06-012-1/+2
* Fixed another bug in the threaded close() call; clear theru2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),ru2003-05-311-2/+4
* mdoc(7) fixes.ru2003-05-241-19/+27
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-204-0/+170
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-261-0/+6
* The .Fn function. Use .Xr where appropriate.charnier2003-03-2431-73/+139
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-0/+1
* Don't cast an int to a pointer type without (possibly) widening themarcel2003-03-051-1/+1
* Fixed a typo in MLINKS.ru2003-02-241-1/+1
* mdoc(7) police: Scheduled sweep.ru2003-02-2413-154/+124
* Enable just committed manual pages, update MLINKSphantom2003-02-131-0/+13
* Add AUTHORS sectionphantom2003-02-131-0/+6
* Finally! Document all undocumented functions in libc_r.phantom2003-02-1310-0/+696
* Break important implementation detail note into IMPLEMENTATION DETAILSphantom2003-02-131-3/+7
* Add cross reference for pthread_attr_get_np()phantom2003-02-131-0/+1
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()phantom2003-02-131-3/+2
* Actually link in the attr_{set,get}stack.alfred2003-02-111-0/+2
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-103-0/+125
* The .Fn functioncharnier2003-02-0611-29/+58
* Document additional behaviour of this function (seephantom2003-02-031-2/+12
* Improve pthread_attr_get_np() by enabling it to return thread's real stackphantom2003-02-031-1/+9
OpenPOWER on IntegriCloud