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
*
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
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-3
/
+5
*
Remove references to MAP_FILE.. That is now "default" and is only
peter
1996-03-12
1
-2
/
+2
*
Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the
peter
1996-03-10
1
-5
/
+7
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
1
-3
/
+3
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-2
/
+13
*
This is an extract of changes from what I am currently running...
peter
1996-02-16
1
-50
/
+23
*
Fixed vm_map_find for new vm updates.
dyson
1996-01-19
1
-4
/
+6
*
Restored a vm #include.
bde
1995-12-14
1
-1
/
+2
*
Attempt to make the Linux LKM compile again after the recent VM include
peter
1995-12-09
1
-1
/
+6
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-2
/
+5
*
All:
dg
1995-11-06
1
-17
/
+17
*
Moved setting of VTEXT flag into the appropriate image activators. This
dg
1995-08-24
1
-1
/
+3
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+235