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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update gateworks exclusion list to match latest tree.
imp
2011-01-03
1
-2
/
+14
*
Bump the media size from approx 600MB to approx 750MB. The great
imp
2011-01-03
1
-1
/
+1
*
Put in the other half of the SRCCONF patch.
imp
2011-01-03
1
-1
/
+1
*
sh: Test that exit $? replaces the original exit status in an EXIT trap.
jilles
2011-01-01
1
-0
/
+6
*
sh: Check readonly status for assignments on regular builtins.
jilles
2011-01-01
1
-0
/
+8
*
sh: Check if dup2 for redirection from/to a file succeeds.
jilles
2010-12-31
1
-0
/
+7
*
sh: Avoid side effects from builtins in optimized command substitution.
jilles
2010-12-30
1
-0
/
+51
*
sh: Add two tests for special cases in command substitution that already
jilles
2010-12-30
2
-0
/
+28
*
sh: Don't do optimized command substitution if expansions have side effects.
jilles
2010-12-28
1
-0
/
+31
*
sh: Add test for optimized command substitution.
jilles
2010-12-28
1
-0
/
+53
*
sh: Make expansion errors in optimized command substitution non-fatal.
jilles
2010-12-28
1
-0
/
+5
*
sh: Add a testcase for cmdsubst errors that already works properly.
jilles
2010-12-27
1
-0
/
+4
*
Restore two commented-out tests from plus-minus1.0 to a new file.
emaste
2010-12-27
2
-3
/
+26
*
Remove commented-out test that's covered in plus-minus2.0 anyway.
emaste
2010-12-26
1
-2
/
+0
*
sh: Make warnings in the printf builtin non-fatal, like in the program.
jilles
2010-12-20
2
-0
/
+10
*
sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).
jilles
2010-12-18
1
-0
/
+4
*
sh: Fix corruption of command substitutions with special chars after newline
jilles
2010-12-16
1
-0
/
+20
*
Recognize NFSv4 ACL semantics and run proper regression test.
trasz
2010-12-13
1
-1
/
+5
*
sh: Fix some tests that used sh instead of ${SH}
jilles
2010-12-12
2
-2
/
+2
*
sh: Add a test for r216387 (long arithmetic expression in here document).
jilles
2010-12-12
1
-0
/
+12
*
Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.
trasz
2010-12-12
1
-0
/
+562
*
Allow to specify path to a file we want to test with sendfile(2).
pjd
2010-12-11
1
-3
/
+16
*
printf: Test that the "--" option terminator works.
jilles
2010-12-08
2
-1
/
+3
*
Work around gcc constant folding bugs.
das
2010-12-06
1
-1
/
+6
*
signbit() returns nonzero for negative arguments, but we shouldn't assume
das
2010-12-06
6
-6
/
+8
*
Fix some warnings.
das
2010-12-05
1
-3
/
+3
*
Add regression tests for logarithmic functions in the math library.
das
2010-12-05
3
-1
/
+169
*
Document two more ways to find duplicates in the obsolete file list.
uqs
2010-12-04
1
-1
/
+0
*
Extend the unix gc regression test to cover the case of r216150.
kib
2010-12-03
1
-9
/
+54
*
o Mount the device async when we're doing the copy.
imp
2010-12-03
1
-3
/
+3
*
_WITHOUT_SRCCONF has too much baggage. Instead, use the simpler
imp
2010-12-03
1
-1
/
+1
*
Add some basic regression tests for nearbyint().
das
2010-12-03
3
-1
/
+111
*
sh: Make the test for cd/pwd with long pathnames more useful:
jilles
2010-11-28
1
-7
/
+8
*
Don't checksum distfiles twice if they match the first time.
phk
2010-11-23
1
-9
/
+7
*
Optimize the ports recurser a bit more.
phk
2010-11-23
1
-1
/
+3
*
Improve the ports-dependency resolver by truncating the recursion if
phk
2010-11-23
1
-7
/
+34
*
sh: Add a test that manipulates various long strings.
jilles
2010-11-19
1
-0
/
+16
*
sh: Add another simple test for the wait builtin.
jilles
2010-11-19
1
-0
/
+21
*
Fix an error in our results printing.
gnn
2010-11-16
1
-1
/
+1
*
Add optional files controlled by WITH_GPIO knob
gonzo
2010-11-14
1
-0
/
+5
*
lib32 is installed on powerpc64 too.
brucec
2010-11-14
1
-10
/
+10
*
libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc.
brucec
2010-11-14
1
-5
/
+2
*
Add a queue to hold packets while we await an ARP reply.
gnn
2010-11-12
3
-0
/
+178
*
Insulate the nanobsd build from the current system by opting out of
imp
2010-11-10
1
-0
/
+2
*
Build make.conf when the world is not selected to build, but the
imp
2010-11-10
1
-0
/
+3
*
Document NANO_CFGDIR and NANO_DATADIR
imp
2010-11-10
1
-0
/
+6
*
Hide 460.chkportsum in MK_PKGTOOLS != no case.
delphij
2010-11-09
1
-0
/
+1
*
test: Move tests to tools/regression/bin/test.
jilles
2010-11-08
4
-1
/
+170
*
- Set -x flag when executing customisation scripts to aid in debugging them.
n_hibma
2010-11-07
1
-10
/
+31
*
Remove useless comment.
trasz
2010-11-07
1
-1
/
+0
[next]