summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
Commit message (Expand)AuthorAgeFilesLines
* Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.kib2011-10-051-0/+1
* - Make maxpipekva a signed long rather than an unsigned long as overflowjhb2009-03-101-1/+1
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-091-1/+1
* Another problem caused by the knlist_cleardel() potentially droppingkib2008-05-231-0/+7
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* An a #error discouraging people from using pipe.h from places outsidesilby2004-07-211-4/+1
* Revise the direct or optimized case to use uiomove_fromphys() by the readeralc2004-03-271-2/+0
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-011-3/+14
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-1/+0
* - The vm_object pointer in pipe_buffer is unused. Remove it.alc2003-08-131-1/+0
* More pipe changes:silby2003-08-111-1/+0
* Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE.silby2003-08-071-1/+1
* Put some concrete limits on pipe memory consumption:silby2003-07-081-0/+11
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hrwatson2002-08-141-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* First rev at making pipe(2) pipe's MPsafe.alfred2002-02-271-1/+8
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Updated a comment to match code.bde1999-12-261-1/+1
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-081-4/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-111-2/+2
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-261-4/+4
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-091-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* A few minor mods (improvements) to support more efficient pipedyson1996-07-131-2/+6
* Removed obsolete definition of PIPE_NBIO.bde1996-07-121-2/+1
* Made this self-sufficent (except for <sys/types.h>) when compiled inbde1996-05-011-35/+43
* Improve the performance for pipe(2) again. Also include somedyson1996-02-041-1/+36
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Added new files to support the new fast pipes. After the follow-ondyson1996-01-281-0/+73
OpenPOWER on IntegriCloud