On 2016/04/07 06:56, Nick Hudson wrote:
Log Message:
Improve ddb(4) show kernhist
1) really prints all the histories merged together (rather than just the
"first" when no argument specified
2) dumps a single history when an argument is given, e.g.
"show kernhist usbhist"
3) uses db_printf correctly
#define KERNHIST_DUMP(NAME) kernhist_dump(&NAME)
This breaks build on earmv7hf: "too few arguments". Missing something like printf? thanks, -- t-hash