CHANGES revision 1.2878
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2878 $> 2# 3# 4# [Note: This file does not mention every change made to the NetBSD source tree. 5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 6# or see the mailing list archives. For more information, send a message 7# containing just the word `help' to `majordomo@NetBSD.org'.] 8# 9# ---------------------------------------------------------------------------- 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 11# 12# theme: Content ... 13# more content ... 14# more content. [developer DATE-FORMAT] 15# 16# That's it, one tab to start an item, and two tabs to indent the content. 17# Also please start the content with a capital and end it with a dot. 18# 19# This is very important for the www scripts, otherwise it won't be able to 20# parse the file and the HTML output will be mangled. 21# 22# See htutils/changes/changes2html script for more details. 23# 24# ---------------------------------------------------------------------------- 25 26Changes from NetBSD 9.0 to NetBSD 10.0: 27 openldap: Import 2.4.48. [christos 20190808] 28 boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20190818] 29 dhcpcd(8): Import dhcpcd-8.0.3 [roy 20190821] 30 inet6: Fix sending RTM_MISS for unresolvable addresses and restore 31 ND6_LLINFO_WAITDELETE so that any send at this point can 32 return EHOSTDOWN to match inet behaviour. [roy 20190901] 33 inet: Fix sending RTM_MISS for unresolvable addresses. [roy 20190901] 34 dhcpcd(8): Import dhcpcd-8.0.4 [roy 20190904] 35 bind: Import version 9.14.5. [christos 20190905] 36 resolvconf(8): Import openresolv-3.9.2 [roy 20190908] 37 boot(8): multiboot 2 support, Xen can now boot from EFI [manu 20190913] 38 dhcpcd(8): Import dhcpcd-8.0.6 [roy 20190913] 39 kernel: Add vHCI, a driver that allows to send and receive USB 40 packets from userland. [maxv 20190914] 41 mos(4): Ported driver for MosChip MCS7730/7830/7832 USB ethernet. 42 [mrg 20190920] 43 gcc(1): Import GCC 8.3. [mrg 20191001] 44 libpcap: Import 1.9.1. [christos 20191001] 45 tcpdump(8): Import 4.9.3. [christos 20191001] 46 rescue(8): Moved into a separate, rescue-only set. [maya 20191001] 47 byacc: Update to 20190617. [christos 20191006] 48 tzdata updates from 2019a to 2019c (incl 2019b) [kre 20191008] 49 services(5): Update to version 2019-10-04 from IANA. 50 [sevan 20191009] 51 dhcpcd(8): Import dhcpcd-8.1.0 [roy 20191011] 52 OpenSSH: Import 8.1. [christos 20191012] 53 acpi(4): Updated ACPICA to 20190816. [christos 20191015] 54 sup: removed, use ftp://ftp.astron.com/pub/sup [christos 20191015] 55 dhcpcd(8): Import dhcpcd-8.1.1 [roy 20191016] 56 evbarm: Add support for the NanoPi R1 and Duo2. [bad 20191016] 57 bind: Import version 9.14.7. [christos 20191017] 58 libc: Changed the iconv(3) function signature to the POSIX variation 59 [kamil 20191024] 60 nct(4): Add Nuvoton NCT5104D GPIO driver. [ad 20191025] 61 vio9p(4): Add virtio-9p front-end driver. [ozaki-r 20191028] 62 mount_9p(8): Enable to mount a filesystem exported via virtio-9p. 63 [ozaki-r 20191028] 64 evbarm: Update TI AM335x SoC support to use FDT based configuration. 65 [jmcneill 20191028] 66 evbarm: Update TI OMAP3 SoC support to use FDT based configuration. 67 [jmcneill 20191101] 68 amd64: Add support for kCSan - Kernel Concurrency Sanitizer. 69 [maxv 20191105] 70 audioplay(1): Add support for playing IEEE float32 and float64 71 RIFF WAVE files [mrg 20191109] 72 tmux(1): Imported 2.9a. [christos 20191112] 73 dhcpcd(8): Import 8.1.2. [roy 20191113] 74 amd64: Add support for kMSan - Kernel Memory Sanitizer. 75 [maxv 20191114] 76 kernel: Add fexecve(2) system call for executing a file from a file 77 descriptor, conforming to The Open Group Extended API Set 2. 78 [christos 20191115] 79 qat(4): Add opencrypto driver for Intel QuickAssist. 80 Atom C2XXX, C3XXX, Xeon D-21XX and D-15XX, C62X chipsets and 81 QuickAssist Adapter 8960/8970. 82 [hikaru 20191120] 83 select(2), poll(2): Performance and scalability improvements 84 [ad 20191121] 85 amd64, i386: Performance and scalability improvements for TLB 86 shootdown [ad 20191121] 87 bind: Import version 9.14.8. [christos 20191127] 88 terminfo: Import 20190609 [christos 20191127] 89 onewire(4), owtemp(4): Improve reliability and reduce CPU overhead 90 slightly. [ad 20191130] 91 scheduler: Improve performance and interactivity. [ad 20191201] 92 vfs: Reduce false sharing and lock overhead during normal operation. 93 [ad 20191201] 94 evbarm: Added driver for Allwinner Crypto Engine random number 95 generator [riastradh 20191209] 96 ixl(4): Ported driver for Intel Ethernet 700 series 97 [yamaguchi 20191210] 98 acpi(4): Updated ACPICA to 20191213. [christos 20191214] 99 uvm: Replace red-black tree page lookup with radix tree lookup, 100 including tagging and gang lookup of pages. Original work 101 done by yamt@. [ad 20191214] 102 nsd: Import 4.2.4. [christos 20191215] 103 unbound(8): Import 1.9.6. [christos 20191215] 104 openpam(3): update to 20190224 (tabebuia) [christos 20191215] 105 kerberos(8): Update to Heimdal-7.7.0 [christos 20191215] 106 file(1): Upgraded to 5.38. [christos 20191216] 107 uvm: Replace global counters with per-CPU counters, significantly 108 reducing system time on workloads that are VM-system heavy. 109 [ad 20191216] 110 anxdp(4): Add driver for Analogix DisplayPort core found in 111 Rockchip RK3399. [jakllsch 20191219] 112 net80211: Require SSID configuration to associate with an open AP. 113 [jakllsch 20191219] 114 dhcpcd(8): Import dhcpcd-8.1.4 [roy 20191220] 115 uvm: Rewrite the page allocator to be more efficient and somewhat CPU 116 topology aware. Add preliminary NUMA support. [ad 20191227] 117 crunchgen(1): Added the ability to pass variables in the submake 118 command line, and removed all command like flags that are 119 not needed anymore [christos 20191229] 120 uvm: Reduce lock contention by making the maintentance of page 121 replacement state more concurrent. [ad 20191231] 122 rge(4): Imported driver for Realtek 8125/8125B PCIe 2.5Gb 123 Ethernet devices from OpenBSD. [sevan 20200111] 124 aq(4): Add Aquantia 10G network adapter driver [ryo 20200101] 125 dhcpcd(8): Import dhcpcd-8.1.5 [roy 20200103] 126 tmux(1): Imported 3.0a. [christos 20200106] 127 amd64, i386: Replace the global PV hash table with radix trees, 128 yielding significant performance and scalability benefits. 129 [ad 20200112] 130 scheduler: Make the scheduler topology aware. It understands and 131 makes good use of HyperThreading/SMT, spreads the load evenly 132 across different physical CPU packages, and can effectively 133 run asymmetric systems with slow and fast CPUs [ad 20200113] 134 evbarm: Add support for NXP i.MX 8M family SoCs. [jmcneill 20200114] 135 arm: Add support for cpu topology for ARMv7 and ARMv8 CPUs. 136 [mrg 20200114] 137 uvm: More precisely track clean/dirty pages, and change how they are 138 indexed, speeding up fsync() on large files by orders of 139 magnitude. Original work done by yamt@. [ad 20200115] 140 uyurex(4): Removed from the tree. [maya 20200117] 141 strip(4): Removed from the tree. [thorpej 20200118] 142 hippi and esh(4): Removed from the tree. [thorpej 20200118] 143 de(4): Removed from the tree. [thorpej 20200119] 144 token ring and tr(4): Removed from the tree. [thorpej 20200119] 145 fddi, fpa(4), fta(4), fea(4): Removed from the tree. [thorpej 20200120] 146 wm(4): Add Intel I219 LM10-LM15 and V10-V14. [msaitoh 20200121] 147 OpenSSL: Imported 1.1.1d. [christos 20200122] 148 dhcpcd(8): Import dhcpcd-8.1.6 [roy 20200127] 149 openresolv(8): Import openresolv-3.10.0 [roy 20200127] 150 urio(4): Removed from the tree. [maya 20200129] 151 Collect network interface statistics using per-cpu counters 152 that are collated when they are queried. [thorpej 20200201] 153 realpath(1): Ported from FreeBSD. [kamil 20200202] 154 env(1): Add -u flag to remove an environment variable, and -0 to 155 allow variable input separated by NUL characters, 156 compatibile with similar options in GNU and 157 FreeBSD env. [kamil 20200208] 158 kernel: Remove azalia(4). [jmcneill 20200209] 159 awk(1): Import 20200218 [christos 20200218] 160 genet(4): Add support for Broadcom GENETv5 ethernet controllers, found 161 in the Raspberry Pi 4. [jmcneill 20200222] 162 OpenSSH: Import 8.2. [christos 20200226] 163 ld.elf_so(1): Implement DT_GNU_HASH [kamil 20200229] 164 amiga: Fix word accesses on Gayle (A1200) pcmcia. [is 20200302] 165 libcbor: Import for libfido2 support [christos 20200302] 166 libfido2: Import for pam-u2f support [christos 20200302] 167 pam-u2f: Import token authenticator [christos 20200302] 168 gcc(1): Import GCC 8.4. [mrg 20200311] 169 terminfo: Support numeric parameters as int [roy 20200313] 170 postfix(1): Import version 3.5.0. [christos 20200318] 171 OpenSSL: Imported 1.1.1e. [christos 20200321] 172 amd64, i386: Significant performance improvements in the pmap module 173 [ad 20200322] 174 namecache: Change the namecache to index names using per directory 175 red-black trees. [ad 20200322] 176 uvm: Process concurrent page faults on individual objects in parallel, 177 where the relevant pages are already in-core. [ad 20200322] 178 bwfm: Update firmware to linux-firmware-20200316. [thorpej 20200322] 179 acpi(4): Updated ACPICA to 20200326. [christos 20200328] 180 ioctlprint(1): Add ioctl descriptive printer. [kamil 20200402] 181 dhcpcd(8): Import version 9.0.0 [roy 20200402] 182 binutils: Updated to FSF binutils 2.34. [christos 20200404] 183 mount_smbfs(8): Removed from the tree [jdolecek 20200404] 184 nsmb(4): Removed from the tree [jdolecek 20200404] 185 xen: remove legacy rx-flip support from xennet(4) and xvif(4) 186 [jdolecek 20200405] 187 OpenSSL: Imported 1.1.1f. [christos 20200405] 188 xennet(4): Make the driver MP-safe [jdolecek 20200406] 189 aarch64: Add support for Pointer Authentication (PAC). 190 [maxv 20200412] 191 aarch64: Add support for Branch Target Identification (BTI). 192 [maxv 20200413] 193 umass(4): Removed obsolete ISD-ATA support [jdolecek 20200413] 194 dhcpcd(8): Import version 9.0.1 [roy 20200413] 195 xbd(4): Make the driver MP-safe [jdolecek 20200413] 196 xbd(4): Support regular 64KB MAXPHYS [jdolecek 20200415] 197 xbd(4): Support indirect segments [jdolecek 20200416] 198 dhcpcd(8): Import version 9.0.2 [roy 20200421] 199 xbdback(4): Support indirect segments [jdolecek 20200421] 200 xbdback(4): Make the driver MP-safe [jdolecek 20200423] 201 OpenSSL: Imported 1.1.1g. [christos 20200424] 202 tzdata updated to 2020a [kre 20200425] 203 amd64, i386: Added support for Xen PV drivers under HVM guests. 204 [bouyer 20200425] 205 kernel: Overhauled entropy subsystem [riastradh 20200430] 206 xen: Added support for Xen PVH. [bouyer 20200502] 207 hp300: Add bitmap access ops support for EVRX framebuffer on 208 HP9000/425e. [tsutsui 20200504] 209 xennet(4): add support for feature-sg & jumbo frames [jdolecek 20200430] 210 xvif(4): add support for feature-sg & jumbo frames [jdolecek 20200503] 211 kernel: Added support for swap encryption with sysctl -w 212 vm.swap_encrypt=1 [riastradh 20200509] 213 xen: Support MSI for XenPV [jdolecek 20200504] 214 hppa: Enable modules in GENERIC by default. [skrll 20200511] 215 aarch64: Added support for ARMv8.5-RNG RNDRRS CPU random number 216 generator instructions [riastradh 20200511] 217 xen: enable MULTIPROCESSOR for Xen dom0. [bouyer 20200513] 218 ptrace(2): Add PT_SET_SIGPASS and PT_GET_SIGPASS. [kamil 20200514] 219 evbarm: Added support for EFI RNG firwmare random number generator 220 [riastradh 20200514] 221 ACL: Add FFS support for ACLS via extended attributes, from FreeBSD. 222 [christos 20200516] 223 evbarm: Added support for Rockchip RK3399 crypto random number 224 generator device [riastradh 20200517] 225 libuv: Import version 1.38.0. [christos 20200524] 226 bind: Import version 9.16.3. [christos 20200524] 227 tzcode: Updated to 2020a. [christos 20200525] 228 ntp: Import ntp 4.2.8p14. [christos 20200525] 229 acpi(4): Updated ACPICA to 20200430. [christos 20200525] 230 postfix(1): Import version 3.5.2. [christos 20200525] 231 OpenSSH: Import 8.3. [christos 20200528] 232 evbarm: Add install media for earmv7hf and aarch64. [jmcneill 20200528] 233 aarch64: Switch to USE_XZ_SETS=yes. [jmcneill 20200602] 234 dhcpcd: Import version 9.1.1 [roy 20200604] 235 proplib(3): Various API improvements - many functions deprecated and 236 now produce compiler warnings. [thorpej 20200606] 237 inet6: in-kernel Router Advertisment handling removed. [roy 20200612] 238 httpd(8): Add blocklistd(8) support. [jruoho 20200613] 239 file(1): Upgraded to 5.39. [christos 20200614] 240 blocklist: import current version [christos 20200614] 241 dhcpcd: Import version 9.1.2 [roy 20200615] 242 evbmips: Create an "octeon.img.gz" bootable image for 243 evbmips64-eb release builds. [jmcneill 20200617] 244 evbarm: Add support for loading modules with the bootloader. 245 [jmcneill 20200221] 246 evbarm: Added boot.cfg support to efiboot [jmcneill 20200211] 247 evbmips: Add ofctl(8) and /dev/openfirm support for Cavium 248 Octeon devices. [jmcneill 20200624] 249 mv(1): Add -h option to atomically replace a symlink to a 250 directory. [riastradh 20200624] 251 kernel: Remove all variable-time AES and replace it by constant-time 252 aes_ct from BearSSL or a CPU-dependent implementation, 253 selected at boot time according to CPU capabilities. 254 [riastradh 20200629] 255 amd64: Add support for AES-NI in kernel. [riastradh 20200629] 256 x86: Add support for bitsliced AES with SSE2 in kernel. 257 [riastradh 20200629] 258 x86: Add support for permutation-based AES (vpaes) with SSSE3 in 259 kernel. [riastradh 20200629] 260 x86: Add support for VIA ACE AES in kernel (not just via opencrypto). 261 [riastradh 20200629] 262 arm: Add support for ARMv8.0-AES in kernel. [riastradh 20200629] 263 arm: Add support for permutation-based AES (vpaes) with ARM NEON in 264 kernel. [riastradh 20200629] 265 cgd(4): Add support for Adiantum cipher, providing much better software 266 performance than AES-CBC or AES-XTS. [riastradh 20200629] 267 dhcpcd: Import version 9.1.4 [roy 20200703] 268 x86: Xen kernels now use the same kernel modules as native kernels. 269 [chs 20200704] 270 wskbd(4): Added keyboard layouts for Brazilian Portugese, 271 Canadian French, Estonian, Icelandic, and Latin American 272 Spanish to pckbd(4) and ukbd(4). [nia 20200713] 273 bnx(4): Enable support for MSI/MSI-X [jdolecek 20200714] 274 ciss(4): Add support for PERFORMANT mode, and enable MSI/MSI-X 275 for adapters supporting it [jdolecek 20200714] 276 ciss(4): Match new HP Smart Array adapters [jdolecek 20200714] 277 x86: Introduce per-cpu IDTs [yamaguchi 20200714] 278 evbmips: Renamed kernel config files: 279 ERLITE -> OCTEON 280 INSTALL_ERLITE -> INSTALL_OCTEON 281 [simonb 20200715] 282 libc: Added ppoll() wrapper around native pollts(2) [kamil 20200717] 283 openresolv: Import version 3.11.0 [roy 20200722] 284 sun3: Add Xorg-Server-1.20'fied ancient monolithc Xsun servers. 285 [tsutsui 20200722] 286 wwanc(4): Add driver for Intel XMM7360 LTE modem [jdolecek 20200726] 287 xen: MSI enabled by default [jdolecek 20200728] 288 script(1): Add proper playback of curses sessions. [christos 20200801] 289 kernel: remove the BRIDGE_IPF option, build its code by default 290 unconditionally. [maxv 20200801] 291 aarch64: Add support for Privileged Access Never (PAN). 292 [maxv 20200802] 293 acpi(4): Updated ACPICA to 20200717. [christos 20200802] 294 bind: Import version 9.16.5. [christos 20200803] 295 dhcp: Import version 4.4.2. [christos 20200803] 296 openldap: Import 2.4.50. [christos 20200811] 297 evbarm: Add ISO9660 file system support to efiboot. [jmcneill 20200811] 298 inetd(8): Various improvements. Add -f flag to run in 299 foreground. [christos 20200812] 300 kernel: Add getrandom system call. [riastradh 20200813] 301 kernel: Disable COMPAT_LINUX by default [jdolecek 20200816] 302 mips: Port crash(8) to mips. [mrg 20200816] 303 wg(4): Add implementation of WireGuard protocol. [ozaki-r 20200820] 304 xhci(4): Initial support for Isochronous Pipes. [jakllsch 20200821] 305 netstat(1): Support various new dropped and discarded packet 306 counters. [ozaki-r 20200828] 307 gcc(1): Import GCC 9.3. [mrg 20200904] 308 dhcpcd: Update to version 9.2.0. [roy 20200906] 309 iavf(4): Add driver for Intel Ethernet Adaptive Virtual Function 310 [yamaguchi 20200908] 311 gcc(1): Install TSan for 64bit CPUs. [kamil 20200913] 312 network: IPv6 Neighor Detection is now address agnostic 313 and is used by ARP. RFC 7048 is included. [roy 20200916] 314 alpha: Fixed several stability problems with MULTIPROCESSOR 315 enabled. Improved performance of TLB operations in 316 pmap module. Implemented fast-soft-interrupts. Enabled 317 MULTIPROCESSOR in GENERIC. [thorpej 20200918] 318 ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921] 319 vether(4): New virtual ethernet interface for bridging to physical 320 interfaces, imported from OpenBSD. [roy 20200927] 321 tap(4): Link state now reflects whether device is open by a process. 322 For virtual ethernet interfaces not associated with a 323 backing process to bridge with physical interfaces, use 324 vether(4). [roy 20200927] 325 dhcpcd: Update to version 9.3.0 [roy 20201005] 326 tzdata updated to 2020b [kre 20201008] 327 tzcode: Updated to 2020b. [christos 20201009] 328 dhcpcd: Update to version 9.3.1 [roy 20201012] 329 tzdata updated to 2020c [kre 20201017] 330 tzcode: Updated to 2020c. [christos 20201017] 331 ossaudio(3): Added support for the OSSv4 Mixer API [nia 20201017] 332 tzdata updated to 2020d [kre 20201022] 333 pcf8574(4): Add a driver for the PCF8574 I/O expander [jdc 20201029] 334 kernel: Add EVFILT_USER to kqueue(2) for user-established 335 events. [christos 20201031] 336 dhcpcd: Update to version 9.3.2 [roy 20201101] 337 tmux(1): Imported 3.1c. [christos 20201101] 338 kernel: Better default for kern.maxfiles for systems with 339 larger RAM [simonb 20201112] 340 acpi(4): Updated ACPICA to 20201113. [christos 20201127] 341 dhcpcd: Update to version 9.3.4 [roy 20201128] 342 arm: Switch earmv6{,hf}eb to BE8. [rin 20201201] 343 evbarm: Support Raspberry Pi 0-3 in big-endian mode. All devices 344 except for vchiq(4) and vcaudio(4) are supported. Pi 3 is 345 capable to run both in aarch64eb and earmv7{,hf}eb modes. 346 [rin 20201201] 347 pkg_install: Updated to 20201202. This changes the default database 348 location from /var/db/pkg to /usr/pkg/pkgdb. [wiz 20201202] 349 libfido2: Update to 1.5.0 for OpenSSH 8.4 support [christos 20201204] 350 OpenSSH: Import 8.4. [christos 20201204] 351 pkg_install: Updated to 20201205. [wiz 20201205] 352 acpi(4): Add /dev/acpi character device for accessing ACPI tables, 353 remove the "options INSECURE" requirement for 354 acpidump(8) [jmcneill 20201206] 355 acpicpu(4): Add support for Arm CPUs. [jmcneill 20201207] 356 OpenSSL: Imported 1.1.1i. [christos 20201209] 357 pkg_install: Updated to 20201212. [wiz 20201212] 358 evbarm: Support "boot -d" for early DDB access. [mrg 20201219] 359 sparc64: Add environment monitoring for the E250 [jdc 20201223] 360 sti(4), hp300: Add bitmap access ops support for SGC CRX (A1659-66001) 361 framebuffer for HP9000/425t. [tsutsui 20201223] 362 openresolv: Update to version 3.12.0 [roy 20201227] 363 nvmm: implement support for trapping REP CMPS [reinoud 20201227] 364 resize: Import Xterm's resize(1) for querying (x)terminal sizes in 365 base for headless clients [reinoud 20201227] 366 dhcpcd: Update to version 9.4.0 [roy 20201228] 367 pci(4): Add support for Enhanced Allocations, as seen in the Cavium 368 ThunderX-based GIGABYTE MT30-GS2-00. [thorpej 20201229] 369 tzdata updated to 2020f (includes update to 2020e) [kre 20201231] 370 evbarm: Add support for Amlogic G12 family SoCs. [ryo 20210101] 371 ps(1): Add -G to take a single group argument, heading towards 372 POSIX.2 compliance. [jperkin 20210104] 373 nbperf(1): Optimize. Reduce memory footprint by 30%. [joerg 20210107] 374 pppd(8): updated to version 2.4.9. [christos 20210109] 375 tzdata updated to 2021a [kre 20210124] 376 evbmips: Add support for QEMU "mipssim" emulator. [simonb 20210127] 377 mcx(4): Sync. with OpenBSD. Lots of improvements including checksum 378 offload, hardware vlan tagging, and support for multiple 379 receive queues. [jmcneill 20210130] 380 x68k: Add Emulate3Buttons support to X68k Xorg based monolithic server. 381 [tsutsui 20210207] 382 bind: Import version 9.16.12. [christos 20210219] 383 OpenSSL: Imported 1.1.1j. [christos 20210219] 384 byacc: Update to 20210109. [christos 20210220] 385 virtio(4): Add support for VirtIO PCI v1.0 attachments next to legacy v0.9 386 [reinoud 20210120] 387 regex(3): Add NLS support and gnu regex extensions (off by default). 388 [christos 20210223] 389 wpa: Import wpa_supplicant and hostapd 2.9. [christos 20210228] 390 tzcode: Updated to 2021a. [christos 20210228] 391 OpenSSH: Import 8.5. [christos 20210304] 392 nsd: Import 4.3.5. [christos 20210315] 393 unbound(8): Import 1.13.1. [christos 20210315] 394 OpenSSL: Imported 1.1.1k. [christos 20210325] 395 kernel: Add fast sysctl(7)-based kernel hash statistics generation 396 for vmstat -h/-H [simonb 20210401] 397 evbppc: Add support for DHT Walnut 405GP evaluation board. 398 [rin 20210402] 399 acpi(4): Updated ACPICA to 20210331. [christos 20210403] 400 event(3): Import libevent 2.1.12 [christos 20210406] 401 services(5), protocols(5): Pull iana-generated services and protocols. 402 [christos 20210408] 403 file(1): Upgraded to 5.40. [christos 20210409] 404 pkg_install: Updated to 20210410. This simplifes version checking for 405 NetBSD. [nia 20210410] 406 gcc(1): Import GCC 10.3. [mrg 20210410] 407 alpha: Switch to GCC 10. [mrg 20210416] 408 amd64: Switch to GCC 10. [mrg 20210416] 409 ia64: Switch to GCC 10. [mrg 20210416] 410 riscv: Switch to GCC 10. [mrg 20210416] 411 sparc: Switch to GCC 10. [mrg 20210416] 412 sparc64: Switch to GCC 10. [mrg 20210416] 413 vax: Switch to GCC 10. [mrg 20210416] 414 tmux(1): Imported 3.2. [christos 20210417] 415 hppa: Switch to GCC 10. [skrll 20210418] 416 OpenSSH: Import 8.6. [christos 20210419] 417 wsfontload(8): Add -l option to list all available fonts. 418 [macallan 20210424] 419 powerpc: Switch to GCC 10. [mrg 20210425] 420 aarch64: Switch to GCC 10. [mrg 20210425] 421 bind: Import version 9.16.15. [christos 20210429] 422 resolver: The default has been changed to check-names 423 (see resolv.conf(5)), which means that hostnames that 424 contain invalid characters will not resolve. [christos 20210430] 425 rge(4): Finished porting driver for Realtek 8125/8125B PCIe 2.5Gb 426 Ethernet devices from OpenBSD. [jakllsch 20210501] 427 evbarm: Add support for Allwinner V3s SoCs. [jmcneill 20210505] 428 aiomixer(1): Added aiomixer, a curses-based mixer for NetBSD's 429 audio API. [nia 20210507] 430 wskbd(4): Added German Neo 2 layout. [nia 20210511] 431 macppc: Improve iMac G5 support: audio, CPU temperature sensors, 432 GeForce framebuffer support. [macallan 20210511] 433 spiflash(4): Add support for Rockchip RK3328. [mrg 20210514] 434 lagg(4): Added a link-aggregation interface. [yamaguchi 20210517] 435 xhci(4): Add suspend/resume support. [riastradh 20210523] 436 raid(4): Add support for swapped-endian autoconfiguration. 437 [mrg 20210525] 438 dhcp: Import version 4.4.2-P1. [christos 20210526] 439 libsa: Add support for other-endian FFS volumes. [mrg 20210526] 440 efiboot: Add support for other-endian FFS and booting from RAIDframe 441 volumes. [mrg 20210526] 442 mips: Switch to GCC 10. [mrg 20210526] 443 i386: Switch to GCC 10. [mrg 20210526] 444 nvme(4): Add suspend/resume support. [riastradh 20210529] 445 mips: Ported dtrace(1). [simonb 20210529] 446 mips: Support for kernel modules. [simonb 20210531] 447 arm: Remove support for building the old ABI (oabi). [christos 20210607] 448 libfido2: Import 1.7.0 [christos 20210616] 449 m68k: Switch to GCC 10. [mrg 20210619] 450 arm: Switch to GCC 10. [mrg 20210619] 451 uscanner(4): Removed from the tree. [nia 20210629] 452 acpi(4): Updated ACPICA to 20210604. [christos 20210706] 453 hp300: Add support of multiple rd(4) disks on all punits for HPDisk. 454 [tsutsui 20210709] 455 GMP: Import 6.2.1 [mrg 20210711] 456 kernel: Tie the maximum file lock per unprivilegied uid to 457 kern.maxfiles [manu 20210727] 458 evbppc: Switch ibm4xx to generic evbppc kernel modules. [rin 20210803] 459 evbarm: Add support for Arm PCI Configuration Space Access Firmware 460 Interface (DEN0115). [jmcneill 20210808] 461 evbarm: Add support for Broadcom BCM2838 EMMC2 in ACPI mode, as found 462 on the Raspberry Pi 4. [jmcneill 20210808] 463 evbarm: Add support for shared ACPI platform interrupts. 464 [jmcneill 20210808] 465 evbarm: Improvements in interrupt handling on Arm GIC v2 and v3 systems 466 resulting in better network and storage performance. 467 [jmcneill 20210810] 468 evbarm: Introduce a /dev/efi character device that provides a means 469 for accessing UEFI RT variable services from userland. 470 [jmcneill 20210810] 471 kernel profiling: Improved performance of kernel profiling with 472 MULTIPROCESSOR. [ryo 20210814] 473 kgmon(8): added -c option to get profile information for each cpu. 474 [ryo 20210814] 475 openldap: Import 2.5.6. [christos 20210814] 476 sh(1): Add command auto-completion, from FreeBSD. [christos 20210815] 477 sh3: Switch to GCC 10. [mrg 20210816] 478 bind: Import version 9.16.20. [christos 20210819] 479 evbarm: Support marvell-based machines in big-endian mode. Currently, 480 only KUROBOX_PRO has been tested. [rin 20210830] 481 evbarm: Add support for Apple M1. [jmcneill 20210830] 482 OpenSSH: Import 8.7. [christos 20210902] 483 efiboot: Add support for specifying a banner in boot.cfg. [nia 20210907] 484 pxeboot: Add support for specifying a banner in boot.cfg. [nia 20210907] 485 pci(4): Decode more PCIe 5.x support. [mrg 20210911] 486 luna68k: Add support for keyboard LED and buzzer controls via wskbd(4). 487 [tsutsui 20210918] 488 kernel: Added native eventfd(2) and timerfd(2) implementations. 489 [thorpej 20210919] 490 compat_linux: Added eventfd, timerfd, POSIX timers, and preadv() / 491 pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32. 492 [thorpej 20210919] 493 wskbd(4): Added French BEPO layout. [nia 20210922] 494 aarch64: Add initial COMPAT_LINUX support. [ryo 20210923] 495 libfido2: Import 1.8.0 [christos 20210924] 496 pam-u2f: Import pam u2f 1.2.0 [christos 20210924] 497 OpenSSH: Import 8.8. [christos 20210927] 498 evbarm: Add support for changing the video mode with the 'gop' 499 comamnd to efiboot. [jmcneill 20210928] 500 wsmouse(4): Added WSCONS_EVENT_(H|V)SCROLL event types from OpenBSD 501 and integrated them into the synaptics(4) driver and 502 xf86-input-ws. [nia 20210928] 503 gnu-efi: Import version 3.0.14. [jmcneill 20210930] 504 tzdata partly updated to 2021b [kre 20211001] 505 sht4xtemp(4): Driver for the Sensirion SHT40/SHT41/SHT45 temperature 506 and humidity sensor [brad 20211003] 507 network: Make pktq_rps_hash() pluggable for each interface type. 508 [knakahara 20211011] 509 wm(4): Add Tiger Lake and newer devices (I219V 15-V9 and LM 16-19). 510 [msaitoh 20211013] 511 sgp40mox(4): Driver for the Sensirion SGP40 MOx gas sensor for air 512 quality [brad 20211014] 513 aarch64: Enable MKRELRO and MKPIE by default. [nia 20211014] 514 pms(4): Significant update to Synaptics trackpad 515 support. [blymn 20211021] 516 dhcpcd(8): Update to dhcpcd-9.4.1. [roy 20211022] 517 tzcode: Updated to 2021e. [christos 20211022] 518 tzdata: updated to 2021e (still missing trash from 2021b) [kre 20211022] 519 passwd.conf(5): Make 'argon2id' the default cipher for new 520 passwords. [nia 20211026] 521 acpi(4): Updated ACPICA to 20210930. [christos 20211028] 522 sht3xtemp(4): Driver for the Sensirion SHT30/SHT31/SHT35 temperature 523 and humidity sensor [brad 20211106] 524 dts: Import dts files from Linux 5.15. [jmcneill 20211107] 525 evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112] 526 cgdconfig(8): Added 'argon2id' password-based key generation method. 527 [nia 20211122] 528 wsmoused(8): Support absolute mouse position events, 529 tested with VirtualBox Guest Addtions. [uwe 20211124] 530 aarch64: Add initial COMPAT_LINUX32 support. [ryo 20211125] 531 scmd: Driver and userland utility for the Sparkfun Serial Controlled 532 Motor Driver [brad 20211207] 533 acpi(4): Updated ACPICA to 20211217. [christos 20211218] 534 udf: Fix corruption when writing to Microsoft Windows 10 formatted 535 recordables. [reinoud 20211216] 536 mcommphy(4): Add driver for Motorcomm YT8511 GbE PHY. 537 [jmcneill 20220103] 538 eqos(4): Add driver for DesignWare Ethernet Quality-of-Service 539 controller. [jmcneill 20220103] 540 OpenSSL: Imported 1.1.1m. [christos 20220107] 541 scan_ffs(8): Add SIGINFO support. [mrg 20220119] 542 sysinst(8): Allow configuring IEEE 802.11 / Wi-Fi devices with 543 WPA or open networks. [nia 20220111] 544 refuse(3): Support all FUSE API variants from FUSE 1.1 545 to FUSE 3.10. [pho 20220122] 546 tmux(1): Imported 3.2a. [christos 20220123] 547 vmstat(1): Pick better default disk for vmstat. [mrg 20220201] 548 tools: Allow tools to use C99. [rillig 20220203] 549 blkdiscard(8): Add tool to access fdiscard(2). [mrg 20220207] 550 expat: Import 2.4.6 (security fixes). [christos 20220223] 551 OpenSSH: Import 8.9. [christos 20220223] 552 udf: Be bugcompatible with Microsoft Windows 10 so it can read our 553 updated recordable media. [reinoud 20220309] 554 udf: Fix locking up CD/DVD burner issue that would lockup the FS. 555 [reinoud 20220309] 556 OpenSSL: Imported 1.1.1n. [christos 20220315] 557 tzdata: updated to 2022a (using the 2022agtz fork to restore data 558 from previously merged zones) [kre 20220320] 559 hdaudio(4): Obsolete HDAUDIO_ENABLE_DISPLAYPORT and 560 HDAUDIO_ENABLE_HDMI, enabling DisplayPort and HDMI audio 561 devices by default in kernel configurations. The default 562 device may change in audiocfg(1). [jmcneill 20220321] 563 evbarm: Add support for the userconf command to efiboot. 564 [jmcneill 20200325] 565 tzcode: Updated to 2022a. [christos 20220322] 566 kernel: Implement restrictions on hardlink creation 567 in secmodel_extensions(9) [christos 20220327] 568 dhcp: Import version 4.4.3. [christos 20220402] 569 udf: Added fsck_udf(8) and upgraded newfs_udf/makefs for UDF. [reinoud 20220506] 570 OpenSSH: Import 9.0. [christos 20220415] 571 gpio: Allow /etc/rc.d/gpio to use a '!' character like /etc/rc.d/network 572 can to run a shell script. [brad 20220430] 573 indent(1): Support for C99, lots of bug fixes. [rillig 20220503] 574 lint(1): Reduce amount of wrong warnings. [rillig 20220503] 575 make(1): Speed up evaluation of conditions, reduce memory leaks. 576 [rillig 20220503] 577 make(1): Add "randomize-targets" for debugging race conditions. 578 [rillig 20220507] 579