summaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-7/+14
* MFC: 1.7 (Undo sendfile(2) workaround now that the kernel is fixed.)Alfred Perlstein2002-06-241-11/+0
* Don't leave files locked if we have a short write to a non-blocking socket.Alfred Perlstein2002-06-241-1/+4
* Diff reduction against current.Alfred Perlstein2002-06-241-2/+3
* MFC: Cancellate poll(2), readv(2), select(2), wait4(2), and writev(2).Archie Cobbs2002-05-075-5/+56
* MFC: (rev. 1.13) Don't try to cancel a thread that's already exiting.Archie Cobbs2002-05-071-2/+4
* MFC rev 1.7: Fix the return code from pthread_rwlock_try[wr|rd]lock()Brian S. Dean2002-03-291-2/+2
* MFC - Properly clear the status of a join for a canceled thread or ifDaniel Eischen2002-03-142-3/+7
* MFC - Don't detach a canceled thread.Daniel Eischen2002-03-141-2/+0
* MFC rev. 1.7: correct a typo pthread_attr_setscope() function failsMaxim Konovalov2002-02-211-1/+1
* MFC rev. 1.12: prevent dup2(2) from closing internal libc_r pipeMaxim Konovalov2002-02-211-1/+2
* MFC: Use the real function address for the return address when modifyingDaniel Eischen2001-12-301-2/+2
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-1748-51/+53
* MFC: 1.6Alfred Perlstein2001-12-151-4/+50
* MFC: Fix pthread_join so that it works if the target thread exitsDaniel Eischen2001-12-154-10/+32
* MFC: prevent infinite loop when kevent(2) is invoked wihout eventlist.Maxim Sobolev2001-12-111-1/+1
* MFC: describe handling of NULLs passed to pthread_setcancelstate.Murray Stokely2001-11-181-2/+10
* MFC: Dont hard-code knowledge about where the stack starts by peeringPeter Wemm2001-11-032-3/+15
* MFC: Add $FreeBSD$ and change pthread_set_name_np to take a const char *.Warner Losh2001-11-011-1/+1
* libc_r doesn't provide a wrapper for sigreturn(2).Ruslan Ermilov2001-10-193-3/+2
* We don't provide a wrapper for nfssvc(2), and signanosleep(2) wasRuslan Ermilov2001-10-191-2/+2
* Cleanup of _thread_sys* declarations:Ruslan Ermilov2001-10-191-157/+92
* MFC: Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait()Jason Evans2001-09-221-68/+51
* MFC: Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-8/+1
* MFC: Fix join/detach/cancel bugs.Jason Evans2001-08-192-2/+17
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-1742-72/+55
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-2218-48/+48
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-2221-24/+0
* Fix a whitespace problem introduced during an MFC.Jason Evans2001-07-121-1/+1
* MFC: Clear the in thread scheduler flag after jumping to the start ofDaniel Eischen2001-07-061-0/+6
* MFC: Fix pthread_join() race.Jason Evans2001-07-053-48/+53
* MFC: Typo fix: requires -> reacquiresGregory Neil Shapiro2001-06-291-1/+1
* MFC: Don't leak joined threads.Jason Evans2001-06-2310-139/+103
* MFC: Signal instead of broadcasting in sem_post(), since the conditionJason Evans2001-06-221-9/+2
* MFC: Update libc_r test suite.Jason Evans2001-06-224-205/+164
* MFC: add a missing word.Dima Dorfman2001-06-072-2/+3
* MFC: Mark sleeping threads that are suspended as having been interrupted.Jason Evans2001-05-301-1/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-202-0/+110
* MFC: 1.8 (fixed typo in the description).Ruslan Ermilov2001-05-181-2/+2
* MFC: Move the check for pending signals to after the thread has beenDaniel Eischen2001-05-112-6/+18
* MFC: Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childAkinori MUSHA2001-05-101-11/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: Use the correct TAILQ link when getting the next thread in theDaniel Eischen2001-04-211-1/+1
* MFC: (rev.1.24) Reinstall the alternate signal stack after a fork.Akinori MUSHA2001-04-181-1/+11
* MFC: Correct a race condition where it was possible for a signaledDaniel Eischen2001-03-101-1/+8
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-0640-112/+83
* MFC: Limit threads clock resolution to no less than 1000usec (1000Hz).Daniel Eischen2001-03-042-1/+3
* Fix a typo. Obviously this has never been used before, as results wouldPeter Wemm2001-02-071-1/+1
* MFC: use a unified libgcc and ensure strong references to pthread functionsDavid E. O'Brien2001-01-061-0/+32
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+1