summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/svr4_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Use proc lock to protect p_ucred pointer while we deference it to read ajhb2002-04-111-0/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+2
* KSE Milestone 2julian2001-09-121-7/+8
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-4/+4
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* - Back out over-aggressive locking of p->p_cred.jhb2001-01-261-12/+3
* Proc locking.jhb2001-01-231-3/+12
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-1/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-10/+10
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-061-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-5/+5
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatnewton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* Remove unnecessary includes.newton1999-10-171-6/+0
* sigset_t change (part 4 of 5)marcel1999-09-291-4/+1
* $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-8/+36
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-031-1/+1
* svr4 emulator will refuse to unload itself if it is currently in use.newton1999-02-041-8/+8
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+383
OpenPOWER on IntegriCloud