index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
linux
/
imgact_linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-3
/
+3
*
Fix misuse of the kernel map in miscellaneous image activators.
kib
2012-02-17
1
-16
/
+10
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Add accounting for most of the memory-related resources.
trasz
2011-04-05
1
-1
/
+3
*
Setting VV_TEXT here is redundant. It is already set by do_execve().
alc
2011-02-09
1
-3
/
+0
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-2
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Fix for the panic("vm_thread_new: kstack allocation failed") and
kib
2007-11-05
1
-1
/
+3
*
Partial MFp4 of 114977:
netchild
2007-02-24
1
-1
/
+1
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-3
/
+4
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-5
/
+0
*
Add casts so all these quantities are a constant type.
obrien
2004-06-24
1
-1
/
+1
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-2
/
+5
*
Restored non-egregious casts so that this file compiles on i386's with
bde
2003-09-07
1
-3
/
+4
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-14
/
+14
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-5
/
+4
*
Style(9). Make some function declarations consistent with the rest,
markm
2002-10-19
1
-2
/
+1
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-1
/
+1
*
- Hold the vnode lock throughout execve.
jeff
2002-08-13
1
-9
/
+15
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+2
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-1
/
+1
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
ps
2001-10-10
1
-1
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+3
*
Proc locking.
jhb
2001-01-24
1
-0
/
+1
*
Fix #! script exec under linux emulation. If a script is exec'd from a
dillon
2000-04-26
1
-2
/
+0
*
Implement pluggable ioctl handlers.
marcel
1999-12-04
1
-0
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-5
/
+2
*
Minor cleanup; no more references to LKM's.
peter
1999-01-17
1
-3
/
+3
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-5
/
+6
*
Fixed print format errors.
bde
1998-07-29
1
-6
/
+9
*
De-staticize enough to make all the LKMs work again. Add comments where
eivind
1998-02-11
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-3
/
+1
*
Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).
bde
1997-07-20
1
-7
/
+3
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-2
/
+3
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
*Ahem* - opt_rlimit.h does not exist in the LKM case. This was another
jkh
1996-12-23
1
-1
/
+3
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
1
-1
/
+3
*
Fixed some more easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-09-03
1
-2
/
+2
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
1
-3
/
+3
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
1
-1
/
+3
[next]