]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Expand the decoding of kevent structures.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 19 Aug 2015 01:44:56 +0000 (01:44 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 19 Aug 2015 01:44:56 +0000 (01:44 +0000)
commitc915ff03491a35dd023500cdfa4f92274549d137
tree4eb3b125bbc1eb8a531391adc9ffade7b74db386
parentf083f6894c4bd535533e34c534f744696ba44f5a
Expand the decoding of kevent structures.
- Print the ident value as decimal instead of hexadecimal for filter types
  that use "small" values such as file descriptors and PIDs.
- Decode NOTE_* flags in the fflags field of kevents for several system
  filter types.
usr.bin/truss/syscalls.c