aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Shrink "struct vm_object" by not spending a full 32 bitsAlan Cox1999-10-271-2/+2
* Fix a panic(8) implementation:Poul-Henning Kamp1999-10-081-5/+17
* Introduce swopen to prevent blockdevice opens and insist on minor==0.Poul-Henning Kamp1999-10-041-1/+17
* Give the swap device a D_DISK flag against my better judgement.Poul-Henning Kamp1999-10-041-1/+1
* Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired.Dmitrij Tejblum1999-09-301-0/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* cleanup madvise code, add a few more sanity checks.Matthew Dillon1999-09-213-49/+88
* Final commit to remove vnode->v_lastr. vm_fault now handles readMatthew Dillon1999-09-211-36/+43
* Fix bug in pipe code relating to writes of mmap'd but illegal addressMatthew Dillon1999-09-201-1/+1
* Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsyncMatthew Dillon1999-09-171-2/+4
* Add 'lastr' field to vm_map_entry in preparation for its removalMatthew Dillon1999-09-171-0/+1
* The vnode pager (used when you do file-backed mmaps) must use theMatthew Dillon1999-09-171-3/+11
* Fix a number of spl bugs related to reserving and freeing swap space.Matthew Dillon1999-09-172-292/+234
* Add required BUF_KERNPROC to flushchainbuf() to disassociate theMatthew Dillon1999-09-171-0/+1
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>Matthew Dillon1999-09-175-116/+188
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2834-34/+34
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-6/+2
* When the SYSINIT() was removed, it was replaced with a make_dev on-demandBrian Feldman1999-08-241-1/+2
* Use devtoname to print dev_t's instead of casting them to u_long forBruce Evans1999-08-231-6/+7
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-33/+6
* Correct the inconsistent formatting in struct vm_map.Alan Cox1999-08-231-2/+2
* struct vm_map:Alan Cox1999-08-231-2/+9
* Remove two unused variable declarations.Alan Cox1999-08-221-3/+1
* vm_page_alloc and contigmalloc1:Alan Cox1999-08-201-3/+3
* Update for run queue code.Peter Wemm1999-08-191-2/+2
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedMatt Jacob1999-08-181-2/+1
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasBrian Feldman1999-08-171-3/+5
* vm_page_free_toq:Alan Cox1999-08-171-10/+2
* Correct an accidental omission of one "vm_page_undirty" replacementAlan Cox1999-08-171-2/+2
* vm_page_free_toq:Alan Cox1999-08-171-1/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-173-6/+18
* vm_pageout_clean:Alan Cox1999-08-171-27/+1
* vm_map_lock*:Alan Cox1999-08-161-41/+52
* Remove the declarations for "vm_map_t io_map". It's been unusedAlan Cox1999-08-153-7/+3
* Remove the declarations for "vm_map_t u_map". It's been unusedAlan Cox1999-08-153-7/+3
* contigmalloc1 (currently) depends on PQ_FREE and PQ_CACHE not being 0Alan Cox1999-08-151-2/+2
* Add back in old definitions if we're compiling for alpha.Matt Jacob1999-08-151-1/+10