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
*
Revert r273630 as the panic was fixed by r274619
smh
2014-11-17
1
-2
/
+0
*
Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and
ngie
2014-11-16
2
-77
/
+1
*
Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and
ngie
2014-11-16
2
-300
/
+0
*
Remove test-arc4random from this Makefile so others can continue to use
ngie
2014-11-16
1
-1
/
+1
*
Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase and
ngie
2014-11-16
1
-89
/
+0
*
Kill custom in_matroute() radix mathing function removing one rte mutex lock.
melifaro
2014-11-11
1
-22
/
+0
*
Remove kernel handling of ICMP_SOURCEQUENCH.
melifaro
2014-11-10
1
-9
/
+0
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
7
-14
/
+0
*
Handle full-path-resolutions to detect the magic-ness of the pkg port.
phk
2014-11-09
1
-11
/
+11
*
Add a quick and dirty script to check validity of links in elf files
bapt
2014-11-06
1
-0
/
+37
*
Add a new thread state "spinning" to schedgraph and add tracepoints at the
jhb
2014-11-04
1
-0
/
+1
*
Bind Ctrl-Q as a global hotkey to exit. Bind Ctrl-W as a hotkey to close
jhb
2014-11-04
1
-0
/
+17
*
Integrate pjdfstest test suite execution into kyua
ngie
2014-11-03
1
-3
/
+4
*
MFV: Import atf-0.21.
jmmv
2014-11-01
1
-4
/
+9
|
\
*
|
Remove an extra copy of hv_kvp_daemon(8) [1].
delphij
2014-10-27
1
-1
/
+2
*
|
Remove incorrect semicolon.
stefanf
2014-10-26
1
-1
/
+1
*
|
Bail out of the script on FreeBSD due to deterministic panic issue
ngie
2014-10-25
1
-0
/
+2
*
|
Bail out of the script on FreeBSD due to deterministic panic issue
ngie
2014-10-25
1
-0
/
+2
*
|
Bail out of the script on FreeBSD due to deterministic panic issue
ngie
2014-10-25
1
-0
/
+2
*
|
Bail out of the script on FreeBSD due to deterministic panic issue
ngie
2014-10-25
1
-0
/
+2
*
|
Move the redirection to stderr out of the cmd variable assignment
ngie
2014-10-25
1
-2
/
+2
*
|
- Print out "Bail out!" in die(..) so prove terminates immediately
ngie
2014-10-25
1
-1
/
+2
*
|
Fix typo in src option description
emaste
2014-10-21
1
-1
/
+1
*
|
cxgbetool: Catch up with r185979. One of MAP_ANON, MAP_PRIVATE,
np
2014-10-21
1
-1
/
+1
*
|
Correct two typos
skreuzer
2014-10-16
2
-4
/
+4
*
|
Document that WITHOUT_TOOLCHAIN causes headers to not be installed, not
brooks
2014-10-16
1
-1
/
+1
*
|
Per r273155, HYPERV is built by default on platforms where it makes
brooks
2014-10-16
1
-2
/
+0
*
|
MK_ARB_EABI was removed in r272350 so remove the documentation.
brooks
2014-10-16
1
-2
/
+0
*
|
Add a new option, -P, to pkt-gen which reads a single packet from a stored
gnn
2014-10-11
1
-6
/
+39
*
|
Build gperf only if we're using g++ (not clang++)
emaste
2014-10-09
1
-1
/
+6
*
|
Add schedgraph traces for callout handlers. Specifically, a callwheel logs
jhb
2014-10-08
1
-3
/
+0
*
|
Fix format string warnings.
ae
2014-10-05
1
-2
/
+2
*
|
Fix typo.
ae
2014-10-05
1
-1
/
+1
*
|
Rework bootparttest to use more code from sys/boot.
ae
2014-10-05
3
-110
/
+85
*
|
Add in decode for the AR9300 RX descriptor.
adrian
2014-10-04
1
-0
/
+74
*
|
Explicitly return None for negative event indices. Prior to this,
jhb
2014-09-30
1
-1
/
+1
*
|
Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca4...
ngie
2014-09-24
212
-10470
/
+0
*
|
Don't install /etc/rc.d/keyserv unless MK_OPENSSL == yes
ngie
2014-09-23
1
-3
/
+3
*
|
Ignore a test program which doesn't compile at the moment. It will be
markj
2014-09-21
1
-1
/
+2
*
|
Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes
ngie
2014-09-20
1
-0
/
+1
*
|
Don't install /etc/rc.d/rwho unless MK_RCMDS == yes
ngie
2014-09-20
1
-0
/
+1
*
|
Use 'cc' for the C compiler instead of 'gcc'.
will
2014-09-18
1
-1
/
+1
*
|
Use a devd event to start hv_kvpd instead of doing so in rc.d script.
delphij
2014-09-17
1
-1
/
+1
*
|
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,
delphij
2014-09-13
3
-0
/
+12
*
|
Fix ACL tests to correctly work with ZFS; previous version used wrong
trasz
2014-09-12
3
-3
/
+3
*
|
Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls
asomers
2014-09-10
2
-1
/
+5
*
|
Add diagnostic printfs and disable test # 4 on i386
ngie
2014-09-10
1
-0
/
+9
*
|
Expand the tests structure in test_small(..) to workaround the
ngie
2014-09-09
1
-19
/
+14
*
|
Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragma
ngie
2014-09-09
2
-2
/
+2
*
|
Avoid rs(1) hitting LINE_MAX with custom trees that have large dependencies.
bdrewery
2014-09-08
1
-3
/
+3
[next]