| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert rev 184216 and 184199, due to the way the thread_lock works, | davidxu | 2008-11-05 | 1 | -8/+8 |
* | Don't bother calling setrunnable() and clearing the sleeping flag in | jhb | 2008-11-04 | 1 | -9/+12 |
* | partly revert revision 184199, because TDF_NEEDSIGCHK is persitent | davidxu | 2008-10-24 | 1 | -10/+5 |
* | Actually, for signal and thread suspension, extra process spin lock is | davidxu | 2008-10-23 | 1 | -12/+13 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+1 |
* | Close a race in sleepq_broadcast() where the sleepq could be reused after | jhb | 2008-09-08 | 1 | -3/+2 |
* | If a thread that is swapped out is made runnable, then the setrunnable() | jhb | 2008-08-05 | 1 | -18/+49 |
* | Really fix this. | jhb | 2008-07-28 | 1 | -2/+1 |
* | Properly check if td_name is empty and if it is, print process name, | pjd | 2008-07-28 | 1 | -2/+2 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -4/+2 |
* | - Convert two timeout users to the new callout_reset_curcpu() api. | jeff | 2008-04-02 | 1 | -1/+1 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 1 | -1/+1 |
* | - At the top of sleepq_catch_signals() lock the thread and check TDF_NEEDSIGCHK | jeff | 2008-03-19 | 1 | -4/+12 |
* | - Add a facility similar to LOCK_PROFILING under SLEEPQUEUE_PROFILING. Keep | jeff | 2008-03-19 | 1 | -1/+159 |
* | PR 117603 | jeff | 2008-03-13 | 1 | -2/+5 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -10/+2 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 1 | -27/+23 |
* | Mark sleepqueue chain spin mutexes are recursable since the sleepq code | jhb | 2008-02-13 | 1 | -1/+1 |
* | - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points at | jeff | 2008-02-07 | 1 | -1/+1 |
* | Fix a bug where a thread that hit the race where the sleep timeout fires | jhb | 2008-01-25 | 1 | -2/+1 |
* | Fix a race in the sleepqueue timeout code that resulted in sleeps not | jhb | 2008-01-25 | 1 | -4/+25 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -1/+1 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -5/+5 |
* | subr_sleepqueue.c presents a thread lock missing which leads to dangerous | attilio | 2007-09-13 | 1 | -0/+2 |
* | - Include opt_sched.h for SCHED_STATS. | jeff | 2007-06-12 | 1 | -0/+1 |
* | Commit 2/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -106/+97 |
* | - Convert turnstiles and sleepqueus to use UMA. This provides a modest | jeff | 2007-05-18 | 1 | -17/+52 |
* | Cleaner fix for handling declaration of loop variable under INVARIANTS | kmacy | 2006-12-17 | 1 | -10/+7 |
* | Don't intermix assignments and variable declarations in prev. commit | ache | 2006-12-16 | 1 | -4/+6 |
* | Fix NULL pointer reference for INVARIANTS case | ache | 2006-12-16 | 1 | -1/+1 |
* | correct name of number of sleep queues | kmacy | 2006-12-16 | 1 | -1/+1 |
* | Add second sleep queue so that sx and lockmgr can have separate sleep | kmacy | 2006-12-16 | 1 | -26/+48 |
* | Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', | pjd | 2006-11-16 | 1 | -3/+3 |
* | Print td_name instead of p_comm if td_name is non-empty for | jhb | 2006-04-21 | 1 | -0/+1 |
* | Add a 'show sleepqueue' alias for 'show sleepq' in DDB. | jhb | 2006-04-17 | 1 | -0/+3 |
* | Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal does | davidxu | 2006-04-13 | 1 | -1/+1 |
* | Move comments to more accurate place. | davidxu | 2006-02-23 | 1 | -4/+4 |
* | Fix a sleep queue race for KSE thread. | davidxu | 2006-02-23 | 1 | -11/+21 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -81/+76 |
* | lock unused when INVARIANTS not defined, so don't declare it then | imp | 2006-01-28 | 1 | -0/+2 |
* | Add a new ddb command 'show sleepq'. It takes a wait channel as an | jhb | 2006-01-27 | 1 | -2/+64 |
* | Clarify panic message, I parsed the old one 'trying to sleep while sleeping' | imp | 2005-11-09 | 1 | -1/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | - Add a new simple facility for marking the current thread as being in a | jhb | 2005-09-15 | 1 | -0/+4 |
* | Remove thread_upcall_check, it was used to avoid race bug in earlier | davidxu | 2005-05-27 | 1 | -5/+1 |
* | Close a race between sleepq_broadcast() and sleepq_catch_signals(). | jhb | 2005-04-14 | 1 | -47/+21 |
* | Make a bunch of malloc types static. | phk | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | - Store threads on sleep queues in FIFO order rather than sorted by | jhb | 2004-11-05 | 1 | -16/+19 |
* | Refine the turnstile and sleep queue interfaces just a bit: | jhb | 2004-10-12 | 1 | -14/+31 |