<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-05-27T03:15:04Z</updated>
<entry>
<title>Change the current working directory to be inside the jail created by</title>
<updated>2010-05-27T03:15:04Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2010-05-27T03:15:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=31b99bfe49cfb0820286cb7a3613dbc2f612208c'/>
<id>urn:sha1:31b99bfe49cfb0820286cb7a3613dbc2f612208c</id>
<content type='text'>
the jail(8) command. [10:04]

Fix a one-NUL-byte buffer overflow in libopie. [10:05]

Correctly sanity-check a buffer length in nfs mount. [10:06]

Approved by:	so (cperciva)
Approved by:	re (kensmith)
Security:	FreeBSD-SA-10:04.jail
Security:	FreeBSD-SA-10:05.opie
Security:	FreeBSD-SA-10:06.nfsclient
</content>
</entry>
<entry>
<title>MFC r207734: sigaltstack(2): document some modernizations:</title>
<updated>2010-05-13T15:44:49Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-05-13T15:44:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1270ecd86a2ac865b3b43a8c8a0480a06884ae94'/>
<id>urn:sha1:1270ecd86a2ac865b3b43a8c8a0480a06884ae94</id>
<content type='text'>
* un-document 'struct sigaltstack' tag for stack_t as this is BSD-specific;
  this doesn't seem useful enough to document as such
* alternate stacks are per thread, not per process
* update error codes to what the kernel does and POSIX requires
</content>
</entry>
<entry>
<title>MFC r207604:</title>
<updated>2010-05-11T13:39:37Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-05-11T13:39:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdf855784c90dbbc391ed859b4c04e3e135d9e7e'/>
<id>urn:sha1:bdf855784c90dbbc391ed859b4c04e3e135d9e7e</id>
<content type='text'>
Document RUSAGE_THREAD.
</content>
</entry>
<entry>
<title>MFC r207190: unlinkat(2): unlinkat(AT_REMOVEDIR) fails with ENOTEMPTY</title>
<updated>2010-05-05T22:12:56Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-05-05T22:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2239c5fda0340b63c0e52a517b815f6d53311522'/>
<id>urn:sha1:2239c5fda0340b63c0e52a517b815f6d53311522</id>
<content type='text'>
like rmdir() for non-empty directories.

POSIX permits both ENOTEMPTY and EEXIST, but we use the clearer ENOTEMPTY,
following BSD tradition.
</content>
</entry>
<entry>
<title>MFC r206549:</title>
<updated>2010-04-21T11:09:13Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-04-21T11:09:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c36c99a99d1c0dfe70590d444153dcc98dd8cbd8'/>
<id>urn:sha1:c36c99a99d1c0dfe70590d444153dcc98dd8cbd8</id>
<content type='text'>
Align the declaration for sa_sigaction with POSIX.

MFC r206649:
Still reference struct __sigaction with clarification when this form
of argument declaration is needed.

MFC r206802:
Revert r206649. Simplify the presented declaration of struct sigaction.
</content>
</entry>
<entry>
<title>MFC 205536:</title>
<updated>2010-04-14T15:22:58Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-04-14T15:22:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f70ad5484f0bf06d599b98a6a8cfd47739789c0b'/>
<id>urn:sha1:f70ad5484f0bf06d599b98a6a8cfd47739789c0b</id>
<content type='text'>
Reject attempts to create a MAP_ANON mapping with a non-zero offset.
</content>
</entry>
<entry>
<title>MFC revs 203696, 203783:</title>
<updated>2010-03-07T00:07:00Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2010-03-07T00:07:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=35420d4867448e87d00dc06633556ca04302d3e6'/>
<id>urn:sha1:35420d4867448e87d00dc06633556ca04302d3e6</id>
<content type='text'>
Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can
obtain the memory map of the traced process.

Requested by: kib@
</content>
</entry>
<entry>
<title>MFC r201892:</title>
<updated>2010-01-23T00:43:44Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-01-23T00:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=deacfb8431a4e72476c5148f40eb7d2c89292855'/>
<id>urn:sha1:deacfb8431a4e72476c5148f40eb7d2c89292855</id>
<content type='text'>
Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).

Reviewed by:	davidxu
</content>
</entry>
<entry>
<title>MFC r201350:</title>
<updated>2010-01-22T19:51:34Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2010-01-22T19:51:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52c240aaf4a3f966f7fdd584acb6386b6ec566fd'/>
<id>urn:sha1:52c240aaf4a3f966f7fdd584acb6386b6ec566fd</id>
<content type='text'>
  The devices that supported EVFILT_NETDEV kqueue filters were removed in
  r195175.  Remove all definitions, documentation, and usage.

The change of function signature for vlan_link_state() was not merged to
maintain the ABI.
</content>
</entry>
<entry>
<title>MFC: r202176</title>
<updated>2010-01-19T17:09:18Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2010-01-19T17:09:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c321d2f3435d3281078eb5b733c45473d6b7e825'/>
<id>urn:sha1:c321d2f3435d3281078eb5b733c45473d6b7e825</id>
<content type='text'>
Miscellaneous mdoc, spelling and inconsistency fixes.
</content>
</entry>
</feed>
