aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
Commit message (Expand)AuthorAgeFilesLines
* MFC: Allow a return of 0 from __sys_write() to exit the loop in libc_r'sDaniel Eischen2003-10-111-2/+2
* MFC: Add wrapper for kqueue() to keep track of the allocated fd and allowMark Peek2003-08-103-4/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-08-101-0/+53
* MFC: 1.16: Range check "fd" before using it as an array index.Ruslan Ermilov2003-06-131-1/+2
* MFC:Ruslan Ermilov2003-06-031-2/+8
* MFC: Add stub implementations of pthread_[gs]etconcurrency toJohn Polstra2003-05-272-0/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-05-241-0/+115
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-04-201-0/+60
* MFC: document pthread_attr[gs]etstack() functions. Add Xref toAlexey Zelkin2003-03-041-1/+11
* MFC: pthread_attr_getstack() and pthread_attr_setstack() functions.Alexey Zelkin2003-03-041-0/+2
* Add just merged manual pages to build, update MLINKSAlexey Zelkin2003-03-031-3/+13
* Sync manpage with -CURRENT's one.Alexey Zelkin2003-03-031-5/+15
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-03-0310-0/+667
* Unbreak libc_r for non-standard values of KVA_PAGES in the kernel.David Schultz2003-02-241-0/+2
* MFC: Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.Kris Kennaway2003-02-151-7/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-02-102-0/+117
* MFC: rev 1.5, document additional behaviour of this functionAlexey Zelkin2003-02-031-2/+12
* MFC: rev 1.3, improve pthread_attr_get_np() by enabling it to returnAlexey Zelkin2003-02-031-1/+9
* MFC: Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(),Ruslan Ermilov2003-01-176-6/+68
* MFC: pthread_attr_get_npMax Khon2003-01-102-0/+2
* MFC: be more aggressive in arguments checkingMax Khon2003-01-081-1/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-01-072-0/+144
* Sync with current: MFC revisions 1.2 and 1.3.Semen Ustimenko2003-01-051-2/+7
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-292-2/+2
* MFC: (rev. 1.16) When about to do an execve(), don't bother resetting theArchie Cobbs2002-11-211-0/+4
* MFC: (rev. 1.21) Fix bogus return values from libc_r's writev().Archie Cobbs2002-11-151-6/+21
* MFC: (rev. 1.21) Fix bogus return values from libc_r's write().Archie Cobbs2002-11-121-6/+21
* MFC:Max Khon2002-10-22128-1164/+735
* MFC:Juli Mallett2002-10-201-4/+0
* reduce diffs to -current (white-space only changes)Max Khon2002-10-172-3/+4
* MFC: add missing braces in _thread_gc()Max Khon2002-10-171-1/+2
* MFC: Diff reduction to -current libc_r (part 2/2):Max Khon2002-10-1746-472/+581
* MFC: Diff reduction to -current libc_r (part 1):Max Khon2002-10-1558-196/+195
* MFC: pthread_main_np()Max Khon2002-10-152-3/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-10-151-0/+47
* Fix screwup in previous MFC that broke the build.Archie Cobbs2002-09-011-16/+16
* MFC: Remove much of the dereferencing of the fd table entries to look atArchie Cobbs2002-08-3121-39/+66
* MFC: (rev. 1.42) Check for POLLERR, POLLHUP, and POLLNVAL from poll(2).Archie Cobbs2002-08-311-2/+6
* MFC: (rev. 1.21) Make select() set the readable/writable bits when poll()Archie Cobbs2002-08-311-4/+6
* MFC: (rev. 1.20, 1.21) Remove (int) file descriptor locking.Archie Cobbs2002-08-301-0/+48
* Fix botched MFC (rev 1.6.2.2): __sys_close -> _thread_sys_closeJonathan Mini2002-08-021-1/+1
* MFC: Duplicate file descriptors with the correct flags, whenRobert Drehmel2002-08-011-13/+24
* MFC rev. 1.11: fix a typo.Maxim Konovalov2002-07-151-1/+1
* 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