aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/reg.h
Commit message (Expand)AuthorAgeFilesLines
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98Tijl Coosemans2012-03-181-138/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.Tijl Coosemans2012-03-181-31/+31
* To avoid excessive code duplication create wrapper for fill regsDmitry Chagin2011-02-161-0/+1
* Cosmetic tweak to use a type suffix instead of a cast to force a constantJohn Baldwin2010-03-291-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-0/+9
* Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov2009-04-011-2/+6
* Add support for 8 byte hardware watches in long mode. Kernel hardwareJohn Baldwin2006-11-171-0/+1
* - Add macro constants for the various fields in %dr7 and use them in placeJohn Baldwin2006-11-171-0/+12
* Various whitespace and style fixes.John Baldwin2006-11-151-5/+7
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thePeter Wemm2004-01-281-1/+14
* Update the graffiti.Peter Wemm2003-11-081-0/+1
* Rename npx* to fpu*. I haven't done the flags/function names yet.Peter Wemm2003-11-081-1/+1
* As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytesPeter Wemm2003-05-231-0/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-76/+26
* Properly parenthesize the DBREG_DRX macro's variables to allow forAlfred Perlstein2002-11-071-1/+1
* Change the definition of the debugging registers to be an array, soPoul-Henning Kamp2002-10-201-9/+6
* Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder2002-08-291-1/+0
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-211-3/+6
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-211-0/+6
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-121-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+14
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-19/+19
* Restore support for executing BSD/OS binaries on the i386 by passingJohn Polstra1999-04-031-2/+2
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()John Polstra1998-09-141-1/+2
* Preserve %fs and %gs across context switches. This has a relatively lowBruce Evans1997-06-071-1/+13
* Updated comments.Bruce Evans1997-06-071-15/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Declare a real `struct fpreg' to prepare for implementing reading andBruce Evans1995-01-141-6/+13
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulePoul-Henning Kamp1994-10-021-1/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-3/+13
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey HsuDavid Greenman1994-01-311-2/+2
* Convert syscall to trapframe. Based on work done by John Brezak.David Greenman1994-01-031-23/+1
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>Andrew Moore1993-12-031-1/+3
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).David Greenman1993-11-161-11/+29
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+93