NetBSD/sys
riastradh 5dfb9270fc wg: mbuf m_freem audit.
1. wg_handle_msg_data frees m but the other wg_handle_msg_* just take
   a pointer to the mbuf content and not m itself, so free m in those
   cases.

2. Can't trivially prove that the pcq is empty by the time
   wg_destroy_peer runs pcq_destroy, so let's explicitly purge it
   just in case.

3. If wg_send_udp isn't doing udp_send or udp6_output, it still has
   to free m in the !INET6 error branch for IPv6 packets.

4. After rumpuser_wg_send_peer or rumpuser_wg_send_user, we still
   need to free the mbuf.
2020-08-31 20:24:19 +00:00
..
altq
arch Add back <xen/xenio3.h>, it's needed by xentools413 2020-08-31 11:32:01 +00:00
coda
compat PR/55547: Dan Plassche: Fix BSD/OS binary emulation. 2020-08-08 19:08:48 +00:00
conf Nix trailing whitespace. 2020-08-28 14:58:25 +00:00
crypto Instead of returning 0 when sysctl kern.expose_address=0, return a random 2020-08-26 22:56:55 +00:00
ddb db_get_line - raw access to the DDB command line. 2020-07-29 23:29:42 +00:00
dev defparam and use ADBKBD_LAYOUT, default to KB_US|KB_APPLE for tradition 2020-08-31 17:54:18 +00:00
dist/pf Clean up _LKM --> _MODULE leftovers. 2020-08-10 10:59:33 +00:00
dtb
external Tidy up libsodium makefile and config fragments. 2020-08-26 15:49:56 +00:00
fs Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00
gdbscripts
kern thmap: Use keyed BLAKE2s for second-level hash and beyond. 2020-08-31 20:22:57 +00:00
lib
miscfs Remove trailing \n from UVMHIST_LOG() format strings. 2020-08-19 07:29:00 +00:00
modules Upgrade NVMM to WARNS=5. 2020-08-05 10:33:01 +00:00
net wg: mbuf m_freem audit. 2020-08-31 20:24:19 +00:00
net80211 Omit now-unused function. 2020-07-28 15:41:26 +00:00
netatalk
netbt
netcan
netinet Partially revert previous: set RTF_HOST regardless of mask for point-to-point 2020-08-29 17:41:14 +00:00
netinet6 inet6: reduce silent packet discards 2020-08-28 06:32:24 +00:00
netipsec ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
netmpls
nfs
opencrypto
rump ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
secmodel Clean up _LKM --> _MODULE leftovers. 2020-08-10 10:59:33 +00:00
stand
sys Fix uninitialized, caught by llvm. Tuck variables in blocks where they are 2020-08-28 12:43:24 +00:00
ufs Don't cache id's for vnodes that have ACLs. ok chs@ 2020-08-20 20:28:13 +00:00
uvm Remove pte_zero_p and simply check against 0. 2020-08-22 15:34:51 +00:00
Makefile