<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc, branch release/2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1994-11-22T10:58:58Z</updated>
<entry>
<title>Tell stupid users to write the bootcode.</title>
<updated>1994-11-22T10:58:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-11-22T10:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=140932d6d85b561ad06abe5006a5e973a7713c45'/>
<id>urn:sha1:140932d6d85b561ad06abe5006a5e973a7713c45</id>
<content type='text'>
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.</title>
<updated>1994-11-21T07:33:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-21T07:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01233029edba45b14c75afe36248d0df998b3cc3'/>
<id>urn:sha1:01233029edba45b14c75afe36248d0df998b3cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'ALPHA_2_0'.</title>
<updated>1994-11-08T19:51:51Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1994-11-08T19:51:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4856526c75b2c41c79507c179357bc902687282'/>
<id>urn:sha1:f4856526c75b2c41c79507c179357bc902687282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Date: Wed, 26 Oct 1994 15:44:49 -0600</title>
<updated>1994-11-05T18:49:34Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1994-11-05T18:49:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=692a99c012514f7d592c8e60b66d9203e0a7a93d'/>
<id>urn:sha1:692a99c012514f7d592c8e60b66d9203e0a7a93d</id>
<content type='text'>
From: Chris Torek &lt;torek@bsdi.com&gt;
Here is a semi-official patch (apply to /usr/src/lib/libc/stdio/fseek.c,
rebuild libc, install).  The current code fails when the seek:

  - is optimized, and
  - is to just past the end of the block currently in the buffer, and
  - is followed by another seek with no intervening read operation, and
  - the destination of subsequent seek is within the block left in the
    buffer (seeking to the beginning of a block does not force a read,
    so the buffer still contains the previous block)

so it is indeed rather obscure.

I may have a different `final' fix, as this one `loses' the buffer
contents on a seek that goes just past the end of the current block.

[Footnote: seeks are optimized only on read-only opens of regular
files that are buffered by the file's optimal I/O size.  This is
what you get with fopen(path, "r") and no call to setvbuf().]

Obtained from: [ BSDI mailing list ]
</content>
</entry>
<entry>
<title>&gt;Description:</title>
<updated>1994-10-27T16:33:49Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-10-27T16:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3573df98f171c839569a10a5d1525ed0a9363efc'/>
<id>urn:sha1:3573df98f171c839569a10a5d1525ed0a9363efc</id>
<content type='text'>
        While trying to figure out why rlogind wasn't working right for root,
	I noticed that man wouldn't come back with a man page for iruserok, but
	it would for ruserok.  Checking the lib/net directory's Makefile.inc
	file shows that the link to the rcmd man page just isn't getting
	created.
&gt;How-To-Repeat:
	Do a 'man iruserok' and notihing will come back, where a 'man ruserok'
	will.

Submitted by:	Brian Moore &lt;ziff@houdini.eecs.umich.edu&gt;
Obtained from:	NetBSD-bugs mailing list
</content>
</entry>
<entry>
<title>Fix memchr(p, 0, 0) to return NULL instead of p.</title>
<updated>1994-10-27T11:36:11Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-10-27T11:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5281b4b2ad875b6918bcfc03d1efa3f8a324b76'/>
<id>urn:sha1:b5281b4b2ad875b6918bcfc03d1efa3f8a324b76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reenable sigsetjmp.S.  Preserve the FP state.  Rearrange offsets</title>
<updated>1994-10-25T14:08:13Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-10-25T14:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a4206dd854de834a34ea8ae31d7248ce544cf7b'/>
<id>urn:sha1:1a4206dd854de834a34ea8ae31d7248ce544cf7b</id>
<content type='text'>
to match setjmp.S.
</content>
</entry>
<entry>
<title>Nuke sigsetjmp.c.  sigsetjmp() can't be implemented as a C function</title>
<updated>1994-10-25T14:04:32Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-10-25T14:04:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ff9d554838f516f2dc77afd8a57f71ed2467455'/>
<id>urn:sha1:2ff9d554838f516f2dc77afd8a57f71ed2467455</id>
<content type='text'>
that calls setjmp(), since returning from the function usually
clobbers the saved environment.
</content>
</entry>
<entry>
<title>cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion</title>
<updated>1994-10-22T18:12:17Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-10-22T18:12:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=780bd8bd41adf88ddc89afd8ecc9b3950cac887a'/>
<id>urn:sha1:780bd8bd41adf88ddc89afd8ecc9b3950cac887a</id>
<content type='text'>
Set IGNPAR, clear NOFLSH, PENDIN, TOSTOP, ECHOE, ECHOK
</content>
</entry>
<entry>
<title>makeraw(): forget to clear IMAXBEL, set VMIN/VTIME</title>
<updated>1994-10-22T01:49:27Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-10-22T01:49:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ceeaa06a816ea093b81fd2465320e7e34ebed1f'/>
<id>urn:sha1:4ceeaa06a816ea093b81fd2465320e7e34ebed1f</id>
<content type='text'>
</content>
</entry>
</feed>
