summaryrefslogtreecommitdiff
path: root/sys/kern/sys_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-6/+5
* Ack! Fix excessive cut/paste blunder during poll mods. Who had thePeter Wemm1997-10-061-3/+3
* Implement the poll backend for the pipe file type.Peter Wemm1997-09-141-39/+38
* Removed unused #includes.Bruce Evans1997-09-021-9/+1
* Another attempt at cleaning up the new memory allocator.John Dyson1997-08-051-3/+2
* Fix up come cruft that I left on a previous commit.John Dyson1997-08-051-10/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofJohn Dyson1997-08-051-1/+17
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatBruce Evans1997-04-091-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includeBruce Evans1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-221-16/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).John Dyson1996-10-111-11/+19
* A few minor mods (improvements) to support more efficient pipeJohn Dyson1996-07-131-32/+73
* Staticized some variables.Bruce Evans1996-07-121-5/+12
* Get rid of PIPE_NBIO, cleaning up the code a bit.John Dyson1996-07-041-27/+15
* Disable direct writes for non-blocking output.John Dyson1996-06-171-2/+5
* Clean up -Wunused warnings.Gary Palmer1996-06-121-4/+2
* Various pipe error return fixes, and a significant typeo fix. FromJohn Dyson1996-03-251-9/+15
* Yet another fix from BDE for the new pipe code. This fixes a potentialJohn Dyson1996-03-171-6/+5
* Fix a problem that select did not work with direct writes. MakeJohn Dyson1996-02-221-8/+15
* Add missing prototype for pipeselwakeup (a recently added function) - gccPeter Wemm1996-02-171-1/+2
* Add ifdefs for non-freebsd system usage. Add missing select wakeups,John Dyson1996-02-111-27/+63
* Add some missing requests for the read-side to wakeup the write-side. AlsoJohn Dyson1996-02-091-2/+11
* Apparent fix for a pipe hang problem.John Dyson1996-02-071-3/+16
* More fixes from bde.John Dyson1996-02-051-14/+24
* Kva space allocated for direct buffer wasn't quite big enough. TheJohn Dyson1996-02-051-7/+11
* Changed vm_fault_quick in vm_machdep.c to be global. Needed forJohn Dyson1996-02-041-1/+8
* Improve the performance for pipe(2) again. Also include someJohn Dyson1996-02-041-46/+442
* Fix another problem with the new pipe code, pointed out by Bruce Evans.John Dyson1996-01-311-7/+6
* Fix some problems with return codes on the new pipe stuff. Bruce EvansJohn Dyson1996-01-311-4/+8
* Fixed an uninitialized variable (argument to vm_map_find) -- problemJohn Dyson1996-01-291-5/+8
* Added new files to support the new fast pipes. After the follow-onJohn Dyson1996-01-281-0/+573