aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a printf format error. It was old and should have been detected byBruce Evans2002-05-251-1/+1
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Make the reference counting of 'struct pargs' SMP safe.Alfred Perlstein2002-03-271-2/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-2/+2
* Remove __P.Alfred Perlstein2002-03-201-11/+11
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+9
* Lock the caller process if the pid passed to getsid() or getpgid()Seigo Tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventsSeigo Tanimura2002-01-191-1/+1
* make compile, add missing { and variable declaration.Alfred Perlstein2002-01-191-2/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-9/+28
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-148/+149
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-221-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-8/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-15/+15
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-2/+3
* Add missing includes of <sys/sx.h>John Baldwin2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-9/+9
* - Hold both an exclusive proctree lock and the proc lock when reparentingJohn Baldwin2001-03-071-10/+11
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-9/+0
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-6/+6
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-16/+2
* Woops, add in missing headers.John Baldwin2001-01-231-1/+3
* - Add proc locking.John Baldwin2001-01-231-35/+104
* Take 10 seconds to actually fix the chgproccnt rather than just make itBrian Feldman2001-01-091-2/+1
* With some trepidation, add a `#error' directive to this module. It wasGarrett Wollman2001-01-091-0/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-8/+16
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadJake Burkholder2000-12-131-3/+8
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-13/+13
* fix races in the uidinfo subsystem, several problems existed:Alfred Perlstein2000-06-221-1/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+1
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --Mark Newton1999-12-121-85/+124
* Remove unnecessary includesMark Newton1999-12-081-3/+0
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Remove unnecessary includes.Mark Newton1999-10-171-6/+0
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsMark Newton1999-07-301-1/+1
* Add $Id$ tagsMark Newton1999-07-301-4/+6
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorderMark Newton1999-02-011-4/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+1629