aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/limits.h
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-45/+0
| | | | Notes: svn path=/head/; revision=158458
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+3
| | | | | | | | | | | | | | | | | | | 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__ > 3.1415 && __BARC__ <= 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 Notes: svn path=/head/; revision=143063
* Begin all license/copyright comments with /*- or #-Warner Losh2005-01-051-1/+1
| | | | Notes: svn path=/head/; revision=139727
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-051-4/+0
| | | | | | | Approved by: core Notes: svn path=/head/; revision=127910
* sys/sys/limits.h:Alexander Kabaev2003-05-191-1/+1
| | | | | | | | | | | | | | | | | | - 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
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-64/+4
| | | | | | | | | | Change all in-tree consumers to include <sys/limits.h> Discussed on: standards@ Partially submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=114216
* 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
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | o Make <stdint.h> a symbolic link to <sys/stdint.h>. o Move most of <sys/inttypes.h> into <sys/stdint.h>, as per C99. o Remove <sys/inttypes.h>. o Adjust includes in sys/types.h and boot/efi/include/ia64/efibind.h to reflect new location of integer types in <sys/stdint.h>. o Remove previously symbolicly linked <inttypes.h>, instead create a new file. o Add MD headers <machine/_inttypes.h> from NetBSD. o Include <sys/stdint.h> in <inttypes.h>, as required by C99; and include <machine/_inttypes.h> in <inttypes.h>, to fill in the remaining requirements for <inttypes.h>. o Add additional integer types in <machine/ansi.h> and <machine/limits.h> which are included via <sys/stdint.h>. Partially obtain from: NetBSD Tested on: alpha, i386 Discussed on: freebsd-standards@bostonradio.org Reviewed by: bde, fenner, obrien, wollman Notes: svn path=/head/; revision=85892
* OFF_T -> OFF (more standard style)Andrey A. Chernov2001-08-151-2/+2
| | | | Notes: svn path=/head/; revision=81727
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-151-0/+3
| | | | Notes: svn path=/head/; revision=81718
* Move all VCS ids to a consistent location.David E. O'Brien2000-12-281-3/+2
| | | | Notes: svn path=/head/; revision=70440
* Add multiple inclusion protection.David E. O'Brien2000-12-281-0/+5
| | | | | | | | PR: 23902 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=70438
* Adjust commentsDavid E. O'Brien2000-10-241-4/+10
| | | | | | | | | | Submitted by: bde Add ISO C99's long long type limits. Reviewed by: bde Notes: svn path=/head/; revision=67488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* These are a few of the alpha machine dependent header files - the firstJohn Birrell1998-01-101-0/+96
referenced by the build of user-space libraries. These files were obtained from NetBSD (with ansi.h being modified to reflect the FreeBSD off_t and pid_t implementation). Notes: svn path=/head/; revision=32387