Age | Commit message (Expand) | Author |
2018-11-13 | Fix fcntl(fd, F_GETOWN) with pipes. As a regression | Visa Hankala |
2018-11-12 | Utilize sigio with pipes. This makes fcntl(fd, F_SETOWN, arg) correctly | Visa Hankala |
2018-08-20 | Reorder checks in the read/write(2) family of syscalls to prepare making | Martin Pieuchot |
2018-08-15 | Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents | Visa Hankala |
2018-08-13 | Make it possible to run pipe(2) and pipe2(2) mostly w/o KERNEL_LOCK(): | Martin Pieuchot |
2018-07-10 | Move socket & pipe specific logic in their ioctl handler. | Martin Pieuchot |
2018-06-18 | Put file descriptors on shared data structures when they are completely | Martin Pieuchot |
2018-06-05 | Revert introduction of fdinsert(), a sanitify check triggers when | Martin Pieuchot |
2018-06-02 | Put file descriptors on shared data structures when they are completely | Martin Pieuchot |
2018-04-10 | Convert 'struct fileops' definitions to C99. | Martin Pieuchot |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2016-10-08 | Add ktracing of the fds returned by pipe() and socketpair() | Philip Guenther |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-08-30 | pool_setipl | David Gwynne |
2016-01-15 | Convert to uiomove(); from Martin Natano | Stefan Kempf |
2016-01-06 | remove unnecessary casts where the incoming type is void *. | Ted Unangst |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-09-28 | Replace uvm_km_alloc(9) and uvm_km_free(9) with the equivalent km_alooc(9) | Mark Kettenis |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-01-24 | Copy timespecs member by member in fo_stat callback functions, to avoid | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2012-05-06 | take a file descriptor table lock after allocating pipe structures | Mike Belopuhov |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2011-07-08 | keep the fdplock around copyout in pipe. ok matthew | Ted Unangst |
2011-07-08 | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. | Matthew Dempsky |
2011-05-27 | Fix the return values from pipe_kqfilter - kqfilters should return an | Nicholas Marriott |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | Theo de Raadt |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2008-07-11 | de-__inline a trio of functions to shave some space. | Bret Lambert |
2007-11-28 | When updating the timestamps on pipes, use getnanotime() instead of more | Miod Vallat |
2007-08-07 | Correctly deal with EOF on pipe wrt kqueue. Based on a fix present | Todd C. Miller |
2006-11-17 | missing punctuation in comments; from bret lambert | Jason McIntyre |
2005-12-13 | ansi/deregister. No binary change. | Jonathan Gray |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-07-21 | In pipe_read, when the pipelock fails (most likely because we catch a | Artur Grabowski |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2003-10-03 | Bring several fixes from FreeBSD to our current pipe implementation: | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |