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
/
kern
/
imgact_aout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
*_execsw static structures cannot be const due to the way they interact
dillon
1999-01-29
1
-2
/
+2
*
Fixed bitrot in a comment. Fixed some style bugs.
bde
1999-01-01
1
-5
/
+3
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Add provisions for variant core dump file formats, depending on the
jdp
1998-09-14
1
-1
/
+95
*
Cast u_longs to uintptr_t before casting them to pointers. Don't
bde
1998-07-15
1
-3
/
+4
*
Removed unused #includes.
bde
1998-02-20
1
-3
/
+1
*
Fixed staticization.
bde
1998-02-03
1
-2
/
+2
*
Implement the first page access for object type determination more
dyson
1998-01-11
1
-33
/
+36
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-3
/
+4
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Removed redundant test against MAXDSIZ (the rlimit test is stronger).
bde
1997-08-26
1
-4
/
+1
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-2
/
+7
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
1
-1
/
+3
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
1
-2
/
+2
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
1
-7
/
+6
*
Removed unnecessary #includes from <sys/imgact.h> so that it is
bde
1996-05-01
1
-1
/
+3
*
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
dg
1996-04-08
1
-6
/
+1
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-2
/
+3
*
Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude
peter
1996-03-03
1
-2
/
+4
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-3
/
+1
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-18
/
+11
*
Oops. I forgot the change to this file for supporting static configuration
peter
1995-12-15
1
-3
/
+3
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-2
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+7
*
Staticized.
bde
1995-12-02
1
-3
/
+4
*
All:
dg
1995-11-06
1
-15
/
+15
*
Fix my copyright.
dg
1995-09-08
1
-2
/
+2
*
Moved setting of VTEXT flag into the appropriate image activators. This
dg
1995-08-24
1
-1
/
+5
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-4
/
+5
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
*
Use of vm_allocate() and vm_deallocate() has been deprecated.
dg
1995-02-20
1
-10
/
+12
*
First attempt to run linux binaries. This is only the changes needed to
sos
1995-02-14
1
-1
/
+11
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-2
/
+2
*
Shuffled macros and definitions around to facilitate architecture
dg
1994-09-24
1
-1
/
+2
*
Changes preparing for iBCS support
sos
1994-08-24
1
-1
/
+4
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+2
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-11
/
+12
*
Increased maximum protection for data segment to VM_PROT_ALL because
dg
1994-03-17
1
-4
/
+2
*
change maxprot of text to allow writes.
dg
1993-12-30
1
-2
/
+2
*
Let the linker keep track of pseudo-devices needing initialization and
wollman
1993-12-20
1
-1
/
+11
*
Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.
wollman
1993-12-20
1
-0
/
+181