<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/security, 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-11-09T07:26:34Z</updated>
<entry>
<title>MFC r290190,r290251:</title>
<updated>2015-11-09T07:26:34Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-11-09T07:26:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1ee37bf9854745a6f5a042eb92b838eb5f80c9c'/>
<id>urn:sha1:e1ee37bf9854745a6f5a042eb92b838eb5f80c9c</id>
<content type='text'>
r290190:

Fix compiler warnings with open_to_operation.c

Other sidenotes:
- Remove unused variables with main(..)
- Convert errx/exit with -1 to errx/exit with 1
- Fix a bogus test in try_directory_open
  (expected_errno == expected_errno -&gt; errno == expected_errno) [*]
- Fix some warnings related to discarded qualifiers
- Remove a bogus else-statement at the end of check_mmap_exec(..) in the
  successful case. mmap(2), POSIX, Linux, etc all don't state what the
  behavior is when mixing O_WRONLY + PROT_EXEC, so assume success for now to
  get the test program to pass again.

PR: 201286 [*]
Submitted by: David Binderman &lt;dcb314@hotmail.com&gt;
Sponsored by: EMC / Isilon Storage Division

r290251:

Use nitems(x) instead of sizeof(x)/sizeof(x[0])

Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Merge an applicable subset of r263234 from HEAD to stable/10:</title>
<updated>2015-03-19T12:32:48Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2015-03-19T12:32:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a39ca5634384e504b417c3a617718d2b21d89d4'/>
<id>urn:sha1:9a39ca5634384e504b417c3a617718d2b21d89d4</id>
<content type='text'>
  Update most userspace consumers of capability.h to use capsicum.h instead.

  auditdistd is not updated as I will make the change upstream and then do a
  vendor import sometime in the next week or two.

Note that a significant fraction does not apply, as FreeBSD 10 doesn't
contain a Capsicumised ping, casperd, libcasper, etc.  When these features
are merged, the capsicum.h change will need to be merged with them.

Sponsored by:	Google, Inc.
</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>MFC: r261566</title>
<updated>2014-02-13T09:24:46Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-02-13T09:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20b1884cf2dcea9a262263ee68c248ff2dce99e2'/>
<id>urn:sha1:20b1884cf2dcea9a262263ee68c248ff2dce99e2</id>
<content type='text'>
Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.

PR:		185382 (based on)
Submitted by:	Loganaden Velvindron
Reviewed by:	pjd
</content>
</entry>
<entry>
<title>Update regression tests after adding chflagsat(2).</title>
<updated>2013-03-21T23:07:04Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-03-21T23:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ff964674125c1f711b0b7a92eadbfcf757456ad1'/>
<id>urn:sha1:ff964674125c1f711b0b7a92eadbfcf757456ad1</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Update the tests now that absence of the O_APPEND flag requires CAP_SEEK</title>
<updated>2013-03-16T23:13:49Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-03-16T23:13:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b48fdae147b85e0223fd566a3e06332312a916d7'/>
<id>urn:sha1:b48fdae147b85e0223fd566a3e06332312a916d7</id>
<content type='text'>
capability. Add some more tests.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flag</title>
<updated>2013-03-16T23:10:40Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-03-16T23:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac978022d3fbdbaa9937ca04512ed026171cccbf'/>
<id>urn:sha1:ac978022d3fbdbaa9937ca04512ed026171cccbf</id>
<content type='text'>
was given.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Update existing regression tests after Capsicum overhaul.</title>
<updated>2013-03-02T00:56:53Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2013-03-02T00:56:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f29088987a3d43515435e136202ac48632806263'/>
<id>urn:sha1:f29088987a3d43515435e136202ac48632806263</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix order of arguments to lseek().</title>
<updated>2012-02-29T19:50:49Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2012-02-29T19:50:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb729f8549681229f18a05b9fef07b032421bf39'/>
<id>urn:sha1:bb729f8549681229f18a05b9fef07b032421bf39</id>
<content type='text'>
PR:		160867
Submitted by:	Henning Petersen &lt;henning.petersen@t-online.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Spelling fixes for tools/</title>
<updated>2011-12-30T00:04:11Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ce070c1b28cd5f33c098da43378d0239091bd00'/>
<id>urn:sha1:8ce070c1b28cd5f33c098da43378d0239091bd00</id>
<content type='text'>
Add some $FreeBSD$ tags so svn will allow the commit.
</content>
</entry>
</feed>
