CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2016/10/18 13:46:00
Modified files: sys/ddb : db_examine.c Log message: Add the examine /m format, "display in unsigned hex with character dump at the end of each line", which has always been documented but not implemented. Mostly from NetBSD, but I fixed the column alignment code. ok mlarkin@, pirofti@