<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/net/inet_ntop.c, branch release/5.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-06-04T16:00:27Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-06-04T16:00:27Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-06-04T16:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c0442969cd576514acfce932c0a0798593c7af7'/>
<id>urn:sha1:1c0442969cd576514acfce932c0a0798593c7af7</id>
<content type='text'>
'RELENG_5_1_0_RELEASE'.

This commit was manufactured to restore the state of the 5.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Style: One space between "restrict" qualifier and "*".</title>
<updated>2002-09-06T11:24:06Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-09-06T11:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3'/>
<id>urn:sha1:58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title> - Fix a bug that wrote one char behind the end of the</title>
<updated>2002-08-15T21:19:31Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-15T21:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=085f131a15d5a4ee8307b5cfd8c485cd4de7174d'/>
<id>urn:sha1:085f131a15d5a4ee8307b5cfd8c485cd4de7174d</id>
<content type='text'>
   supplied buffer in case the size of it was equal to
   the number of characters the converted address consumed.
   The bug occurred when converting an AF_INET address.
 - Remove the SPRINTF macro and use sprintf instead.
 - Do not do string formatting using sprintf(3) and a
   temporary buffer which is copied when the supplied
   buffer provides enough space.  Instead, use snprintf(3)
   and the real destination buffer, thus avoid the copy.

Reported by:	Stefan Farfeleder &lt;e0026813@stud3.tuwien.ac.at&gt; (1)
PR:		misc/41289
</content>
</entry>
<entry>
<title>  -Add the restrict required by IEEE Std 1003.1-2001 in form</title>
<updated>2002-08-14T20:40:35Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-14T20:40:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7dbaf7b46e3801e05050872619180ac60c7126a'/>
<id>urn:sha1:b7dbaf7b46e3801e05050872619180ac60c7126a</id>
<content type='text'>
   of our __restrict macro to the prototypes and function
   definitions of inet_pton and inet_ntop.
 - Use ANSI-C function argument lists.
 - Adjust the prototypes in the manual page.
</content>
</entry>
<entry>
<title>Fix the style of the SCM ID's.</title>
<updated>2002-03-22T21:53:29Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T21:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=333fc21e3cd79bca0c94d7722c5a56cb5ad078d1'/>
<id>urn:sha1:333fc21e3cd79bca0c94d7722c5a56cb5ad078d1</id>
<content type='text'>
I believe have made all of libc .c's as consistent as possible.
</content>
</entry>
<entry>
<title>Remove multi-line __P() usage.</title>
<updated>2002-03-22T09:22:15Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-22T09:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1372519b1579b695b7c87b8fbbdc2c113e985474'/>
<id>urn:sha1:1372519b1579b695b7c87b8fbbdc2c113e985474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Stop abusing MD headers with non-MD types.</title>
<updated>2001-12-01T03:43:01Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-12-01T03:43:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=de2656d0ed099c138c38bf578e1df33d9bcc3634'/>
<id>urn:sha1:de2656d0ed099c138c38bf578e1df33d9bcc3634</id>
<content type='text'>
o Hide nonstandard functions and types in &lt;netinet/in.h&gt; when
  _POSIX_SOURCE is defined.
o Add some missing types (required by POSIX.1-200x) to &lt;netinet/in.h&gt;.
o Restore vendor ID from Rev 1.1 in &lt;netinet/in.h&gt; and make use of new
  __FBSDID() macro.
o Fix some miscellaneous issues in &lt;arpa/inet.h&gt;.
o Correct final argument for the inet_ntop() function (POSIX.1-200x).
o Get rid of the namespace pollution from &lt;sys/types.h&gt; in
  &lt;arpa/inet.h&gt;.

Reviewed by:		fenner
Partially submitted by:	bde
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the weak aliases for private entry points in the inet_*</title>
<updated>1998-09-02T00:53:17Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-09-02T00:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb690d1f0b2725c6a9edfc5f5f3890a610f2927c'/>
<id>urn:sha1:cb690d1f0b2725c6a9edfc5f5f3890a610f2927c</id>
<content type='text'>
and res_* modules in a way that works for ELF.  I moved the aliases
out of res_stubs.c and into the individual modules where the entry
points are defined.  Weak aliases don't work in ELF unless that is
the case.  (Actually, I'm surprised it worked for a.out.)

This should fix the undefined "inet_addr" and related symbols in
various applications that fail to include &lt;arpa/inet.h&gt; or
&lt;resolv.h&gt; as they are supposed to do.
</content>
</entry>
<entry>
<title>Update the resolver parts to bind-8.1.2 level.  I have not touched the</title>
<updated>1998-06-11T09:03:02Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-11T09:03:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14b93edab315672d87e6fe82aaff8e7ee7378e0b'/>
<id>urn:sha1:14b93edab315672d87e6fe82aaff8e7ee7378e0b</id>
<content type='text'>
getXXXXbyYYYY() interfaces yet.

Obtained from: diff relative to bind-8.1.2 sources
</content>
</entry>
</feed>
