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: 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
*
Remove unused variables.
ed
2012-01-17
1
-96
/
+30
*
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
*
Spelling fixes for bin/
uqs
2012-01-07
1
-1
/
+1
*
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
*
Fix some obtuse fprintf tricks in bin/ed.
dim
2011-12-16
2
-18
/
+20
*
Add static keywords to chio(1).
ed
2011-12-11
1
-3
/
+3
*
Move 3.5 KB from the data segment to the text segment.
ed
2011-12-11
1
-5
/
+5
*
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
*
test: Reduce code size of ops table.
jilles
2011-11-25
1
-5
/
+5
*
Remove yet another outdated note about procfs(5) being required.
trociny
2011-11-22
1
-6
/
+0
*
No need in procfs(5).
trociny
2011-11-22
2
-25
/
+1
*
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
*
Put some static keywords in the source code.
ed
2011-10-31
6
-23
/
+23
*
For processes with no controlling terminal, display "-" in the TTY column
trasz
2011-10-30
2
-4
/
+8
*
If ls was invoked with -i but neither -l nor -s, blocksize was used in
des
2011-10-19
1
-2
/
+2
*
When calculating the width of the blocksize column, ls(1) used 512-byte
des
2011-10-18
1
-2
/
+2
*
Minor clarification
des
2011-10-18
1
-1
/
+2
*
Simplify df(1) by factoring out most of the common code:
des
2011-10-18
1
-26
/
+27
*
Don't chop IO into small pieces, follow cp(1) and just use MAXPHYS.
ivoras
2011-10-03
1
-15
/
+9
*
Correct a typo that was introduced in 225912
gjb
2011-10-02
1
-1
/
+1
*
Tweaks to ps(1):
gjb
2011-10-01
1
-9
/
+16
*
Reorder default ps(1) output according to reality.
gjb
2011-10-01
1
-2
/
+2
*
Make ps(1) automatically size its column widths.
trasz
2011-09-29
5
-603
/
+451
*
Get rid of major/minor number distinction.
ed
2011-09-28
5
-45
/
+22
*
Fix memory leaks in error cases.
brueffer
2011-08-27
1
-0
/
+3
*
Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
bz
2011-07-18
2
-9
/
+9
*
sh(1): Extend documentation about subshells.
jilles
2011-07-10
1
-8
/
+46
*
Fix style, since this file has just been touched in a major way.
se
2011-07-09
1
-96
/
+75
*
Some refactoring for easier maintenance of the code. This is a follow-up
se
2011-07-09
1
-146
/
+69
*
Make /bin/expr support 64bit numeric range and range checks by default,
se
2011-07-09
2
-140
/
+152
*
Bump date after the previous commit.
pluknet
2011-07-01
1
-1
/
+1
*
Update and sort the list of the available keywords.
pluknet
2011-07-01
1
-6
/
+8
*
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
[next]