| Commit message (Expand) | Author | Age | Files | Lines |
| * | take a file descriptor table lock after allocating pipe structures |  mikeb | 2012-05-06 | 1 | -9/+8 |
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -3/+3 |
| * | keep the fdplock around copyout in pipe. ok matthew |  tedu | 2011-07-08 | 1 | -5/+2 |
| * | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. |  matthew | 2011-07-08 | 1 | -9/+18 |
| * | Fix the return values from pipe_kqfilter - kqfilters should return an |  nicm | 2011-05-27 | 1 | -5/+6 |
| * | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
| * | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -3/+3 |
| * | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling |  deraadt | 2009-10-30 | 1 | -2/+1 |
| * | Switch struct stat's timespec members to the names standardized in |  guenther | 2009-01-29 | 1 | -4/+4 |
| * | de-__inline a trio of functions to shave some space. |  blambert | 2008-07-11 | 1 | -7/+7 |
| * | When updating the timestamps on pipes, use getnanotime() instead of more |  miod | 2007-11-28 | 1 | -4/+4 |
| * | Correctly deal with EOF on pipe wrt kqueue. Based on a fix present |  millert | 2007-08-07 | 1 | -2/+3 |
| * | missing punctuation in comments; from bret lambert |  jmc | 2006-11-17 | 1 | -2/+2 |
| * | ansi/deregister. No binary change. |  jsg | 2005-12-13 | 1 | -47/+16 |
| * | remove p arg from fdplock |  tedu | 2004-07-22 | 1 | -2/+2 |
| * | In pipe_read, when the pipelock fails (most likely because we catch a |  art | 2004-07-21 | 1 | -2/+2 |
| * | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -7/+7 |
| * | lock filedesc before manipulating. avoids some rare races. |  tedu | 2004-01-06 | 1 | -1/+7 |
| * | Bring several fixes from FreeBSD to our current pipe implementation: |  miod | 2003-10-03 | 1 | -82/+106 |
| * | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -36/+31 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -14/+14 |
| * | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have |  art | 2002-02-08 | 1 | -3/+5 |
| * | Pool deals fairly well with physical memory shortage, but it doesn't deal |  art | 2002-01-23 | 1 | -3/+2 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
| * | - every new fd created by falloc() is marked as larval and should not be used |  art | 2001-10-26 | 1 | -1/+3 |
| * | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -3/+1 |
| * | Get rid of unnecessary includes. |  art | 2001-07-05 | 1 | -9/+2 |
| * | remove old vm |  art | 2001-06-27 | 1 | -36/+1 |
| * | pool_init, not pool_create |  art | 2001-06-23 | 1 | -6/+6 |
| * | pipe_stat isn't referenced from outside sys_pipe.c anymore |  art | 2001-06-23 | 1 | -1/+2 |
| * | Add pipe_init, call it from main, move the pool initialization into it. |  art | 2001-06-23 | 1 | -6/+10 |
| * | fix kqueue EVFILT_WRITE; okay art@ |  provos | 2001-06-05 | 1 | -3/+17 |
| * | Sync in some improvements from FreeBSD + my own improvements. |  art | 2001-05-26 | 1 | -101/+155 |
| * | gc OLD_PIPE. |  art | 2001-05-14 | 1 | -4/+1 |
| * | Add a fo_stat member to struct fileops. Used soon. |  art | 2001-05-14 | 1 | -2/+2 |
| * | More generic arguments to pipe_stat. |  art | 2001-05-14 | 1 | -3/+6 |
| * | We already have a prototype for pipe_stat in sys/pipe.h |  art | 2001-05-14 | 1 | -2/+1 |
| * | port kqueue changes from freebsd, plus all required openbsd glue. |  provos | 2001-03-01 | 1 | -9/+23 |
| * | support kernel event queues, from FreeBSD by Jonathan Lemon, |  provos | 2000-11-16 | 1 | -1/+63 |
| * | Change struct file interface methods read and write to pass file offset in |  csapuntz | 2000-04-19 | 1 | -5/+7 |
| * | No need to include sys/vmmeter.h |  art | 2000-01-27 | 1 | -2/+1 |
| * | Annoying unnecessary space. |  art | 1999-11-25 | 1 | -2/+2 |
| * | if select returns writable on a pipe, the write should not return |  deraadt | 1999-11-21 | 1 | -2/+3 |
| * | Use M_PIPE instead of M_TEMP. |  art | 1999-10-29 | 1 | -4/+4 |
| * | Remove the "Direct write" code. |  art | 1999-10-29 | 1 | -435/+28 |
| * | Actually make ASYNC pipes generate SIGIO. |  niklas | 1999-10-27 | 1 | -1/+3 |
| * | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t |  art | 1999-07-15 | 1 | -10/+10 |
| * | introduce fdremove() to mark a file descriptor as unused. fdremove makes |  provos | 1999-07-13 | 1 | -2/+2 |
| * | better fd leak prevention |  deraadt | 1999-06-08 | 1 | -29/+1 |
| * | need seperate sys_pipe() versions, for pipeclose() or soclose() calls |  deraadt | 1999-06-07 | 1 | -1/+29 |