aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/imgact_linux.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* exec: Reimplement stack address randomizationMark Johnston2022-01-171-0/+4
* vm_map_protect: allow to set prot and max_prot in one go.Konstantin Belousov2021-01-121-2/+4
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* imgact_linux.c: use standard indentationEd Maste2018-03-121-146/+136
* Linuxulator: apply style(9) to returnEd Maste2018-03-121-1/+1
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement lockless resource limits.Mateusz Guzik2015-06-101-1/+1
* 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
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+3
* Setting VV_TEXT here is redundant. It is already set by do_execve().Alan Cox2011-02-091-3/+0
* 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
* Partial MFp4 of 114977:Alexander Leidinger2007-02-241-1/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-3/+4
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-5/+0
* Add casts so all these quantities are a constant type.David E. O'Brien2004-06-241-1/+1
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-2/+5
* Restored non-egregious casts so that this file compiles on i386's withBruce Evans2003-09-071-3/+4
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-14/+14
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-5/+4
* Style(9). Make some function declarations consistent with the rest,Mark Murray2002-10-191-2/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+1
* - Hold the vnode lock throughout execve.Jeff Roberson2002-08-131-9/+15
* - 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
* 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-241-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-2/+0
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-0/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-5/+2
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-171-3/+3
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-5/+6
* Fixed print format errors.Bruce Evans1998-07-291-6/+9
* De-staticize enough to make all the LKMs work again. Add comments whereEivind Eklund1998-02-111-3/+3
* Staticize.Eivind Eklund1998-02-091-4/+4