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
*
Updated dependencies
sjg
2014-05-16
38
-37
/
+1
*
Updated dependencies
sjg
2014-05-10
37
-0
/
+75
*
Merge from head
sjg
2014-05-08
22
-56
/
+164
|
\
|
*
Incorporate feedback from bde and jilles regarding r265472 to dd(1).
asomers
2014-05-08
3
-15
/
+12
|
*
sh: Add some tests for normal use of getopts.
jilles
2014-05-07
4
-0
/
+29
|
*
(dd_out): Fix handling of all-zeroes block at end of input with
thomas
2014-05-07
1
-24
/
+43
|
*
dd(1) uses gettimeofday(2) to compute the throughput statistics. However,
asomers
2014-05-06
2
-12
/
+20
|
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
11
-11
/
+11
|
*
Minor comment fix: dbsz is the block size as set by bs/ibs/obs,
thomas
2014-05-03
1
-1
/
+1
|
*
Minor comment fix.
thomas
2014-05-03
1
-1
/
+1
|
*
Add -J to filter by matching jail IDs and names.
bdrewery
2014-05-02
3
-7
/
+62
*
|
Merge head
sjg
2014-04-28
501
-411
/
+9021
|
\
\
|
|
/
|
*
date(1): Forgot to update manpage date in r264968
dumbbell
2014-04-26
1
-1
/
+1
|
*
date(1): Add "-R" flag to use RFC 2822 date and time output format
dumbbell
2014-04-26
2
-6
/
+32
|
*
Bump Dd, missed as part of r264098 and related commits.
gjb
2014-04-13
1
-1
/
+1
|
*
-k option is compliant with POSIX.
grog
2014-04-04
1
-3
/
+1
|
*
Typo.
grog
2014-04-03
1
-1
/
+1
|
*
Make C_* contants fit in 32 bits again by using 4 unused bits.
delphij
2014-04-03
3
-32
/
+32
|
*
Add information on standards compliance of many options.
grog
2014-04-03
1
-5
/
+58
|
*
Make -f set -a, as required by the standard.
grog
2014-04-03
2
-3
/
+5
|
*
Implement GNU's extension of 'status' operand. The GNU syntax is
delphij
2014-04-03
6
-34
/
+69
|
*
sh: Fix memory leak with an assignment before a regular builtin.
jilles
2014-03-27
1
-2
/
+8
|
*
sh: Fix memory leak when trying to set a read only variable.
jilles
2014-03-27
1
-1
/
+4
|
*
Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to process
dim
2014-03-26
1
-0
/
+2
|
*
sh: Fix possible memory leaks and double frees with unexpected SIGINT.
jilles
2014-03-26
5
-14
/
+31
|
*
sh: Don't overwrite old exit status if a PID is reused.
jilles
2014-03-20
1
-1
/
+2
|
*
Migrate tools/regression/usr.bin/pkill to the new tests layout.
jmmv
2014-03-19
30
-0
/
+1053
|
*
sh: Allow kill %job on jobs started without job control.
jilles
2014-03-15
5
-17
/
+30
|
*
sh: Add some consts.
jilles
2014-03-14
3
-11
/
+11
|
*
Make bsd.test.mk the only public mk fragment for the building of tests.
jmmv
2014-03-14
5
-5
/
+5
|
*
sh: Successfully do nothing when killing a terminated job.
jilles
2014-03-08
4
-2
/
+19
|
*
sh: Make argstr() return where it stopped and simplify expari() using this.
jilles
2014-03-04
1
-21
/
+5
|
*
sh: Simplify expari().
jilles
2014-03-02
1
-48
/
+46
|
*
sh: Do not corrupt internal representation if LINENO inner expansion fails.
jilles
2014-02-27
3
-6
/
+17
|
*
sh: Make expari() static.
jilles
2014-02-26
2
-2
/
+2
|
*
sh: Add -h option to SYNOPSIS
daichi
2014-02-25
1
-3
/
+3
|
*
sh: Allow aliases to force alias substitution on the following word.
jilles
2014-01-26
8
-3
/
+52
|
*
Stop the options string leak if it is not attached into the options
kevlo
2014-01-26
1
-0
/
+2
|
*
sh: Add tests for alias names after another alias.
jilles
2014-01-25
3
-0
/
+14
|
*
sh: Do not depend on parse/execute split in new alias test.
jilles
2014-01-24
1
-1
/
+1
|
*
sh: Solve the alias recursion problem in a less hackish way.
jilles
2014-01-24
5
-48
/
+11
|
*
sh: Add test for nested alias.
jilles
2014-01-24
2
-0
/
+7
|
*
-h and -H options backwards in manual page.
wblock
2014-01-16
1
-3
/
+3
|
*
sh: Remove SIGWINCH handler and just check for resize before every read.
jilles
2014-01-14
3
-23
/
+3
|
*
Replace hand-crafted Kyuafiles with automatic generation.
jmmv
2014-01-14
4
-26
/
+12
|
*
Use TAP_TESTS_PERL to register the legacy_test in bin/pax.
jmmv
2014-01-14
3
-11
/
+1
|
*
Mark the bin/pax tests as requiring perl.
jmmv
2014-01-13
2
-0
/
+8
|
*
Close the newly-created FD if the pathname is too long.
adrian
2014-01-11
1
-0
/
+1
|
*
Run the sh(1) and test(1) tests as unprivileged.
jmmv
2014-01-10
4
-0
/
+26
|
*
sh(1): Discourage use of -e.
jilles
2014-01-03
1
-2
/
+8
[next]