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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Return 0 from eval if no command was given.
jilles
2010-08-03
1
-1
/
+7
*
sh: Do not enter consecutive duplicates into the history.
jilles
2010-08-01
1
-0
/
+1
*
sh: Fix crash due to uninitialized here-document.
jilles
2010-07-25
1
-0
/
+3
*
sh: Allow a background command consisting solely of redirections.
jilles
2010-07-18
1
-0
/
+1
*
sh: There cannot be a TNOT in simplecmd(), remove checks.
jilles
2010-07-14
1
-19
/
+3
*
sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.
jilles
2010-07-02
1
-12
/
+11
*
sh: Forget about terminated background processes sooner.
jilles
2010-06-29
4
-9
/
+66
*
sh: Fix compilation with -DNO_HISTORY.
jilles
2010-06-19
1
-0
/
+1
*
sh: Add filename completion.
jilles
2010-06-15
1
-0
/
+4
*
sh: Pass through SIGINT from a child if interactive and job control
jilles
2010-06-06
1
-0
/
+6
*
sh: Pass TERM changes to libedit.
jilles
2010-06-02
4
-0
/
+22
*
sh: Fix a crash if a heredoc was not properly ended and parsing continued.
jilles
2010-05-30
1
-0
/
+1
*
sh: Change interaction of command substitution and here documents.
jilles
2010-05-30
1
-4
/
+13
*
sh: Recognize "--" in . and exec.
jilles
2010-05-28
2
-2
/
+14
*
sh(1): Rework documentation of shell variables.
jilles
2010-05-24
1
-87
/
+118
*
sh(1): Improve wording of 'Special Parameters' section.
jilles
2010-05-24
1
-7
/
+3
*
sh: Reap any zombies before forking for a background command.
jilles
2010-05-24
1
-1
/
+13
*
sh: Fix pathname expansion with quoted slashes like *\/.
jilles
2010-05-11
1
-9
/
+15
*
sh(1): Fix "reserved word" vs "keyword" inconsistency.
jilles
2010-05-09
1
-9
/
+9
*
sh: Have only one copy of _PATH_STDPATH in the binary.
jilles
2010-05-08
1
-3
/
+2
*
sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.
jilles
2010-05-05
3
-7
/
+74
*
sh: Use stalloc for arith variable names.
jilles
2010-04-25
3
-24
/
+10
*
sh: On startup of the shell, use PWD from the environment if it is valid.
jilles
2010-04-17
3
-10
/
+24
*
sh: Partially revert r206146, allowing double-quotes in arithmetic.
jilles
2010-04-11
2
-1
/
+5
*
sh: Automatically enable -o emacs in interactive shells with terminals.
jilles
2010-04-05
2
-3
/
+7
*
sh: Document the expansion changes in the man page.
jilles
2010-04-04
1
-2
/
+20
*
sh: Do tilde expansion in substitutions.
jilles
2010-04-03
1
-3
/
+3
*
sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.
jilles
2010-04-03
1
-1
/
+3
*
sh: Remove special handling for ' and " in arithmetic.
jilles
2010-04-03
2
-6
/
+1
*
sh: Fix various things about expansions:
jilles
2010-04-03
1
-73
/
+208
*
sh: Treat unexpected newlines in substitutions as a syntax error.
jilles
2010-04-03
1
-0
/
+4
*
sh: Do not abort on a redirection error on a compound command.
jilles
2010-03-14
1
-4
/
+42
*
sh: Do not abort on a redirection error if there is no command word.
jilles
2010-03-13
1
-1
/
+7
*
sh: Fix longjmp clobber warnings in parser.c.
jilles
2010-03-13
1
-166
/
+162
*
sh: Make sure to popredir() even if a function caused an error.
jilles
2010-03-06
1
-1
/
+3
*
sh: Make sure to popredir() even if a special builtin caused an error.
jilles
2010-03-06
1
-2
/
+3
*
sh: Improve the command builtin:
jilles
2010-03-06
4
-43
/
+90
*
Fix expansion of \W in prompt strings when the working directory is "/".
jh
2010-02-24
1
-1
/
+1
*
sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.
jilles
2010-02-06
2
-1
/
+8
*
sh: Send the "not found" message for builtin <cmd> to redirected fd 2.
jilles
2010-01-03
1
-5
/
+11
*
sh: Fix some bugs with backquoted builtins:
jilles
2010-01-01
6
-21
/
+23
*
sh(1): document ulimit -w (swapuse rlimit).
jilles
2009-12-31
1
-2
/
+5
*
sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2009-12-31
1
-2
/
+2
*
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
3
-7
/
+14
*
sh: Ensure funcnest is decremented if there was an error in the function.
jilles
2009-12-30
1
-2
/
+3
*
Fix memory leak when parsing backticks (``).
jilles
2009-12-30
1
-13
/
+23
*
sh: arith: Return only 0 and 1 from && and ||.
jilles
2009-12-30
1
-2
/
+2
*
sh: Change varinit to use const better.
jilles
2009-12-27
1
-13
/
+13
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
21
-100
/
+98
[next]