summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nuke makefiles that duplicate those in libc now that libc is libc_rjb1997-05-0326-320/+0
* 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 the return value. Oops.jb1997-04-011-1/+3
* Fix indentations. Sigh.jb1997-04-011-15/+17
* Make error checking less zealous to handle devices like /dev/nulljb1997-04-011-2/+10
* Add parentheses to make blocking mode work.jb1997-04-014-4/+12
* Revert $FreeBSD$ to $Id$peter1997-02-2212-12/+12
* Submitted by: John Birrelljulian1997-02-0545-208/+1045
* Sort cross references.wosch1997-01-206-12/+12
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1412-12/+12
* Unspam this file: replace spaces with tabs so make doesn't barf. (I smellwpaul1996-12-291-5/+5
* Sync with libc.alex1996-12-292-3/+12
* 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
* - libc self contained again.peter1996-08-301-6/+7
* pick up the resolver sources from contribadam1996-08-301-0/+1
* cmp -s || install -c ==> install -Cpeter1996-08-301-5/+5
* 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-2048-690/+2659
* Add collate_range_cmpache1996-08-131-1/+2
* ``mv'' -> ``mv -f''wosch1996-05-072-16/+18
* Sync libc_r with libc changes..peter1996-05-052-5/+5
* keep the libc_r makefiles in step with those from libcjulian1996-03-202-6/+8
* Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-173-1/+104
* Removed "iso_addr.c" from the Makefile. Support for it has been removedjdp1996-02-171-1/+1
* error handling for threaded appsjulian1996-01-221-0/+50
* Reviewed by: julianjulian1996-01-2299-0/+8951
OpenPOWER on IntegriCloud