summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/include/_types.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-1/+2
* lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther2015-09-261-3/+1
* It's safe to assumed 'signed' existsguenther2014-03-191-2/+2
* Provide MI symbol _STACKALIGNBYTESderaadt2013-12-181-3/+4
* Take II, this time without flubbing off_t: : move several internalguenther2013-07-051-6/+1
* backout previous; off_t must be signed and there might be other C++ APIotto2013-07-041-1/+6
* To ease future changes, move several internal type definitions that areguenther2013-07-041-6/+1
* Hide members of __va_list in the implementation namespaceguenther2013-06-021-4/+4
* unifdef -D __HAVE_TIMECOUNTERmiod2012-11-051-4/+1
* Provide namespace-safe alignment macros in <machine/_types.h>, withguenther2011-09-081-1/+15
* Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.guenther2011-09-081-1/+13
* Make alpha consistent with our other architectures by using "longmatthew2011-07-061-2/+2
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-2/+1
* - add proper double_t and float_t definitions for each archmartynas2008-07-211-1/+3
* The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesart2007-05-161-2/+1
* Remove the MI implementation of mutexes and remove the __HAVE_MUTEXart2007-05-151-2/+1
* oops; martin go see what you did here..deraadt2007-05-151-2/+2
* kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aderaadt2007-05-151-2/+1
* simple single-processor only mutex implementationmartin2007-05-051-1/+2
* Switch alpha to timecounters.art2007-04-231-1/+2
* fix generic soft interrupts; improve establishing and disestablishing ofmartin2007-04-211-1/+2
* __HAVE_CPUINFO for alpha, with bits from netbsdmartin2007-04-121-1/+2
* Merge machine/ansi.h and machine/types.h into machine/_types.h andmillert2006-01-061-0/+124