]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r300856,r300857,r300858,r300874:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 18:19:34 +0000 (18:19 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Jun 2016 18:19:34 +0000 (18:19 +0000)
commitf341bacbfdd54158d15495b7c37b3c5367906132
treed02c28957f384fa8195f66e770e0ec0a1e5302ce
parenteaa9334ab72a6826f42b1db86063876ab8c66eaf
MFC r300856,r300857,r300858,r300874:

r300856:

Initialize `t` with memset(.., 0, ..)

This will help ensure that we're not using random garbage on the stack by
accident with respect to the variable

r300857:

Document the default behavior for -c (0)

Bump .Dd for the change

r300858:

Fix description for -V in the -r case

t.verify_test = true is always set when -V is specified, regardless of whether
or not the tool is being run in raw mode

r300874:

Update usage(..)

- Document missing options
- Sync options with ioatcontrol(8).
- Make it clear that the first 2 parameters are always required.

git-svn-id: svn://svn.freebsd.org/base/stable/10@301677 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/tools/ioat/ioatcontrol.8
tools/tools/ioat/ioatcontrol.c