| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined. | jhb | 2002-03-20 | 1 | -30/+3 |
* | Make this compile. | jake | 2002-02-23 | 1 | -1/+1 |
* | Add some DIAGNOSTIC code. | julian | 2002-02-22 | 1 | -6/+30 |
* | If the credential on an incoming thread is correct, don't bother | julian | 2002-02-17 | 1 | -3/+4 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -1/+1 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 1 | -1/+1 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 1 | -1/+1 |
* | Axe a stale comment. Holding sched_lock across both setrunqueue() and | jhb | 2002-01-04 | 1 | -8/+0 |
* | - Change all callers of addupc_task() to check PS_PROFIL explicitly and | jhb | 2001-12-18 | 1 | -7/+12 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -4/+4 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -3/+11 |
* | Remove a bogus comment. "atomic" doesn't mean that the operation is done | jhb | 2001-09-21 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -18/+27 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -4/+3 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 1 | -65/+69 |
* | postsig() currently requires Giant to be held. Giant is held properly at | dillon | 2001-07-04 | 1 | -0/+2 |
* | Grab Giant around postsig() since sendsig() can call into the vm to | jhb | 2001-07-03 | 1 | -0/+2 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 1 | -1162/+17 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -3/+3 |
* | Grab Giant around trap_pfault() for now. | jhb | 2001-06-29 | 1 | -0/+4 |
* | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | jhb | 2001-06-22 | 1 | -3/+4 |
* | Don't hold sched_lock across addupc_task(). | jhb | 2001-06-06 | 1 | -1/+1 |
* | Don't acquire Giant just to call trap_fatal(), we are about to panic | jhb | 2001-05-23 | 1 | -4/+0 |