summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic(8) implementation:phk1999-10-081-5/+17
* Introduce swopen to prevent blockdevice opens and insist on minor==0.phk1999-10-041-1/+17
* Give the swap device a D_DISK flag against my better judgement.phk1999-10-041-1/+1
* Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired.dt1999-09-301-0/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* cleanup madvise code, add a few more sanity checks.dillon1999-09-213-50/+89
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-211-36/+43
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-1/+1
* Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsyncdillon1999-09-171-2/+4
* Add 'lastr' field to vm_map_entry in preparation for its removaldillon1999-09-171-0/+1
* The vnode pager (used when you do file-backed mmaps) must use thedillon1999-09-171-3/+11
* Fix a number of spl bugs related to reserving and freeing swap space.dillon1999-09-172-292/+234
* Add required BUF_KERNPROC to flushchainbuf() to disassociate thedillon1999-09-171-0/+1
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>dillon1999-09-175-116/+188
* $Id$ -> $FreeBSD$peter1999-08-2834-34/+34
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-6/+2
* When the SYSINIT() was removed, it was replaced with a make_dev on-demandgreen1999-08-241-1/+2
* Use devtoname to print dev_t's instead of casting them to u_long forbde1999-08-231-6/+7
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-33/+6
* Correct the inconsistent formatting in struct vm_map.alc1999-08-231-2/+2
* struct vm_map:alc1999-08-231-2/+9
* Remove two unused variable declarations.alc1999-08-221-3/+1
* vm_page_alloc and contigmalloc1:alc1999-08-201-3/+3
* Update for run queue code.peter1999-08-191-2/+2
* Fix breakage - an extra brace got inserted where DIAGNOSTIC was definedmjacob1999-08-181-2/+1
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasgreen1999-08-171-3/+5
* vm_page_free_toq:alc1999-08-171-10/+2
* Correct an accidental omission of one "vm_page_undirty" replacementalc1999-08-171-2/+2
* vm_page_free_toq:alc1999-08-171-1/+2
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-173-6/+18
* vm_pageout_clean:alc1999-08-171-27/+1
* vm_map_lock*:alc1999-08-161-41/+52
* Remove the declarations for "vm_map_t io_map". It's been unusedalc1999-08-153-7/+3
* Remove the declarations for "vm_map_t u_map". It's been unusedalc1999-08-153-7/+3
* contigmalloc1 (currently) depends on PQ_FREE and PQ_CACHE not being 0alc1999-08-151-2/+2
* Add back in old definitions if we're compiling for alpha.mjacob1999-08-151-1/+10
* Don't create a "struct vpgqueues" for PQ_NONE.alc1999-08-141-7/+7
* vm_map_madvise:alc1999-08-131-60/+85
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-4/+4
* Make the default page coloring parameters match a (non-Xeon) Pentium II/III.alc1999-08-121-2/+8
* vm_object_madvise:alc1999-08-121-6/+16
* vm_object_madvise:alc1999-08-121-9/+11
* contigmalloc1:alc1999-08-111-7/+5
* Add a contigfree() as a corollary to contigmalloc() as it's not clearpeter1999-08-101-1/+10
* vm_map_madvise:alc1999-08-101-17/+3
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-082-7/+3
* Move the memory access behavior information provided by madvisealc1999-08-015-19/+34
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionalc1999-07-312-20/+18
* vm_page_queue_init:alc1999-07-311-9/+4
OpenPOWER on IntegriCloud