aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-1/+0
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-2/+0
* Move most of the kernel submap initialization code, including theMatthew Dillon2001-08-221-0/+89
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-6/+0
* Sort includes from previous commit.John Baldwin2001-05-221-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-1/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* Add missing include.John Baldwin2001-01-241-0/+1
* Call vm_zone_init() at the appropriate time.Dag-Erling Smørgrav2001-01-221-0/+2
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+8
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-3/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+13
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-4/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-13/+11
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.Poul-Henning Kamp1994-10-091-1/+2
* Added $Id$David Greenman1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-3/+5
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+103