summaryrefslogtreecommitdiff
path: root/sys/x86/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
2019-01-30i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov
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-23Remove lint support from system headers and MD x86 headers.Konstantin Belousov
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-02-04Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov
2016-05-31Add missing dependency on <machine/_limits.h>.Ed Schouten
2015-08-05Fix more style issues.Jung-uk Kim
2015-08-04Fix style(9) bugs.Jung-uk Kim
2015-08-04Always define __va_list for amd64 and restore pre-r232261 behavior for i386.Jung-uk Kim
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-05-24Consitently use "__LP64__".David E. O'Brien
2012-02-28Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans