| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 2 | -1/+16 |
| * | #elsif -> #elif | Alfred Perlstein | 2000-07-11 | 1 | -8/+8 |
| * | Support for unsigned integer and long sysctl variables. Update the | John Baldwin | 2000-07-05 | 1 | -48/+48 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 2 | -3/+3 |
| * | Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you | John Baldwin | 2000-07-04 | 1 | -24/+31 |
| * | Simplify and rationalise the management of the vnode free list | Kirk McKusick | 2000-07-04 | 1 | -6/+2 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 2 | -3/+3 |
| * | Nifty idea from Jeroen van Gelderen; don't call a routine to check if | Mark Murray | 2000-06-25 | 1 | -1/+2 |
| * | Add missing increment of allocation counter. | Jeffrey Hsu | 2000-06-05 | 1 | -0/+2 |
| * | This is a cleanup patch to Peter's new OBJT_PHYS VM object type | Matthew Dillon | 2000-05-29 | 7 | -34/+92 |
| * | Brucify the pmap_enter_temporary() changes. | Doug Rabson | 2000-05-29 | 1 | -1/+1 |
| * | Fix bug in vm_pageout_page_stats() that always resulted in a full | Matthew Dillon | 2000-05-29 | 1 | -0/+2 |
| * | Add a new pmap entry point, pmap_enter_temporary() to be used during | Doug Rabson | 2000-05-28 | 1 | -0/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 3 | -12/+12 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 3 | -12/+12 |
| * | Checkpoint of a new physical memory backed object type, that does not | Peter Wemm | 2000-05-21 | 5 | -3/+237 |
| * | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | Peter Wemm | 2000-05-21 | 10 | -47/+62 |
| * | Fixed bug in madvise() / MADV_WILLNEED. When the request is offset | Matthew Dillon | 2000-05-14 | 1 | -1/+5 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 4 | -0/+4 |
| * | Convert the vm_pager_strategy() interface to take a struct bio instead of | Poul-Henning Kamp | 2000-05-03 | 3 | -84/+62 |
| * | Move and staticize the bufchain functions so they become local to the | Poul-Henning Kamp | 2000-05-01 | 3 | -137/+137 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Implement POSIX.1b shared memory objects. In this implementation, | Garrett Wollman | 2000-04-22 | 1 | -0/+10 |
| * | vm_object_shadow: Remove an incorrect assertion. In obscure circumstances | Alan Cox | 2000-04-19 | 1 | -3/+0 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 3 | -10/+10 |
| * | Fix _zget() so that it checks the return from kmem_alloc(), to avoid | Mike Smith | 2000-04-04 | 1 | -3/+9 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 4 | -22/+22 |
| * | Add necessary spl protection for swapper. The problem was located by | Matthew Dillon | 2000-03-27 | 3 | -3/+19 |
| * | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 17 | -18/+18 |
| * | Spelling | Philippe Charnier | 2000-03-26 | 17 | -39/+39 |
| * | Fix one place which knew that B_WRITE was zero. | Poul-Henning Kamp | 2000-03-22 | 1 | -1/+2 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 4 | -7/+7 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 4 | -18/+18 |
| * | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 3 | -30/+0 |
| * | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | Poul-Henning Kamp | 2000-03-13 | 2 | -6/+2 |
| * | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | Paul Saab | 2000-02-28 | 3 | -20/+37 |
| * | Fix null-pointer dereference crash when the system is intentionally | Matthew Dillon | 2000-02-16 | 3 | -5/+50 |
| * | The swapdev_vp changes made to rip out the swap specfs interaction | Matthew Dillon | 2000-01-25 | 1 | -8/+8 |
| * | Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The | Matthew Dillon | 2000-01-21 | 1 | -25/+29 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -2/+1 |
| * | Use MAP_NOSYNC for vnodes without any links in their filesystem. | Guido van Rooij | 2000-01-03 | 1 | -0/+7 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 11 | -18/+18 |
| * | Fix the swap backed vn case - this was broken by my rev 1.128 to | Peter Wemm | 1999-12-28 | 2 | -22/+50 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+2 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 8 | -21/+82 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 2 | -2/+2 |
| * | User ldt sharing. | Luoqi Chen | 1999-12-06 | 1 | -1/+16 |
| * | Report swapdevices as cdevs rather than bdevs. | Poul-Henning Kamp | 1999-11-29 | 1 | -1/+1 |
| * | Remove nonsensical vm_map_{clear,set}_recursive() calls | Alan Cox | 1999-11-25 | 1 | -3/+0 |