aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sanity check fd before using it as an array index.Alexander Leidinger2003-06-091-1/+2
* The .Fn functionPhilippe Charnier2003-06-081-3/+6
* Make this compile without warnings on 64-bit architectures:Marcel Moolenaar2003-06-041-6/+7
* Make this compile without warnings on 64-bit architectures:Marcel Moolenaar2003-06-041-1/+1
* If the library is not able to create a thread because resourcesMike Makonnen2003-06-041-0/+4
* Update for amd64 after repocopy from i386/Peter Wemm2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofPeter Wemm2003-06-021-0/+18
* Revert accidental change: don't change the thread library for testing toRobert Watson2003-06-021-1/+1
* Include string.h for memset().Robert Watson2003-06-012-1/+2
* Fixed another bug in the threaded close() call; clear theRuslan Ermilov2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),Ruslan Ermilov2003-05-311-2/+4
* mdoc(7) fixes.Ruslan Ermilov2003-05-241-19/+27
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andJohn Polstra2003-04-204-0/+170
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-0/+6
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-2431-73/+139
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-0/+1
* Don't cast an int to a pointer type without (possibly) widening theMarcel Moolenaar2003-03-051-1/+1
* Fixed a typo in MLINKS.Ruslan Ermilov2003-02-241-1/+1
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-2413-154/+124
* Enable just committed manual pages, update MLINKSAlexey Zelkin2003-02-131-0/+13
* Add AUTHORS sectionAlexey Zelkin2003-02-131-0/+6
* Finally! Document all undocumented functions in libc_r.Alexey Zelkin2003-02-1310-0/+696
* Break important implementation detail note into IMPLEMENTATION DETAILSAlexey Zelkin2003-02-131-3/+7
* Add cross reference for pthread_attr_get_np()Alexey Zelkin2003-02-131-0/+1
* Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()Alexey Zelkin2003-02-131-3/+2
* Actually link in the attr_{set,get}stack.Alfred Perlstein2003-02-111-0/+2
* Add pthread_attr_getstack() and pthread_attr_setstack().Alfred Perlstein2003-02-103-0/+125
* The .Fn functionPhilippe Charnier2003-02-0611-29/+58
* Document additional behaviour of this function (seeAlexey Zelkin2003-02-031-2/+12
* Improve pthread_attr_get_np() by enabling it to return thread's real stackAlexey Zelkin2003-02-031-1/+9
* remove #ifdef _THREAD_SAFEMax Khon2003-01-241-2/+0
* Add a missing word.Tim J. Robbins2003-01-151-1/+1
* Document the named semaphore functions. This could still use a bitTim J. Robbins2003-01-151-18/+165
* Back out previous; sharing semaphores between processes only worksTim J. Robbins2003-01-141-8/+16
* Sharing semaphores between processes works now, so remove the stale commentsTim J. Robbins2003-01-141-16/+8
* Cross reference sem(4) so users know which kernel options are requiredTim J. Robbins2003-01-145-5/+10
* Increase the scheduler stack to 4 pages. This should prevent a stackDaniel Eischen2003-01-111-1/+1
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-072-9/+8
* Port libc_r to ia64. We need to do things slightly differentMarcel Moolenaar2003-01-064-0/+44
* Add MD definitions for sparc64. This is based on work by des.Thomas Moestl2003-01-051-0/+29
* Add an implementation of _atomic_lock for sparc64. This was submitted byThomas Moestl2003-01-051-0/+45
* Fix typos in comment.Daniel Eischen2002-12-281-2/+2
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-4/+5
* Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),Ruslan Ermilov2002-12-196-6/+80
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-091-12/+12
* Implement the lock with a cmpxchg instruction instead of a xchg.Marcel Moolenaar2002-11-161-2/+3