| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a race with free'ing vmspaces at process exit when vmspaces are | alfred | 2002-02-05 | 1 | -1/+1 |
* | Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined. | bde | 2002-01-17 | 1 | -6/+4 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 1 | -1/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -5/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -61/+94 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -1/+17 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -7/+7 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -35/+10 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 1 | -3/+0 |
* | - Lock the VM around the pmap_swapin_proc() call in faultin(). | jhb | 2001-05-23 | 1 | -15/+16 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -3/+35 |
* | - Use a timeout for the tsleep in scheduler() instead of having vmmeter() | jhb | 2001-05-18 | 1 | -2/+21 |
* | - Use PROC_LOCK_ASSERT instead of a direct mtx_assert. | jhb | 2001-05-15 | 1 | -8/+6 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+2 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -4/+5 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 1 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -24/+24 |
* | - Doh, lock faultin() with proc lock in scheduler(). | jhb | 2001-01-25 | 1 | -0/+6 |
* | Argh, I didn't get this test right when I converted it. Break this up | jhb | 2001-01-24 | 1 | -10/+9 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -27/+43 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Protect p_stat with sched_lock. | jhb | 2000-12-02 | 1 | -2/+13 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | - Catch a machine/mutex.h -> sys/mutex.h I somehow missed. | jhb | 2000-10-25 | 1 | -3/+3 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+10 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -1/+1 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | phk | 2000-03-13 | 1 | -5/+1 |
* | User ldt sharing. | luoqi | 1999-12-06 | 1 | -1/+16 |
* | Reverse the sense of the test in the KASSERT's from the last commit. | alc | 1999-10-30 | 1 | -2/+2 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | phk | 1999-10-30 | 1 | -2/+8 |
* | 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 | -12/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Update for run queue code. | peter | 1999-08-19 | 1 | -2/+2 |
* | Fix the following problem: | alc | 1999-07-21 | 1 | -1/+3 |
* | Remove some unused function and variable declarations. | alc | 1999-06-19 | 1 | -5/+1 |
* | Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is no | peter | 1999-04-06 | 1 | -2/+2 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -3/+2 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -12/+2 |
* | Removed low-memory blockages at fork. This is the wrong place to put | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+10 |
* | Changes to the LINUX_THREADS support to only allocate extra memory for | julian | 1999-01-07 | 1 | -1/+10 |
* | Fix two bogons created by 'patch(1)' in my last commit. | julian | 1998-12-19 | 1 | -6/+8 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+8 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -8/+8 |
* | Make #define NO_SWAPPING a normal kernel config option. | abial | 1998-09-29 | 1 | -1/+2 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |