summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Instantiate `nfs_mount_type' in a standard file so that it is presentbde1998-09-051-3/+2
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-0410-104/+130
* Separate wakeup conditions for page I/O count (pg_busy) and lock (PG_BUSY).wollman1998-09-011-4/+3
* Fix a rounding problem that causes vnode pager to fail to remove the lastluoqi1998-08-251-11/+9
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-2412-119/+143
* Correct/clarify some comments.mckay1998-08-221-3/+3
* Protect all modifications to paging_in_progress with splvm().dfr1998-08-131-1/+3
* Protect all modifications to paging_in_progress with splvm(). The i386dfr1998-08-065-14/+25
* Fixed two spl nesting bugs. They caused (at least) the entire pageoutbde1998-07-281-2/+2
* Notify pmap when a page is freed on the alpha to allow it to clean updfr1998-07-262-2/+9
* Improved pager input failure message.dg1998-07-221-3/+3
* There is a comment in vm_param.h which doesn't belong to thephk1998-07-221-5/+1
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-152-5/+5
* Print pointers using %p instead of attempting to print them bybde1998-07-141-12/+13
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Fixed printf format errors.bde1998-07-111-2/+2
* Fixed printf format errors.bde1998-07-113-12/+20
* Fixed printf format errors.bde1998-07-114-17/+23
* Removed no longer valid comment about swb_block being int instead ofalex1998-07-101-2/+2
* Removed unnecessary test from if/else construct.alex1998-07-101-2/+2
* Don't truncate the return value of mmap to sizeof(int).dfr1998-07-051-2/+2
* There is no such thing any more as "struct bdevsw".julian1998-07-041-7/+23
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-043-8/+8
* document some VM paging options for cache sizes:jmg1998-06-301-1/+3
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-13/+9
* Removed unused includes.bde1998-06-213-9/+3
* Removed unused includes.bde1998-06-213-7/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-076-30/+36
* Changed the log() of "Out of mbuf clusters - increase maxusers" to adg1998-06-051-2/+2
* Cleanup and remove some dead code from the initialization.dyson1998-06-021-15/+5
* Correct sleep priority.dyson1998-06-021-2/+2
* Support a 16K first level cache for 512K 2nd level. Also, add supportdyson1998-05-241-2/+11
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-212-7/+17
* Make the previous commit compile..peter1998-05-191-1/+3
* Plug hole reported on Bugtraq: do not allow mmap with WRITE privs forguido1998-05-181-6/+18
* An important fix for proper inheritance of backing objects fordyson1998-05-161-2/+15
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectdyson1998-05-042-4/+5
* Work around some VM bugs, the worst being an overly aggressivedyson1998-05-043-25/+39
* Another minor cleanup of the split code. Make sure that pages aredyson1998-05-021-2/+15
* Seatbelts for vm_page_bits() in case a file offset is passed in rather thanpeter1998-05-021-2/+3
* Fix minor bug with new over used swap fix.dyson1998-05-011-1/+2
* Add a needed prototype, and fix a panic problem with the newdyson1998-04-291-1/+4
* Tighten up management of memory and swap space during map allocation,dyson1998-04-295-127/+214
* Fix a pseudo-swap leak problem. This mitigates "leaks" due todyson1998-04-281-14/+35
* Correct copyright.dyson1998-04-252-12/+5
* Support compiling with `gcc -ansi'.bde1998-04-153-14/+14
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-302-5/+5
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-165-33/+108
OpenPOWER on IntegriCloud