Date: Fri, 14 Feb 2025 09:53:19 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 284809] Add more flag names in db_print_sbflags Message-ID: <bug-284809-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284809 Bug ID: 284809 Summary: Add more flag names in db_print_sbflags Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: nakayamakenjiro@gmail.com Created attachment 257515 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D257515&action= =3Dedit The patch to add more flag names in db_print_sbflags Current db_print_sbflags() prints only a few flag names in sys/sys/sockbuf.= h. This patch adds more flags to display more names. e.g. after the patch applied. ``` sb_flags: 0x2161 (SB_TLS_RX, SB_UPCALL, SB_KNOTE, SB_AIO_RUNNING, SBS_CANTRCVMORE, SBS_RCVATMARK) ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284809-227>