summaryrefslogtreecommitdiff
path: root/sys/amd64/include/sysarch.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2012-03-19Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. ReplaceTijl Coosemans
2012-01-21Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov
2010-02-20Remove redundant inclusion of <sys/cdefs.h>.Ed Schouten
2010-02-20Add <sys/cdefs.h>.Ed Schouten
2009-04-01Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov
2009-04-01Fully enumerate all i386 sysarch commands an amd64 include file.Konstantin Belousov
2005-04-14Implement 32-bit compatable fsbase/gsbase methods so that we can runPeter Wemm
2004-04-05Remove advertising clause from University of California Regent's license,Warner Losh
2004-01-09Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine
2003-10-23Use a more robust API altogether for the amd64_get_fsbase() etc functions.Peter Wemm
2003-10-23Renumber the sysarch vectors for amd64 specific syscalls so that I canPeter Wemm
2003-05-12Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.basePeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-09-28There is no need for start/num to be signed in i386_ldt_args.Peter Wemm
2002-03-20Remove __P.Alfred Perlstein
2002-02-03Make the style a little bit more consistant by removing parameterMark Murray
2000-09-21Add a couple of debug register helper functions to assist in settingBrian S. Dean
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-09-02Some reorganization of sysarch() interface:Luoqi Chen
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-07-28u_int --> unsigned int, remove (now unneeded) <sys/types.h>Jonathan Lemon
1998-07-28Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon
1998-02-03Forward declare a union so that this file is self-sufficient.Bruce Evans
1997-08-09VM86 kernel support.John Dyson
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1994-08-02Added $Id$David Greenman
1993-11-07Made all header files idempotent and moved incorrect common data fromGarrett Wollman
1993-10-16Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes
1993-10-08Architecture specific syscalls (i386) from NetBSDRodney W. Grimes