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
*
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
*
sh: Add simple tests for printf.
jilles
2010-11-05
2
-0
/
+6
*
sh: Fix some issues with aliases and case, by importing dash checkkwd code.
jilles
2010-11-02
1
-0
/
+6
*
sh: Detect various additional errors in the parser.
jilles
2010-10-29
1
-0
/
+4
*
sh: Fix some issues with CTL* bytes and ${var#pat}.
jilles
2010-10-29
1
-0
/
+22
*
sh: Do IFS splitting on word in ${v+word} and ${v-word}.
jilles
2010-10-29
1
-0
/
+34
*
sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.
jilles
2010-10-28
1
-0
/
+31
*
sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.
jilles
2010-10-28
1
-0
/
+28
*
sh: Do not allow overriding a special builtin with a function.
jilles
2010-10-24
1
-0
/
+7
*
sh: Make sure defined functions can actually be called.
jilles
2010-10-24
1
-0
/
+25
*
sh: Check whether dup2 was successful for >&FD and <&FD.
jilles
2010-10-24
1
-0
/
+4
*
sh: Add a test trying to close a descriptor that is not open.
jilles
2010-10-24
1
-0
/
+3
*
sh: Change ! within a pipeline to start a new pipeline instead.
jilles
2010-10-24
1
-0
/
+3
*
sh: Add some testcases for alias expansion.
jilles
2010-10-24
2
-0
/
+11
*
Add microbenchmark for create/unlink of a zero-byte file.
rwatson
2010-10-24
1
-3
/
+32
*
Validate syscall_timing test names before starting to provide earlier
rwatson
2010-10-22
1
-12
/
+68
*
Universally use uintmax_t in syscall_timing; rearrange arithmetic to
rwatson
2010-10-21
1
-64
/
+65
*
Add Cambridge/Google tag since the copyright has been updated.
rwatson
2010-10-21
1
-0
/
+3
*
Further syscall_timing improvements: allow an arbitrary "path" string
rwatson
2010-10-21
1
-45
/
+41
*
Fix bug in recent syscall_timing change: measure the number of iterations
rwatson
2010-10-21
1
-3
/
+4
*
Further enhancements to syscall_timing:
rwatson
2010-10-21
1
-79
/
+258
*
Improve the structure and implementation of the syscall_timing
rwatson
2010-10-21
1
-106
/
+374
*
sh: Allow running 'prove' from tools/regression/bin/sh again
jilles
2010-10-15
1
-5
/
+1
[next]