summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
Commit message (Expand)AuthorAgeFilesLines
* Modify the return values to comply with POSIX. Previously thesealex1997-11-259-77/+38
* Added missing source file uthread_sigwait.c.alex1997-11-241-1/+2
* Correct the return value from pthread_cond_timedwait when a timeoutalex1997-11-231-1/+1
* Bring back nanosleep from the cold.jb1997-06-041-1/+1
* Fixed overallocation of _thread_fd_table.alex1997-05-131-1/+1
* Add const in the thread version of nanosleep()'s argspeter1997-05-121-1/+2
* remove prototype for nanosleep(), it's visible in unistd.h now.peter1997-05-121-1/+0
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-061-3/+1
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-033-150/+9
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventjb1997-04-111-24/+41
* Fix indentations. Sigh.jb1997-04-011-15/+17
* Add parentheses to make blocking mode work.jb1997-04-014-4/+12
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Submitted by: John Birrelljulian1997-02-0540-172/+994
* Sort cross references.wosch1997-01-206-12/+12
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Sync with libc.alex1996-12-291-1/+1
* Added uthread_attr_destroy.c to SRCS.alex1996-12-291-1/+2
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().hsu1996-11-112-0/+122
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,hsu1996-11-111-1/+7
* Moved enum pthread_mutextype to pthread.h.hsu1996-11-111-6/+8
* Make pthread_getspecific() compliant with the final IEEE pthreadshsu1996-11-111-9/+9
* add missing comma(s) in .Xr macroswosch1996-09-231-1/+3
* fix .Xr macrowosch1996-09-211-1/+1
* Remove now un-necessary FreeBSD specific code since our timespecnate1996-09-203-176/+0
* Don't create/install libc_r_pic.apeter1996-08-301-1/+0
* Submitted by: john birell (jb@cimlogic.com.au)julian1996-08-221-20/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-2039-494/+2558
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+7
* Sync libc_r with libc changes..peter1996-05-052-5/+5
* Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-172-1/+16
* Reviewed by: julianjulian1996-01-2238-0/+6198
OpenPOWER on IntegriCloud