summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+53
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+3
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-2013-144/+39
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-162-7/+11
* staticize.phk1995-11-141-14/+14
* Move all the VM sysctl stuff home where it belongs.phk1995-11-142-62/+38
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-123-3/+36
* Fixed type of obreak(). The args struct member name conflicted withbde1995-11-111-3/+3
* Initialize lock struct entries explicitly rather than calling bzero().dg1995-11-061-2/+7
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-3/+3
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-056-131/+98
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputdg1995-11-022-5/+7
* Don't pass an extra trailing arg to some functions.bde1995-10-301-5/+14
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.dyson1995-10-234-20/+20
* Remove of now unused PG_COPYONWRITE.dyson1995-10-231-2/+1
* First phase of removing the PG_COPYONWRITE flag, and an architecturaldyson1995-10-233-55/+19
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-231-6/+18
* Implement mincore system call.dyson1995-10-211-3/+25
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happendg1995-10-191-5/+3
* Remove an unnecessary tsleep in the swapin code. This tsleepdyson1995-10-161-2/+1
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)dg1995-10-074-15/+20
* Avoid a 64bit divide.phk1995-10-061-2/+2
* Fix pollution of application namespace by declarations of kernelbde1995-10-052-3/+4
* Perform more checking for proper loading of the UPAGES when a processdyson1995-09-241-13/+19
* Significantly simplify the fault clustering code. After some analysis bydyson1995-09-241-114/+56
* Check that the swap block is valid before including it in a cluster.dg1995-09-241-1/+5
* Check the return value from vm_map_pageable() when mapping the process'sdg1995-09-171-4/+8
* Fixed a typo in vm_fault_additional_pages.dyson1995-09-141-2/+2
* Fix really bogus casting of a block number to a long. Also change thedyson1995-09-121-2/+2
* Make sure that the prezero flag is cleared when needed.dyson1995-09-111-1/+2
* Fix an error that can cause attempted reading beyond the end of file.dyson1995-09-111-3/+11
* Code cleanup and minor performance improvement in the faultin clusterdyson1995-09-111-33/+29
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-093-15/+15
* Fixed a sign reversal problem -- might have cause some Sig-11s thatdyson1995-09-061-3/+3
* Minor performance improvements, additional prototype for additionaldyson1995-09-063-7/+11
* Allow the fault code to use additional clustering info from bothdyson1995-09-043-50/+114
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-6/+6
* Machine independent changes to support pre-zeroed free pages. Thisdyson1995-09-033-24/+72
* Added prototype for new routine "vm_page_set_validclean" and initialdyson1995-09-031-1/+9
* New subroutine "vm_page_set_validclean" for a vfs_bio improvement.dyson1995-09-031-1/+17
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-285-17/+74
* Change vm_object_print() to have the correct number and type of argsbde1995-08-262-5/+11
* Change vm_map_print() to have the correct number and type of args forbde1995-08-262-7/+15
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-4/+4
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-298-23/+27
* #if 0'd one of the DIAGNOSTIC checks in vm_page_alloc(). It was toodg1995-07-201-1/+3
* 1) Merged swpager structure into vm_object.dg1995-07-164-172/+134
OpenPOWER on IntegriCloud