<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include, 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>This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.</title>
<updated>2003-05-31T11:28:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-05-31T11:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b38df05470b4d78dd0a2a026ab8f90299ec8382'/>
<id>urn:sha1:4b38df05470b4d78dd0a2a026ab8f90299ec8382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Centralize _PATH_* definitions.</title>
<updated>2003-05-05T22:49:23Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-05T22:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d5c19ffbccf759faae955929ac28c0d0252cf78'/>
<id>urn:sha1:8d5c19ffbccf759faae955929ac28c0d0252cf78</id>
<content type='text'>
Submitted by:	Tim Kientzle &lt;kientzle@acm.org&gt; (embellished by me)
</content>
</entry>
<entry>
<title>Install symlinks to individual headers instead of symlinks to directories</title>
<updated>2003-05-05T12:54:26Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-05-05T12:54:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a270eca53bbc1f9c9b983f95a9528613ae36dbf0'/>
<id>urn:sha1:a270eca53bbc1f9c9b983f95a9528613ae36dbf0</id>
<content type='text'>
in the SHARED=symlinks case.  Symlinks to directories only work if all the
the necessary headers are in 1 directory, but the necessary headers are
scattered for at least ipfilter headers in &lt;netinet&gt;.  This change also
avoids polluting /usr/include with non-headers; the /usr/include hierarchy
is now independent of the setting of SHARED.

Submitted by:	ru (edited to fix netgraph/bluetooth/include and machine/pc)
PR:		44148
</content>
</entry>
<entry>
<title>Use __FBSDID vs. rcsid[].</title>
<updated>2003-05-04T02:51:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-04T02:51:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1542dbb49a51f3757fc2f7e85fcacba70b272cdf'/>
<id>urn:sha1:1542dbb49a51f3757fc2f7e85fcacba70b272cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate machine/limits.h in favor of new sys/limits.h.</title>
<updated>2003-04-29T13:36:06Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-29T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16'/>
<id>urn:sha1:104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16</id>
<content type='text'>
Change all in-tree consumers to include &lt;sys/limits.h&gt;

Discussed on:	standards@
Partially submitted by: Craig Rodrigues &lt;rodrigc@attbi.com&gt;
</content>
</entry>
<entry>
<title>Add definitions for WCHAR_MIN and WCHAR_MAX.</title>
<updated>2003-04-28T22:40:05Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-28T22:40:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=287365fffac637c5d27dd2065c34f9ec8f92713a'/>
<id>urn:sha1:287365fffac637c5d27dd2065c34f9ec8f92713a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stub implementations of pthread_[gs]etconcurrency to libc_r and</title>
<updated>2003-04-20T01:53:13Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>2003-04-20T01:53:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c0d4b5f924e234b6742a3f12e4460c9b1c61fa2'/>
<id>urn:sha1:8c0d4b5f924e234b6742a3f12e4460c9b1c61fa2</id>
<content type='text'>
libthr.  No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.

PR:		standards/50848
Submitted by:	Sergey A. Osokin &lt;osa@freebsd.org.ru&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Revert the definitions of _PW_KEY* to their previous values.  There is</title>
<updated>2003-04-18T14:11:17Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-04-18T14:11:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4603f3dd4ec2ae476ff76cfa7fd2110b5b0ad56'/>
<id>urn:sha1:b4603f3dd4ec2ae476ff76cfa7fd2110b5b0ad56</id>
<content type='text'>
at least one consumer outside of libc and pwd_mkdb.
Adjust the versioning in libc and pwd_mkdb accordingly.

named was the application affected, and that fact was first
Reported by:	Zherdev Anatoly &lt;tolyar@mx.ru&gt;

Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
<entry>
<title>= Implement thread-safe versions of the getpwent(3) and getgrent(3)</title>
<updated>2003-04-17T14:15:26Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-04-17T14:15:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=05f98035ee9621a9dc87e02ab9536390aa9025cb'/>
<id>urn:sha1:05f98035ee9621a9dc87e02ab9536390aa9025cb</id>
<content type='text'>
  family of functions using the new nsdispatch(3) core.  Remove
  arbitrary size limits when using the thread-safe versions.

= Re-implement the traditional getpwent(3)/getgrent(3) functions on
  top of the thread-safe versions.

= Update the on-disk format of the hashed version of the passwd(5)
  databases to allow for versioned entries.  The legacy version is
  `3'.  (Don't ask.)

= Add support for version `4' entries in the passwd(5) database.
  Entries in this format are identical to version 3 entries except
  that all integers are stored as 32-bit integers in network byte
  order (big endian).

= pwd_mkdb is updated to generate both version 3 and version 4
  entries.

Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
</feed>
