aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* Bring back nanosleep from the cold.John Birrell1997-06-041-1/+1
* Fixed overallocation of _thread_fd_table.Alexander Langer1997-05-131-1/+1
* Add const in the thread version of nanosleep()'s argsPeter Wemm1997-05-121-1/+2
* remove prototype for nanosleep(), it's visible in unistd.h now.Peter Wemm1997-05-121-1/+0
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.John Polstra1997-05-061-3/+1
* Nuke makefiles that duplicate those in libc now that libc is libc_rJohn Birrell1997-05-0326-320/+0
* Use libc makefiles from now on instead of duplicating them in libc_r.John Birrell1997-05-033-150/+9
* Set wakeup time in pthread_cond_wait() to `forever' (-1) to preventJohn Birrell1997-04-111-24/+41
* Fix the return value. Oops.John Birrell1997-04-011-1/+3
* Fix indentations. Sigh.John Birrell1997-04-011-15/+17
* Make error checking less zealous to handle devices like /dev/nullJohn Birrell1997-04-011-2/+10
* Add parentheses to make blocking mode work.John Birrell1997-04-014-4/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2212-12/+12
* Submitted by: John BirrellJulian Elischer1997-02-0545-208/+1045
* Sort cross references.Wolfram Schneider1997-01-206-12/+12
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* Unspam this file: replace spaces with tabs so make doesn't barf. (I smellBill Paul1996-12-291-5/+5
* Sync with libc.Alexander Langer1996-12-292-3/+12
* Added uthread_attr_destroy.c to SRCS.Alexander Langer1996-12-291-1/+2
* Add pthread_mutexattr_init() and pthread_mutexattr_setkind_np().Jeffrey Hsu1996-11-112-0/+122
* Add uthread_attr_init.c, uthread_attr_setstacksize.c, uthread_mattr_init.c,Jeffrey Hsu1996-11-111-1/+7
* Moved enum pthread_mutextype to pthread.h.Jeffrey Hsu1996-11-111-6/+8
* Make pthread_getspecific() compliant with the final IEEE pthreadsJeffrey Hsu1996-11-111-9/+9
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-231-1/+3
* fix .Xr macroWolfram Schneider1996-09-211-1/+1
* Remove now un-necessary FreeBSD specific code since our timespecNate Williams1996-09-203-176/+0
* - libc self contained again.Peter Wemm1996-08-301-6/+7
* pick up the resolver sources from contribAdam David1996-08-301-0/+1
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-5/+5
* Don't create/install libc_r_pic.aPeter Wemm1996-08-301-1/+0
* Submitted by: john birell (jb@cimlogic.com.au)Julian Elischer1996-08-221-20/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-2048-690/+2659
* Add collate_range_cmpAndrey A. Chernov1996-08-131-1/+2
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-072-16/+18
* Sync libc_r with libc changes..Peter Wemm1996-05-052-5/+5
* keep the libc_r makefiles in step with those from libcJulian Elischer1996-03-202-6/+8
* Added a new module "uthread_autoinit.cc". This is a small C++ module.John Polstra1996-02-173-1/+104
* Removed "iso_addr.c" from the Makefile. Support for it has been removedJohn Polstra1996-02-171-1/+1
* error handling for threaded appsJulian Elischer1996-01-221-0/+50
* Reviewed by: julianJulian Elischer1996-01-2299-0/+8951