<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libutil/pty.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Fix issues which allow snooping on ptys. [08:01]</title>
<updated>2008-01-14T22:57:45Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-01-14T22:57:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ff94fecee59954f0460dc5ee25ef0d26dabe966d'/>
<id>urn:sha1:ff94fecee59954f0460dc5ee25ef0d26dabe966d</id>
<content type='text'>
Fix an off-by-one error in inet_network(3). [08:02]

Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Disable support for /dev/ptmx in FreeBSD 7.0.  While it's a good idea in</title>
<updated>2007-12-06T10:15:29Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-06T10:15:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d80dfcee4baac5686f1c27223fa916530c3fa9d'/>
<id>urn:sha1:6d80dfcee4baac5686f1c27223fa916530c3fa9d</id>
<content type='text'>
principle, the current devfs-based cloning facilit makes the current
user&lt;-&gt;kernel protocol for allocating new pts nodes difficult or
impossible to do without leading to resource leaks or race conditions.

We tentatively plan to reintroduce ptmx/pts support in FreeBSD 7.1 once
a fixed version has settled out in HEAD.  People who really want to run
with the current code can re-enable it but it will require tweaking
conf files and unifdef'ing it.  By removing it now before the release,
we avoid having to support the current allocation protocol in future
releases in order to provide backwards compatibility with older libc's.

Discussed with:	cognet, erwin
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Bump up the number of ttys supported by pty(4) to 512.</title>
<updated>2007-11-27T18:43:09Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-11-27T18:43:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=18ddf4af5484316cb782e0133a37b2e7c9a8a944'/>
<id>urn:sha1:18ddf4af5484316cb782e0133a37b2e7c9a8a944</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Remove California Regent's clause 3, per letter</title>
<updated>2007-01-09T01:02:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T01:02:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee7093a6400feef3d8a99579f28577817d70f6ad'/>
<id>urn:sha1:ee7093a6400feef3d8a99579f28577817d70f6ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach openpty() how to deal with pts.</title>
<updated>2006-01-26T01:33:26Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2006-01-26T01:33:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db256336b89f29cb60b18c0e551493c847ca758d'/>
<id>urn:sha1:db256336b89f29cb60b18c0e551493c847ca758d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.</title>
<updated>2003-10-18T10:04:16Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-10-18T10:04:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=547fa0d9b785fb498d3d0db63618b781d2b83591'/>
<id>urn:sha1:547fa0d9b785fb498d3d0db63618b781d2b83591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up. Sort headers.</title>
<updated>2003-06-14T18:42:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-14T18:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485'/>
<id>urn:sha1:0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 'register' keyword.</title>
<updated>2002-03-21T23:39:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-21T23:39:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be04b6d19037a418b377ed2e33c02086cefa2b60'/>
<id>urn:sha1:be04b6d19037a418b377ed2e33c02086cefa2b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libutil</title>
<updated>2001-09-30T22:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8719c58fefefd5ceebb076be7e40b2a2be317c36'/>
<id>urn:sha1:8719c58fefefd5ceebb076be7e40b2a2be317c36</id>
<content type='text'>
</content>
</entry>
</feed>
