From 3874141edd2f77e13ee78371798db225b35b7c7e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 17 Mar 2021 17:43:55 -0600 Subject: compat: backport to FreeBSD 12.2 This should allow us to get more testing coverage earlier. This port here is also a bit janky. I really don't like the taskqgroup business, having to copy and paste those structs. And this isn't well tested, either. But, it's a start. This distinguishes between compat.h and support.h, though both header files are intended to operate in more or less the same way. It's important to keep some discipline between things that we're backporting and things that aren't _yet_ upstream or are shims for OpenBSD. Signed-off-by: Jason A. Donenfeld --- MISSING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MISSING.md') diff --git a/MISSING.md b/MISSING.md index 4a75f50..e688bb4 100644 --- a/MISSING.md +++ b/MISSING.md @@ -6,4 +6,4 @@ There are a few changes that we had in-tree that we now don't, and will need to - The `PRIV_NET_WG` privilege. - `sogetsockaddr` helper function, which belongs in `uipc_socket.c`. -We're emulating these in support.h/support.c, but they should go away for the merge. +We're emulating these in support.h, but they should go away for the merge. -- cgit v1.2.3-59-g8ed1b