]> Zhao Yanbai Git Server - minix.git/commit
trace(1): document how to add an IOCTL handler 82/2882/2
authorDavid van Moolenbroek <david@minix3.org>
Tue, 11 Nov 2014 23:11:21 +0000 (23:11 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 12 Nov 2014 12:02:29 +0000 (12:02 +0000)
commit8b18d03deb24ce40341e3b0db2b5b9206825d061
treeec42f9c6964cb931ef3d7c86e7a241cb822d6074
parent92601f58cb467e2964d15a32a639bd9ef2910055
trace(1): document how to add an IOCTL handler

Also fix two small IOCTL-related bugs:
- do not print an argument pointer for argument-less IOCTLs;
- print IOCTL contents with -V given once, just like structures.

Change-Id: Iec7373003d71937fd34ee4b9db6c6cec0c916411
minix/usr.bin/trace/NOTES
minix/usr.bin/trace/ioctl.c