summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.c
Commit message (Expand)AuthorAgeFilesLines
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-081-2/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* Eliminate unused arguments from vm_page_startup().alc2004-04-041-1/+1
* Change clean_map from a global to an auto variableeivind2003-09-011-0/+1
* More pipe changes:silby2003-08-111-0/+3
* Avoid an unnecessary calculation: there is no need to subtractrobert2003-07-131-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-0/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-2/+2
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Remove __P.alfred2002-03-191-1/+1
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-1/+0
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-2/+0
* Move most of the kernel submap initialization code, including thedillon2001-08-221-0/+89
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-6/+0
* Sort includes from previous commit.jhb2001-05-221-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-1/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Add missing include.jhb2001-01-241-0/+1
* Call vm_zone_init() at the appropriate time.des2001-01-221-0/+2
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-2/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+8
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-3/+3
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+13
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-13/+11
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-1/+2
* Added $Id$dg1994-08-021-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+103
OpenPOWER on IntegriCloud