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