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: 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
*
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
*
Language cleanup.
des
2010-10-27
1
-3
/
+3
*
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
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
21
-227
/
+218
*
If one wishes to set breakpoints of static the functions here, they
obrien
2010-10-13
1
-1
/
+1
*
Make DEBUG traces 64-bit clean:
jhb
2010-10-13
2
-20
/
+21
*
Suggest that DEBUG_FLAGS be used to enable extra debugging rather than
jhb
2010-10-13
1
-1
/
+1
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
17
-73
/
+77
*
If DEBUG is 3 or greater, disable STATICization of functions.
obrien
2010-10-12
3
-3
/
+8
*
Allow one to regression test 'sh' changes without having to install
obrien
2010-10-12
1
-0
/
+3
*
rm(1): clarify that -P works only when blocks are updated in-place
uqs
2010-10-08
2
-6
/
+6
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
2
-2
/
+0
*
Make a thread's address available via the kern proc sysctl, just like the
emaste
2010-10-08
2
-0
/
+4
*
Clarify the combination effect of -P and -f to make it clear.
delphij
2010-10-04
1
-3
/
+7
*
Correct sort order.
emaste
2010-09-22
1
-1
/
+1
*
Merge from tbemd:
imp
2010-09-13
1
-6
/
+7
*
sh: Add __dead2 to two functions that do not return.
jilles
2010-09-12
1
-2
/
+2
*
sh: Fix exit status if return is used within a loop condition.
jilles
2010-09-11
1
-0
/
+2
[next]