aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_meter.c
Commit message (Expand)AuthorAgeFilesLines
* Embed a struct vmmeter in the per-cpu structure and add a macro,Matthew Dillon2002-04-041-96/+129
* In a threaded world, differnt priorirites become properties ofJulian Elischer2002-02-111-1/+2
* Move the code that computes the system load average from vm_meter.cIan Dowse2001-10-201-55/+0
* Remove the SSLEEP case from the load average computation. This hasIan Dowse2001-10-041-5/+0
* KSE Milestone 2Julian Elischer2001-09-121-18/+27
* whitespace / register cleanupMatthew Dillon2001-07-041-2/+2
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-6/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:Thomas Moestl2001-06-011-30/+0
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+6
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()John Baldwin2001-05-181-3/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* use TAILQ_FOREACH, fix a comment's locationAlfred Perlstein2001-04-151-3/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-4/+5
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andThomas Moestl2001-03-231-0/+30
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+3
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-5/+5
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* - Catch up to proc flag changes.John Baldwin2001-01-241-8/+13
* Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-01-231-0/+16
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-4/+4
* Protect the following with a lockmgr lock:Jake Burkholder2000-11-221-0/+4
* - Add a new process flag P_NOLOAD that marks a process that should beJohn Baldwin2000-09-151-0/+3
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+5
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-48/+48
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-2/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>Matthew Dillon1999-09-171-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-7/+9
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Objects associated with raw devices are no longer counted in the VM statsMatthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-1/+6
* Add John Dyson's SYSCTL descriptions, and an export of more stats toPeter Wemm1998-10-311-1/+103
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-3/+3
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Removed all traces of P_IDLEPROC. It was tested but never set.Bruce Evans1997-11-241-3/+1
* Removed unused #includes.Bruce Evans1997-09-011-3/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-1/+3
* 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
* Change the map entry flags from bitfields to bitmasks. AllowsJohn Dyson1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Addition of page coloring support. Various levels of coloring are afforded.John Dyson1996-09-081-6/+6
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-5/+5
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-3/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+3