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
*
MK_GPIO changed its default; reflect.
ru
2011-05-06
2
-2
/
+4
*
Removed trailing whitespace.
ru
2011-05-06
2
-2
/
+2
*
Tidy up formatting.
ru
2011-05-06
1
-2
/
+2
*
sh: Add $'quoting' (C-style escape sequences).
jilles
2011-05-05
9
-0
/
+100
*
sh: Apply set -u to variables in arithmetic.
jilles
2011-05-04
1
-0
/
+6
*
sh: Detect an error for ${#var<GARBAGE>}.
jilles
2011-05-04
2
-0
/
+3
*
Regression tests for Capsicum capability mode.
jonathan
2011-05-04
5
-0
/
+587
*
Give some sort of message when the program is not run as root.
gnn
2011-05-03
1
-0
/
+10
*
Introduce two new options MK_INET and MK_INET_SUPPORT analogically
bz
2011-04-30
2
-0
/
+4
*
A diagnostic tool to go along with the vxge(4) 10GbE driver.
gnn
2011-04-28
7
-0
/
+3681
*
executable
des
2011-04-28
1
-0
/
+0
*
sh: Set $? to 0 for background commands.
jilles
2011-04-25
3
-0
/
+13
*
sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.
jilles
2011-04-23
3
-0
/
+46
*
Expand / correct newsyslog regression tests:
simon
2011-04-21
1
-9
/
+120
*
sh: Do not word split "${#parameter}".
jilles
2011-04-20
1
-0
/
+8
*
sh: Add test for bin/12137.
jilles
2011-04-15
1
-0
/
+27
*
sh: Add test for obscure and ambiguous ${#?}.
jilles
2011-04-15
1
-0
/
+11
*
sh: Add test for bin/56147.
jilles
2011-04-15
1
-0
/
+6
*
Generate opt_ah.h now for all ath tools, a recent HAL change of mine
adrian
2011-04-11
5
-0
/
+44
*
Regenerate after r220401. It turns out makeman is clever about implied
uqs
2011-04-06
1
-5
/
+1
*
Complete WITHOUT_CXX support. It implies WITHOUT_GROFF and
uqs
2011-04-06
2
-3
/
+577
*
Allow strerror(0) and strerror_r(0, ...).
jilles
2011-04-05
1
-8
/
+13
*
* re-enable marker stuff, I accidentally disabled it during debugging
adrian
2011-04-05
1
-4
/
+2
*
Flesh out a simple tool to print the ALQ dump generated by the HAL.
adrian
2011-04-05
3
-1
/
+126
*
Use ${NANO_WORLDDIR}/var/empty as copy source since it has no schg flag set.
mr
2011-03-28
1
-2
/
+2
*
Oops, fix badness i must've introduced earlier.
adrian
2011-03-23
1
-4
/
+4
*
Add test for acl_is_trivial_np(3).
trasz
2011-03-22
2
-0
/
+151
*
Delete all GPT partitions at once. (Suggested by Andrey V. Elsukov <bu7cher@y...
mr
2011-03-21
2
-4
/
+8
*
Add a file with some remarks for setting up a zfs boot environment
mr
2011-03-20
1
-0
/
+35
*
- Add script for preparing disks in GPT/ZFS boot environment
mr
2011-03-20
2
-0
/
+64
*
- Build disk image (for USB sticks) and iso image
mr
2011-03-18
3
-11
/
+29
*
sh: Fix some parameter expansion variants ${#...}.
jilles
2011-03-13
2
-0
/
+21
*
POSIX accepts only ELOOP if O_NOFOLLOW is specified and target is a symlink.
pjd
2011-03-13
1
-5
/
+5
*
sh: Add some tests for ${#parameter}.
jilles
2011-03-13
3
-0
/
+26
*
Fix warnings and style(9) issues.
brucec
2011-03-12
2
-27
/
+33
*
Add some missing consts.
pjd
2011-03-12
1
-4
/
+4
*
Fix warnings and style(9) issues.
brucec
2011-03-11
2
-4
/
+6
*
Fix the build: we have snprintf(3).
brucec
2011-03-11
1
-0
/
+1
*
Fix warnings and set WARNS to 6.
brucec
2011-03-11
2
-0
/
+5
*
Fix warnings and set WARNS to 6.
brucec
2011-03-11
2
-3
/
+5
*
mptable.h is now in include/x86.
brucec
2011-03-11
1
-1
/
+1
*
Fix warnings and style(9) issues.
brucec
2011-03-11
2
-14
/
+16
*
Add support for *at syscalls:
pjd
2011-03-10
1
-25
/
+173
*
Improve test a bit, now that we have fstat(2) support.
pjd
2011-03-10
1
-3
/
+9
*
Few initial ftruncate(2) tests. One of them covers stand/154873.
pjd
2011-03-09
1
-0
/
+58
*
Pass descriptor number to write(2), now that it is possible.
pjd
2011-03-09
2
-4
/
+4
*
Add support for the following syscalls:
pjd
2011-03-09
3
-13
/
+94
*
The regdomain entries are 16 bits, not 8. Print out all 16 bits.
adrian
2011-03-09
2
-2
/
+2
*
Update to keep in sync with the HAL
adrian
2011-03-08
1
-7
/
+5
*
sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
jilles
2011-03-07
1
-0
/
+10
[next]