| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -6/+6 |
* | - Change donice() to take a thread as the first argument instead of a | jhb | 2002-04-13 | 1 | -37/+40 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Cast the variable, not the constant to 64 bits. | phk | 2002-02-26 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -6/+28 |
* | Convert p->p_runtime and PCPU(switchtime) to bintime format. | phk | 2002-02-22 | 1 | -13/+9 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -15/+17 |
* | use mutex pool mutexes for uidinfo locking. | alfred | 2002-01-20 | 1 | -15/+15 |
* | *** empty log message *** | peter | 2001-11-04 | 1 | -3/+3 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -2/+3 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -3/+3 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -9/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -99/+124 |
* | Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed. | jhb | 2001-09-02 | 1 | -0/+4 |
* | Giant Pushdown. Saved the worst P4 tree breakage for last. | dillon | 2001-09-01 | 1 | -21/+81 |
* | add prototype for dosetrlimit | assar | 2001-07-22 | 1 | -2/+0 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -9/+9 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+2 |
* | Make rtprio work again. | jake | 2001-04-29 | 1 | -19/+14 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -24/+36 |
* | o Limit process information leakage by introducing a p_can(...P_CAN_SEE...) | rwatson | 2001-04-12 | 1 | -0/+2 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -4/+5 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -2/+2 |
* | Don't call malloc with M_WAITOK while holding a mutex. | alfred | 2001-03-09 | 1 | -22/+21 |
* | Backout previous commit. sched_lock is held, thus interrupts are prevented | tegge | 2001-02-22 | 1 | -14/+6 |
* | Protect update of the per processor switchtime variable against | tegge | 2001-02-22 | 1 | -6/+14 |
* | Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interaction | tegge | 2001-02-20 | 1 | -0/+4 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 1 | -15/+49 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -20/+20 |
* | - Add a mtx_assert() for sched_lock in calcru(). | jhb | 2001-01-24 | 1 | -0/+3 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -4/+5 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Translate alfred to english. | alfred | 2000-12-01 | 1 | -33/+27 |
* | use a oppurtunistic locking strategy with the uidinfo structures to avoid | alfred | 2000-11-30 | 1 | -4/+55 |
* | Make uidinfo subsystem mpsafe | alfred | 2000-11-26 | 1 | -22/+45 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | Add new line character to debugging printf's. | ps | 2000-09-18 | 1 | -4/+4 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+1 |
* | Change the calls to panic() in uifree(), chgproccnt(), and chgsbsize() | truckman | 2000-09-06 | 1 | -4/+4 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -0/+142 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -10/+11 |
* | Revert the suser -> suser_xxx change made previously. It was right | green | 2000-08-24 | 1 | -1/+1 |
* | Fix a couple cases where p_trespass wasn't transitioned into place. | green | 2000-08-16 | 1 | -9/+3 |
* | fix a typo | phk | 2000-06-10 | 1 | -1/+1 |
* | o Modify jail to limit creation of sockets to UNIX domain sockets, | rwatson | 2000-06-04 | 1 | -5/+13 |
* | Don't try to account for the partial quantum unless the process is | phk | 2000-02-15 | 1 | -4/+0 |
* | Fix a bug that could crash the system if you press ^T while a slower | green | 2000-01-28 | 1 | -17/+16 |