aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce exec_alloc_args(). The objective being to encapsulate theAlan Cox2010-07-271-3/+1
* Change the order in which the file name, arguments, environment, andAlan Cox2010-07-251-1/+3
* Align the start of the clean submap to a superpage boundary. AlthoughAlan Cox2010-02-211-1/+1
* Adjust some variables (mostly related to the buffer cache) that holdJohn Baldwin2009-03-091-3/+3
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isAlan Cox2008-05-101-5/+6
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Add the vm.exec_map_entries tunable and read-only sysctl, which controlsKris Kennaway2005-04-251-1/+7
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove dead code. A vm_map's first_free is never NULL (even if the map isAlan Cox2004-08-071-7/+2
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsAlan Cox2004-04-081-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Remove unused arguments from pmap_init().Alan Cox2004-04-051-1/+1
* Eliminate unused arguments from vm_page_startup().Alan Cox2004-04-041-1/+1
* Change clean_map from a global to an auto variableEivind Eklund2003-09-011-0/+1
* More pipe changes:Mike Silbersack2003-08-111-0/+3
* Avoid an unnecessary calculation: there is no need to subtractRobert Drehmel2003-07-131-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-071-0/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-2/+2
* 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