pipe - fix UP build error.
[dragonfly.git] / sys / kern / sys_pipe.c
2009-07-13 Matthew Dillonpipe - fix UP build error.
2009-07-13 Matthew Dillonpipe - replace use of DELAY() with a better solution...
2009-07-13 Matthew Dillonpipe - Fix piperd/pipewr deadlock in mpsafe case
2009-07-12 Matthew Dillonpipe - Make pipe r/w MPSAFE, add kern.pipe.mpsafe ...
2009-07-12 Matthew Dillonpipe - pre-MP work, change indexing to circular FIFO...
2009-07-12 Matthew Dillonpipe - pre-MP work, remove direct map and sfbuf features
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-04 Matthew DillonThe direct-write pipe code has a bug in it somewhere...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-26 Matthew DillonMore MP work.
2006-05-22 Matthew DillonDo a major cleanup of the file descriptor handling...
2006-05-19 Matthew DillonConsolidate the file descriptor destruction code used...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-07-04 Matthew DillonThe pipe code was not properly handling kernel space...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-21 Jeffrey HsuReplace the linear search in file descriptor allocation...
2005-03-09 Matthew Dillonpipe->pipe_buffer.out was not being reset to 0 when...
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-07-24 Matthew DillonMake fstat() account for pending direct-write data...
2004-05-21 Hiten PandyaFix SYSCTL description style.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-11 Matthew DillonFix a bug in sys/pipe.c. xio_init_ubuf() might not...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-02 Matthew DillonWe must pmap_qremove() pages that we previously pmap_qe...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-09-03 Hiten PandyaPass only one argument to vm_page_hold() as a sane...
2003-09-03 Hiten PandyaReturn a more sane error code, EPIPE. The EBADF error...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-08-26 Robert Garrett__P() removal
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: