summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-7/+7
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-6/+5
* Ack! Fix excessive cut/paste blunder during poll mods. Who had thepeter1997-10-061-3/+3
* Implement the poll backend for the pipe file type.peter1997-09-141-39/+38
* Removed unused #includes.bde1997-09-021-9/+1
* Another attempt at cleaning up the new memory allocator.dyson1997-08-051-3/+2
* Fix up come cruft that I left on a previous commit.dyson1997-08-051-10/+1
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-051-1/+17
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-091-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-16/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Mostly some fixes from bde to start support for ASYNC I/O (SIGIO).dyson1996-10-111-11/+19
* A few minor mods (improvements) to support more efficient pipedyson1996-07-131-32/+73
* Staticized some variables.bde1996-07-121-5/+12
* Get rid of PIPE_NBIO, cleaning up the code a bit.dyson1996-07-041-27/+15
* Disable direct writes for non-blocking output.dyson1996-06-171-2/+5
* Clean up -Wunused warnings.gpalmer1996-06-121-4/+2
* Various pipe error return fixes, and a significant typeo fix. Fromdyson1996-03-251-9/+15
* Yet another fix from BDE for the new pipe code. This fixes a potentialdyson1996-03-171-6/+5
* Fix a problem that select did not work with direct writes. Makedyson1996-02-221-8/+15
* Add missing prototype for pipeselwakeup (a recently added function) - gccpeter1996-02-171-1/+2
* Add ifdefs for non-freebsd system usage. Add missing select wakeups,dyson1996-02-111-27/+63
* Add some missing requests for the read-side to wakeup the write-side. Alsodyson1996-02-091-2/+11
* Apparent fix for a pipe hang problem.dyson1996-02-071-3/+16
* More fixes from bde.dyson1996-02-051-14/+24
* Kva space allocated for direct buffer wasn't quite big enough. Thedyson1996-02-051-7/+11
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-1/+8
* Improve the performance for pipe(2) again. Also include somedyson1996-02-041-46/+442
* Fix another problem with the new pipe code, pointed out by Bruce Evans.dyson1996-01-311-7/+6
* Fix some problems with return codes on the new pipe stuff. Bruce Evansdyson1996-01-311-4/+8
* Fixed an uninitialized variable (argument to vm_map_find) -- problemdyson1996-01-291-5/+8
* Added new files to support the new fast pipes. After the follow-ondyson1996-01-281-0/+573
OpenPOWER on IntegriCloud