| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock some manipulations of the vm object's flags. | alc | 2003-04-13 | 1 | -7/+7 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | dillon | 2003-01-11 | 1 | -1/+1 |
* | Add vm map and vm object locking to vmtotal(). | alc | 2003-01-03 | 1 | -5/+14 |
* | Lock the vm object when performing vm_object_clear_flag(). | alc | 2003-01-02 | 1 | -1/+4 |
* | Eliminate some dead code. (Any possible use for this code died with | alc | 2002-12-23 | 1 | -4/+0 |
* | The UP -current was not properly counting the per-cpu VM stats in the | dillon | 2002-12-22 | 1 | -0/+3 |
* | Rename the mutex thread and process states to use a more generic 'LOCK' | jhb | 2002-10-02 | 1 | -1/+1 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -23/+14 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -32/+39 |
* | Reintroduce locking on accesses to vm_object_list. | alc | 2002-04-20 | 1 | -0/+4 |
* | Embed a struct vmmeter in the per-cpu structure and add a macro, | dillon | 2002-04-04 | 1 | -96/+129 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -1/+2 |
* | Move the code that computes the system load average from vm_meter.c | iedowse | 2001-10-20 | 1 | -55/+0 |
* | Remove the SSLEEP case from the load average computation. This has | iedowse | 2001-10-04 | 1 | -5/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -18/+27 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -2/+2 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -6/+1 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -30/+0 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+6 |
* | - Use a timeout for the tsleep in scheduler() instead of having vmmeter() | jhb | 2001-05-18 | 1 | -3/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+3 |
* | use TAILQ_FOREACH, fix a comment's location | alfred | 2001-04-15 | 1 | -3/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -4/+5 |
* | Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and | tmm | 2001-03-23 | 1 | -0/+30 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 1 | -2/+3 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -5/+5 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -8/+13 |
* | Add mibs to hold the number of forks since boot. New mibs are: | ume | 2001-01-23 | 1 | -0/+16 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | - Add a new process flag P_NOLOAD that marks a process that should be | jhb | 2000-09-15 | 1 | -0/+3 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+5 |
* | Support for unsigned integer and long sysctl variables. Update the | jhb | 2000-07-05 | 1 | -48/+48 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -2/+2 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com> | dillon | 1999-09-17 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -7/+9 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -2/+2 |
* | Objects associated with raw devices are no longer counted in the VM stats | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+6 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 1 | -1/+103 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -3/+3 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -2/+2 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Removed all traces of P_IDLEPROC. It was tested but never set. | bde | 1997-11-24 | 1 | -3/+1 |