NetBSD/sys
martin 2538a353ab PR kern/55665: temporarily comment out an assertion that is known to
trigger in some conditions (where ignoring the wrap around does no harm
for now)
2020-09-17 11:37:35 +00:00
..
altq
arch Reduce the __HAVE_FAST_SOFTINTS #ifdef perimeter. 2020-09-17 00:48:56 +00:00
coda
compat remove __packed from struct netbsd32_lsdisable. the structure 2020-09-07 03:12:51 +00:00
conf add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
crypto aes neon: Gather mc_forward/backward so we can load 256 bits at once. 2020-09-10 11:31:03 +00:00
ddb db_get_line - raw access to the DDB command line. 2020-07-29 23:29:42 +00:00
dev Fix a panic caused while detaching iavf(4) 2020-09-17 06:34:43 +00:00
dist/pf Clean up _LKM --> _MODULE leftovers. 2020-08-10 10:59:33 +00:00
dtb
external Define ACPI_BIG_ENDIAN on BE targets 2020-09-08 16:56:29 +00:00
fs avoid an uninit warning with GCC 9. 2020-09-07 01:35:25 +00:00
gdbscripts
kern PR kern/55665: temporarily comment out an assertion that is known to 2020-09-17 11:37:35 +00:00
lib Elf64_Phdr::p_offset is 64 bits, not 32 2020-09-13 13:31:36 +00:00
miscfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
modules Added iavf(4) that is based on OpenBSD's iavf(4) implementation 2020-09-08 10:05:47 +00:00
net nd: give missed a default of ND_LLINFO_NOSTATE 2020-09-15 23:40:03 +00:00
net80211 Omit now-unused function. 2020-07-28 15:41:26 +00:00
netatalk
netbt
netcan
netinet Implement RFC 7048, making Neighbor Unreachability Detection less impatient 2020-09-15 10:05:36 +00:00
netinet6 Implement RFC 7048, making Neighbor Unreachability Detection less impatient 2020-09-15 10:05:36 +00:00
netipsec ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
netmpls
nfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
opencrypto Fix kmem_free size in recent malloc->kmem conversion. 2020-07-04 18:07:31 +00:00
rump rump: Add nd.c to libnet 2020-09-12 10:44:32 +00:00
secmodel Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in 2020-09-08 14:12:57 +00:00
stand bootaa64: explicitly set GNUEFIARCH and LIBGNUEFI_ARCH to aarch64 2020-09-10 14:30:14 +00:00
sys 9.99.73 welcomes SIOCGNBRINFO 2020-09-16 13:42:05 +00:00
ufs Suppress -Waddress-of-packed-member just for lfs_accessors.h. 2020-09-07 02:28:12 +00:00
uvm Cast pointer arguments of UVMHIST_CALLARGS() into uintptr_t. 2020-09-10 02:12:57 +00:00
Makefile