<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/streams, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-04-23T20:29:55Z</updated>
<entry>
<title>Fix streams and svr4 module dependency. Both modules are complaining about</title>
<updated>2016-04-23T20:29:55Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2016-04-23T20:29:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f8621b1d5cfcfe86986ebe6b324ca0a9b8c408e'/>
<id>urn:sha1:9f8621b1d5cfcfe86986ebe6b324ca0a9b8c408e</id>
<content type='text'>
undefined symbol svr4_delete_socket which was moved from streams to the svr4 module
in r160558 that created a two-way dependency between them.

PR:		208464
Submitted by:	Kristoffer Eriksson
Reported by:	Kristoffer Eriksson
MFC after:	2 week
</content>
</entry>
<entry>
<title>fd: remove filedesc argument from fdclose</title>
<updated>2015-04-11T15:40:28Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2015-04-11T15:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90f54cbfeb973c0e2ee7b617b7759ac4335a9efe'/>
<id>urn:sha1:90f54cbfeb973c0e2ee7b617b7759ac4335a9efe</id>
<content type='text'>
Just accept a thread instead. This makes it consistent with fdalloc.

No functional changes.
</content>
</entry>
<entry>
<title>Remove the no-at variants of the kern_xx() syscall helpers.  E.g., we</title>
<updated>2014-11-13T18:01:51Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2014-11-13T18:01:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6e646651d358c6de266562e0dc5c621b7ea4cd8d'/>
<id>urn:sha1:6e646651d358c6de266562e0dc5c621b7ea4cd8d</id>
<content type='text'>
have both kern_open() and kern_openat(); change the callers to use
kern_openat().

This removes one (sometimes two) levels of indirection and
consolidates arguments checks.

Reviewed by:	mckusick
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
</content>
</entry>
<entry>
<title>- Remove socket file operations declaration from sys/file.h.</title>
<updated>2014-08-26T14:44:08Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2014-08-26T14:44:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e86447ca44b256dee9a1f22706260e02dfeb0431'/>
<id>urn:sha1:e86447ca44b256dee9a1f22706260e02dfeb0431</id>
<content type='text'>
- Make them static in sys_socket.c.
- Provide generic invfo_truncate() instead of soo_truncate().

Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
</content>
</entry>
<entry>
<title>Restore the previous sendfile(2) behaviour on the block devices.</title>
<updated>2013-08-16T14:22:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2013-08-16T14:22:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1dd38f4083352b6c8dc4a2945470f1e72abaeca'/>
<id>urn:sha1:b1dd38f4083352b6c8dc4a2945470f1e72abaeca</id>
<content type='text'>
Provide valid .fo_sendfile method for several missed struct fileops.

Reviewed by:	glebius
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Revert previous commit...</title>
<updated>2012-10-10T08:36:38Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-10-10T08:36:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9823d52705ad71f19ef2205aa729547ac396e3eb'/>
<id>urn:sha1:9823d52705ad71f19ef2205aa729547ac396e3eb</id>
<content type='text'>
Pointyhat to:	kevlo (myself)
</content>
</entry>
<entry>
<title>Prefer NULL over 0 for pointers</title>
<updated>2012-10-09T08:27:40Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-10-09T08:27:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a10cee30c94cf5944826d2a495e9cdf339dfbcc8'/>
<id>urn:sha1:a10cee30c94cf5944826d2a495e9cdf339dfbcc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the fo_chown and fo_chmod methods to struct fileops and use them</title>
<updated>2011-08-16T20:07:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-08-16T20:07:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c00bb9190391479885cfb14ed23fb7003d10109'/>
<id>urn:sha1:9c00bb9190391479885cfb14ed23fb7003d10109</id>
<content type='text'>
to implement fchown(2) and fchmod(2) support for several file types
that previously lacked it. Add MAC entries for chown/chmod done on
posix shared memory and (old) in-kernel posix semaphores.

Based on the submission by:	glebius
Reviewed by:	rwatson
Approved by:	re (bz)
</content>
</entry>
<entry>
<title>After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)</title>
<updated>2011-04-01T13:28:34Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-04-01T13:28:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1fe80828e72af1c4f17f946eb8fe0d4070ae22c7'/>
<id>urn:sha1:1fe80828e72af1c4f17f946eb8fe0d4070ae22c7</id>
<content type='text'>
and remove the falloc() version that lacks flag argument. This is done
to reduce the KPI bloat.

Requested by:	jhb
X-MFC-note:	do not
</content>
</entry>
<entry>
<title>The streams ptm code is pretty awful and likely incorrect. I don't know</title>
<updated>2009-02-16T20:12:28Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-02-16T20:12:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=55272bd6b4c51c0df32593f43cef85d475ebe47a'/>
<id>urn:sha1:55272bd6b4c51c0df32593f43cef85d475ebe47a</id>
<content type='text'>
anything about streams, so I'm not going to fix it. Just a small comment
to redirect folks to posix_openpt().
</content>
</entry>
</feed>
