summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-122-0/+28
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-202-5/+6
* The comment marked with XXX was right: emulate SVR4 forrobert2002-07-091-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-3/+4
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notalfred2002-06-111-2/+2
* Catch up to changes in ktrace API.jhb2002-06-071-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-23/+10
* correct commented out preprocessor test for i386 to __i386__alfred2002-05-301-1/+1
* Fixed a printf format error. It was old and should have been detected bybde2002-05-251-1/+1
* Lock down a socket, milestone 1.tanimura2002-05-202-10/+23
* - 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
OpenPOWER on IntegriCloud