| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the previous revision for two reasons: | jhb | 2001-02-09 | 1 | -2/+0 |
* | Release the proc lock around crfree() and uifree() in wait1(). It leads to | jhb | 2001-02-09 | 1 | -0/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -10/+45 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -2/+2 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -16/+24 |
* | Whitespace. Fix a comment block and an if statement that were wider | jake | 2000-12-18 | 1 | -7/+9 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -4/+4 |
* | Remove if defined(tahoe) cobwebs. | jake | 2000-12-04 | 1 | -4/+0 |
* | - Add a mutex to the proc structure p_mtx that will be used to lock accesses | jhb | 2000-12-03 | 1 | -0/+1 |
* | Protect p_stat with sched_lock. | jhb | 2000-12-01 | 1 | -0/+5 |
* | Don't update p_stat in exit1() to SZOMB until after releasing the allproc | jhb | 2000-12-01 | 1 | -1/+7 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -1/+1 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+4 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -2/+1 |
* | Added used include of <sys/mutex.h> (don't depend on pollution in | bde | 2000-09-17 | 1 | -0/+2 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+0 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -1/+2 |
* | Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping | peter | 2000-07-29 | 1 | -2/+2 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Back out NOTE_EXIT status reporting pending discussion. | green | 2000-05-21 | 1 | -3/+2 |
* | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | green | 2000-05-17 | 1 | -2/+3 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+5 |
* | Handle the case where we truss an SUGID program -- in particular, we need | sef | 2000-01-10 | 1 | -0/+1 |
* | Scheduler fixes equivalent to the ones logged in the following NetBSD | bde | 1999-11-28 | 1 | -4/+2 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | The at_exit and at_fork functions currently use a 'roll your own' | phk | 1999-11-19 | 1 | -30/+27 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 1 | -0/+6 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -3/+3 |
* | Add a per-signal flag to mark handlers registered with osigaction, so we | luoqi | 1999-10-11 | 1 | -2/+2 |
* | Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68k | peter | 1999-10-11 | 1 | -21/+0 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sysctl variables for the Linuxulator. These reside under `compat.linux' as | marcel | 1999-08-27 | 1 | -2/+5 |
* | From the submitter: | msmith | 1999-06-07 | 1 | -15/+12 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -1/+8 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -2/+2 |
* | Well folks, this is it - The second stage of the removal for build support | peter | 1999-04-17 | 1 | -2/+2 |
* | Fixed runtime accounting. The time since the previous context switch | bde | 1999-03-11 | 1 | -1/+10 |
* | Fix thread/process tracking and differentiation for Linux threads emulation. | julian | 1999-03-02 | 1 | -3/+14 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -2/+2 |
* | Added comments about non-staticization so it doesn't get un-done next | newton | 1999-01-31 | 1 | -1/+2 |
* | Unstaticized routines which are needed by the svr4 KLD and the streams | newton | 1999-01-30 | 1 | -2/+2 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -20/+4 |
* | Changes to the LINUX_THREADS support to only allocate extra memory for | julian | 1999-01-07 | 1 | -17/+26 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+39 |
* | Installed the second patch attached to kern/7899 with some changes suggested | truckman | 1998-11-11 | 1 | -1/+7 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 1 | -1/+2 |