summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/db_disasm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-6/+6
* ddb: finish converting boolean values.pfg2015-05-211-3/+1
* Add support for decoding multibyte NOPs.markj2015-02-131-1/+21
* Add support for decoding the AMD SVM instructions.jhb2014-05-191-0/+40
* Add support for decoding rdrand and rdseed.jhb2014-05-171-1/+23
* Add support for 'clac' and 'stac' to DDB's disassembler on amd64.jhb2014-01-271-0/+10
* Add support for the 'invpcid' instruction to binutils and DDB'sjhb2013-09-031-1/+1
* Several fixes to the amd64 disassembler:jhb2012-07-061-22/+134
* Decode the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv', 'xsetbv', andjhb2012-07-041-3/+18
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,jhb2008-08-111-9/+68
* Various fixes:jhb2006-11-131-83/+61
* Checkpoint today's tidy-up of the WIP disassembler. It now agrees withpeter2005-03-301-11/+40
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64peter2005-03-301-79/+116
* Begin all license/copyright comments with /*-imp2005-01-051-1/+1
* Use __FBSDID().obrien2003-07-251-2/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-4/+4
* Remove __P.alfred2002-03-201-6/+6
* Quiet a variable format-string warning.kris2001-07-191-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-4/+4
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-081-9/+9
* Removed a wrong comment of mine.bde1997-04-011-10/+2
* 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
* Fixed botched tables:bde1997-01-041-128/+147
* Fixed operand order for shld and shrd.bde1996-07-121-82/+80
* Removed bogus `altfmt' code. No alternative formats are supported, butbde1996-06-081-10/+1
* Teach the disassembler about the 0f,3x family of instructionswollman1996-03-281-52/+72
* Get rid of two and a half printf in the kernel.phk1996-01-151-4/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Removed bogus statics in declarations that don't allocate storage.bde1995-10-301-4/+13
* Second batch of cleanup changes.phk1995-10-291-49/+49
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Fix disassembly of `bt[crs] $Ib,E'.bde1995-01-291-2/+2
* db_disasm.c: Unused var zapped.phk1994-10-081-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-5/+5
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-27/+1
* Fixed two occarances of ldos which should have been lods.rgrimes1993-07-121-2/+5
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+1397
OpenPOWER on IntegriCloud