summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-3/+1
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.dyson1995-10-231-3/+3
* Change vm_map_print() to have the correct number and type of args forbde1995-08-261-5/+10
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-393/+20
* Remove trailing whitespace.rgrimes1995-05-301-32/+32
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-3/+5
* Pass syncio flag to vm_object_clean(). It remains unimplemented, however.dg1995-03-251-4/+1
* Removed unused fifth argument to vm_object_page_clean(). Fixed bug withdg1995-03-221-8/+10
* Added a new boolean argument to vm_object_page_clean that causes it todg1995-03-211-3/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* Various changes from John and myself that do the following:dg1995-03-011-1/+2
* Set page alloced for map entries as valid.dg1995-02-211-1/+2
* Fixed problem with msync causing a panic.dg1995-02-141-17/+19
* swap_pager.c:dg1995-02-021-6/+23
* Added ability to detect sequential faults and DTRT. (swap_pager.c)dg1995-01-241-2/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-820/+757
* Fixed multiple bogons with the map entry handling.dg1994-12-181-8/+8
* Fixed bug where statically allocated map entries might be freed to thedg1994-12-181-4/+7
* Protect kmem_map modifications with splhigh() to work around a problem withdg1994-12-151-3/+19
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-11/+14
* Fix up some sloppy coding practices:wollman1994-08-181-5/+1
* Added some code that was accidently left out early in the 1.x -> 2.0 VMdg1994-08-041-1/+10
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-36/+91
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+2626
OpenPOWER on IntegriCloud