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
*
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
*
Embellish this testcase a little bit to be more clear what the output is
obrien
2010-10-14
2
-0
/
+18
*
Do not assume in growstackstr() that a "precious" character will be
obrien
2010-10-13
1
-0
/
+15
*
Allow one to regression test 'sh' changes without having to install
obrien
2010-10-12
28
-82
/
+97
*
Correct regression test to not show a false positive when run as root.
obrien
2010-10-11
1
-6
/
+9
*
Don't blow away /bin/rmail symlink if we are keeping mailwrapper.
markm
2010-10-08
1
-0
/
+2
*
Clean up tools in tools/tools/netrate.
pluknet
2010-10-08
2
-6
/
+11
*
Add some missing files to optionally delete.
netchild
2010-10-06
1
-0
/
+27
*
- Add WITH_GPIO entry to src.conf(5) man page
gonzo
2010-10-05
1
-0
/
+2
*
Change the output of mctest to give a summary of the results instead
gnn
2010-10-01
2
-13
/
+34
*
- simplify by using one build script
mr
2010-10-01
8
-678
/
+32
[next]