<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/amd64/include/_limits.h, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2012-02-28T18:24:28Z</updated>
<entry>
<title>Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace</title>
<updated>2012-02-28T18:24:28Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2012-02-28T18:24:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8cfa93e4be0331e422d590579cb676f9f253b389'/>
<id>urn:sha1:8cfa93e4be0331e422d590579cb676f9f253b389</id>
<content type='text'>
amd64/i386/pc98 _limits.h with stubs.
</content>
</entry>
<entry>
<title>Fix types of some values in machine/_limits.h.</title>
<updated>2011-01-08T11:13:34Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2011-01-08T11:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9858863cd4959006703cb9529d07777637315c69'/>
<id>urn:sha1:9858863cd4959006703cb9529d07777637315c69</id>
<content type='text'>
On some architectures UCHAR_MAX and USHRT_MAX had type unsigned int.
However, lacking integer suffixes for types smaller than int, their type
should correspond to that of an object of type unsigned char (or short)
when used in an expression with objects of type int. In that case unsigned
char (short) are promoted to int (i.e. signed) so the type of UCHAR_MAX and
USHRT_MAX should also be int.

Where MIN/MAX constants implicitly have the correct type the suffix has
been removed.

While here, correct some comments.

Reviewed by:	bde
Approved by:	kib (mentor)
</content>
</entry>
<entry>
<title>Move MINSIGSTKSZ from &lt;machine/signal.h&gt; to &lt;machine/_limits.h&gt; and rename</title>
<updated>2005-08-20T16:44:41Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-08-20T16:44:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1f85d7f83f899786626708083839512b2cd4ebd'/>
<id>urn:sha1:a1f85d7f83f899786626708083839512b2cd4ebd</id>
<content type='text'>
it to __MINSIGSTKSZ.  Define MINSIGSTKSZ in &lt;sys/signal.h&gt;.

This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN
in &lt;pthread.h&gt; (soon &lt;limits.h&gt;) without having to include the whole
&lt;sys/signal.h&gt; header.

Discussed with:		bde
</content>
</entry>
<entry>
<title>Begin all license/copyright comments with /*-</title>
<updated>2005-01-05T20:17:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-05T20:17:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46280ae71938465be665fb19cf8f7d1ca48a379a'/>
<id>urn:sha1:46280ae71938465be665fb19cf8f7d1ca48a379a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-05T21:29:41Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-04-05T21:29:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29ae923f442cca68a051d4d299dae535758b44d4'/>
<id>urn:sha1:29ae923f442cca68a051d4d299dae535758b44d4</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core
</content>
</entry>
<entry>
<title>Cosmetic and/or trivial sync up with i386.</title>
<updated>2003-11-21T03:02:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-11-21T03:02:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cda078658e6fb14d86529be6ca93ff465fc858a0'/>
<id>urn:sha1:cda078658e6fb14d86529be6ca93ff465fc858a0</id>
<content type='text'>
Approved by:  re (rwatson)
</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>Style fixes.</title>
<updated>2003-05-04T22:13:04Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-05-04T22:13:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0eda4c08a53f76ceee2b96ac299d2b470ed7dcab'/>
<id>urn:sha1:0eda4c08a53f76ceee2b96ac299d2b470ed7dcab</id>
<content type='text'>
Remove DBL_DIG, DBL_MIN, DBL_MAX and their FLT_ counterparts, they
were marked for deprecation ever since SUSv1 at least.
Only define ULLONG_MIN/MAX and LLONG_MAX if long long type is
supported.
Restore a lost comment in MI _limits.h file and remove it from
sys/limits.h where it does not belong.
</content>
</entry>
<entry>
<title>Add a new sys/limits.h file which in turn depends on machine/_limits.h</title>
<updated>2003-04-23T21:41:59Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-23T21:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6fd839f9c737f75c37d85477cffac22def69f98f'/>
<id>urn:sha1:6fd839f9c737f75c37d85477cffac22def69f98f</id>
<content type='text'>
to get actual constant values. This is in preparation for machine/limits.h
retirement.

Discussed on:	standards@
Submitted by:	Craig Rodrigues &lt;rodrigc@attbi.com&gt;  (*)
Modified by:	kan
</content>
</entry>
<entry>
<title>Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,</title>
<updated>2003-01-01T18:49:04Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-01-01T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d5abbddbf03791c777fed86500976ea3dd19245'/>
<id>urn:sha1:9d5abbddbf03791c777fed86500976ea3dd19245</id>
<content type='text'>
especially in troff files.
</content>
</entry>
</feed>
