<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/alpha/include/limits.h, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>netchild's mega-patch to isolate compiler dependencies into a central</title>
<updated>2005-03-02T21:33:29+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2005-03-02T21:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a5f50ef9e43b28e15a7e2a2aec73754456619f17'/>
<id>a5f50ef9e43b28e15a7e2a2aec73754456619f17</id>
<content type='text'>
place.

This moves the dependency on GCC's and other compiler's features into
the central sys/cdefs.h file, while the individual source files can
then refer to #ifdef __COMPILER_FEATURE_FOO where they by now used to
refer to #if __GNUC__ &gt; 3.1415 &amp;&amp; __BARC__ &lt;= 42.

By now, GCC and ICC (the Intel compiler) have been actively tested on
IA32 platforms by netchild.  Extension to other compilers is supposed
to be possible, of course.

Submitted by:	netchild
Reviewed by:	various developers on arch@, some time ago
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
place.

This moves the dependency on GCC's and other compiler's features into
the central sys/cdefs.h file, while the individual source files can
then refer to #ifdef __COMPILER_FEATURE_FOO where they by now used to
refer to #if __GNUC__ &gt; 3.1415 &amp;&amp; __BARC__ &lt;= 42.

By now, GCC and ICC (the Intel compiler) have been actively tested on
IA32 platforms by netchild.  Extension to other compilers is supposed
to be possible, of course.

Submitted by:	netchild
Reviewed by:	various developers on arch@, some time ago
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin all license/copyright comments with /*- or #-</title>
<updated>2005-01-05T20:05:52+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-05T20:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f44fc746fb98516d63b1c2010f72013c8b3abb55'/>
<id>f44fc746fb98516d63b1c2010f72013c8b3abb55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the advertsing clause, per the Regent's letter dated July 22, 1999.</title>
<updated>2004-04-05T21:00:51+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-04-05T21:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3501fd399eafa15c6b6a2fd6e565c17efb4086d2'/>
<id>3501fd399eafa15c6b6a2fd6e565c17efb4086d2</id>
<content type='text'>
Approved by: core
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by: core
</pre>
</div>
</content>
</entry>
<entry>
<title>sys/sys/limits.h:</title>
<updated>2003-05-19T20:29:07+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-19T20:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=980ded9a7d8747828c4ec547654c90cbcb3b6910'/>
<id>980ded9a7d8747828c4ec547654c90cbcb3b6910</id>
<content type='text'>
 - Fix visibilty test for LONG_BIT and WORD_BIT.  `#if defined(__FOO_VISIBLE)'
   is alays wrong because __FOO_VISIBLE is always defined (to 0 for
   invisibility).

sys/&lt;arch&gt;/include/limits.h
sys/&lt;arch&gt;/include/_limits.h:

 - Style fixes.

Submitted by:	bde
Reviewed by:	bsdmike
Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Fix visibilty test for LONG_BIT and WORD_BIT.  `#if defined(__FOO_VISIBLE)'
   is alays wrong because __FOO_VISIBLE is always defined (to 0 for
   invisibility).

sys/&lt;arch&gt;/include/limits.h
sys/&lt;arch&gt;/include/_limits.h:

 - Style fixes.

Submitted by:	bde
Reviewed by:	bsdmike
Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate machine/limits.h in favor of new sys/limits.h.</title>
<updated>2003-04-29T13:36:06+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-29T13:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>MB_LEN_MAX is not MD, move it to the MI limits.h.</title>
<updated>2002-12-22T06:38:45+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-12-22T06:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b30a7779d40ef3bf129053529d232478553f1941'/>
<id>b30a7779d40ef3bf129053529d232478553f1941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a new header &lt;machine/_stdint.h&gt; for storing MD parts of</title>
<updated>2002-07-29T17:41:23+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-07-29T17:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=49545b3891a707a543faab07822d56d86c4ee73c'/>
<id>49545b3891a707a543faab07822d56d86c4ee73c</id>
<content type='text'>
&lt;stdint.h&gt;.  Previously, parts were defined in &lt;machine/ansi.h&gt; and
&lt;machine/limits.h&gt;.  This resulted in two problems:
  (1) Defining macros in &lt;machine/ansi.h&gt; gets in the way of that
      header only defining types.
  (2) Defining C99 limits in &lt;machine/limits.h&gt; adds pollution to
      &lt;limits.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;stdint.h&gt;.  Previously, parts were defined in &lt;machine/ansi.h&gt; and
&lt;machine/limits.h&gt;.  This resulted in two problems:
  (1) Defining macros in &lt;machine/ansi.h&gt; gets in the way of that
      header only defining types.
  (2) Defining C99 limits in &lt;machine/limits.h&gt; adds pollution to
      &lt;limits.h&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>o Add new header &lt;sys/stdint.h&gt;.</title>
<updated>2001-11-02T18:05:43+00:00</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-11-02T18:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0ac2d551f20a8769869f61ebfe742fd55cef70b9'/>
<id>0ac2d551f20a8769869f61ebfe742fd55cef70b9</id>
<content type='text'>
o Make &lt;stdint.h&gt; a symbolic link to &lt;sys/stdint.h&gt;.
o Move most of &lt;sys/inttypes.h&gt; into &lt;sys/stdint.h&gt;, as per C99.
o Remove &lt;sys/inttypes.h&gt;.
o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h
  to reflect new location of integer types in &lt;sys/stdint.h&gt;.
o Remove previously symbolicly linked &lt;inttypes.h&gt;, instead create a
  new file.
o Add MD headers &lt;machine/_inttypes.h&gt; from NetBSD.
o Include &lt;sys/stdint.h&gt; in &lt;inttypes.h&gt;, as required by C99; and
  include &lt;machine/_inttypes.h&gt; in &lt;inttypes.h&gt;, to fill in the
  remaining requirements for &lt;inttypes.h&gt;.
o Add additional integer types in &lt;machine/ansi.h&gt; and
  &lt;machine/limits.h&gt; which are included via &lt;sys/stdint.h&gt;.

Partially obtain from:	NetBSD
Tested on:		alpha, i386
Discussed on:		freebsd-standards@bostonradio.org
Reviewed by:		bde, fenner, obrien, wollman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Make &lt;stdint.h&gt; a symbolic link to &lt;sys/stdint.h&gt;.
o Move most of &lt;sys/inttypes.h&gt; into &lt;sys/stdint.h&gt;, as per C99.
o Remove &lt;sys/inttypes.h&gt;.
o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h
  to reflect new location of integer types in &lt;sys/stdint.h&gt;.
o Remove previously symbolicly linked &lt;inttypes.h&gt;, instead create a
  new file.
o Add MD headers &lt;machine/_inttypes.h&gt; from NetBSD.
o Include &lt;sys/stdint.h&gt; in &lt;inttypes.h&gt;, as required by C99; and
  include &lt;machine/_inttypes.h&gt; in &lt;inttypes.h&gt;, to fill in the
  remaining requirements for &lt;inttypes.h&gt;.
o Add additional integer types in &lt;machine/ansi.h&gt; and
  &lt;machine/limits.h&gt; which are included via &lt;sys/stdint.h&gt;.

Partially obtain from:	NetBSD
Tested on:		alpha, i386
Discussed on:		freebsd-standards@bostonradio.org
Reviewed by:		bde, fenner, obrien, wollman
</pre>
</div>
</content>
</entry>
<entry>
<title>OFF_T -&gt; OFF (more standard style)</title>
<updated>2001-08-15T19:50:59+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-08-15T19:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a54e09dff927af1de0f92ba7f9707ae3dc0db96'/>
<id>2a54e09dff927af1de0f92ba7f9707ae3dc0db96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OFF_T_MAX/OFF_T_MIN</title>
<updated>2001-08-15T19:12:46+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-08-15T19:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=527b997c3dfd3f2b2cf69b43208752711196c4cc'/>
<id>527b997c3dfd3f2b2cf69b43208752711196c4cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
