<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/sys/write.2, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC 1.33:</title>
<updated>2006-10-29T14:49:10Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2006-10-29T14:49:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc8db92f3b4fd8651fc63709f7b4a32681ca7c33'/>
<id>urn:sha1:bc8db92f3b4fd8651fc63709f7b4a32681ca7c33</id>
<content type='text'>
  Minor markup fix: A comma should be seperated by space from macro
  argument.  This resulted in "pwritev,()" instead of the intended
  "pwritev()," in the output.

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>- Add two new system calls: preadv() and pwritev() which are like readv()</title>
<updated>2005-07-07T18:17:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-07-07T18:17:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bcd9e0dd20e40f15d1fb3e0bc34c2c2c0f08fc39'/>
<id>urn:sha1:bcd9e0dd20e40f15d1fb3e0bc34c2c2c0f08fc39</id>
<content type='text'>
  and writev() except that they take an additional offset argument and do
  not change the current file position.  In SAT speak:
  preadv:readv::pread:read and pwritev:writev::pwrite:write.
- Try to reduce code duplication some by merging most of the old
  kern_foov() and dofilefoo() functions into new dofilefoo() functions
  that are called by kern_foov() and kern_pfoov().  The non-v functions
  now all generate a simple uio on the stack from the passed in arguments
  and then call kern_foov().  For example, read() now just builds a uio and
  calls kern_readv() and pwrite() just builds a uio and calls kern_pwritev().

PR:		kern/80362
Submitted by:	Marc Olzheim marcolz at stack dot nl (1)
Approved by:	re (scottl)
MFC after:	1 week
</content>
</entry>
<entry>
<title>read(), pread(), write(), and pwrite() return EINVAL if they are asked</title>
<updated>2005-02-10T20:09:01Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-02-10T20:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=75fa96cc9b9678507b5c02a2b64ec1e90c5ee01c'/>
<id>urn:sha1:75fa96cc9b9678507b5c02a2b64ec1e90c5ee01c</id>
<content type='text'>
for more than INT_MAX bytes.
</content>
</entry>
<entry>
<title>Reword the last change a bit, add mdoc(7) markup.</title>
<updated>2004-10-25T13:35:03Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-10-25T13:35:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a39fd5061bf6d00966eef587b9f627a2963c062c'/>
<id>urn:sha1:a39fd5061bf6d00966eef587b9f627a2963c062c</id>
<content type='text'>
Discussed with:	bde
</content>
</entry>
<entry>
<title>Explain it is a negative offset that EINVAL may indicate.</title>
<updated>2004-10-16T09:53:35Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-10-16T09:53:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a0cabd9e4baeea5e32666e02af09612d5b38211'/>
<id>urn:sha1:9a0cabd9e4baeea5e32666e02af09612d5b38211</id>
<content type='text'>
Now readers won't get an impression that pointing to beyond
the current end of file will result in EINVAL.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.</title>
<updated>2003-10-11T20:47:44Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2003-10-11T20:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=638f4836e348b4a1882197e044f331a48d4c43e2'/>
<id>urn:sha1:638f4836e348b4a1882197e044f331a48d4c43e2</id>
<content type='text'>
The former is a kernel-only visible constant, the latter the
POSIX-specified userland constant defined by including limits.h.
</content>
</entry>
<entry>
<title>Fix struct iovec documentation to match reality.</title>
<updated>2003-01-12T15:18:47Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2003-01-12T15:18:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f0ca6ffc9a8c868ceaf1f2669696ed1ed873a71'/>
<id>urn:sha1:0f0ca6ffc9a8c868ceaf1f2669696ed1ed873a71</id>
<content type='text'>
Submitted by:	Craig Rodrigues &lt;rodrigc@attbi.com&gt;
</content>
</entry>
<entry>
<title>mdoc(7) police: "The .Fa argument.".</title>
<updated>2002-12-19T09:40:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-19T09:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2efeeba554cbd7bdee9cfe17641c8bd335c7972f'/>
<id>urn:sha1:2efeeba554cbd7bdee9cfe17641c8bd335c7972f</id>
<content type='text'>
</content>
</entry>
</feed>
