summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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