summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/_types.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263998:tijl2014-04-151-2/+2
* Make the wchar_t type machine dependent.andrew2012-06-241-0/+10
* 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
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+0
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-6/+6
* Switch to a 64bit time_t, while it's not a big problem to do so.cognet2006-05-151-1/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-091-2/+0
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-4/+9
* Define __double_t and __float_t.cognet2004-05-041-0/+2
* 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
* 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