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_gzip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Correctly return ENOEXEC for really short zipped files. The way this is
hoek
1999-06-21
1
-1
/
+10
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-4
/
+1
*
*_execsw static structures cannot be const due to the way they interact
dillon
1999-01-29
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Cast u_longs to uintptr_t before casting them to pointers. Don't
bde
1998-07-15
1
-6
/
+7
*
Use copyout() instead of bcopy() to copy the image to user space.
bde
1998-06-16
1
-5
/
+7
*
Make gzipped dynamically linked executables work again. There was
jdp
1997-12-14
1
-4
/
+4
*
Removed unused #includes.
bde
1997-09-02
1
-3
/
+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
/
+4
*
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
*
Write protect the text segment of gzip'ed programs.
phk
1996-08-01
1
-27
/
+21
*
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
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-2
/
+2
*
rewrap some long lines.
phk
1996-02-13
1
-6
/
+8
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
1
-2
/
+2
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+7
*
Staticized.
bde
1995-12-02
1
-2
/
+3
*
All:
dg
1995-11-06
1
-6
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+1
*
Use of vm_allocate() and vm_deallocate() has been deprecated.
dg
1995-02-20
1
-15
/
+17
*
Actually access the right first page if the file.
phk
1995-02-13
1
-2
/
+2
*
Make the diagnostics a little more useful.
phk
1994-10-22
1
-2
/
+3
*
I belive imgact_gzip is finally reentrant. It is also a whole lot more
phk
1994-10-22
1
-217
/
+298
*
- remove unnecessary #includes (I think a couple of redundant ones remain)
csgr
1994-10-11
1
-7
/
+9
*
First stage of getting imgact_gzip reentrant:
csgr
1994-10-07
1
-1211
/
+9
*
Steven Wallace provided a program which broke this stuff. I guess there are
phk
1994-10-06
1
-1
/
+8
*
David Greenman told me to do this: (Thanks!) use vm_allocate to allocate
phk
1994-10-05
1
-5
/
+5
*
Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be used
phk
1994-10-04
1
-6
/
+13
*
Based on the applause (in this case: not downright rejection :-) I have
phk
1994-10-04
1
-53
/
+67
*
First bug-fix. This this depends on something odd. I am looking at it,
phk
1994-10-03
1
-3
/
+9
*
***
phk
1994-10-03
1
-0
/
+1456