<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/security, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r189590</title>
<updated>2009-03-20T18:04:20Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2009-03-20T18:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=82b619d06fdd18f582bf0bb0cad76a1036e79380'/>
<id>urn:sha1:82b619d06fdd18f582bf0bb0cad76a1036e79380</id>
<content type='text'>
- Mark the mac_bsdextended rules sysctl as mpsafe.
</content>
</entry>
<entry>
<title>MFC r184660</title>
<updated>2009-03-20T00:55:38Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2009-03-20T00:55:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28889ff65876e32d4f73669378851d3ce904602f'/>
<id>urn:sha1:28889ff65876e32d4f73669378851d3ce904602f</id>
<content type='text'>
- Dont hold Giant around vn_fullpath and vn_fullpath_global
</content>
</entry>
<entry>
<title>MFC r182090</title>
<updated>2009-03-20T00:38:14Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2009-03-20T00:38:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1a51b07638bc5dcb01dc0e4f6f3de00140a3c62'/>
<id>urn:sha1:b1a51b07638bc5dcb01dc0e4f6f3de00140a3c62</id>
<content type='text'>
- use sbuf_putc instead of sbuf_cat
</content>
</entry>
<entry>
<title>MFC r181060</title>
<updated>2009-03-20T00:34:50Z</updated>
<author>
<name>Christian S.J. Peron</name>
<email>csjp@FreeBSD.org</email>
</author>
<published>2009-03-20T00:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f6fc490440da3cf1a2b463d77e9d2fccba863cc'/>
<id>urn:sha1:2f6fc490440da3cf1a2b463d77e9d2fccba863cc</id>
<content type='text'>
- Add vn_fullpath_global()
- Fix issues in auditing pathnames within chroot/jail envs
</content>
</entry>
<entry>
<title>Merge r189570 from head to stable/7:</title>
<updated>2009-03-16T17:25:09Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-16T17:25:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=49d30688c77ce4646d6590b1b0de87fe5f457bd1'/>
<id>urn:sha1:49d30688c77ce4646d6590b1b0de87fe5f457bd1</id>
<content type='text'>
  Add a new thread-private flag, TDP_AUDITREC, to indicate whether or
  not there is an audit record hung off of td_ar on the current thread.
  Test this flag instead of td_ar when auditing syscall arguments or
  checking for an audit record to commit on syscall return.  Under
  these circumstances, td_pflags is much more likely to be in the cache
  (especially if there is no auditing of the current system call), so
  this should help reduce cache misses in the system call return path.

  Reported by:    kris
  Obtained from:  TrustedBSD Project
</content>
</entry>
<entry>
<title>Merge r186822 from head to stable/7:</title>
<updated>2009-03-16T17:15:02Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-16T17:15:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d70c0e029987dc6df7747b1e5336f713e6db8758'/>
<id>urn:sha1:d70c0e029987dc6df7747b1e5336f713e6db8758</id>
<content type='text'>
  In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an audit
  record is active on the current thread--historically we may always
  have wanted to enter the audit code if auditing was enabled, but now
  we just commit the audit record so don't need to enter if there isn't
  one.

  Obtained from:	TrustedBSD Project
  Sponsored by:		Apple, Inc.
</content>
</entry>
<entry>
<title>Merge r186662 from head to stable/7:</title>
<updated>2009-03-16T17:08:10Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-16T17:08:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bf07ddae7e1306d00f69a157d596c575d29e9d93'/>
<id>urn:sha1:bf07ddae7e1306d00f69a157d596c575d29e9d93</id>
<content type='text'>
  Fix white space botch: use carriage returns rather than tabs.
</content>
</entry>
<entry>
<title>Merge r182750, r182754 from head to stable/7:</title>
<updated>2009-03-16T17:03:33Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-16T17:03:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74e8eb600aa5cc4a39a5b38befec7c6697c3eedd'/>
<id>urn:sha1:74e8eb600aa5cc4a39a5b38befec7c6697c3eedd</id>
<content type='text'>
  If the process id specified is invalid, the system call returns ESRCH

  Unbreak the build.
</content>
</entry>
<entry>
<title>Merge r174894 from head to stable/7:</title>
<updated>2009-03-16T16:57:04Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-16T16:57:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cfa291acc8b175281f961df3551569fcf5eea72'/>
<id>urn:sha1:6cfa291acc8b175281f961df3551569fcf5eea72</id>
<content type='text'>
  Change "audit_pipe_preselect" to "audit_pipe_presel" to make it print
  with proper alignment in ddb(4) and vmstat(8).
</content>
</entry>
</feed>
