<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/stdio.h, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-10-21T01:56:05Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-10-21T01:56:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>urn:sha1:14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>YAMFC (don't redeclare lseek(), but declare lseek() and other functions</title>
<updated>1997-06-21T17:46:04Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-06-21T17:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d99e457ef6146b4a7219ed739401fd97ed469e46'/>
<id>urn:sha1:d99e457ef6146b4a7219ed739401fd97ed469e46</id>
<content type='text'>
involving off_t's in more places).

PR:		1229
</content>
</entry>
<entry>
<title>improve comments for UT_NAMESIZE</title>
<updated>1996-10-27T18:13:35Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-10-27T18:13:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c372bd8a2558e05265f48b94fe117172662dc5d'/>
<id>urn:sha1:8c372bd8a2558e05265f48b94fe117172662dc5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove zopen, zopen is not part of libc.</title>
<updated>1996-07-02T23:04:50Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-07-02T23:04:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad7076c9929895b67c634078a2278252c249b1ac'/>
<id>urn:sha1:ad7076c9929895b67c634078a2278252c249b1ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an implementation of the gnu-ish asprintf() and vasprintf().  They are</title>
<updated>1996-05-27T10:49:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-05-27T10:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15aa00d597010009c3fb718ded37438aa3f601ab'/>
<id>urn:sha1:15aa00d597010009c3fb718ded37438aa3f601ab</id>
<content type='text'>
not based on gpl'ed code, just prototype and usage.  I'm not 100% certain
they behave the same while the system is in trouble (eg: malloc() failing)
but in those circumstances all bets would be off anyway.

These routines work like sprintf() and vsprintf(), except that instead of
using a fixed buffer, they allocate memory and return it to the user
and it's the user's responsibility to free() it.  They have allocate as
much memory as they need (and can get), so the size of strings it can deal
with is limited only by the amount of memory it can malloc() on your
behalf.

There are a few gpl'ed programs starting to use this interface, and it's
becoming more common with the scares about security risks with sprintf().
I dont like the look of the code that the various programs (including
cvs, gdb, libg++, etc) provide if configure can't find it on the system.

It should be possible to modify the stdio core code to provide this
interface more efficiently, I was more worried about having something
that worked and was secure.  :-)  (I noticed that there was once intended
to be a smprintf() routine when our stdio was written for 4.4BSD, but it
looks pretty stillborn, and it's intended interface is not clear).  Since
Linux and gnu libc have this interface, it seemed silly to bring yet
another one onto the scene.
</content>
</entry>
<entry>
<title>Fix incorrect parameter types for ftell and fgets.</title>
<updated>1996-03-24T15:51:45Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1996-03-24T15:51:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=65bfae763d162fd50ea60edfd0111ead308fc911'/>
<id>urn:sha1:65bfae763d162fd50ea60edfd0111ead308fc911</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of spelling errors in the comment fields</title>
<updated>1996-01-30T23:33:04Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-01-30T23:33:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71d9c7815e7a209829578ebc30b63f6e0c64fcf2'/>
<id>urn:sha1:71d9c7815e7a209829578ebc30b63f6e0c64fcf2</id>
<content type='text'>
of a bunch of system include files.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sys_nerr __const.</title>
<updated>1995-03-04T20:57:12Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-03-04T20:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd8723c2e380cd00685cdf51653115f8852cf0ae'/>
<id>urn:sha1:dd8723c2e380cd00685cdf51653115f8852cf0ae</id>
<content type='text'>
Reviewed by:	phk
Submitted by:	ollivier
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Include Sources</title>
<updated>1994-05-24T09:57:34Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-24T09:57:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59deaec541ae8baaa58daf6c5a2196ea7de180c3'/>
<id>urn:sha1:59deaec541ae8baaa58daf6c5a2196ea7de180c3</id>
<content type='text'>
</content>
</entry>
</feed>
