summaryrefslogtreecommitdiff
path: root/sys/amd64/include/_limits.h
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic and/or trivial sync up with i386.Peter Wemm2003-11-211-13/+10
| | | | | | | Approved by: re (rwatson) Notes: svn path=/head/; revision=122940
* sys/sys/limits.h:Alexander Kabaev2003-05-191-2/+2
| | | | | | | | | | | | | | | | | | - 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/<arch>/include/limits.h sys/<arch>/include/_limits.h: - Style fixes. Submitted by: bde Reviewed by: bsdmike Approved by: re (scottl) Notes: svn path=/head/; revision=115164
* Style fixes.Alexander Kabaev2003-05-041-8/+11
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=114678
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-53/+35
| | | | | | | | | | | | to get actual constant values. This is in preparation for machine/limits.h retirement. Discussed on: standards@ Submitted by: Craig Rodrigues <rodrigc@attbi.com> (*) Modified by: kan Notes: svn path=/head/; revision=113941
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-221-1/+0
| | | | Notes: svn path=/head/; revision=108175
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-291-109/+0
| | | | | | | | | | | | <stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining macros in <machine/ansi.h> gets in the way of that header only defining types. (2) Defining C99 limits in <machine/limits.h> adds pollution to <limits.h>. Notes: svn path=/head/; revision=100882
* This is the start of the FreeBSD/x86_64 kernel.David E. O'Brien2002-06-301-0/+218
Notes: svn path=/head/; revision=99129