summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/sysarch.h
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-100/+3
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-0/+12
* Remove redundant inclusion of <sys/cdefs.h>.ed2010-02-201-2/+0
* Add <sys/cdefs.h>.ed2010-02-201-0/+2
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-0/+9
* Fully enumerate all i386 sysarch commands an amd64 include file.kib2009-04-011-0/+21
* Implement 32-bit compatable fsbase/gsbase methods so that we can runpeter2005-04-141-0/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-1/+2
* Use a more robust API altogether for the amd64_get_fsbase() etc functions.peter2003-10-231-4/+4
* Renumber the sysarch vectors for amd64 specific syscalls so that I canpeter2003-10-231-6/+5
* Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.basepeter2003-05-121-1/+19
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-42/+0
* There is no need for start/num to be signed in i386_ldt_args.peter2002-09-281-2/+2
* Remove __P.alfred2002-03-201-7/+7
* Make the style a little bit more consistant by removing parametermarkm2002-02-031-3/+2
* Add a couple of debug register helper functions to assist in settingbsd2000-09-211-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Some reorganization of sysarch() interface:luoqi1999-09-021-0/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>jlemon1998-07-281-3/+3
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesjlemon1998-07-281-1/+4
* Forward declare a union so that this file is self-sufficient.bde1998-02-031-11/+10
* VM86 kernel support.dyson1997-08-091-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added $Id$dg1994-08-021-2/+35
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-3/+15
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-0/+2
* Architecture specific syscalls (i386) from NetBSDrgrimes1993-10-081-0/+10
OpenPOWER on IntegriCloud