summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/_types.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-06-14Reduce code duplication in machine/_types.hAlex Richardson
2018-02-23Do not include float interfaces when using libsa.Warner Losh
2018-02-12Move __va_list and related defines to sys/sys/_types.hWarner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-06-26Solve the y2038 problem for powerpcJustin Hibbits
2017-02-04Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov
2015-08-22Follow up to r287014Justin Hibbits
2014-04-01Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans
2012-06-24Make the wchar_t type machine dependent.Andrew Turner
2012-01-16Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.David Schultz
2011-12-13Replace __signed by signed.Ed Schouten
2011-05-09Add the powerpc support.Attilio Rao
2011-01-08On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thanTijl Coosemans
2011-01-08On 32 bit architectures define (u)int64_t as (unsigned) long long insteadTijl Coosemans
2010-07-13MFppc64:Nathan Whitehorn
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2004-03-20Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
2003-02-08Implement fpclassify():Mike Barcroft
2003-01-18Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386Peter Grehan
2002-08-23Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft