aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/imgact_svr4.c
Commit message (Expand)AuthorAgeFilesLines
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-3/+3
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-171-16/+10
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Remove stray semicolon.Edward Tomasz Napierala2011-04-101-1/+1
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-2/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+3
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-2/+2
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-5/+0
* Cast variable-sized (based on platform) quantities before printing out.David E. O'Brien2004-06-241-2/+2
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-3/+5
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* - Add the missing td argument to vn_lock that I missed in my last commit.Jeff Roberson2002-08-131-1/+1
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-12/+14
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* get rid of some printf and pointer type warningsAssar Westerlund2001-07-221-5/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* Proc locking.John Baldwin2001-01-231-0/+2
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$ tagsMark Newton1999-07-301-0/+1
* Ack! I deleted "struct", not "const".. Oh boy...Peter Wemm1999-05-101-1/+1
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-3/+1
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-1/+1
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macroPeter Wemm1999-04-171-1/+1
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+237