# $NetBSD: CHANGES-11.0,v 1.1.2.12 2025/09/02 17:49:09 martin Exp $ A complete list of changes from the initial NetBSD 11.0 branch on 2025-07-30 until the 11.0 release: doc/CHANGES-11.0 created doc/LAST_MINUTE patched by hand doc/README.files patched by hand external/gpl2/groff/tmac/mdoc.local patched by hand sys/sys/param.h patched by hand Welcome to 11.0_BETA! sys/arch/i386/stand/boot/boot2.c 1.90 sys/arch/i386/stand/efiboot/boot.c 1.33 x86: boot(8): reorder the pathes tried to load the kernel to avoid confusing loader messages. [pgoyette, ticket #3] doc/CHANGES (manually edited) fix typo usr.sbin/sysinst/util.c 1.78 sysinst(8): PR 59573: do not leave temporary files behind. [kim, ticket #4] etc/named.conf 1.12-1.14 named(8): adjust the default configuration following recommendations from https://www.dnsflagday.net/2020/. [kim, ticket #5] sys/arch/amd64/conf/GENERIC 1.617 sys/arch/evbarm/conf/GENERIC64 1.227 sys/dev/pci/files.pci 1.451 sys/dev/pci/pvscsi.c 1.1,1.2 sys/dev/pci/pvscsi.h 1.1 Add support for the VMware PV SCSI controller found in VMware's ESXi product. [skrll, ticket #6] lib/libc/stdio/mktemp.3 1.36 mkostemp(3): include O_CLOFORK in mkostemp()'s allowed flags. [kre, ticket #7] lib/libc/stdlib/posix_openpt.3 1.11 sys/kern/tty_ptm.c 1.47 tests/lib/libc/ttyio/t_ptm.c 1.3 posix_openpt(3): support O_CLOFORK. [gutteridge, ticket #8] crypto/external/apache2/openssl/lib/libssl/Makefile 1.5 libssl: link against libcrypto (again). [wiz, ticket #9] sys/netipsec/ipsec_input.c 1.82 ipsec: fix "no key association" log. [knakahara, ticket #10] usr.sbin/npf/npfctl/npf_build.c 1.61 npfctl(8): fix segfault with pcap-filter. [kim, ticket #11] usr.sbin/npf/npfctl/npf_build.c 1.60 npfctl(8): PR 59581: set layer 3 bit in dynamic rule attributes. [joe, ticket #12] sys/arch/x86/conf/MICROVM.common 1.4 x86: PR 59568: disable viogpu in MICROVM kernel configuration. [imil, ticket #13] sys/arch/amd64/conf/MICROVM 1.4 sys/arch/i386/conf/MICROVM 1.4 x86: add `+invtsc` to the QEMU command line example. [imil, ticket #14] sys/netbt/hci.h 1.47 blutooth: fix definition of Sniff Subrating command. [plunky, ticket #15] external/lgpl2/userspace-rcu/lib/liburcu-signal/Makefile 1.2 external/lgpl2/userspace-rcu/lib/liburcu/Makefile 1.2 external/mpl/bind/Makefile.inc 1.18 external/mpl/bind/bind2netbsd 1.11 external/mpl/bind/include/config.h 1.24 named: use liburcu-mb on netbsd. [mrg, ticket #16] share/man/man7/hier.7 1.145 hier(7): add entry for /var/shm. [kim, ticket #17] distrib/notes/common/contents 1.188 etc/etc.amd64/Makefile.inc 1.18 etc/etc.i386/Makefile.inc 1.71 x86: distribute the MICROVM kernel. See sys/arch/{amd64,i386}/conf/MICROVM for usage instructions. [imil, ticket #18] sys/arch/virt68k/conf/GENERIC 1.11 virt68k: disable viogpu(4) in GENERIC kernel. [isaki, ticket #19] sys/arch/m68k/m68k/mmu_subr.s 1.4 m68k: avoid a panic during boot on some machines. The PMOVE ,TTn instruction does not support (An)+ addressing mode on 68030. [isaki, ticket #20] distrib/sets/lists/man/mi 1.1810 distrib/sets/lists/manhtml/mi 1.31 share/man/man4/Makefile 1.748 share/man/man4/genet.4 1.1,1.2 genet(4): add man page. [wiz, ticket #21] sys/net/nd.c 1.8 tests/net/arp/t_arp.sh 1.49 nd: PR 59596: fix the number of requests for address resolution. [ozaki-r, ticket #22] distrib/miniroot/install.sh 1.29 sun3: place a ptyfs instance into the newly-written /etc/fstab, so that e.g. sshd works out of the box after installation. [thorpej, ticket #23] bin/sh/cd.c 1.54-1.56 sh(1): PR 59565: cd "" is now an error, not == cd . Improve error messages from the "cd" builtin. [kre, ticket #24]