Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/sys/arch



Module Name:    src
Committed By:   martin
Date:           Fri Dec 12 19:07:46 UTC 2014

Modified Files:
        src/sys/arch/amd64/amd64 [netbsd-7]: db_disasm.c
        src/sys/arch/i386/i386 [netbsd-7]: db_disasm.c

Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #313):
        sys/arch/amd64/amd64/db_disasm.c: revision 1.20
        sys/arch/i386/i386/db_disasm.c: revision 1.41
        sys/arch/i386/i386/db_disasm.c: revision 1.42
        sys/arch/i386/i386/db_disasm.c: revision 1.43
        sys/arch/i386/i386/db_disasm.c: revision 1.44
        sys/arch/amd64/amd64/db_disasm.c: revision 1.17
        sys/arch/amd64/amd64/db_disasm.c: revision 1.18
        sys/arch/amd64/amd64/db_disasm.c: revision 1.19
KNF. No binary change.
No functional change.
- 0 -> NULL
- Don't use cast.
- Style fix.
- Fix typos in comment.
Fix bugs:
- aaa and daa were reversed. Same as *BSDs.
- fix operand order of shld and shrd. Same as *BSDs.
Add support for sysenter, sysexit, vmptrld, vmptrst and getsec.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.28.1 src/sys/arch/amd64/amd64/db_disasm.c
cvs rdiff -u -r1.40 -r1.40.38.1 src/sys/arch/i386/i386/db_disasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index