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
/
bin
/
sh
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Simplify cd-hash interaction.
jilles
2013-01-14
1
-35
/
+14
*
sh: Change cmdtype in tblentry from short to signed char.
jilles
2012-11-05
1
-1
/
+1
*
sh: Use C99 flexible array instead of accessing array beyond bounds.
jilles
2012-11-03
1
-3
/
+2
*
sh: Expand assignment-like words specially for export/readonly/local.
jilles
2012-07-15
1
-0
/
+13
*
sh: Make 'hash' return 1 if at least one utility is not found.
jilles
2012-02-11
1
-8
/
+12
*
Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.
charnier
2012-01-25
1
-1
/
+1
*
sh: Make various functions static.
jilles
2012-01-01
1
-1
/
+2
*
sh: Remove clearcmdentry()'s now unused argument.
jilles
2011-02-05
1
-7
/
+6
*
sh: Forget all cached command locations on any PATH change.
jilles
2011-02-05
1
-24
/
+1
*
sh: Do not try to execute binary files as scripts.
jilles
2011-02-05
1
-1
/
+15
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-43
/
+6
*
sh: Return only 126 or 127 for execve() failures.
jilles
2011-02-03
1
-12
/
+5
*
sh: Remove special %builtin PATH entry.
jilles
2011-01-09
1
-33
/
+7
*
sh: Allow arbitrary large numbers in CHECKSTRSPACE.
jilles
2010-12-26
1
-3
/
+2
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-8
/
+8
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
1
-3
/
+3
*
sh: Improve the command builtin:
jilles
2010-03-06
1
-7
/
+17
*
sh: Fix some bugs with backquoted builtins:
jilles
2010-01-01
1
-1
/
+1
*
sh: Use PATH= assignment in type.
jilles
2009-12-31
1
-1
/
+1
*
sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).
jilles
2009-12-31
1
-5
/
+12
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-23
/
+22
*
sh: Constify various strings.
jilles
2009-12-24
1
-15
/
+17
*
sh: Send the "xyz: not found" message to redirected fd 2.
jilles
2009-10-06
1
-0
/
+1
*
sh: Fix crash with empty functions (f() { }) introduced in r196483
jilles
2009-08-28
1
-1
/
+1
*
sh: Fix crash when undefining or redefining a currently executing function.
jilles
2009-08-23
1
-4
/
+4
*
Designate special builtins as such in command -V and type.
jilles
2009-06-24
1
-0
/
+4
*
align coding style with style(9) to avoid misunderstandings
rse
2009-06-01
1
-1
/
+2
*
Report error messages of the builtins 'type' and 'command -V' to stderr instead
stefanf
2008-11-28
1
-12
/
+11
*
Use eaccess() instead of access() for the type builtin, like we do for the
stefanf
2007-01-18
1
-1
/
+1
*
Return an error status (127) from the builtins 'type' and 'command' (with
stefanf
2007-01-11
1
-2
/
+5
*
Implement some of the differences between special built-ins and other builtins
stefanf
2006-04-09
1
-4
/
+11
*
Add the POSIX options -v and -V to the 'command' builtin. Both describe the
stefanf
2005-10-28
1
-12
/
+47
*
Use prototypes in the MKINIT lines collected by mkinit.
stefanf
2005-08-13
1
-1
/
+1
*
Attempting to unset an undefined variable or function should not be
des
2004-09-27
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Changes following CScout analysis:
dds
2003-07-05
1
-1
/
+1
*
Restore "not found" error message when searching for (or executing)
tjr
2002-10-01
1
-2
/
+8
*
Convert the remaining callers of errmsg() to use strerror(), and remove
tjr
2002-09-29
1
-2
/
+2
*
Remove broken and incomplete support for old releases of System V,
tjr
2002-07-19
1
-104
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Don't list shell builtins when the hash command is used (SUSv3)
tjr
2002-06-13
1
-1
/
+2
*
Stop a null pointer dereference in the builtin hash function.
greid
2002-04-15
1
-1
/
+4
*
o __P has been reoved
imp
2002-02-02
1
-78
/
+33
*
Fix type builtin for absolute paths and relative paths with directory
cracauer
2000-08-16
1
-9
/
+16
*
Fix command hash handling on
cracauer
1999-12-20
1
-2
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Add rcsid. Spelling.
charnier
1998-05-18
1
-3
/
+5
*
Use the __unused attribute where warranted.
steve
1997-05-19
1
-3
/
+3
*
Add a type builtin and nuke register keyword usage.
steve
1997-04-28
1
-4
/
+79
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
[next]