Module Name: src Committed By: matt Date: Sat Jun 6 22:06:05 UTC 2015
Modified Files: src/sys/ddb: db_access.c db_examine.c db_write_cmd.c Log Message: Add support for 'q' qualifier for 64-bit values on examine and write. Align data to long so that the MD parts can use aligned load/stores. Don't use db_extend but use db_expr_t based expressions. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/ddb/db_access.c cvs rdiff -u -r1.35 -r1.36 src/sys/ddb/db_examine.c cvs rdiff -u -r1.26 -r1.27 src/sys/ddb/db_write_cmd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.