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: Add some tests for omitting whitespace whereever possible.
jilles
2011-02-20
2
-0
/
+25
*
sh: Split off some special behaviour into separate tests.
jilles
2011-02-20
4
-2
/
+23
*
sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.
jilles
2011-02-19
1
-1
/
+0
*
sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh".
jilles
2011-02-19
1
-1
/
+4
*
sh: Test that the read builtin passes through all byte values
jilles
2011-02-18
1
-0
/
+32
*
sh: Unset some more locale vars in two tests that may cause them to break.
jilles
2011-02-18
2
-0
/
+4
*
Add a helper script that detects which partition we are on and update the
delphij
2011-02-18
1
-0
/
+44
*
Improve the check for ports which have gone missing, and just ignore
phk
2011-02-17
1
-1
/
+5
*
* add in new EEPROM fields from later revisions
adrian
2011-02-13
1
-2
/
+11
*
sh: Detect dividing the smallest integer by -1.
jilles
2011-02-12
1
-0
/
+12
*
Add 'generic' flash images. This is for projects producing generic
imp
2011-02-10
1
-1
/
+43
*
sh: Add tests for new features in arithmetic.
jilles
2011-02-08
2
-0
/
+55
*
sh: Weaken some tests to allow /rescue/sh to pass everything.
jilles
2011-02-05
3
-3
/
+13
*
sh: Fix two things about {(...)} <redir:
jilles
2011-02-05
1
-0
/
+3
*
sh: Forget all cached command locations on any PATH change.
jilles
2011-02-05
1
-0
/
+12
*
sh: Do not try to execute binary files as scripts.
jilles
2011-02-05
1
-0
/
+12
*
sh: Add test for shell script without '#!'.
jilles
2011-02-02
1
-0
/
+11
*
sh: Send messages about signals to stderr.
jilles
2011-01-30
1
-0
/
+10
*
Keep this in sync with the ar5212 power rate table size.
adrian
2011-01-29
1
-1
/
+1
*
sh: Add test for EXIT trap in command substitution.
jilles
2011-01-27
1
-0
/
+3
*
Fix this tool to use the updated (corrected) v4k eeprom definition introduced...
adrian
2011-01-25
1
-7
/
+20
*
Add a simple tool to print the contents of a v4k EEPROM dump.
adrian
2011-01-24
7
-1
/
+480
*
Add a new tool which takes a text hexdump of the current EEPROM contents.
adrian
2011-01-22
3
-1
/
+157
*
Patch the athstats code/Makefile to cross-compile correctly.
adrian
2011-01-22
2
-13
/
+13
*
Add in a new tool which prints a formatted v14 eeprom from an eeprom
adrian
2011-01-21
3
-1
/
+454
*
Remove an un-needed trailing / after OBJDIR.
adrian
2011-01-21
1
-1
/
+1
*
Make the existing ath tools build again.
adrian
2011-01-21
8
-3
/
+22
*
Make sure the PKGDIR exists before we move stuff into it.
phk
2011-01-18
1
-0
/
+1
*
sh: Fix signal messages being sent to the wrong file sometimes.
jilles
2011-01-18
1
-0
/
+8
*
sh: If exit is used without args from a trap action, exit on the signal.
jilles
2011-01-16
1
-0
/
+9
*
sh: Fix some things about -- in trap:
jilles
2011-01-15
1
-0
/
+19
*
regression/date: unset all LC_xxx vars and set LANG/LC_ALL
keramida
2011-01-09
1
-1
/
+1
*
sh: Remove special %builtin PATH entry.
jilles
2011-01-09
1
-0
/
+15
*
sh: Make exit without parameters from EXIT trap POSIX-compliant.
jilles
2011-01-08
1
-0
/
+5
*
sh: Add simple test for 'exit' without parameters.
jilles
2011-01-08
1
-0
/
+7
*
sed: Add test for r217133 (-i race).
jilles
2011-01-08
2
-0
/
+84
*
tests: sort & fix includes, remove -include from CFLAGS of acct tests
keramida
2011-01-06
3
-15
/
+19
*
sh: Do not call exitshell() from evalcommand() unless evalcommand() forked
jilles
2011-01-05
1
-0
/
+17
*
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
[next]