<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/netdb.h, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-21T16:20:02Z</updated>
<entry>
<title>o Merge &lt;machine/ansi.h&gt; and &lt;machine/types.h&gt; into a new header</title>
<updated>2002-08-21T16:20:02Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-08-21T16:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=abbd8902334e8c6409384593b4a2c81f939b47b4'/>
<id>urn:sha1:abbd8902334e8c6409384593b4a2c81f939b47b4</id>
<content type='text'>
  called &lt;machine/_types.h&gt;.
o &lt;machine/ansi.h&gt; will continue to live so it can define MD clock
  macros, which are only MD because of gratuitous differences between
  architectures.
o Change all headers to make use of this.  This mainly involves
  changing:
    #ifdef _BSD_FOO_T_
    typedef	_BSD_FOO_T_	foo_t;
    #undef _BSD_FOO_T_
    #endif
  to:
    #ifndef _FOO_T_DECLARED
    typedef	__foo_t	foo_t;
    #define	_FOO_T_DECLARED
    #endif

Concept by:	bde
Reviewed by:	jake, obrien
</content>
</entry>
<entry>
<title>Minor libc internal-only interface change for mapv4v6.</title>
<updated>2002-06-26T08:18:42Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-06-26T08:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=baefb2ee4e670d602b4a15ee8f2afdf84419d685'/>
<id>urn:sha1:baefb2ee4e670d602b4a15ee8f2afdf84419d685</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Breath deep and take __P out of the system include files.</title>
<updated>2002-03-23T17:24:55Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-23T17:24:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb28f3c29b4c91af1b0e79e456294bb08735648a'/>
<id>urn:sha1:bb28f3c29b4c91af1b0e79e456294bb08735648a</id>
<content type='text'>
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
</content>
</entry>
<entry>
<title>Fixed order of includes.  &lt;sys/cdefs.h&gt; must be included before</title>
<updated>2001-10-04T10:34:30Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-10-04T10:34:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb'/>
<id>urn:sha1:3e9c0bd52c9b62318ea3f9e7a59147b22edeb5fb</id>
<content type='text'>
&lt;machine/ansi.h&gt; for the definition of __signed, unless the compiler
is gcc.

Moved the declaration of socklen_t up together with the declaration of
size_t, and removed low-quality comment about this declaration.  Declaring
socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t.
</content>
</entry>
<entry>
<title>style(9) the structure definitions.</title>
<updated>2001-09-05T01:36:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-09-05T01:36:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1792335469ba3565828d0eb595a64116ff63abdf'/>
<id>urn:sha1:1792335469ba3565828d0eb595a64116ff63abdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove namespace pollution.</title>
<updated>2001-07-22T18:10:08Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-07-22T18:10:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5c24b8ebc44426e3f8f8aeb566476602f881912'/>
<id>urn:sha1:e5c24b8ebc44426e3f8f8aeb566476602f881912</id>
<content type='text'>
PR:		14327
Reviewed by:	des
Approved by:	des
MFC after:	7 days
</content>
</entry>
<entry>
<title>give the "netgrent" functions a home in netdb.h</title>
<updated>2001-03-27T09:49:03Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2001-03-27T09:49:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f1507811058ef1216eb30adb394a2c4d96f5edc'/>
<id>urn:sha1:8f1507811058ef1216eb30adb394a2c4d96f5edc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nuke non-standard EAI_RESNULL.</title>
<updated>2001-03-17T14:25:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-03-17T14:25:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69b58b037cfbc3140dabff80fbe0d145a1d35091'/>
<id>urn:sha1:69b58b037cfbc3140dabff80fbe0d145a1d35091</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3).  Some</title>
<updated>2001-02-19T13:13:51Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-02-19T13:13:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=928268064f1ccaf8d4a4c249dfc35eb8c59dce96'/>
<id>urn:sha1:928268064f1ccaf8d4a4c249dfc35eb8c59dce96</id>
<content type='text'>
applications specify AI_ADDRCONFIG and fail to run under FreeBSD.
Latest mews is known.  Now, getaddrinfo(3) behaves according to
AI_ADDRCONFIG.
</content>
</entry>
<entry>
<title>Correct 2nd argument of getnameinfo(3) to socklen_t.</title>
<updated>2001-02-15T10:35:55Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2001-02-15T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad9fdc8f4d7f2592a55039a59c6201c056dc4ead'/>
<id>urn:sha1:ad9fdc8f4d7f2592a55039a59c6201c056dc4ead</id>
<content type='text'>
Reviewed by:	itojun
</content>
</entry>
</feed>
