aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Add a new pmap entry point, pmap_enter_temporary() to be used duringDoug Rabson2000-05-281-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-263-12/+12
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-233-12/+12
* Checkpoint of a new physical memory backed object type, that does notPeter Wemm2000-05-215-3/+237
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-2110-47/+62
* Fixed bug in madvise() / MADV_WILLNEED. When the request is offsetMatthew Dillon2000-05-141-1/+5
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-054-0/+4
* Convert the vm_pager_strategy() interface to take a struct bio instead ofPoul-Henning Kamp2000-05-033-84/+62
* Move and staticize the bufchain functions so they become local to thePoul-Henning Kamp2000-05-013-137/+137
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Implement POSIX.1b shared memory objects. In this implementation,Garrett Wollman2000-04-221-0/+10
* vm_object_shadow: Remove an incorrect assertion. In obscure circumstancesAlan Cox2000-04-191-3/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-153-10/+10
* Fix _zget() so that it checks the return from kmem_alloc(), to avoidMike Smith2000-04-041-3/+9
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-024-22/+22
* Add necessary spl protection for swapper. The problem was located byMatthew Dillon2000-03-273-3/+19
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-2717-18/+18
* SpellingPhilippe Charnier2000-03-2617-39/+39
* Fix one place which knew that B_WRITE was zero.Poul-Henning Kamp2000-03-221-1/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-204-7/+7
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-204-18/+18
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-163-30/+0
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.Poul-Henning Kamp2000-03-132-6/+2
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-283-20/+37
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-163-5/+50
* The swapdev_vp changes made to rip out the swap specfs interactionMatthew Dillon2000-01-251-8/+8
* Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. TheMatthew Dillon2000-01-211-25/+29
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+1
* Use MAP_NOSYNC for vnodes without any links in their filesystem.Guido van Rooij2000-01-031-0/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2911-18/+18
* Fix the swap backed vn case - this was broken by my rev 1.128 toPeter Wemm1999-12-282-22/+50
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-128-21/+82
* Lock reporting and assertion changes.Eivind Eklund1999-12-112-2/+2
* User ldt sharing.Luoqi Chen1999-12-061-1/+16
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-1/+1
* Remove nonsensical vm_map_{clear,set}_recursive() callsAlan Cox1999-11-251-3/+0
* Correct the following error: vm_map_pageable() on a COW'ed (post-fork)Alan Cox1999-11-231-4/+5
* Isolate the swapdev_vp "not quite" vnode in the only source file whichPoul-Henning Kamp1999-11-222-35/+11
* Remove the non-functional "swap device" userland front-end to thePeter Wemm1999-11-183-82/+14
* Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_allocAlan Cox1999-11-101-11/+2
* Remove unused declarations.Alan Cox1999-11-081-4/+0
* Remove unused #include's.Alan Cox1999-11-074-5/+0
* The functions declared by this header file no longer exist.Alan Cox1999-11-073-42/+0
* Reverse the sense of the test in the KASSERT's from the last commit.Alan Cox1999-10-301-2/+2
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toAlan Cox1999-10-303-78/+58
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-2/+8
* useracc() the prequel:Poul-Henning Kamp1999-10-2920-201/+44
* Remove the last vestiges of "vm_map_t phys_map". It's been unusedAlan Cox1999-10-293-4/+0