| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | jeff | 2004-01-25 | 1 | -2/+1 |
* | Log involuntary context switches correctly. | peter | 2003-09-05 | 1 | -2/+2 |
* | kse.h is not needed for these files. | davidxu | 2003-08-05 | 1 | -1/+0 |
* | When ktracing context switches, make sure we record involuntary switches. | peter | 2003-07-31 | 1 | -0/+14 |
* | o Change kse_thr_interrupt to allow send a signal to a specified thread, | davidxu | 2003-06-28 | 1 | -15/+2 |
* | 1. Add code to support bound thread. when blocked, a bound thread never | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -0/+2 |
* | The signotify() sanity check in userret() doesn't need Giant anymore. | jhb | 2003-04-23 | 1 | -2/+0 |
* | - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and | jhb | 2003-04-22 | 1 | -6/+3 |
* | Tweak locking in the PS_XCPU handler to hold the sched_lock while reading | jhb | 2003-04-17 | 1 | -4/+5 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -4/+5 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 1 | -1/+1 |
* | Fix signal delivering bug for threaded process. | davidxu | 2003-03-11 | 1 | -2/+8 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -4/+1 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -2/+2 |
* | - Add a new function, thread_signal_add(), that is called from postsig to | jeff | 2003-02-17 | 1 | -1/+8 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -9/+8 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 1 | -2/+2 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -32/+24 |
* | Use a local variable to store the number of ticks that elapsed in | tjr | 2003-01-31 | 1 | -2/+3 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -24/+31 |
* | Add code to ddb to allow backtracing an arbitrary thread. | julian | 2002-12-28 | 1 | -1/+0 |
* | To reduce per-return overhead of userret(), call into | rwatson | 2002-11-08 | 1 | -4/+7 |
* | iBack out david's last commit. the suspension code needs to be called | julian | 2002-10-26 | 1 | -2/+13 |
* | Move suspension checking code from userret() into thread_userret(). | davidxu | 2002-10-26 | 1 | -13/+2 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 1 | -14/+4 |
* | - Move p_cpulimit to struct proc from struct plimit and protect it with | jhb | 2002-10-09 | 1 | -3/+4 |
* | Access td->td_kse inside sched_lock. | jmallett | 2002-10-02 | 1 | -2/+2 |
* | De-obfuscate local use of members of 'struct thread', for which we have | jmallett | 2002-10-02 | 1 | -3/+4 |
* | Add a new MAC entry point, mac_thread_userret(td), which permits policy | rwatson | 2002-10-02 | 1 | -0/+6 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -3/+1 |
* | Minor style nits in a comment. | jhb | 2002-10-01 | 1 | -1/+1 |
* | Various style fixups. | jhb | 2002-10-01 | 1 | -6/+10 |
* | Actually clear PS_XCPU in ast() when we handle it. | jhb | 2002-10-01 | 1 | -1/+1 |
* | - Add a new per-process flag PS_XCPU to indicate that at least one thread | jhb | 2002-09-30 | 1 | -0/+14 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+3 |
* | slightly clean up the thread_userret() and thread_consider_upcall() calls. | julian | 2002-09-23 | 1 | -3/+4 |
* | Spell proprly properly: | rwatson | 2002-08-22 | 1 | -1/+1 |
* | Revert removal of cred_free_thread(): It is used to ensure that a thread's | mini | 2002-07-11 | 1 | -0/+3 |
* | Don't slow every syscall and trap by doing locks and stuff if the | julian | 2002-07-10 | 1 | -3/+7 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -5/+32 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 1 | -3/+0 |
* | We no longer need to acqure Giant in ast() for ktrpsig() in postsig() now | jhb | 2002-06-07 | 1 | -2/+0 |
* | CURSIG() is not a macro so rename it cursig(). | julian | 2002-05-29 | 1 | -1/+1 |
* | Moved signal handling and rescheduling from userret() to ast() so that | bde | 2002-04-04 | 1 | -22/+46 |
* | Style fixes purposefully left out of last commit. I checked the kse tree | jake | 2002-03-29 | 1 | -43/+43 |
* | Remove abuse of intr_disable/restore in MI code by moving the loop in ast() | jake | 2002-03-29 | 1 | -13/+1 |
* | Remove last two abuses of cpu_critical_{enter,exit} in the MI code. | imp | 2002-03-21 | 1 | -5/+5 |