summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Include machine/cpu.h for cpu_getstack().marcel2000-12-031-0/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+1
* Forgot to patch this file in file descriptor race fix commitdillon2000-11-231-7/+17
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-092-1/+5
* Make the target a little bit more generic.obrien2000-11-011-1/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-3123-120/+120
* Regen. (Fix SYS_exit)peter2000-07-294-7/+7
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-294-7/+7
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-1/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+4
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-021-6/+14
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Regenerated (to fix "created from" lines, and to fix the previousbde2000-05-104-5/+5
* Fixed the "created from" lines generated from this file. makesyscalls.shbde2000-05-101-6/+6
OpenPOWER on IntegriCloud