aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fixed recent staticizations. Some protypes for static functions wereBruce Evans1995-11-162-7/+11
* staticize.Poul-Henning Kamp1995-11-141-14/+14
* Move all the VM sysctl stuff home where it belongs.Poul-Henning Kamp1995-11-142-62/+38
* Fixed up a comment and removed some #if 0'd code.David Greenman1995-11-131-8/+2
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().David Greenman1995-11-121-2/+2
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-123-3/+36
* Fixed type of obreak(). The args struct member name conflicted withBruce Evans1995-11-111-3/+3
* Initialize lock struct entries explicitly rather than calling bzero().David Greenman1995-11-061-2/+7
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-3/+3
* Greatly simplify the msync code. Eliminate complications in vm_pageoutJohn Dyson1995-11-056-131/+98
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputDavid Greenman1995-11-022-5/+7
* Don't pass an extra trailing arg to some functions.Bruce Evans1995-10-301-5/+14
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.John Dyson1995-10-234-20/+20
* Remove of now unused PG_COPYONWRITE.John Dyson1995-10-231-2/+1
* First phase of removing the PG_COPYONWRITE flag, and an architecturalJohn Dyson1995-10-233-55/+19
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-231-6/+18
* Implement mincore system call.John Dyson1995-10-211-3/+25
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happenDavid Greenman1995-10-191-5/+3
* Remove an unnecessary tsleep in the swapin code. This tsleepJohn Dyson1995-10-161-2/+1
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)David Greenman1995-10-074-15/+20
* Avoid a 64bit divide.Poul-Henning Kamp1995-10-061-2/+2
* Fix pollution of application namespace by declarations of kernelBruce Evans1995-10-052-3/+4
* Perform more checking for proper loading of the UPAGES when a processJohn Dyson1995-09-241-13/+19
* Significantly simplify the fault clustering code. After some analysis byJohn Dyson1995-09-241-114/+56
* Check that the swap block is valid before including it in a cluster.David Greenman1995-09-241-1/+5
* Check the return value from vm_map_pageable() when mapping the process'sDavid Greenman1995-09-171-4/+8
* Fixed a typo in vm_fault_additional_pages.John Dyson1995-09-141-2/+2
* Fix really bogus casting of a block number to a long. Also change theJohn Dyson1995-09-121-2/+2
* Make sure that the prezero flag is cleared when needed.John Dyson1995-09-111-1/+2
* Fix an error that can cause attempted reading beyond the end of file.John Dyson1995-09-111-3/+11
* Code cleanup and minor performance improvement in the faultin clusterJohn Dyson1995-09-111-33/+29
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-093-15/+15
* Fixed a sign reversal problem -- might have cause some Sig-11s thatJohn Dyson1995-09-061-3/+3
* Minor performance improvements, additional prototype for additionalJohn Dyson1995-09-063-7/+11
* Allow the fault code to use additional clustering info from bothJohn Dyson1995-09-043-50/+114
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-6/+6
* Machine independent changes to support pre-zeroed free pages. ThisJohn Dyson1995-09-033-24/+72
* Added prototype for new routine "vm_page_set_validclean" and initialJohn Dyson1995-09-031-1/+9
* New subroutine "vm_page_set_validclean" for a vfs_bio improvement.John Dyson1995-09-031-1/+17
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-285-17/+74
* Change vm_object_print() to have the correct number and type of argsBruce Evans1995-08-262-5/+11
* Change vm_map_print() to have the correct number and type of args forBruce Evans1995-08-262-7/+15
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-162-4/+4
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-298-23/+27
* #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was tooDavid Greenman1995-07-201-1/+3
* 1) Merged swpager structure into vm_object.David Greenman1995-07-164-172/+134
* Added a copyright to this file.David Greenman1995-07-131-0/+33
* Oops, forgot to add the "default" pager files...David Greenman1995-07-132-0/+143
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-1328-3050/+1073
* swapout_threads() -> swapout_procs().David Greenman1995-07-103-6/+6