<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/alpha/include/limits.h, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-04-05T21:00:51Z</updated>
<entry>
<title>Remove the advertsing clause, per the Regent's letter dated July 22, 1999.</title>
<updated>2004-04-05T21:00:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-04-05T21:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3501fd399eafa15c6b6a2fd6e565c17efb4086d2'/>
<id>urn:sha1:3501fd399eafa15c6b6a2fd6e565c17efb4086d2</id>
<content type='text'>
Approved by: core
</content>
</entry>
<entry>
<title>sys/sys/limits.h:</title>
<updated>2003-05-19T20:29:07Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-19T20:29:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=980ded9a7d8747828c4ec547654c90cbcb3b6910'/>
<id>urn:sha1: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>
</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/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>MB_LEN_MAX is not MD, move it to the MI limits.h.</title>
<updated>2002-12-22T06:38:45Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-12-22T06:38:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b30a7779d40ef3bf129053529d232478553f1941'/>
<id>urn:sha1:b30a7779d40ef3bf129053529d232478553f1941</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a new header &lt;machine/_stdint.h&gt; for storing MD parts of</title>
<updated>2002-07-29T17:41:23Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-07-29T17:41:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49545b3891a707a543faab07822d56d86c4ee73c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>o Add new header &lt;sys/stdint.h&gt;.</title>
<updated>2001-11-02T18:05:43Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2001-11-02T18:05:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ac2d551f20a8769869f61ebfe742fd55cef70b9'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>OFF_T -&gt; OFF (more standard style)</title>
<updated>2001-08-15T19:50:59Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-08-15T19:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a54e09dff927af1de0f92ba7f9707ae3dc0db96'/>
<id>urn:sha1:2a54e09dff927af1de0f92ba7f9707ae3dc0db96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add OFF_T_MAX/OFF_T_MIN</title>
<updated>2001-08-15T19:12:46Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-08-15T19:12:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=527b997c3dfd3f2b2cf69b43208752711196c4cc'/>
<id>urn:sha1:527b997c3dfd3f2b2cf69b43208752711196c4cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move all VCS ids to a consistent location.</title>
<updated>2000-12-28T18:21:32Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-28T18:21:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca1d6e0610db9fe2a2a2edb8cd94c867ac6aaa7a'/>
<id>urn:sha1:ca1d6e0610db9fe2a2a2edb8cd94c867ac6aaa7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add multiple inclusion protection.</title>
<updated>2000-12-28T18:18:23Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-28T18:18:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ebf7598b4d2a5d2e77f62fefa351102b1e275641'/>
<id>urn:sha1:ebf7598b4d2a5d2e77f62fefa351102b1e275641</id>
<content type='text'>
PR:		23902
Submitted by:	Christian Weisgerber &lt;naddy@mips.inka.de&gt;
</content>
</entry>
</feed>
