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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Make expansion errors in optimized command substitution non-fatal.
jilles
2010-12-28
1
-1
/
+15
*
sh: Simplify "stack string" code slightly.
jilles
2010-12-27
2
-26
/
+17
*
sh: Fix integer overflow check, it checked an uninitialized variable.
jilles
2010-12-26
1
-1
/
+1
*
sh: Allow arbitrary large numbers in CHECKSTRSPACE.
jilles
2010-12-26
5
-25
/
+30
*
sh(1): Explain why it is a bad idea to use aliases in scripts.
jilles
2010-12-21
1
-3
/
+4
*
sh: Add kill builtin.
jilles
2010-12-21
7
-13
/
+55
*
sh: Add a function to print warnings (with command name and newline).
jilles
2010-12-21
6
-14
/
+27
*
sh: Make warnings in the printf builtin non-fatal, like in the program.
jilles
2010-12-20
1
-15
/
+6
*
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
*
Move most of the remaining USD/PSD/SMM papers into share/doc
uqs
2010-12-04
7
-4985
/
+0
*
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
*
echo(1): Clarify portability and mention literal "--" handling.
jilles
2010-11-12
1
-9
/
+22
*
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
*
test: Move tests to tools/regression/bin/test.
jilles
2010-11-08
3
-353
/
+0
*
sh: Fix some issues with aliases and case, by importing dash checkkwd code.
jilles
2010-11-02
1
-50
/
+49
*
Add a new libc function: cfmakesane(3).
ed
2010-11-02
1
-5
/
+6
*
sh(1): Correct synopsis and make precise how $0 is set.
jilles
2010-10-31
1
-4
/
+24
*
Fix typo and grammar nit
uqs
2010-10-31
1
-2
/
+2
*
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
*
Elaborate some more on the non-security implications of using -P
uqs
2010-10-31
1
-6
/
+15
*
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
[next]