summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-1/+1
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-013-4/+4
* 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-2019-249/+244
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-8/+7
* Use the updated getcredhostname() function.robert2002-02-271-3/+1
* - Use the new getcredhostname function in the SVR4 uname system call.robert2002-02-271-2/+3
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+9
* include sys/lock.h and sys/mutex.h to make compile.alfred2002-01-301-0/+2
* 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, remove extra fdrop() calls.alfred2002-01-191-3/+1
* make compile, add missing { and variable declaration.alfred2002-01-191-2/+2
* Semi-backout previous fgetvp change, we need the struct file pointeralfred2002-01-191-7/+11
* fix typo, there's uap, just fdalfred2002-01-161-1/+1
* Replace ffind_* with fget calls.alfred2002-01-144-33/+16
* Some of the KSE stuff was accidentally reverted by file locking,alfred2002-01-131-5/+5
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-135-54/+133
* Give struct socket structures a ref counting interface similar todillon2001-11-171-18/+12
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-102-2/+2
* Fix typo.julian2001-09-131-1/+1
* KSE Milestone 2julian2001-09-1222-663/+670
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-011-8/+8
* get rid of some printf and pointer type warningsassar2001-07-227-15/+17
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-252-12/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-016-34/+42
* 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
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+4
* - Hold both an exclusive proctree lock and the proc lock when reparentingjhb2001-03-071-10/+11
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+1
* 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
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-36/+6
* - Back out over-aggressive locking of p->p_cred.jhb2001-01-261-12/+3
* Argh, atomic_store_rel -> atomic_store_rel_int.jhb2001-01-231-1/+1
* Woops, add in missing headers.jhb2001-01-231-1/+3
* Proc locking.jhb2001-01-235-17/+63
* Use queue macros.jhb2001-01-231-5/+4
* - Add proc locking.jhb2001-01-231-35/+104
* - Use proper atomic operations to make the run time initializationjhb2001-01-231-10/+20
* FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take anjhb2001-01-231-3/+3
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-1/+0
OpenPOWER on IntegriCloud