summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4/imgact_svr4.c
Commit message (Expand)AuthorAgeFilesLines
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+3
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-2/+2
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-5/+0
* Cast variable-sized (based on platform) quantities before printing out.obrien2004-06-241-2/+2
* Locking for the per-process resource limits structure.jhb2004-02-041-3/+5
* Use __FBSDID().obrien2003-06-101-2/+3
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* - Add the missing td argument to vn_lock that I missed in my last commit.jeff2002-08-131-1/+1
* - Hold the vnode lock throughout execve.jeff2002-08-131-12/+14
* - 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-201-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Remove __P.alfred2002-03-201-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* get rid of some printf and pointer type warningsassar2001-07-221-5/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Proc locking.jhb2001-01-231-0/+2
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-311-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$ tagsnewton1999-07-301-0/+1
* Ack! I deleted "struct", not "const".. Oh boy...peter1999-05-101-1/+1
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-3/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-1/+1
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macropeter1999-04-171-1/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.newton1999-01-301-0/+237
OpenPOWER on IntegriCloud