aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pipe.h
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Updated a comment to match code.Bruce Evans1999-12-261-1/+1
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerPeter Wemm1999-11-081-4/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-2/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-4/+4
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatBruce Evans1997-04-091-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* A few minor mods (improvements) to support more efficient pipeJohn Dyson1996-07-131-2/+6
* Removed obsolete definition of PIPE_NBIO.Bruce Evans1996-07-121-2/+1
* Made this self-sufficent (except for <sys/types.h>) when compiled inBruce Evans1996-05-011-35/+43
* Improve the performance for pipe(2) again. Also include someJohn Dyson1996-02-041-1/+36
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Added new files to support the new fast pipes. After the follow-onJohn Dyson1996-01-281-0/+73