summaryrefslogtreecommitdiffstats
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/pc98tijl2012-03-181-138/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-31/+31
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-161-0/+1
* Cosmetic tweak to use a type suffix instead of a cast to force a constantjhb2010-03-291-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-0/+9
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-011-2/+6
* Add support for 8 byte hardware watches in long mode. Kernel hardwarejhb2006-11-171-0/+1
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-171-0/+12
* Various whitespace and style fixes.jhb2006-11-151-5/+7
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thepeter2004-01-281-1/+14
* Update the graffiti.peter2003-11-081-0/+1
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-081-1/+1
* As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytespeter2003-05-231-0/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-76/+26
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-071-1/+1
* Change the definition of the debugging registers to be an array, sophk2002-10-201-9/+6
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* Remove __P.alfred2002-03-201-7/+7
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-3/+6
* KSE Milestone 2julian2001-09-121-4/+4
* Add a couple of debug register helper functions to assist in settingbsd2000-09-211-0/+6
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+14
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-19/+19
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-2/+2
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()jdp1998-09-141-1/+2
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-071-1/+13
* Updated comments.bde1997-06-071-15/+15
* 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
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-141-6/+13
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulephk1994-10-021-1/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+13
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsudg1994-01-311-2/+2
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-031-23/+1
* From: Jeffrey Hsu <hsu@soda.berkeley.edu>alm1993-12-031-1/+3
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).dg1993-11-161-11/+29
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+93
OpenPOWER on IntegriCloud