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_shell.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a panic which could occur parsing #!-lines in a shell-script. If the
gad
2005-06-19
1
-3
/
+3
*
Remove the previous parsing-logic for arguments on the '#!'-line of shell
gad
2005-06-09
1
-128
/
+2
*
Change the way options are parsed on the `#!'-line of a shell-script. Instead
gad
2005-05-28
1
-7
/
+174
*
o Replace two while {} do loops with more appropriate do {} while loops. This
sobomax
2005-02-25
1
-12
/
+27
*
Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shell
sobomax
2005-02-25
1
-7
/
+9
*
Fix build on AMD64 (and probably other arches where size_t != int).
sobomax
2005-01-30
1
-1
/
+2
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-46
/
+92
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Don't treat # as a comment in interpreter specification line.
pjd
2004-10-31
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Remove reference to struct execve_args from struct imgact, which
rwatson
2002-11-05
1
-1
/
+1
*
Return a more meaningful errno when the length of the interpreter
jwd
2001-11-28
1
-1
/
+1
*
Fix #! script exec under linux emulation. If a script is exec'd from a
dillon
2000-04-26
1
-5
/
+1
*
Allow comments in interpreter specification lines as in
cracauer
2000-02-15
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-3
/
+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
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Don't clobber user space argv0 memory on shell exec, mainly for vfork()
ache
1997-04-23
1
-3
/
+2
*
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
*
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
bde
1996-08-31
1
-2
/
+2
*
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
dg
1996-04-08
1
-6
/
+1
*
Staticized.
bde
1995-12-02
1
-2
/
+4
*
All:
dg
1995-11-06
1
-15
/
+15
*
Remove prototype definitions from <sys/systm.h>.
swallace
1995-10-08
1
-1
/
+2
*
Fix my copyright.
dg
1995-09-08
1
-2
/
+2
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-3
/
+1
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-2
/
+2
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-7
/
+7
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+1
*
Let the linker keep track of pseudo-devices needing initialization and
wollman
1993-12-20
1
-1
/
+16
*
Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency.
wollman
1993-12-20
1
-0
/
+129