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: 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
*
tr: Fix '[=]=]' equivalence class.
jilles
2010-09-29
3
-1
/
+5
*
Correct message.
pjd
2010-09-27
1
-1
/
+1
*
Add some regression tests for newly added -J and -j options.
pjd
2010-09-25
1
-0
/
+126
*
Don't hardcode md0 in message, use $md instead.
pjd
2010-09-25
1
-1
/
+1
*
Don't leave zombies behind.
trasz
2010-09-25
1
-0
/
+2
*
Add a shell script to generate a test script for trivial ACLs.
trasz
2010-09-25
1
-0
/
+53
*
Update regression tests after AES-XTS addition.
pjd
2010-09-25
7
-21
/
+70
*
- Use $md instead of md0, which fixes tests when md(4) device is already
pjd
2010-09-25
1
-2
/
+2
*
Add test cases for stack unwinding.
davidxu
2010-09-25
8
-0
/
+265
*
Make the labels match the device name that's mounted, not just the
imp
2010-09-22
1
-2
/
+4
*
tools/umastat: more cleanups
avg
2010-09-21
1
-3
/
+5
*
Support new variable NANO_LABEL. When set to a non-null string,
imp
2010-09-20
1
-16
/
+37
*
Add a geli resize subcommand to resize encrypted filesystems prior
brian
2010-09-20
1
-0
/
+149
*
tools/umastat: fix build on amd64
avg
2010-09-20
1
-8
/
+8
*
Revise r197763 which fixes filesystem corruption when extending
brian
2010-09-19
3
-0
/
+102
*
sh: Fix exit status if return is used within a loop condition.
jilles
2010-09-11
2
-0
/
+9
*
sh: Apply variable assignments left-to-right in bltinlookup().
jilles
2010-09-11
1
-0
/
+3
*
sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.
jilles
2010-09-08
2
-0
/
+18
*
sh: Add simple tests for backslashes in the read builtin.
jilles
2010-09-08
2
-0
/
+20
*
sh: Add a test that 'read' leaves the file pointer at the correct place.
jilles
2010-09-03
1
-0
/
+31
[next]