| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable debug_mpsafevm on ia64 due to the severe functional regression | marcel | 2005-05-08 | 1 | -1/+1 |
* | Tidy vcnt() by moving a duplicated line above #ifdef and removing a useless | jhb | 2005-04-12 | 1 | -5/+2 |
* | Flip the switch and turn mpsafevm on by default for sparc64. | jhb | 2005-04-04 | 1 | -1/+1 |
* | sysctl node vm.stats can not be static (for ia64 reasons). | phk | 2005-02-11 | 1 | -1/+1 |
* | Make three SYSCTL_NODEs static | phk | 2005-02-10 | 1 | -3/+5 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Enable debug.mpsafevm by default on alpha. | alc | 2004-12-17 | 1 | -1/+1 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -2/+18 |
* | Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on- | alc | 2004-09-04 | 1 | -0/+4 |
* | - Introduce and use a new tunable "debug.mpsafevm". At present, setting | alc | 2004-08-16 | 1 | -0/+8 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Avoid lock-order reversal between the vm object list mutex and the vm | alc | 2004-01-02 | 1 | -5/+15 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | 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 |