| Commit message (Expand) | Author | Age | Files | Lines |
* | - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and | jhb | 2003-04-22 | 1 | -3/+3 |
* | - Push Giant down into the fork1() function a small bit. | jhb | 2003-04-17 | 1 | -11/+10 |
* | - Adjust sched hooks for fork and exec to take processes as arguments instead | jeff | 2003-04-11 | 1 | -1/+1 |
* | Move the _oncpu entry from the KSE to the thread. | julian | 2003-04-10 | 1 | -1/+1 |
* | - Borrow the KSE single threading code for exec and exit. We use the check | jeff | 2003-04-01 | 1 | -0/+5 |
* | Replace the at_fork, at_exec, and at_exit functions with the slightly more | jhb | 2003-03-24 | 1 | -86/+2 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 1 | -3/+7 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -3/+3 |
* | Remove the PL_SHAREMOD flag from struct plimit, which could have been | tjr | 2003-02-20 | 1 | -10/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -2/+0 |
* | Avoid file lock leakage when linuxthreads port or rfork is used: | tegge | 2003-02-15 | 1 | -0/+7 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -0/+2 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -2/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | fdcopy() only needs a filedesc pointer. | alfred | 2003-01-01 | 1 | -2/+2 |
* | Since fdshare() and fdinit() only operate on filedescs, make them | alfred | 2003-01-01 | 1 | -4/+4 |
* | Add code to ddb to allow backtracing an arbitrary thread. | julian | 2002-12-28 | 1 | -0/+1 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 1 | -2/+8 |
* | Introduce p_label, extensible security label storage for the MAC framework | rwatson | 2002-11-20 | 1 | -0/+5 |
* | We leaked a process lock reference in the event an RFTHREAD process | rwatson | 2002-11-18 | 1 | -1/+2 |
* | Do not lock the process when calling fdfree() (this would have recursed on | jhb | 2002-10-18 | 1 | -4/+0 |
* | - Add a new global mutex 'ppeers_lock' to protect the p_peers list of | jhb | 2002-10-15 | 1 | -38/+50 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 1 | -6/+7 |
* | Round out the facilty for a 'bound' thread to loan out its KSE | julian | 2002-10-09 | 1 | -2/+0 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -4/+9 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -1/+0 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -0/+1 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -2/+0 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -5/+3 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -0/+1 |
* | Use UMA as a complex object allocator. | julian | 2002-09-06 | 1 | -33/+3 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 1 | -1/+1 |
* | slight cleanup of single-threading code for KSE processes | julian | 2002-08-22 | 1 | -0/+9 |
* | Move code block added in 1.157 to a safer part of fork1(). | mdodd | 2002-08-07 | 1 | -9/+9 |
* | Kernel modifications necessary to allow to follow fork()ed children. | mdodd | 2002-08-04 | 1 | -0/+10 |
* | Update docs to reflect change in count of procs reserved for root | silby | 2002-07-30 | 1 | -1/+1 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+1 |
* | part of a greater patch set.. | julian | 2002-07-14 | 1 | -1/+1 |
* | Thinking about it I came to the conclusion that the KSE states were incorrectly | julian | 2002-07-14 | 1 | -3/+1 |
* | Revert removal of cred_free_thread(): It is used to ensure that a thread's | mini | 2002-07-11 | 1 | -0/+3 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -21/+54 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 1 | -3/+0 |
* | - Proper locking for p_tracep and p_traceflag. | jhb | 2002-06-07 | 1 | -7/+7 |
* | - Protect randompid and nprocs with the allproc_lock. | jhb | 2002-05-02 | 1 | -101/+122 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -2/+2 |
* | Whitespace changes to wrap long lines. | jhb | 2002-04-09 | 1 | -4/+8 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Fix leakage of p_pgrp lock. | tanimura | 2002-04-02 | 1 | -0/+4 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | dillon | 2002-04-01 | 1 | -0/+1 |