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: arith: Disallow decimal constants starting with 0 (containing 8 or 9).
jilles
2010-12-18
1
-2
/
+2
*
Remove dead code.
uqs
2010-12-18
1
-2
/
+0
*
sh: Fix corruption of command substitutions with special chars after newline
jilles
2010-12-16
1
-2
/
+2
*
Remove duplicate check, turning dead code into live code.
uqs
2010-12-13
1
-2
/
+0
*
sh: Various simplifications to jobs.c:
jilles
2010-12-12
1
-11
/
+5
*
sh: Remove the herefd hack.
jilles
2010-12-12
3
-15
/
+0
*
sh: Replace some macros and repeated code in expand.c with functions.
jilles
2010-12-11
1
-31
/
+32
*
sh: Use vsnprintf() rather than crafting our own in fmtstr().
jilles
2010-12-11
1
-18
/
+5
*
sh: Improve internal-representation-to-text code to avoid binary output.
jilles
2010-12-06
1
-3
/
+36
*
sh: POSIX says there should not be a space between Done and (exitstatus).
jilles
2010-12-05
1
-1
/
+1
*
sh: Improve jobs output of pipelines.
jilles
2010-12-05
1
-66
/
+83
*
sh: Avoid marking a job as done before it is fully created.
jilles
2010-12-05
1
-2
/
+2
*
sh: jobs -p: Do not ask the kernel for the pgid.
jilles
2010-12-05
1
-4
/
+1
*
sh(1): Clean up documentation of built-in commands.
jilles
2010-12-03
1
-11
/
+14
*
sh(1): Document that command's -p option also works with -v/-V.
jilles
2010-12-01
1
-2
/
+3
*
sh: Code size optimizations to "stack string" memory allocation:
jilles
2010-11-23
8
-33
/
+47
*
sh: Pass multiple bytes at a time to lex.
jilles
2010-11-23
1
-1
/
+9
*
sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P.
jilles
2010-11-22
1
-2
/
+5
*
Fix some more warnings found by clang.
brucec
2010-11-22
1
-0
/
+1
*
sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.
jilles
2010-11-20
1
-3
/
+3
*
sh: Code size optimizations to buffered output.
jilles
2010-11-20
7
-34
/
+39
*
sh: Add printf builtin.
jilles
2010-11-19
3
-4
/
+9
*
sh: Add binary buffered output for use by the printf builtin.
jilles
2010-11-14
3
-10
/
+16
*
sh: Update the suspend example for the change of the job control flag
jilles
2010-11-13
1
-1
/
+1
*
sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V.
jilles
2010-11-13
1
-0
/
+1
*
sh(1): Document r214304 (special builtin is illegal function name).
jilles
2010-11-12
1
-0
/
+1
*
sh(1): Update for r214492. "${v+"hi}there"}".
jilles
2010-11-12
1
-5
/
+8
*
sh: Remove unused man page for echo builtin.
jilles
2010-11-12
1
-114
/
+0
*
sh(1): Modernize the introduction a bit.
jilles
2010-11-12
1
-12
/
+5
*
sh: Fix some issues with aliases and case, by importing dash checkkwd code.
jilles
2010-11-02
1
-50
/
+49
*
sh(1): Correct synopsis and make precise how $0 is set.
jilles
2010-10-31
1
-4
/
+24
*
sh: Reindent evaltree().
jilles
2010-10-31
1
-76
/
+76
*
sh: Use iteration instead of recursion to evaluate semicolon lists.
jilles
2010-10-31
2
-15
/
+27
*
sh: Tweak some string constants to reduce code size.
jilles
2010-10-29
4
-5
/
+5
*
sh: Reject function names ending in one of !%*+-=?@}~
jilles
2010-10-29
1
-1
/
+5
*
sh: Detect various additional errors in the parser.
jilles
2010-10-29
1
-3
/
+3
*
sh: Error out on various specials/keywords in the wrong place in backticks.
jilles
2010-10-29
1
-16
/
+16
*
sh: Fix some issues with CTL* bytes and ${var#pat}.
jilles
2010-10-29
1
-14
/
+13
*
sh: Do IFS splitting on word in ${v+word} and ${v-word}.
jilles
2010-10-29
5
-14
/
+43
*
sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.
jilles
2010-10-28
1
-4
/
+4
*
sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.
jilles
2010-10-28
1
-1
/
+2
*
sh: Ignore double-quotes in arithmetic rather than treating them as quotes.
jilles
2010-10-24
2
-5
/
+5
*
sh: Do not allow overriding a special builtin with a function.
jilles
2010-10-24
1
-0
/
+5
*
sh: Make sure defined functions can actually be called.
jilles
2010-10-24
1
-3
/
+7
*
sh: Check whether dup2 was successful for >&FD and <&FD.
jilles
2010-10-24
1
-2
/
+5
*
sh: Change ! within a pipeline to start a new pipeline instead.
jilles
2010-10-24
1
-19
/
+11
*
sh(1): Clarify subshells/processes for pipelines.
jilles
2010-10-16
1
-10
/
+8
*
sh: Use <stddef.h> rather than <sys/stddef.h>.
jilles
2010-10-16
1
-1
/
+1
*
We only need to look as far as '..' to find 'test/'.
obrien
2010-10-13
1
-1
/
+1
*
Do not assume in growstackstr() that a "precious" character will be
obrien
2010-10-13
3
-9
/
+19
[next]