summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-2/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Remove __P.alfred2002-03-201-11/+11
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+9
* Lock the caller process if the pid passed to getsid() or getpgid()tanimura2002-01-191-4/+6
* For getsid(), return the sid stored in struct session. This preventstanimura2002-01-191-1/+1
* make compile, add missing { and variable declaration.alfred2002-01-191-2/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-9/+28
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* KSE Milestone 2julian2001-09-121-148/+149
* get rid of some printf and pointer type warningsassar2001-07-221-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-8/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-15/+15
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-2/+3
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-9/+9
* - Hold both an exclusive proctree lock and the proc lock when reparentingjhb2001-03-071-10/+11
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-9/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-16/+2
* Woops, add in missing headers.jhb2001-01-231-1/+3
* - Add proc locking.jhb2001-01-231-35/+104
* Take 10 seconds to actually fix the chgproccnt rather than just make itgreen2001-01-091-2/+1
* With some trepidation, add a `#error' directive to this module. It waswollman2001-01-091-0/+1
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-8/+16
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+8
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-13/+13
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+1
* Replace the svr4_sys_getdents64() routine with a port of linux_getdents() --newton1999-12-121-85/+124
* Remove unnecessary includesnewton1999-12-081-3/+0
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Remove unnecessary includes.newton1999-10-171-6/+0
* sigset_t change (part 4 of 5)marcel1999-09-291-5/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsnewton1999-07-301-1/+1
* Add $Id$ tagsnewton1999-07-301-4/+6
* Suser() simplification:phk1999-04-271-1/+1
* Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reordernewton1999-02-011-4/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+1629
OpenPOWER on IntegriCloud