CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/13 22:27:42
Modified files:
usr.bin/kdump : kdump_subr.h ktrstruct.c mksubr
Log message:
Display struct event more like other structs: show all members and use cpp
define names. Use the mksubr infrastructure for EVFILT_*,
EV_*, and (with some kludging) NOTE_* values. If EV_ERROR is set,
include the errno string for the data member.
Also, do MSG_* parsing on the msg_flags member of struct msghdr.
ok millert@
