aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/_types.h
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans2012-02-281-125/+3
* Replace __signed by signed.Ed Schouten2011-12-131-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+0
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadTijl Coosemans2011-01-081-11/+6
* Change float_t and double_t to long double on i386. All floating pointBruce Evans2008-03-051-2/+2
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh2006-01-091-2/+0
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forWarner Losh2006-01-011-0/+2
* Check the alignment of the IP header before passing the packet up to theAndrew Thompson2005-07-021-0/+2
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-4/+9
* Together with the changes to compile kernels with the Intel C/C++ compilerMarius Strobl2005-02-191-1/+1
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-4/+4
* - Add support for PAE and more than 4 gigs of ram on x86, dependent on theJake Burkholder2003-03-301-0/+4
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-0/+1
* Implement fpclassify():Mike Barcroft2003-02-081-0/+2
* Use long long to indicate 64bitness in #ifdef lint.Poul-Henning Kamp2002-10-011-1/+6
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* Make __clock_t use `unsigned long' rather than a fixed 32-bit integerMike Barcroft2002-08-221-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-0/+151