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: Make 'hash' return 1 if at least one utility is not found.
jilles
2012-02-11
1
-8
/
+12
*
sh: Fix swapped INTON/INTOFF.
jilles
2012-02-04
1
-2
/
+2
*
sh: Use vfork in a few common cases.
jilles
2012-02-04
5
-0
/
+64
*
Add prototypes, ANSIfy functions definitions to reduce WARNS=6 output.
charnier
2012-01-25
5
-5
/
+6
*
sh: Fix $? in the first command of a 'for'.
jilles
2012-01-22
1
-1
/
+4
*
sh: Remove "kill" example function, which is superseded by the kill builtin
jilles
2012-01-21
1
-49
/
+0
*
sh: Fix execution of multiple statements in a trap when evalskip is set
dumbbell
2012-01-16
3
-2
/
+34
*
sh: Fix some bugs with exit status from case containing ;&.
jilles
2012-01-15
1
-9
/
+24
*
sh: Fix two bugs with case and exit status:
jilles
2012-01-15
1
-1
/
+3
*
sh: Change input buffer size from 1023 to 1024.
jilles
2012-01-14
1
-6
/
+6
*
sh: Fix out of bounds array access when trap is used with an invalid signal.
jilles
2012-01-14
1
-2
/
+2
*
sh: Properly show "Not a directory" error in cd builtin.
jilles
2012-01-13
1
-1
/
+6
*
sh: Make various functions static.
jilles
2012-01-01
10
-12
/
+12
*
sh: Remove unused function scopyn().
jilles
2012-01-01
2
-20
/
+0
*
sh: Make patmatch() non-recursive.
jilles
2012-01-01
1
-37
/
+58
*
sh: Allow quoting ^ and ] in bracket expressions.
jilles
2011-12-28
1
-4
/
+4
*
sh: Use dirent.d_type in pathname generation.
jilles
2011-12-28
1
-0
/
+4
*
sh: Cache de->d_namlen in a local variable.
jilles
2011-12-28
1
-6
/
+8
*
sh: Do not force special builtins non-special in optimized command subst.
jilles
2011-12-28
1
-2
/
+1
*
sh: Remove impossible evalskip check in 'for'.
jilles
2011-11-27
1
-3
/
+0
*
sh: Reduce one level of evaltree() recursion when executing 'case'.
jilles
2011-11-26
1
-11
/
+9
*
sh: Allow unsetting OPTIND.
jilles
2011-11-20
1
-2
/
+3
*
sh: Remove undefined behaviour due to overflow in +/-/* in arithmetic.
jilles
2011-11-08
1
-3
/
+3
*
sh(1): Improve documentation of field splitting.
jilles
2011-11-05
1
-11
/
+55
*
sh(1): Extend documentation about subshells.
jilles
2011-07-10
1
-8
/
+46
*
sh: Include <limits.h> instead of non-standard <sys/limits.h>.
jilles
2011-06-26
1
-1
/
+1
*
sh(1): Improve documentation of shell patterns:
jilles
2011-06-24
1
-5
/
+10
*
sh(1): Document the case command better.
jilles
2011-06-24
1
-2
/
+13
*
Remove duplicated header files
kevlo
2011-06-24
1
-1
/
+0
*
sh: Remove special support for background simple commands.
jilles
2011-06-18
3
-9
/
+5
*
sh: Add do-nothing -h option.
jilles
2011-06-18
2
-2
/
+8
*
sh: Add case statement fallthrough (with ';&' instead of ';;').
jilles
2011-06-17
5
-7
/
+28
*
sh: Skip variables with invalid names in "set", "export -p", "readonly -p".
jilles
2011-06-17
1
-0
/
+13
*
sh: Reduce unnecessary forks with eval.
jilles
2011-06-16
1
-1
/
+2
*
sh: Add support for named character classes in bracket expressions.
jilles
2011-06-15
2
-2
/
+48
*
sh: Fix duplicate prototypes for builtins.
jilles
2011-06-13
23
-41
/
+14
*
sh: Save/restore changed variables in optimized command substitution.
jilles
2011-06-12
7
-89
/
+25
*
sh: Fix locale-dependent ranges in bracket expressions.
jilles
2011-06-12
1
-4
/
+4
*
sh: Read .profile from the home directory (or / if HOME is not set).
jilles
2011-06-12
1
-1
/
+1
*
sh: Do parameter expansion on ENV before using it.
jilles
2011-06-10
2
-7
/
+13
*
sh: Do parameter expansion before printing PS4 (set -x).
jilles
2011-06-09
5
-4
/
+51
*
sh: Fix $? in heredocs on simple commands.
jilles
2011-06-05
1
-1
/
+2
*
sh: Improve error message if the script cannot be opened.
jilles
2011-06-04
1
-2
/
+4
*
sh: Reduce more needless differences between error messages.
jilles
2011-06-04
4
-5
/
+5
*
sh: Honour -n while processing -c string.
jilles
2011-06-04
1
-1
/
+1
*
sh: Remove the "exp" builtin.
jilles
2011-05-27
2
-2
/
+2
*
sh: Correct criterion for using CDPATH in cd.
jilles
2011-05-27
1
-1
/
+4
*
sh: Various updates to the TOUR document.
jilles
2011-05-27
1
-29
/
+8
*
sh: Fix unquoted $@/$* if IFS=''.
jilles
2011-05-27
1
-2
/
+5
*
sh: Show errno messages in cd.
jilles
2011-05-25
1
-1
/
+4
[next]