aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix a rounding problem that causes vnode pager to fail to remove the lastLuoqi Chen1998-08-251-11/+9
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-2412-119/+143
* Correct/clarify some comments.Stephen McKay1998-08-221-3/+3
* Protect all modifications to paging_in_progress with splvm().Doug Rabson1998-08-131-1/+3
* Protect all modifications to paging_in_progress with splvm(). The i386Doug Rabson1998-08-065-14/+25
* Fixed two spl nesting bugs. They caused (at least) the entire pageoutBruce Evans1998-07-281-2/+2
* Notify pmap when a page is freed on the alpha to allow it to clean upDoug Rabson1998-07-262-2/+9
* Improved pager input failure message.David Greenman1998-07-221-3/+3
* There is a comment in vm_param.h which doesn't belong to thePoul-Henning Kamp1998-07-221-5/+1
* Cast pointers to [u]intptr_t instead of to [unsigned] long.Bruce Evans1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-152-5/+5
* Print pointers using %p instead of attempting to print them byBruce Evans1998-07-141-12/+13
* Print pointers using %p instead of attempting to print them byBruce Evans1998-07-141-14/+17
* Fixed printf format errors.Bruce Evans1998-07-111-2/+2
* Fixed printf format errors.Bruce Evans1998-07-113-12/+20
* Fixed printf format errors.Bruce Evans1998-07-114-17/+23
* Removed no longer valid comment about swb_block being int instead ofAlexander Langer1998-07-101-2/+2
* Removed unnecessary test from if/else construct.Alexander Langer1998-07-101-2/+2
* Don't truncate the return value of mmap to sizeof(int).Doug Rabson1998-07-051-2/+2
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-7/+23
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-043-8/+8
* document some VM paging options for cache sizes:John-Mark Gurney1998-06-301-1/+3
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-251-13/+9
* Removed unused includes.Bruce Evans1998-06-213-9/+3
* Removed unused includes.Bruce Evans1998-06-213-7/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-076-30/+36
* Changed the log() of "Out of mbuf clusters - increase maxusers" to aDavid Greenman1998-06-051-2/+2
* Cleanup and remove some dead code from the initialization.John Dyson1998-06-021-15/+5
* Correct sleep priority.John Dyson1998-06-021-2/+2
* Support a 16K first level cache for 512K 2nd level. Also, add supportJohn Dyson1998-05-241-2/+11
* Make flushing dirty pages work correctly on filesystems thatJohn Dyson1998-05-212-7/+17
* Make the previous commit compile..Peter Wemm1998-05-191-1/+3
* Plug hole reported on Bugtraq: do not allow mmap with WRITE privs forGuido van Rooij1998-05-181-6/+18
* An important fix for proper inheritance of backing objects forJohn Dyson1998-05-161-2/+15
* Fix the shm panic. I mistakenly used the shadow_count to keep the objectJohn Dyson1998-05-042-4/+5
* Work around some VM bugs, the worst being an overly aggressiveJohn Dyson1998-05-043-25/+39
* Another minor cleanup of the split code. Make sure that pages areJohn Dyson1998-05-021-2/+15
* Seatbelts for vm_page_bits() in case a file offset is passed in rather thanPeter Wemm1998-05-021-2/+3
* Fix minor bug with new over used swap fix.John Dyson1998-05-011-1/+2
* Add a needed prototype, and fix a panic problem with the newJohn Dyson1998-04-291-1/+4
* Tighten up management of memory and swap space during map allocation,John Dyson1998-04-295-127/+214
* Fix a pseudo-swap leak problem. This mitigates "leaks" due toJohn Dyson1998-04-281-14/+35
* Correct copyright.John Dyson1998-04-252-12/+5
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-153-14/+14
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-302-5/+5
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Some VM improvements, including elimination of alot of Sig-11John Dyson1998-03-165-33/+108
* Fix for mmap of char devices bug as described in OpenBSD advisory ofGuido van Rooij1998-03-121-7/+36
* Complement diagnostic messages about missing per-FS VOP page operations,Mike Smith1998-03-091-5/+14
* Quell unneeded pageout daemon activity.John Dyson1998-03-081-2/+2