NetBSD/sys
roy fe4671807c Separate ioctl address prefix management from RA prefix management
as we have no API for controlling the latter.

This fixes a long standing problem where addresses added with non /128
prefixes and non infinte address lifetimes would register a prefix route
which would expire. Subsequent calls set new lifetimes for the same address
would not affect the prefix route management, so once expired, the
prefix route would be impossible to add back as the kernel would remove it.
2016-08-16 10:31:57 +00:00
..
altq
arch Code consistency. No functional change. 2016-08-16 09:55:14 +00:00
coda
compat Uninitialized var, found by brainy; not tested, but obvious enough 2016-08-15 09:20:11 +00:00
conf defopt PPPOE_DEBUG kill unknown sessions 2016-08-11 15:16:54 +00:00
crypto
ddb
dev Fix leap year handling for years 2100 and greater. 2016-08-15 15:51:39 +00:00
dist/pf Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
external ACPI_TRACE_ENTRY adds const for the type argument, so don't duplicate it 2016-08-14 19:03:28 +00:00
fs replace variable stack declaration with a large enough one and KASSERT. 2016-07-21 18:21:27 +00:00
gdbscripts
ipkdb
kern tidy up messages and indentation 2016-08-13 12:05:49 +00:00
lib PR port-ia64/51261 2016-08-05 17:10:48 +00:00
miscfs
modules add ext2fs_xattr.c 2016-08-12 19:07:14 +00:00
net Memory leak, found by brainy; not tested, but obvious enough 2016-08-15 09:14:12 +00:00
net80211
netatalk Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
netbt
netinet sprinkle const on sctp_crc_c[] 2016-08-12 19:08:54 +00:00
netinet6 Separate ioctl address prefix management from RA prefix management 2016-08-16 10:31:57 +00:00
netipsec Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
netisdn
netkey
netmpls
netnatm
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
nfs
opencrypto
rump Don't call loopinit() here. Instead panic if -lrumpnet_net has not been 2016-08-13 11:19:35 +00:00
secmodel
stand
sys The way the kernel tries to prevent a userland process from allocating page 2016-08-06 15:13:13 +00:00
ufs EXT2F_INCOMPAT_FLEX_BG feature actually doesn't require any explicit 2016-08-15 18:46:11 +00:00
uvm Make UVMHIST_PRINT work again by making it define KERNHIST_PRINT 2016-08-12 13:40:21 +00:00
Makefile