summaryrefslogtreecommitdiff
path: root/sys/arm64/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
2023-07-25arm64 lib32: prepare arm64 headers to redirect to armMike Karels
2021-06-14Reduce code duplication in machine/_types.hAlex Richardson
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-02-04Define the vm_ooffset_t and vm_pindex_t types as machine-independend.Konstantin Belousov
2016-07-12Undo r302601, WCHAR_MAX may not be a valid wchar value.Andrey A. Chernov
2016-07-12I don't know why unsigned int is choosed for wchar_t here, but WCHAR_MAXAndrey A. Chernov
2015-07-08Correctly set __WCHAR_MIN, there is no __UINT_MIN, it's 0.Andrew Turner
2015-03-23Renumber clauses to avoid missing 3Ed Maste
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner