| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -3/+4 |
* | Fixed a printf format error. It was old and should have been detected by | bde | 2002-05-25 | 1 | -1/+1 |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Make the reference counting of 'struct pargs' SMP safe. | alfred | 2002-03-27 | 1 | -2/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -11/+11 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+9 |
* | Lock the caller process if the pid passed to getsid() or getpgid() | tanimura | 2002-01-19 | 1 | -4/+6 |
* | For getsid(), return the sid stored in struct session. This prevents | tanimura | 2002-01-19 | 1 | -1/+1 |
* | make compile, add missing { and variable declaration. | alfred | 2002-01-19 | 1 | -2/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -9/+28 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -148/+149 |
* | get rid of some printf and pointer type warnings | assar | 2001-07-22 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -8/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -15/+15 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 1 | -2/+3 |
* | Add missing includes of <sys/sx.h> | jhb | 2001-03-28 | 1 | -0/+1 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -9/+9 |
* | - Hold both an exclusive proctree lock and the proc lock when reparenting | jhb | 2001-03-07 | 1 | -10/+11 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -9/+0 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -6/+6 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -16/+2 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |
* | Take 10 seconds to actually fix the chgproccnt rather than just make it | green | 2001-01-09 | 1 | -2/+1 |
* | With some trepidation, add a `#error' directive to this module. It was | wollman | 2001-01-09 | 1 | -0/+1 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -8/+16 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -3/+8 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 1 | -13/+13 |
* | fix races in the uidinfo subsystem, several problems existed: | alfred | 2000-06-22 | 1 | -1/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+1 |
* | Replace the svr4_sys_getdents64() routine with a port of linux_getdents() -- | newton | 1999-12-12 | 1 | -85/+124 |
* | Remove unnecessary includes | newton | 1999-12-08 | 1 | -3/+0 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -1/+1 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Remove unnecessary includes. | newton | 1999-10-17 | 1 | -6/+0 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 1 | -5/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Previous commit also finished cleaning up some dev_t -> udev_t transformations | newton | 1999-07-30 | 1 | -1/+1 |
* | Add $Id$ tags | newton | 1999-07-30 | 1 | -4/+6 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder | newton | 1999-02-01 | 1 | -4/+1 |
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+1629 |