<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/limits.h, branch release/4.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-08-27T23:45:13Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:45:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:45:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4add9a9b110cb5deed00bf9cf7ca970daae2da7'/>
<id>urn:sha1:a4add9a9b110cb5deed00bf9cf7ca970daae2da7</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/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/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/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/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/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/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/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/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>
<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/commit/?id=59deaec541ae8baaa58daf6c5a2196ea7de180c3'/>
<id>urn:sha1:59deaec541ae8baaa58daf6c5a2196ea7de180c3</id>
<content type='text'>
</content>
</entry>
</feed>
