<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/limits.h, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-09-16T08:26:13Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-09-16T08:26:13Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-09-16T08:26:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5be28542797ac26e17de490f50e0830003596d38'/>
<id>urn:sha1:5be28542797ac26e17de490f50e0830003596d38</id>
<content type='text'>
'RELENG_3_3_0_RELEASE'.

This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T14:49:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T14:49:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f376ef90540b4d5b6e7f467620e91404ba306d89'/>
<id>urn:sha1:f376ef90540b4d5b6e7f467620e91404ba306d89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish _POSIX_PRIORITY_SCHEDULING.  Needs P1003_1B and</title>
<updated>1998-03-28T11:51:01Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-28T11:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a6472b7239ccfab9d1ce96671a9837813698499'/>
<id>urn:sha1:8a6472b7239ccfab9d1ce96671a9837813698499</id>
<content type='text'>
_KPOSIX_PRIORITY_SCHEDULING options to work.  Changes:

Change all "posix4" to "p1003_1b".  Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;

Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;

Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;

Add options to LINT;

Minor fixes to P1003_1B code during testing.
</content>
</entry>
<entry>
<title>Remove AIO_LISTIO_MAX until it is done properly.</title>
<updated>1998-03-08T22:29:56Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-08T22:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c6dd839fb53542abce275507d8a7d586ce2e1f50'/>
<id>urn:sha1:c6dd839fb53542abce275507d8a7d586ce2e1f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reviewed by:	bde</title>
<updated>1998-03-08T17:25:38Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-08T17:25:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aac4ad2c994742defc0623bd489206743241552c'/>
<id>urn:sha1:aac4ad2c994742defc0623bd489206743241552c</id>
<content type='text'>
Changes to support building with _POSIX_SOURCE set to 199309L:

1. Add sys/_posix.h to handle those preprocessor defs that POSIX
says have effects when defined before including any header files;

2. Change POSIX4_VISIBLE back to _POSIX4_VISIBLE

3. Add _POSIX4_VISIBLE_HISTORICALLY for pre-existing BSD features now
defined in POSIX.  These show up when:

_POSIX_SOURCE and _POSIX_C_SOURCE are not set or
_POSIX_C_SOURCE is set &gt;= 199309L

and vanish when:

_POSIX_SOURCE is set or _POSIX_C_SOURCE is &lt; 199309L.

4. Explain these in man 9 posix4;

5. Include _posix.h and conditionalize on new feature test.
</content>
</entry>
<entry>
<title>Reviewed by:	msmith, bde long ago</title>
<updated>1998-03-04T10:27:00Z</updated>
<author>
<name>Peter Dufault</name>
<email>dufault@FreeBSD.org</email>
</author>
<published>1998-03-04T10:27:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=917e476dad16ee2bb972f70adede8bd9693aca13'/>
<id>urn:sha1:917e476dad16ee2bb972f70adede8bd9693aca13</id>
<content type='text'>
POSIX.4 headers and sysctl variables.  Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
</content>
</entry>
<entry>
<title>Don't include sys/syslimits.h if _ANSI_SOURCE is defined.</title>
<updated>1997-12-27T22:56:41Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1997-12-27T22:56:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14d96c0846a991e54c481edec6eeaffb3b455d7e'/>
<id>urn:sha1:14d96c0846a991e54c481edec6eeaffb3b455d7e</id>
<content type='text'>
PR:		5119
Discussed with:	Bruce Evans &lt;bde@zeta.org.au&gt;
</content>
</entry>
<entry>
<title>Fixed some style bugs.</title>
<updated>1997-04-13T15:52:26Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-04-13T15:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c628fb0743a0f48f76edf10a8744616119244d85'/>
<id>urn:sha1:c628fb0743a0f48f76edf10a8744616119244d85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change XOPEN constants to match FreeBSD reality and add some</title>
<updated>1997-01-16T08:27:18Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-01-16T08:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=71b9b9d8e62ceea7881501012ad551e5d9bb158e'/>
<id>urn:sha1:71b9b9d8e62ceea7881501012ad551e5d9bb158e</id>
<content type='text'>
comments to describe them
</content>
</entry>
<entry>
<title>Activate _POSIX_* stuff if !_ANSI_SOURCE</title>
<updated>1997-01-16T07:57:56Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-01-16T07:57:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eca6bf6ad9e11fba24bcf9b8f03182457c02629c'/>
<id>urn:sha1:eca6bf6ad9e11fba24bcf9b8f03182457c02629c</id>
<content type='text'>
Add _XOPEN constants set, needed mainly to sense position arguments
in printf (vi cares at this moment)
Obtained from: NetBSD
</content>
</entry>
</feed>
