| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -1/+0 |
* | - Implement generic macros for producing KTR records that are compatible | jeff | 2009-01-17 | 1 | -13/+14 |
* | - Forward port flush of page table updates on context switch or userret | kmacy | 2008-10-19 | 1 | -0/+9 |
* | - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition | jhb | 2008-09-25 | 1 | -0/+2 |
* | Remove the now unused `lbolt' variable from the kernel. | ed | 2008-08-20 | 1 | -15/+3 |
* | Permit Giant to be passed as the explicit interlock either to | jhb | 2008-08-07 | 1 | -2/+6 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -15/+17 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -1/+5 |
* | Consistently use ANSI C declarationsfor all functions in kern_synch.c. | rwatson | 2008-03-16 | 1 | -19/+7 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -12/+2 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -19/+10 |
* | - Handle kdb switch panics outside of mi_switch() to remove some instructions | jeff | 2008-03-10 | 1 | -6/+11 |
* | Don't zero td_runtime when billing thread CPU usage to the process; | rwatson | 2008-01-10 | 1 | -2/+4 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -4/+4 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -5/+5 |
* | - Restore historical yield() behavior by manually lowering priority and | jeff | 2007-10-08 | 1 | -3/+6 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -11/+5 |
* | Commit 2/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -7/+7 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -1/+1 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -27/+5 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Fix a potential LOR with sx_sleep() and cv_wait() with sx locks by | jhb | 2007-05-08 | 1 | -1/+7 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 1 | -3/+3 |
* | Allow threads to atomically release rw and sx locks while waiting for an | jhb | 2007-03-09 | 1 | -28/+33 |
* | Instead of doing comparisons using the pcpu area to see if | julian | 2007-03-08 | 1 | -1/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -1/+1 |
* | Print tid's rather than thread pointers in KTR_PROC traces. | jhb | 2007-02-27 | 1 | -8/+8 |
* | Add a new kernel sleep function pause(9). pause(9) is for places that | jhb | 2007-02-23 | 1 | -1/+21 |
* | - Fix schedgraph output with KSE threads. Call thread_switchout() after | jeff | 2007-01-03 | 1 | -4/+8 |
* | Add second sleep queue so that sx and lockmgr can have separate sleep | kmacy | 2006-12-16 | 1 | -4/+4 |
* | Only grab the sched_lock if we actually need to modify the thread priority. | phk | 2006-11-30 | 1 | -4/+5 |
* | Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', | pjd | 2006-11-16 | 1 | -2/+3 |
* | Adjust assertions to allow for magical properties of the 'lbolt' wait | jhb | 2006-11-15 | 1 | -3/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+2 |
* | Use scheduler API sched_relinquish() to implement yield() syscall. | davidxu | 2006-06-15 | 1 | -8/+2 |
* | In the case of reentering the debugger due to an attempt to perform a | jhb | 2006-06-03 | 1 | -10/+10 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -3/+5 |
* | Fix a sleep queue race for KSE thread. | davidxu | 2006-02-23 | 1 | -18/+4 |
* | Fixup some comments. Mutexes's are locked, not entered for several years | jhb | 2006-02-22 | 1 | -5/+5 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -8/+2 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -0/+6 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -5/+4 |
* | patch(1) and I aren't friends today. Axe a duplicate copy of | jhb | 2005-12-29 | 1 | -82/+0 |
* | Add a new function msleep_spin() which is a slightly stripped down version | jhb | 2005-12-29 | 1 | -0/+164 |
* | When checking to see if a process has exceeded its time limit, flag the | jhb | 2005-11-28 | 1 | -2/+2 |
* | Use low level constructs borrowed from interrupt threads to wait for | ups | 2005-05-23 | 1 | -4/+3 |
* | Sprinkle some volatile magic and rearrange things a bit to avoid race | ups | 2005-04-08 | 1 | -1/+1 |
* | Don't recursively panic when we call mi_switch() in a critical section, | jhb | 2005-03-31 | 1 | -1/+1 |