summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/imgact_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Implement lockless resource limits.mjg2015-06-101-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+3
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-16/+10
* Convert files to UTF-8uqs2012-01-151-1/+1
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+3
* Setting VV_TEXT here is redundant. It is already set by do_execve().alc2011-02-091-3/+0
* 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
* Partial MFp4 of 114977:netchild2007-02-241-1/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-3/+4
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-5/+0
* Add casts so all these quantities are a constant type.obrien2004-06-241-1/+1
* Locking for the per-process resource limits structure.jhb2004-02-041-2/+5
* Restored non-egregious casts so that this file compiles on i386's withbde2003-09-071-3/+4
* Use __FBSDID().obrien2003-06-021-2/+3
* Clean up whitespace and remove register keyword.des2003-03-031-14/+14
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-5/+4
* Style(9). Make some function declarations consistent with the rest,markm2002-10-191-2/+1
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+1
* - Hold the vnode lock throughout execve.jeff2002-08-131-9/+15
* - 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
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Proc locking.jhb2001-01-241-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-2/+0
* Implement pluggable ioctl handlers.marcel1999-12-041-0/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-5/+2
* Minor cleanup; no more references to LKM's.peter1999-01-171-3/+3
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-5/+6
* Fixed print format errors.bde1998-07-291-6/+9
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-3/+3
* Staticize.eivind1998-02-091-4/+4
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Removed unused #includes.bde1997-07-201-3/+1
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* *Ahem* - opt_rlimit.h does not exist in the LKM case. This was anotherjkh1996-12-231-1/+3
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-031-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
OpenPOWER on IntegriCloud