git: kdump(8): Add more support for printing flag etc. names.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Aug 5 16:54:44 PDT 2017
commit 37ffcab23b4981b1b3aad12ca06ed4cc75bb7f3b
Author: Sascha Wildner <saw at online.de>
Date: Sun Aug 6 01:54:29 2017 +0200
kdump(8): Add more support for printing flag etc. names.
* New support for: eaccess() modes, faccessat() modes and atflag,
fchmodat() atflag, fchownat() atflag, fstatat() atflag,
linkat() atflag, unlinkat() atflag, utimensat() atflag,
getvfsstat() flags, lchflags() flags, chflagsat() flags and atflag,
kenv() actions, usched_set() commands, sys_checkpoint() types,
procctl() commands, mountctl() operations, and varsym_{list,set}()
levels.
* Fix flags printing in chflags() and fchflags().
* Better separate mount() and getfsstat() flags definitions.
* Adjust grepping for fcntl() commands send/recvmsg() etc. flags to
include flags with more than one underscore in their name, like
F_DUPFD_CLOEXEC.
Still missing: extexit()'s 'how' argument.
Summary of changes:
usr.bin/kdump/kdump.c | 96 ++++++++++++++++++++++++++++++++++++++++++++--
usr.bin/kdump/kdump_subr.h | 8 ++++
usr.bin/kdump/mksubr | 45 ++++++++++++++++++++--
3 files changed, 141 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37ffcab23b4981b1b3aad12ca06ed4cc75bb7f3b
--
DragonFly BSD source repository
More information about the Commits
mailing list