| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more whitespace, style, and comment fixes. | jhb | 2004-09-24 | 1 | -14/+16 |
* | A modest collection of various and sundry style, spelling, and whitespace | jhb | 2004-09-24 | 1 | -11/+11 |
* | Various small style fixes. | jhb | 2004-09-22 | 1 | -3/+5 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -17/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -4/+9 |
* | Giant is no longer required by vm_waitproc() and vmspace_exitfree(). | alc | 2004-07-30 | 1 | -2/+0 |
* | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | alc | 2004-07-27 | 1 | -3/+7 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 1 | -1/+1 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -1/+1 |
* | Push down the acquisition and release of the page queues lock into | alc | 2004-07-13 | 1 | -2/+0 |
* | Implement the PT_LWPINFO request. This request can be used by the | marcel | 2004-07-12 | 1 | -0/+1 |
* | (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit() | bde | 2004-06-21 | 1 | -7/+1 |
* | Update p_runtime on exit. This fixes calcru() on zombies, and prepares | bde | 2004-06-21 | 1 | -2/+9 |
* | Add comment to reflect that we should retry after thread singling failed. | davidxu | 2004-06-18 | 1 | -0/+4 |
* | Remove a bogus panic. It is possible more than one threads will | davidxu | 2004-06-18 | 1 | -1/+2 |
* | Remove remnants of PGINPROF. | tjr | 2004-06-08 | 1 | -5/+0 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | tjr | 2004-06-02 | 1 | -3/+1 |
* | Retire cpu_sched_exit(); it is not used any more. | tmm | 2004-05-26 | 1 | -1/+0 |
* | Clear KSE thread flags after KSE thread mode is ended. The side effect | davidxu | 2004-05-21 | 1 | -0/+3 |
* | Remove misplaced duplicate comment and slightly reformat the | julian | 2004-05-09 | 1 | -16/+6 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Add the missing Giant when doing anything with VFS -- in this case, | green | 2004-03-18 | 1 | -1/+4 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -81/+42 |
* | Make the process_exit eventhandler run without Giant. Add Giant hooks | peter | 2004-03-14 | 1 | -2/+0 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -5/+2 |
* | - Push down Giant in exit() and wait(). | jhb | 2004-03-05 | 1 | -14/+29 |
* | Drop sched_lock around the wakeup of the parent process after setting | jhb | 2004-02-27 | 1 | -4/+9 |
* | A Linux thread created using clone() should not send SIGCHLD to its | truckman | 2004-02-19 | 1 | -3/+3 |
* | When reparenting a process to init, make sure that p_sigparent is | truckman | 2004-02-11 | 1 | -0/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+6 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Better fix than my previous commit: | cognet | 2003-11-14 | 1 | -0/+7 |
* | 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 |
* | Wait for the real interval timer callout handler to finish executing if it | jhb | 2003-06-09 | 1 | -2/+12 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -15/+9 |
* | Initialize and destroy the struct proc mutex in the proc zone's init and | jhb | 2003-05-01 | 1 | -1/+0 |
* | - Protect p_numthreads with the sched_lock. | jhb | 2003-04-23 | 1 | -0/+3 |
* | Fix lock order reversal problem. | davidxu | 2003-04-21 | 1 | -2/+0 |
* | Adjust a few comments. | jhb | 2003-04-17 | 1 | -1/+1 |
* | - Adjust sched hooks for fork and exec to take processes as arguments instead | jeff | 2003-04-11 | 1 | -11/+7 |
* | - Borrow the KSE single threading code for exec and exit. We use the check | jeff | 2003-04-01 | 1 | -2/+4 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -0/+1 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -65/+2 |
* | Unregisterize, ansify. | des | 2003-03-19 | 1 | -34/+10 |
* | Whitespace cleanup. | des | 2003-03-19 | 1 | -10/+10 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 1 | -2/+7 |
* | Tidy up previous change: move comment about obtaining an exclusive | tjr | 2003-03-13 | 1 | -5/+4 |
* | In wait1(), remove the zombie process from zombproc before removing | tjr | 2003-03-12 | 1 | -5/+5 |
* | Fix threaded process job control bug. SMP tested. | davidxu | 2003-03-11 | 1 | -1/+2 |