summaryrefslogtreecommitdiff
path: root/sys/x86/include/reg.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2022-03-24x86: Add a NT_X86_SEGBASES register set.John Baldwin
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-06-14Reduce code duplication in machine/_types.hAlex Richardson
2018-05-22Cleanups related to debug exceptions on x86.John Baldwin
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-04-08Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin
2012-03-18Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.Tijl Coosemans
2012-03-18Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98Tijl Coosemans