| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff |
| 2010-03-04 |
Matthew Dillon | kernel - pmap (i386) - Reduce kmem use for foreign... |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-15 |
Matthew Dillon | kernel - adjust falloc and arguments to dupfdopen,... |
blob | commitdiff | diff to current |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-09-22 |
Matthew Dillon | kernel - Fix kqueue and SIGIO operation on pipes |
blob | commitdiff | diff to current |
| 2009-09-08 |
Matthew Dillon | PIPE - Fix a panic introduced by the last commit. |
blob | commitdiff | diff to current |
| 2009-09-05 |
Matthew Dillon | PIPE - Fix more races in the pipe code |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - pass sysmsg through to ioctl. |
blob | commitdiff | diff to current |
| 2009-08-19 |
Matthew Dillon | AMD64 - Pipes now support 64 bit size_t for uio_resid. |
blob | commitdiff | diff to current |
| 2009-08-16 |
Matthew Dillon | PIPE - Fix a blocking race. |
blob | commitdiff | diff to current |
| 2009-08-09 |
Matthew Dillon | PIPE - Fix bugs in pipe_shutdown(), and multiple readers. |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | pipes - set kern.pipe.mpsafe default to 1. |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager. |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | tsleep() - Add PINTERLOCKED flag to catch edge case. |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | MPSAFE - Document a few procedures as MPSAFE (non-opera... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | pipe - add required critical section around tsleep_inte... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | pipe - fix UP build error. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | pipe - replace use of DELAY() with a better solution... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | pipe - Fix piperd/pipewr deadlock in mpsafe case |
blob | commitdiff | diff to current |
| 2009-07-12 |
Matthew Dillon | pipe - Make pipe r/w MPSAFE, add kern.pipe.mpsafe ... |
blob | commitdiff | diff to current |
| 2009-07-12 |
Matthew Dillon | pipe - pre-MP work, change indexing to circular FIFO... |
blob | commitdiff | diff to current |
| 2009-07-12 |
Matthew Dillon | pipe - pre-MP work, remove direct map and sfbuf features |
blob | commitdiff | diff to current |
| 2009-02-16 |
Sascha Wildner | Unbreak kernel build and fix some warnings. |
blob | commitdiff | diff to current |
| 2008-09-09 |
Matthew Dillon | Fix issues with the scheduler that were causing unneces... |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
blob | commitdiff | diff to current |
| 2008-05-10 |
Matthew Dillon | Fix feature logic so changing kern.pipe.dwrite_enable... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix many bugs and issues in the VM system, particularly... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Fix some lock ordering issues in the pipe code. |
blob | commitdiff | diff to current |
| 2008-05-04 |
Matthew Dillon | The direct-write pipe code has a bug in it somewhere... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Ansify function declarations and fix some minor style... |
blob | commitdiff | diff to current |
| 2006-09-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-02 |
Matthew Dillon | Get rid of some unused fields in the fileops and adjust... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | More MP work. |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Do a major cleanup of the file descriptor handling... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Consolidate the file descriptor destruction code used... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The fdrop() procedure no longer needs a thread argument... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2005-09-02 |
Jeffrey Hsu | Now that the C language has a "void *", use it instead... |
blob | commitdiff | diff to current |
| 2005-07-13 |
Matthew Dillon | Make shutdown() a fileops operation rather then a socke... |
blob | commitdiff | diff to current |
| 2005-07-04 |
Matthew Dillon | The pipe code was not properly handling kernel space... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-21 |
Jeffrey Hsu | Replace the linear search in file descriptor allocation... |
blob | commitdiff | diff to current |
| 2005-03-09 |
Matthew Dillon | pipe->pipe_buffer.out was not being reset to 0 when... |
blob | commitdiff | diff to current |
| 2005-03-01 |
Matthew Dillon | Clean up the XIO API and structure. XIO no longer... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Make fstat() account for pending direct-write data... |
blob | commitdiff | diff to current |
| 2004-05-21 |
Hiten Pandya | Fix SYSCTL description style. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-05-11 |
Matthew Dillon | Fix a bug in sys/pipe.c. xio_init_ubuf() might not... |
blob | commitdiff | diff to current |
| 2004-05-11 |
Matthew Dillon | Add an assertion to sys_pipe to cover a possible overru... |
blob | commitdiff | diff to current |
| 2004-05-02 |
Matthew Dillon | We must pmap_qremove() pages that we previously pmap_qe... |
blob | commitdiff | diff to current |
| 2004-05-01 |
Matthew Dillon | Commit an update to the pipe code that implements vario... |
blob | commitdiff | diff to current |
| 2004-04-01 |
Matthew Dillon | Enhance the pmap_kenter*() API and friends, separating... |
blob | commitdiff | diff to current |
| 2004-03-30 |
Matthew Dillon | Second major scheduler patch. This corrects interactiv... |
blob | commitdiff | diff to current |
| 2004-03-28 |
Matthew Dillon | Import Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171... |
blob | commitdiff | diff to current |
| 2004-02-20 |
Matthew Dillon | Implement a pipe KVM cache primarily to reduce unnecess... |
blob | commitdiff | diff to current |
| 2003-11-03 |
Matthew Dillon | 64 bit address space cleanups which are a prerequisit... |
blob | commitdiff | diff to current |
| 2003-09-03 |
Hiten Pandya | Pass only one argument to vm_page_hold() as a sane... |
blob | commitdiff | diff to current |
| 2003-09-03 |
Hiten Pandya | Return a more sane error code, EPIPE. The EBADF error... |
blob | commitdiff | diff to current |
| 2003-09-03 |
Hiten Pandya | Use vm_page_hold() instead of vm_page_wire(). |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-30 |
Matthew Dillon | syscall messaging 3: Expand the 'header' that goes... |
blob | commitdiff | diff to current |
| 2003-07-29 |
Matthew Dillon | fileops messaging stage 1: add port and feature mask... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Matthew Dillon | syscall messaging 2: Change the standard return value... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|