Searched hist:"9 e47480e94c86fef6f50bf40dde4db766eeeddee" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux.h | diff 9e47480e94c86fef6f50bf40dde4db766eeeddee Tue Nov 03 20:50:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> linux(4): Improve netlink diagnostics
Add some missing netlink_family definitions and produce vaguely human-readable error messages for those definitions, like we used to do for just ROUTE and KOBJECT_UEVENTS.
Additionally, if we know it's a netfilter socket but didn't find it in the table, fall back to printing that instead of the generic handler ("socket domain 16, ...").
No change to the emulator correctness, just mildly improved diagnostics for gaps.
|
H A D | linux_socket.c | diff 9e47480e94c86fef6f50bf40dde4db766eeeddee Tue Nov 03 20:50:42 CET 2020 Conrad Meyer <cem@FreeBSD.org> linux(4): Improve netlink diagnostics
Add some missing netlink_family definitions and produce vaguely human-readable error messages for those definitions, like we used to do for just ROUTE and KOBJECT_UEVENTS.
Additionally, if we know it's a netfilter socket but didn't find it in the table, fall back to printing that instead of the generic handler ("socket domain 16, ...").
No change to the emulator correctness, just mildly improved diagnostics for gaps.
|