aboutsummaryrefslogtreecommitdiff
path: root/lib/libsysdecode/flags.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r343742:Michael Tuexen2019-05-041-1/+1
* Add support for decoding the nxt_flags, rcv_flags, and snd_flags ofMichael Tuexen2018-01-151-0/+34
* Add support for decoding the type of a cmsg.Michael Tuexen2018-01-151-0/+40
* Add a function is decode the sinfo_flags of struct sctp_sndrcvinfo.Michael Tuexen2018-01-141-0/+28
* Add suppor for the supported PR-SCTP policies.Michael Tuexen2018-01-141-0/+7
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-0/+111
* Wrap to 80 columns. No functional change.John Baldwin2017-11-071-2/+4
* RB_POWERCYCLE needs to be handled like RB_POWEROFF for decoding.Warner Losh2017-10-251-2/+2
* libsysdecode: report invalid cap_rights_tEd Maste2017-09-171-0/+7
* Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin2017-09-041-0/+22
* Improve decoding of RB_AUTOBOOT in the 'howto' argument to reboot().John Baldwin2017-06-101-1/+12
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-031-0/+7
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-251-0/+13
* Add support for socket option names related to the level IPPROTO_UDPLITE.Michael Tuexen2017-05-041-0/+3
* Add support for socket option names related to the IPPROTO_IPV6 level.Michael Tuexen2017-05-031-0/+2
* Add support for socket option names related to the IPPROTO_SCTP level.Michael Tuexen2017-05-031-0/+3
* Fix libsysdecode vmprot flag decodingSteven Hartland2017-03-161-0/+1
* Fix sysdecode_cap_rights which currently prints bogus capability rightsTobias Kortkamp2017-03-141-9/+1
* Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-031-3/+7
* Use binary and (&) instead of logical to extract the mask of a capability.John Baldwin2016-10-251-1/+1
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-0/+982