NetBSD/sys
chs 87ba0e2a31 Restore backward compatibility of UFS2 with previous NetBSD releases by
disabling support in UFS2 for extended attributes (including ACLs).
Add a new variant of UFS2 called "UFS2ea" that does support extended attributes.
Add new	fsck_ffs operations "-c	ea" and	"-c no-ea" to convert file systems
from UFS2 to UFS2ea and	vice-versa (both of which delete all existing extended
attributes in the process).
2022-11-17 06:40:38 +00:00
..
altq Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. 2022-10-24 08:11:24 +00:00
arch Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
coda
compat sys: Put externs for time_adjtime and time_adjusted in .h files. 2022-10-26 23:23:52 +00:00
conf Add driver for Cadence I2C controller. 2022-11-05 17:31:37 +00:00
crypto Make aes and chacha prints debug only. 2022-11-05 17:36:33 +00:00
ddb ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB. 2022-10-27 20:00:24 +00:00
dev Skip the first PHY found to remove the shadow PHY that appears at 2022-11-12 16:54:36 +00:00
dist/pf inpcb: rename functions to in6pcb_* 2022-11-04 09:01:53 +00:00
dtb use sort -u 2022-09-11 12:46:41 +00:00
external drm(4): Mark PCI interrupt handlers as MP-safe. 2022-10-28 21:58:48 +00:00
fs Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails. 2022-11-10 10:54:14 +00:00
gdbscripts
kern don't KASSERT(kpreempt_disabled()) while cold 2022-11-15 10:29:56 +00:00
lib Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
miscfs Add a helper to set or clear lower mount and use it. 2022-11-04 11:20:39 +00:00
modules Move emuxki from i386/amd64 specific modules to attachment specific 2022-09-07 11:26:23 +00:00
net arp: Validate ARP source hardware address matches Ethernet source 2022-11-15 10:47:39 +00:00
net80211 Make ifq_drops in struct ifqueue and struct ifaltq 64 bit. 2022-10-24 08:11:24 +00:00
netatalk Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
netbt
netcan inpcb: rename functions to inpcb_* 2022-11-04 09:00:58 +00:00
netinet Fix sending broken RTM_DELADDR message in some operations. 2022-11-17 05:02:11 +00:00
netinet6 inpcb: get rid of parentheses for return value 2022-11-04 09:04:27 +00:00
netipsec Fix IPv4 security policy with port number does not work for forwarding packets. 2022-11-09 08:18:52 +00:00
netmpls Convert MPLS from a legacy netisr to pktqueue. 2022-09-03 02:24:59 +00:00
nfs Remove routes on an address removal if the routes referencing to the address. Implemented by ozaki-r@n.o. 2022-09-20 02:23:37 +00:00
opencrypto fix misspellings of 'available' and nearby typos 2022-09-10 12:14:17 +00:00
rump rump: don't touch p_nlwps without holding p_lock 2022-11-02 09:01:42 +00:00
secmodel
stand efiboot: Handle 9.99.100 by taking four, not two, digits. 2022-09-21 14:30:01 +00:00
sys arp: Validate ARP source hardware address matches Ethernet source 2022-11-15 10:47:39 +00:00
ufs Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
uvm Fix UVMHIST build 2022-11-07 07:28:04 +00:00
Makefile