| Commit message (Expand) | Author | Age | Files | Lines |
* | Update pipe code for fo_stat() entry point - pipe_stat() is now no longer | peter | 1999-11-08 | 1 | -5/+9 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Fix bug in pipe code relating to writes of mmap'd but illegal address | dillon | 1999-09-20 | 1 | -3/+2 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -4/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix fd race conditions (during shared fd table usage.) Badfileops is | green | 1999-08-04 | 1 | -5/+6 |
* | Restructure pipe_read in order to eliminate several race conditions. | alc | 1999-06-05 | 1 | -68/+46 |
* | Add standard padding argument to pread and pwrite syscall. That should make them | dt | 1999-04-04 | 1 | -5/+7 |
* | Fix race in pipe read code whereby a blocked lock can allow another | dillon | 1999-02-04 | 1 | -20/+39 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -6/+6 |
* | Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>. | bde | 1999-01-27 | 1 | -1/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -3/+1 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -11/+15 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -3/+3 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -3/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Add two new functions, get{micro|nano}time. | phk | 1998-03-26 | 1 | -7/+7 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -6/+5 |
* | Ack! Fix excessive cut/paste blunder during poll mods. Who had the | peter | 1997-10-06 | 1 | -3/+3 |
* | Implement the poll backend for the pipe file type. | peter | 1997-09-14 | 1 | -39/+38 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -9/+1 |
* | Another attempt at cleaning up the new memory allocator. | dyson | 1997-08-05 | 1 | -3/+2 |
* | Fix up come cruft that I left on a previous commit. | dyson | 1997-08-05 | 1 | -10/+1 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 1 | -1/+17 |
* | Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that | bde | 1997-04-09 | 1 | -4/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: include | bde | 1997-03-24 | 1 | -2/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 1 | -16/+9 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Mostly some fixes from bde to start support for ASYNC I/O (SIGIO). | dyson | 1996-10-11 | 1 | -11/+19 |
* | A few minor mods (improvements) to support more efficient pipe | dyson | 1996-07-13 | 1 | -32/+73 |
* | Staticized some variables. | bde | 1996-07-12 | 1 | -5/+12 |
* | Get rid of PIPE_NBIO, cleaning up the code a bit. | dyson | 1996-07-04 | 1 | -27/+15 |
* | Disable direct writes for non-blocking output. | dyson | 1996-06-17 | 1 | -2/+5 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -4/+2 |
* | Various pipe error return fixes, and a significant typeo fix. From | dyson | 1996-03-25 | 1 | -9/+15 |
* | Yet another fix from BDE for the new pipe code. This fixes a potential | dyson | 1996-03-17 | 1 | -6/+5 |
* | Fix a problem that select did not work with direct writes. Make | dyson | 1996-02-22 | 1 | -8/+15 |
* | Add missing prototype for pipeselwakeup (a recently added function) - gcc | peter | 1996-02-17 | 1 | -1/+2 |
* | Add ifdefs for non-freebsd system usage. Add missing select wakeups, | dyson | 1996-02-11 | 1 | -27/+63 |
* | Add some missing requests for the read-side to wakeup the write-side. Also | dyson | 1996-02-09 | 1 | -2/+11 |
* | Apparent fix for a pipe hang problem. | dyson | 1996-02-07 | 1 | -3/+16 |