summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/_types.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263998:tijl2014-04-151-1/+1
* Make the wchar_t type machine dependent.andrew2012-06-241-0/+4
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Replace __signed by signed.ed2011-12-131-1/+1
* Add the powerpc support.attilio2011-05-091-1/+0
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-4/+4
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-17/+8
* MFppc64:nwhitehorn2010-07-131-5/+38
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-3/+8
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Implement fpclassify():mike2003-02-081-0/+2
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-0/+151
OpenPOWER on IntegriCloud