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
...
*
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
*
sh: Apply variable assignments left-to-right in bltinlookup().
jilles
2010-09-11
1
-1
/
+5
*
Revert changes of 'assure' to 'ensure' made in r211936.
brucec
2010-09-11
1
-1
/
+1
*
test(1): Fix markup, ( and ) must be separate arguments so leave spaces.
jilles
2010-09-10
1
-1
/
+1
*
test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.
jilles
2010-09-10
1
-5
/
+12
*
sh(1): Remove xrefs for expr(1) and getopt(1).
jilles
2010-09-10
1
-3
/
+1
*
expr(1): Add sh(1) versions of examples, remove an incorrect example.
jilles
2010-09-09
1
-10
/
+21
*
sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.
jilles
2010-09-08
1
-0
/
+1
*
sh: Improve comments in expand.c.
jilles
2010-09-05
1
-21
/
+37
*
sh: Get rid of some magic numbers.
jilles
2010-09-04
1
-2
/
+2
*
sh: Do not use locale for determining if something is a name.
jilles
2010-09-03
1
-5
/
+5
*
Touch the man page date after updating the ustar limitations.
brian
2010-08-29
1
-1
/
+1
*
Correct an out-by-one error when earlying out ustar filenames that
brian
2010-08-29
2
-2
/
+4
*
Fix incorrect usage of 'assure' and 'insure'.
brucec
2010-08-28
1
-1
/
+1
[prev]
[next]