| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 261517,261520: | John Baldwin | 2014-02-18 | 1 | -3/+0 |
| * | Partially revert r195702. Deferring stops is now implemented via a set of | John Baldwin | 2013-03-18 | 1 | -4/+2 |
| * | Make kern_nanosleep() and pause_sbt() to use per-CPU sleep queues. | Alexander Motin | 2013-03-12 | 1 | -7/+5 |
| * | MFcalloutng: | Davide Italiano | 2013-03-04 | 1 | -2/+4 |
| * | Replace the TDP_NOSLEEPING flag with a counter so that the | John Baldwin | 2013-03-01 | 1 | -2/+2 |
| * | Rework the handling of stop signals in the NFS client. The changes in | John Baldwin | 2013-02-06 | 1 | -4/+2 |
| * | Tweak the commit message in case of panic for sleeping from threads | Attilio Rao | 2012-09-12 | 1 | -1/+2 |
| * | Implement the DTrace sched provider. This implementation aims to be | Ryan Stone | 2012-05-15 | 1 | -0/+8 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -2/+2 |
| * | Explicitly wire the user buffer rather than doing it implicitly in | Matthew D Fleming | 2011-01-27 | 1 | -0/+3 |
| * | Rework realtime priority support: | John Baldwin | 2011-01-14 | 1 | -1/+2 |
| * | Re-add r212370 now that the LOR in powerpc64 has been resolved: | Matthew D Fleming | 2010-09-16 | 1 | -11/+3 |
| * | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | Matthew D Fleming | 2010-09-13 | 1 | -3/+11 |
| * | Add a drain function for struct sysctl_req, and use it for a variety of | Matthew D Fleming | 2010-09-09 | 1 | -11/+3 |
| * | make sure thread lock is locked. | David Xu | 2010-08-20 | 1 | -0/+1 |
| * | If thread set a TDP_WAKEUP for itself, clears the flag and returns EINTR | David Xu | 2010-08-20 | 1 | -0/+7 |
| * | Update comment for tdsignal() -> tdsendsignal() rename. Forgot to include | John Baldwin | 2010-06-30 | 1 | -1/+1 |
| * | Introduce the new kernel thread called "deadlock resolver". | Attilio Rao | 2010-01-09 | 1 | -3/+25 |
| * | In current code, threads performing an interruptible sleep (on both | Attilio Rao | 2009-12-12 | 1 | -4/+31 |
| * | Add new msleep(9) flag PBDY that shall be specified together with | Konstantin Belousov | 2009-07-14 | 1 | -4/+8 |
| * | Revision 184199 had not been fully reverted, add missing piece. | David Xu | 2008-12-01 | 1 | -0/+4 |
| * | Revert rev 184216 and 184199, due to the way the thread_lock works, | David Xu | 2008-11-05 | 1 | -8/+8 |
| * | Don't bother calling setrunnable() and clearing the sleeping flag in | John Baldwin | 2008-11-04 | 1 | -9/+12 |
| * | partly revert revision 184199, because TDF_NEEDSIGCHK is persitent | David Xu | 2008-10-24 | 1 | -10/+5 |
| * | Actually, for signal and thread suspension, extra process spin lock is | David Xu | 2008-10-23 | 1 | -12/+13 |
| * | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 1 | -1/+1 |
| * | Close a race in sleepq_broadcast() where the sleepq could be reused after | John Baldwin | 2008-09-08 | 1 | -3/+2 |
| * | If a thread that is swapped out is made runnable, then the setrunnable() | John Baldwin | 2008-08-05 | 1 | -18/+49 |
| * | Really fix this. | John Baldwin | 2008-07-28 | 1 | -2/+1 |
| * | Properly check if td_name is empty and if it is, print process name, | Pawel Jakub Dawidek | 2008-07-28 | 1 | -2/+2 |
| * | - Make SCHED_STATS more generic by adding a wrapper to create the | Jeff Roberson | 2008-04-17 | 1 | -4/+2 |
| * | - Convert two timeout users to the new callout_reset_curcpu() api. | Jeff Roberson | 2008-04-02 | 1 | -1/+1 |
| * | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | Jeff Roberson | 2008-03-21 | 1 | -1/+1 |
| * | - At the top of sleepq_catch_signals() lock the thread and check TDF_NEEDSIGCHK | Jeff Roberson | 2008-03-19 | 1 | -4/+12 |
| * | - Add a facility similar to LOCK_PROFILING under SLEEPQUEUE_PROFILING. Keep | Jeff Roberson | 2008-03-19 | 1 | -1/+159 |
| * | PR 117603 | Jeff Roberson | 2008-03-13 | 1 | -2/+5 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -10/+2 |
| * | - Pass the priority argument from *sleep() into sleepq and down into | Jeff Roberson | 2008-03-12 | 1 | -27/+23 |
| * | Mark sleepqueue chain spin mutexes are recursable since the sleepq code | John Baldwin | 2008-02-13 | 1 | -1/+1 |
| * | - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points at | Jeff Roberson | 2008-02-07 | 1 | -1/+1 |
| * | Fix a bug where a thread that hit the race where the sleep timeout fires | John Baldwin | 2008-01-25 | 1 | -2/+1 |
| * | Fix a race in the sleepqueue timeout code that resulted in sleeps not | John Baldwin | 2008-01-25 | 1 | -4/+25 |
| * | A bunch more files that should probably print out a thread name | Julian Elischer | 2007-11-14 | 1 | -1/+1 |
| * | generally we are interested in what thread did something as | Julian Elischer | 2007-11-14 | 1 | -5/+5 |
| * | subr_sleepqueue.c presents a thread lock missing which leads to dangerous | Attilio Rao | 2007-09-13 | 1 | -0/+2 |
| * | - Include opt_sched.h for SCHED_STATS. | Jeff Roberson | 2007-06-12 | 1 | -0/+1 |
| * | Commit 2/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -106/+97 |
| * | - Convert turnstiles and sleepqueus to use UMA. This provides a modest | Jeff Roberson | 2007-05-18 | 1 | -17/+52 |
| * | Cleaner fix for handling declaration of loop variable under INVARIANTS | Kip Macy | 2006-12-17 | 1 | -10/+7 |
| * | Don't intermix assignments and variable declarations in prev. commit | Andrey A. Chernov | 2006-12-16 | 1 | -4/+6 |