aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7cvs2svn1998-07-243-251/+0
* MFC: Provide __error() in libc, to allow linking _THREAD_SAFE objects inDmitrij Tejblum1998-06-292-52/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-06-133-0/+251
* MFC. Update file descriptor masks when no file descriptors are ready.John Birrell1998-06-121-1/+1
* Remove the error test from the call to set the file descriptor toJohn Birrell1998-05-261-12/+9
* When doing a blocking write to a pipe, handle the case where the writeJohn Birrell1998-05-262-24/+157
* MFC: clean up in the child, not the parent.Thomas Gellekum1998-05-071-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-05-061-0/+50
* MFC: Fix incremental priority increment.John Birrell1998-04-301-2/+2
* MFC part 4: pthread_yield() was renamed to sched_yield() in theThomas Gellekum1998-04-302-22/+22
* MFC part 3: After fork(), only the calling thread survives in the child.Thomas Gellekum1998-04-241-0/+39
* MFC part 2: Static initializers for mutexes and condition variables.Thomas Gellekum1998-04-233-10/+34
* MFC part 1: Safety belts for code written for older drafts ofThomas Gellekum1998-04-226-9/+35
* MFC: when in PS_SIGWAIT state, still call signal handlersThomas Gellekum1998-04-171-13/+2
* Submitted by: Jeremy Allison(Samba maintainer) and Terry LambertJulian Elischer1998-02-138-25/+154
* MFC:Julian Elischer1998-02-068-73/+36
* YAMFC: bring in the fix for the handling of NODELAY sockets correctly.Julian Elischer1998-02-061-3/+13
* MFC (revs 1.3 and 1.4): change the prototype and return values toAlexander Langer1998-01-091-13/+4
* Merge from rev 1.10: added missing reference to uthread_sigwait.c.Alexander Langer1997-11-241-1/+2
* Merge pthread_cond_timedwait return value fix from rev 1.6.Alexander Langer1997-11-241-1/+1
* YAMFCJulian Elischer1997-06-2435-378/+472
* more YAMFCJulian Elischer1997-06-2326-311/+0
* part of YAMFCJulian Elischer1997-06-231-31/+3
* Merge from main branch 1.8 -> 1.9: Bye bye CPLUSPLUSLIB.John Polstra1997-06-141-3/+1
* YAMFC: overallocation of _thread_fd_table from rev 1.5.Alexander Langer1997-05-131-1/+1
* YAMFC: sort xrefs.Mike Pritchard1997-02-286-12/+12
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-0611-0/+677
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-192-0/+122
* 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