<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/aio, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-05-13T12:09:01Z</updated>
<entry>
<title>MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138:</title>
<updated>2015-05-13T12:09:01Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T12:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5c0e8d2f31ee19a358a80b396cd472864ae085a'/>
<id>urn:sha1:c5c0e8d2f31ee19a358a80b396cd472864ae085a</id>
<content type='text'>
r282071:

Integrate tools/regression/mqueue into the FreeBSD test suite as
tests/sys/mqueue

r282074:

Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the
FreeBSD test suite as tests/sys/aio

r282133:

Fill in the copyright boilerplate for the test program

r282134:

Add initial (unpolished) macros for interfacing with the FreeBSD test suite

This is very rough, but will be replaced/redesigned some time soon after I fix
the Jenkins breakage I introduced

r282135:

Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function

r282136:

- Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)
- Don't use /tmp as a basis for temporary files as it's outside of the ATF
  sandbox
- Don't override MAX macro in sys/param.h

r282137:

Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"

r282138:

Adjust CFLAGS to find freebsd_test_suite/macros.h
</content>
</entry>
<entry>
<title>MFC r280894,r280895:</title>
<updated>2015-05-13T11:49:38Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T11:49:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e7aef8f6a7dc93082e6d97ad7985e6b15486e8a'/>
<id>urn:sha1:7e7aef8f6a7dc93082e6d97ad7985e6b15486e8a</id>
<content type='text'>
r280894:

Minor cleanup before converting to ATF testcases

- Remove blank (tab-only) lines.
- Fix -Wunused warnings.
- Bump up to WARNS= 6

r280895:

- Fix -Wsign issue
- Bump up to WARNS=6
</content>
</entry>
<entry>
<title>MFC r282073:</title>
<updated>2015-05-13T10:29:02Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T10:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05c3d0bdbdf0e09b4525ae5bf3610a87cae8c741'/>
<id>urn:sha1:05c3d0bdbdf0e09b4525ae5bf3610a87cae8c741</id>
<content type='text'>
- Fix style(9) a bit
-- Fix whitespace
-- Use err/errx
-- Remove superfluous braces
- Be a bit more defensive with input from the end-user
- Don't throw a floating point exception by dividing by 0 when processing a
  zero-byte file
</content>
</entry>
<entry>
<title>MFC r280893:</title>
<updated>2015-04-25T04:49:45Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-04-25T04:49:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89d0270f379ddf5773bbc0ea66d1f5028748cfb6'/>
<id>urn:sha1:89d0270f379ddf5773bbc0ea66d1f5028748cfb6</id>
<content type='text'>
Cleanup and do minor refactoring before converting testcases to ATF

- Convert errx(-1, ..) to errx(1, ..)
- Move the aio(4) checks to a single function (aio_available); use modfind(2)
  instead of depending on SIGSYS (doesn't work when aio(4) support is missing,
  not documented in the aio syscall manpages).
- Use aio_available liberally in the testcase functions
- Use mkstemp(3) + unlink(2) instead of mktemp(3)
- Fix some -Wunused warnings
- Bump WARNS to 6

Submitted by: mjohnston [*]
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>MFC r264400,r265836:</title>
<updated>2014-12-31T23:25:37Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-31T23:25:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be39f9d2337a354f95e8be9e96a52202de94b428'/>
<id>urn:sha1:be39f9d2337a354f95e8be9e96a52202de94b428</id>
<content type='text'>
r264400:

  NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
  and finish the job. ncurses is now the only Makefile in the tree that
  uses it since it wasn't a simple mechanical change, and will be
  addressed in a future commit.

r265836:

  Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
  what is needed.
</content>
</entry>
<entry>
<title>Fix several warnings.</title>
<updated>2013-07-21T19:21:18Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-07-21T19:21:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a81c9a946845f2c4bfbd3eb12c32d2051a27b84c'/>
<id>urn:sha1:a81c9a946845f2c4bfbd3eb12c32d2051a27b84c</id>
<content type='text'>
Fix crash in aio_pty_cleanup() by initializing the pointer before
dereferencing.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>Include stdint.h when use intmax_t.</title>
<updated>2013-07-18T06:32:19Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-07-18T06:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e32234295d6b0236abbfc8e1c3868a69166be3e5'/>
<id>urn:sha1:e32234295d6b0236abbfc8e1c3868a69166be3e5</id>
<content type='text'>
Reported by:	bde
</content>
</entry>
<entry>
<title>Replace PRId64 with "jd" in a printf call. Cast the corresponding value to</title>
<updated>2013-07-18T01:40:31Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-07-18T01:40:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ea4debe598272df67ade4797cafd3bf22ed7abe'/>
<id>urn:sha1:8ea4debe598272df67ade4797cafd3bf22ed7abe</id>
<content type='text'>
intmax_t, because the original type is off_t.

Reported by:	bde
</content>
</entry>
<entry>
<title>Use PRId64 instead of %gd to print an int64_t.</title>
<updated>2013-07-17T00:54:21Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-07-17T00:54:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1d35db811fe0e7148f708e7cfccf9cc36103f55c'/>
<id>urn:sha1:1d35db811fe0e7148f708e7cfccf9cc36103f55c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix QA issues</title>
<updated>2011-02-22T05:13:26Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-02-22T05:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd41c1d72efbf5e64c8963e42469f2d605554ecb'/>
<id>urn:sha1:dd41c1d72efbf5e64c8963e42469f2d605554ecb</id>
<content type='text'>
PR:		misc/146687
Submitted by:	Garrett Cooper &lt;gcooper@FreeBSD.org&gt;
Approved by:	rwatson (mentor)
</content>
</entry>
</feed>
