CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 4 21:41:44 UTC 2014 Modified Files: src/common/lib/libx86emu: x86emu.c Log Message: Fix decoding of near CALL when address-size prefix (67h) is present. >From Wolf Ramovsky via FreeBSD. To generate a diff of this commit

CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 4 21:40:11 UTC 2014 Modified Files: src/common/lib/libx86emu: x86emu.c Log Message: Fix decoding of LEA when address-size prefix (67h) is present. >From Wolf Ramovsky via FreeBSD, loosly based on Xorg changeset f57bc0e by

CVS commit: src/common/lib/libx86emu

2014-08-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 4 19:19:02 UTC 2014 Modified Files: src/common/lib/libx86emu: x86emu.c Log Message: Fix decoding of MOVSX. From Wolf Ramovsky via FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/common/lib/libx86

CVS commit: src/common/lib/libx86emu

2013-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 20 21:16:55 UTC 2013 Modified Files: src/common/lib/libx86emu: x86emu_i8254.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libx86emu/x86emu_i8254.c Please note