summaryrefslogtreecommitdiff
path: root/sys/amd64/include/_types.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2012-02-28Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans
2011-12-13Replace __signed by signed.Ed Schouten
2011-05-05Commit the support for removing cpumask_t and replacing it directly withAttilio Rao
2008-01-17Translate from the i386. All FP constants and operations are evaluatedBruce Evans
2006-01-09By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh
2006-01-01Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forWarner Losh
2005-07-02Check the alignment of the IP header before passing the packet up to theAndrew Thompson
2005-03-11Remove diffs to i386 version that came in via the compiler support ifdefs.Peter Wemm
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-05-10Provide a fake varargs implementation for lint's benefit. This wayPeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
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