summaryrefslogtreecommitdiffstats
path: root/sys/arch/mips64/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
* Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.visa2017-01-211-5/+7
* Remove #define __SWAP_BROKEN from mips64. The architecture nowvisa2017-01-031-4/+1
* 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
* Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedmiod2014-02-221-2/+2
* Provide MI symbol _STACKALIGNBYTESderaadt2013-12-181-3/+4
* unify register_t to long on all platformsderaadt2013-07-131-8/+3
* 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
* unifdef -D __HAVE_TIMECOUNTERmiod2012-11-051-2/+1
* label_t is the kernel setjmp buffer. It should simply be an array ofderaadt2011-11-151-2/+2
* 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
* Floating-point emulation code for systems lacking proper FPU (i.e. Octeon),miod2010-11-241-1/+2
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-2/+1
* Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.miod2009-03-201-1/+2
* - 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
* Move sgo to __HAVE_CPUINFO.kettenis2007-05-071-1/+2
* Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourmillert2006-01-131-7/+1
* Merge machine/ansi.h and machine/types.h into machine/_types.h andmillert2006-01-061-0/+143