| Commit message (Expand) | Author | Age | Files | Lines |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -38/+15 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -1/+1 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -15/+4 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -2/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -2/+0 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -2/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -11/+22 |
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 1 | -9/+14 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -66/+88 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -27/+38 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -2/+2 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -2/+2 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -2/+2 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -39/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -1/+32 |
* | The page queues lock is no longer required by vm_page_wakeup(). | alc | 2006-10-23 | 1 | -2/+2 |
* | Close race between vmspace_exitfree() and exit1() and races between | tegge | 2006-05-29 | 1 | -6/+3 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 1 | -0/+72 |
* | Use low level constructs borrowed from interrupt threads to wait for | ups | 2005-05-23 | 1 | -1/+36 |
* | Swap in can occur safely without Giant. Release Giant on entry to | alc | 2005-05-22 | 1 | -3/+2 |
* | Remove GIANT_REQUIRED from swapout_procs(). | alc | 2005-05-22 | 1 | -2/+0 |
* | Guard against address wrap in kernacc(). Otherwise, a program accessing a | alc | 2005-01-22 | 1 | -0/+5 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -2/+0 |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 1 | -195/+0 |
* | The synchronization provided by vm object locking has eliminated the | alc | 2004-11-03 | 1 | -2/+0 |
* | Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup(). | alc | 2004-10-24 | 1 | -9/+2 |
* | The zone from which proc structures are allocated is marked | das | 2004-09-19 | 1 | -1/+4 |
* | Push Giant deep into vm_forkproc(), acquiring it only if the process has | alc | 2004-09-03 | 1 | -2/+0 |
* | Giant is no longer required by vm_waitproc() and vmspace_exitfree(). | alc | 2004-07-30 | 1 | -1/+0 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 1 | -2/+2 |
* | - Don't use a variable to point to the user area that we only use once. | jhb | 2004-07-02 | 1 | -15/+10 |
* | Update a stale comment. The heuristic to swap processes out based on | das | 2004-06-27 | 1 | -2/+3 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -1/+1 |
* | In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" | green | 2004-05-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Make overflow/wraparound checking more robust and unbreak len=0 in | truckman | 2004-03-15 | 1 | -6/+9 |
* | Style(9) changes. | truckman | 2004-03-15 | 1 | -23/+5 |
* | Revert to the original vslock() and vsunlock() API with the following | truckman | 2004-03-15 | 1 | -31/+23 |
* | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | alc | 2004-03-07 | 1 | -3/+0 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 1 | -0/+78 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -29/+0 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -6/+8 |
* | Fixed breakage of scheduling in rev.1.29 of subr_4bsd.c. The | bde | 2004-01-29 | 1 | -1/+1 |
* | - The Open Group Base Specifications Issue 6 specifies that an munmap(2) | alc | 2003-11-10 | 1 | -0/+4 |
* | Revert previous commit. Come back vslock(), all is forgiven. | bms | 2003-10-05 | 1 | -0/+29 |
* | Retire vslock() and vsunlock() with extreme prejudice. | bms | 2003-10-05 | 1 | -29/+0 |
* | Three unrelated changes to vm_proc_new(): (1) add vm object locking on the | alc | 2003-08-18 | 1 | -10/+7 |
* | In vm_thread_swap{in|out}(), remove the alpha specific conditional | marcel | 2003-08-16 | 1 | -13/+2 |