| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Allow a return of 0 from __sys_write() to exit the loop in libc_r's | Daniel Eischen | 2003-10-11 | 1 | -2/+2 |
| * | MFC: Add wrapper for kqueue() to keep track of the allocated fd and allow | Mark Peek | 2003-08-10 | 3 | -4/+5 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-08-10 | 1 | -0/+53 |
| * | MFC: 1.16: Range check "fd" before using it as an array index. | Ruslan Ermilov | 2003-06-13 | 1 | -1/+2 |
| * | MFC: | Ruslan Ermilov | 2003-06-03 | 1 | -2/+8 |
| * | MFC: Add stub implementations of pthread_[gs]etconcurrency to | John Polstra | 2003-05-27 | 2 | -0/+3 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-05-24 | 1 | -0/+115 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-04-20 | 1 | -0/+60 |
| * | MFC: document pthread_attr[gs]etstack() functions. Add Xref to | Alexey Zelkin | 2003-03-04 | 1 | -1/+11 |
| * | MFC: pthread_attr_getstack() and pthread_attr_setstack() functions. | Alexey Zelkin | 2003-03-04 | 1 | -0/+2 |
| * | Add just merged manual pages to build, update MLINKS | Alexey Zelkin | 2003-03-03 | 1 | -3/+13 |
| * | Sync manpage with -CURRENT's one. | Alexey Zelkin | 2003-03-03 | 1 | -5/+15 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-03-03 | 10 | -0/+667 |
| * | Unbreak libc_r for non-standard values of KVA_PAGES in the kernel. | David Schultz | 2003-02-24 | 1 | -0/+2 |
| * | MFC: Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | Kris Kennaway | 2003-02-15 | 1 | -7/+11 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-02-10 | 2 | -0/+117 |
| * | MFC: rev 1.5, document additional behaviour of this function | Alexey Zelkin | 2003-02-03 | 1 | -2/+12 |
| * | MFC: rev 1.3, improve pthread_attr_get_np() by enabling it to return | Alexey Zelkin | 2003-02-03 | 1 | -1/+9 |
| * | MFC: Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | Ruslan Ermilov | 2003-01-17 | 6 | -6/+68 |
| * | MFC: pthread_attr_get_np | Max Khon | 2003-01-10 | 2 | -0/+2 |
| * | MFC: be more aggressive in arguments checking | Max Khon | 2003-01-08 | 1 | -1/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-01-07 | 2 | -0/+144 |
| * | Sync with current: MFC revisions 1.2 and 1.3. | Semen Ustimenko | 2003-01-05 | 1 | -2/+7 |
| * | MFC: english(4) fixes, aka typos found by ispell. | Jens Schweikhardt | 2002-12-29 | 2 | -2/+2 |
| * | MFC: (rev. 1.16) When about to do an execve(), don't bother resetting the | Archie Cobbs | 2002-11-21 | 1 | -0/+4 |
| * | MFC: (rev. 1.21) Fix bogus return values from libc_r's writev(). | Archie Cobbs | 2002-11-15 | 1 | -6/+21 |
| * | MFC: (rev. 1.21) Fix bogus return values from libc_r's write(). | Archie Cobbs | 2002-11-12 | 1 | -6/+21 |
| * | MFC: | Max Khon | 2002-10-22 | 128 | -1164/+735 |
| * | MFC: | Juli Mallett | 2002-10-20 | 1 | -4/+0 |
| * | reduce diffs to -current (white-space only changes) | Max Khon | 2002-10-17 | 2 | -3/+4 |
| * | MFC: add missing braces in _thread_gc() | Max Khon | 2002-10-17 | 1 | -1/+2 |
| * | MFC: Diff reduction to -current libc_r (part 2/2): | Max Khon | 2002-10-17 | 46 | -472/+581 |
| * | MFC: Diff reduction to -current libc_r (part 1): | Max Khon | 2002-10-15 | 58 | -196/+195 |
| * | MFC: pthread_main_np() | Max Khon | 2002-10-15 | 2 | -3/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2002-10-15 | 1 | -0/+47 |
| * | Fix screwup in previous MFC that broke the build. | Archie Cobbs | 2002-09-01 | 1 | -16/+16 |
| * | MFC: Remove much of the dereferencing of the fd table entries to look at | Archie Cobbs | 2002-08-31 | 21 | -39/+66 |
| * | MFC: (rev. 1.42) Check for POLLERR, POLLHUP, and POLLNVAL from poll(2). | Archie Cobbs | 2002-08-31 | 1 | -2/+6 |
| * | MFC: (rev. 1.21) Make select() set the readable/writable bits when poll() | Archie Cobbs | 2002-08-31 | 1 | -4/+6 |
| * | MFC: (rev. 1.20, 1.21) Remove (int) file descriptor locking. | Archie Cobbs | 2002-08-30 | 1 | -0/+48 |
| * | Fix botched MFC (rev 1.6.2.2): __sys_close -> _thread_sys_close | Jonathan Mini | 2002-08-02 | 1 | -1/+1 |
| * | MFC: Duplicate file descriptors with the correct flags, when | Robert Drehmel | 2002-08-01 | 1 | -13/+24 |
| * | MFC rev. 1.11: fix a typo. | Maxim Konovalov | 2002-07-15 | 1 | -1/+1 |
| * | MFC: 1.7 (Undo sendfile(2) workaround now that the kernel is fixed.) | Alfred Perlstein | 2002-06-24 | 1 | -11/+0 |
| * | Don't leave files locked if we have a short write to a non-blocking socket. | Alfred Perlstein | 2002-06-24 | 1 | -1/+4 |
| * | Diff reduction against current. | Alfred Perlstein | 2002-06-24 | 1 | -2/+3 |
| * | MFC: Cancellate poll(2), readv(2), select(2), wait4(2), and writev(2). | Archie Cobbs | 2002-05-07 | 5 | -5/+56 |
| * | MFC: (rev. 1.13) Don't try to cancel a thread that's already exiting. | Archie Cobbs | 2002-05-07 | 1 | -2/+4 |
| * | MFC rev 1.7: Fix the return code from pthread_rwlock_try[wr|rd]lock() | Brian S. Dean | 2002-03-29 | 1 | -2/+2 |
| * | MFC - Properly clear the status of a join for a canceled thread or if | Daniel Eischen | 2002-03-14 | 2 | -3/+7 |