1963f38b2SChristos MargiolisRelease notes for FreeBSD 15.0. 28dbc2b6eSMark Johnston 38dbc2b6eSMark JohnstonThis file describes new user-visible features, changes and updates relevant to 48dbc2b6eSMark Johnstonusers of binary FreeBSD releases. Each entry should describe the change in no 58dbc2b6eSMark Johnstonmore than several sentences and should reference manual pages where an 68dbc2b6eSMark Johnstoninterested user can find more information. Entries should wrap after 80 78dbc2b6eSMark Johnstoncolumns. Each entry should begin with one or more commit IDs on one line, 8cda1f88dSWarner Loshspecified as a comma separated list and/or range, followed by a colon and a 9cda1f88dSWarner Loshnewline. Entries should be separated by a newline. 108dbc2b6eSMark Johnston 118dbc2b6eSMark JohnstonChanges to this file should not be MFCed. 128dbc2b6eSMark Johnston 13*1129bf44SRick Macklem5000d023a446, 03da141d59ae: 14*1129bf44SRick Macklem Add a "-f" option to "kadmin -l dump" with can be used to 159504e956SRick Macklem dump the Heimdal KDC database in a format that can be loaded 169504e956SRick Macklem into the MIT KDC. 179504e956SRick Macklem See https://wiki.freebsd.org/Kerberos/Heimdal2MIT_KDC_Migration 189504e956SRick Macklem for how to use "-f" to transfer/convert the KDC database. 199504e956SRick Macklem 20c457acb4SChristos Margiolis9cab9fde5eda: 21c457acb4SChristos Margiolis virtual_oss is imported to base. The audio/virtual_oss port will stop 22c457acb4SChristos Margiolis being built from FreeBSD 15.0 onwards. 23c457acb4SChristos Margiolis 24c457acb4SChristos Margiolis Regarding user-facing changes, the only practical difference is the 25c457acb4SChristos Margiolis installation process. Everything is provided by the base system, except 26c457acb4SChristos Margiolis for the following optional components, which can be installed from 27c457acb4SChristos Margiolis ports: 28c457acb4SChristos Margiolis 29c457acb4SChristos Margiolis * sndio backend support: audio/virtual_oss_sndio 30c457acb4SChristos Margiolis * bluetooth backend support: audio/virtual_oss_bluetooth 31c457acb4SChristos Margiolis * virtual_equalizer(8): audio/virtual_oss_equalizer 32c457acb4SChristos Margiolis 33c457acb4SChristos Margiolis Apart from that, virtual_oss should work as expected. Users of 34c457acb4SChristos Margiolis virtual_oss can uninstall audio/virtual_oss and instead use the base 35c457acb4SChristos Margiolis system version from now on. 36c457acb4SChristos Margiolis 37863d5cc2SCy Schubert929f5966a9fd, b9b0e105c357, 5105e1ebecc7, cb3eac927b5d, ce9c325a2e92, 18a870751b03, 89c82750da1a, 0c13e9c3c464, 10eecc467f32, 619feb9dd00e, 7d2cfb27d62f, e26259f48afe, a245dc5d68c7, 9a726ef24134, 383e7290c0b5, c791ea80b5f7, 543b875a8ee4, 40a5abfc3f66, 73ed0c7992fd, 04764f21855a, 624b7beed5ac, 7b68893ffa9b, 6c4771c73470, dd0ec030f8fd, fb1ccc04adfe, b98d0566b2bd, ca9ccf0ce9ad, 6b28571cb6ba, 98d46e05ab08, 2a454b05f2c1, 110111a6cca1, 5f8493bbf479, e447c252d0ec, 4680e7fcc70a, 188138106b9f, 4cb1baa7d85c, 805498e49ae4, f58febc4cefa, ae07a5805b19, 0559f30a882d, cbb6e747af98, 0d1496f0f1e7, 60f970b85e44, 0b9a631e0724, ee3960cba106: 38c553872bSCy Schubert Replaced Heimdal 1.5.2 with MIT KRB5 (1.21.3, 1.22.0, 1.22.1). 39863d5cc2SCy Schubert Heimdal 1.5.2 can still be built using the WITHOUT_MITKRB5 flag. 40863d5cc2SCy Schubert Heimdal build plumbing will be removed in 16. 41863d5cc2SCy Schubert 4250efb578SShengYi Hung2b74ff5fceb6: 4350efb578SShengYi Hung Introduced support for watchdog timer in Intel 6300ESB I/O controller 4450efb578SShengYi Hung hub via the i6300esbwd driver, now included in ichwd.ko. 4550efb578SShengYi Hung This driver is intended primarily for QEMU users, where it serves as 4650efb578SShengYi Hung the default and only watchdog timer for x86 virtual machines. 4750efb578SShengYi Hung 48dd1fc0bcSWarner Losh3068d706eabe: 49dd1fc0bcSWarner Losh Lua updated to 5.4.8, which is minor bug fixes from 5.4.7. 50dd1fc0bcSWarner Losh 51dd1fc0bcSWarner Loshb45a181a74c8: 527df90d95SWarner Losh Awk updates to August 04, 2025 version, with minor bug fixes. 53dd1fc0bcSWarner Losh 54095e23bfSLexi Winterdc5ba6b8b4f0: 55095e23bfSLexi Winter The WITHOUT_GSSAPI src.conf(5) option has been removed. The GSSAPI 56095e23bfSLexi Winter libraries are now always built unless WITHOUT_KERBEROS is set. 57095e23bfSLexi Winter 5869af14a5SWarner Loshc43cad871720: 5969af14a5SWarner Losh jemalloc 5.3.0 has landed. See contrib/jemalloc/ChangeLog 6069af14a5SWarner Losh for the long list of changes. 6169af14a5SWarner Losh 62ef5e966eSRick Macklemcce64f2e6851: 63ef5e966eSRick Macklem Add support for the NFSv4.2 Clone operation, which uses 64ef5e966eSRick Macklem block cloning to "copy on write" files on an NFS server. 65ef5e966eSRick Macklem This only works for exported ZFS file systems that have 66ef5e966eSRick Macklem block cloning enabled, at this time. 67ef5e966eSRick Macklem 6849eba35cSRick Macklem37b2cb5ecb0f: 6949eba35cSRick Macklem Add support to VOP_COPY_FILE_RANGE() for block cloning. 7049eba35cSRick Macklem At this time, ZFS is the only local file system that supports 7149eba35cSRick Macklem this and only if block cloning is enabled. NFSv4.2 also supports it. 7249eba35cSRick Macklem See pathconf(2) and copy_file_range(2) for more information. 7349eba35cSRick Macklem 740080571eSRick Macklem2ec2ba7e232d, df58e8b1506f (openzfs 2957eabbe), f61844833ee8, b1b607bd200f, 750080571eSRick Macklem ee95e4d02dbd: 760080571eSRick Macklem Add Solaris style extended attributes (called named attributes 770080571eSRick Macklem in NFSv4). At this time, only ZFS when the ZFS property called 780080571eSRick Macklem xattr=dir and NFSv4 support them. The attributes are presented 790080571eSRick Macklem in a directory as regular files. See named_attribute(7) for 800080571eSRick Macklem more information. 810080571eSRick Macklem 8253ae625bSKonstantin Belousovef2a572bf6: 8353ae625bSKonstantin Belousov Inline IPSEC offload infrastructure and driver support for mlx5(4) 8453ae625bSKonstantin Belousov Nvidia ConnectX-6+ network cards were added. 8553ae625bSKonstantin Belousov 8680f976baSKonstantin Belousov68ba38dad3: 8780f976baSKonstantin Belousov amd64: handling of the %fsbase/%gsbase registers and tls base 8880f976baSKonstantin Belousov were reworked, making it more useful for apps that directly 8980f976baSKonstantin Belousov manipulate CPU context. 9080f976baSKonstantin Belousov 911c2348e7SKonstantin Belousov78aaab9f1cf: 921c2348e7SKonstantin Belousov rtld: added support for -z initfirst 931c2348e7SKonstantin Belousov 94a60b8e49SKonstantin Belousove36f069ecb4, c069ca085b: 95a60b8e49SKonstantin Belousov Reliability of UFS on volumes with more than 2G of inodes is 96a60b8e49SKonstantin Belousov significantly improved. The underlying issue was the invalid 97a60b8e49SKonstantin Belousov interpretation of the 32bit inode number as signed, which got 98a60b8e49SKonstantin Belousov sign-extended into ino_t. 99a60b8e49SKonstantin Belousov 10062f14d09SKonstantin Belousovd390633cf8c: 10162f14d09SKonstantin Belousov On modern amd64 machines (which have the LA57 CPU feature), 10262f14d09SKonstantin Belousov FreeBSD is able to utilize more than 4TB of RAM. 10362f14d09SKonstantin Belousov 104294a4b72SDag-Erling Smørgrav2bd157bc732a: 105294a4b72SDag-Erling Smørgrav The readdir_r(3) function is deprecated and may be removed in future 106294a4b72SDag-Erling Smørgrav releases. Using it in a program will result in compile-time and 107294a4b72SDag-Erling Smørgrav link-time warnings. 108294a4b72SDag-Erling Smørgrav 109672c8d2aSGleb Smirnoff9ba51cce8bbd: 110672c8d2aSGleb Smirnoff bsnmpd(1) no longer supports legacy UDP transport. Users, that have 111672c8d2aSGleb Smirnoff not updated their /etc/snmpd.config since 12.0-RELEASE or older will 112672c8d2aSGleb Smirnoff need to merge in the new configuration. In particular, the transport 113672c8d2aSGleb Smirnoff definition shall be changed from begemotSnmpdPortStatus OID to 114672c8d2aSGleb Smirnoff begemotSnmpdTransInetStatus. 115672c8d2aSGleb Smirnoff 1160e1665aeSAlexander Ziaee1349a733cf28: 1170e1665aeSAlexander Ziaee Add a driver supporting a new storage controller interface, 1180e1665aeSAlexander Ziaee Universal Flash Storage Host Controller Interface, supporting 1190e1665aeSAlexander Ziaee version 4.1 and earlier, via ufshci(4). 1200e1665aeSAlexander Ziaee 121f9cf745aSMark Johnstonf1f230439fa4: 122f9cf745aSMark Johnston FreeBSD now implements the inotify(2) family of system calls. 123f9cf745aSMark Johnston 124039fedc4SRick Macklem50e733f19b37, 171f66b0c2ca: 125039fedc4SRick Macklem These commits helped improve utilization of NFSv4.1/4.2 126039fedc4SRick Macklem delegations. The changes are only used when the NFSv4 127039fedc4SRick Macklem mount uses the "nocto" mount option and requires an 128039fedc4SRick Macklem up-to-date NFSv4.1/4.2 server with delegations enabled. 129039fedc4SRick Macklem For example: For a FreeBSD kernel build with both src 130039fedc4SRick Macklem and obj NFSv4 mounted, the total RPC count dropped from 131039fedc4SRick Macklem 5461286 to 945643, with a 20% drop in elapsed time. 132039fedc4SRick Macklem 133131b3b57SAlexander Ziaeec3fc0db3bc50 134131b3b57SAlexander Ziaee The default value of the sysctl variable 135131b3b57SAlexander Ziaee net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means 136131b3b57SAlexander Ziaee that FreeBSD does not skip the TIME_WAIT state anymore for 137131b3b57SAlexander Ziaee endpoints for which the remote address is local. The new sysctl 138131b3b57SAlexander Ziaee variable net.inet.tcp.msl_local can be used to control the time 139131b3b57SAlexander Ziaee these endpoints stay in the TIME_WAIT state. The sysctl variable 140131b3b57SAlexander Ziaee net.inet.tcp.nolocaltimewait is deprecated and intended to be 141131b3b57SAlexander Ziaee removed in FreeBSD 16. 142131b3b57SAlexander Ziaee 143b6dd8c5eSEd Mastecd240957d7ba 144b6dd8c5eSEd Maste Making a connection to INADDR_ANY (i.e., using INADDR_ANY as an alias 145b6dd8c5eSEd Maste for localhost) is now disabled by default. This functionality can be 146b6dd8c5eSEd Maste re-enabled by setting the net.inet.ip.connect_inaddr_wild sysctl to 1. 147b6dd8c5eSEd Maste 1486d8cfd29SEd Masteb61850c4e6f6 1498ff7c4d5SLexi Winter The bridge(4) sysctl net.link.bridge.member_ifaddrs now defaults to 0, 1508ff7c4d5SLexi Winter meaning that interfaces added to a bridge may not have IP addresses 1518ff7c4d5SLexi Winter assigned. Refer to bridge(4) for more information. 1528ff7c4d5SLexi Winter 1533ab34225SChristos Margiolis44e5a0150835, 9a37f1024ceb: 154eb60bf2cSChristos Margiolis A new utility sndctl(8) has been added to concentrate the various 1553ab34225SChristos Margiolis interfaces for viewing and manipulating audio device settings (sysctls, 1563ab34225SChristos Margiolis /dev/sndstat), into a single utility with a similar control-driven 1573ab34225SChristos Margiolis interface to that of mixer(8). 158428200d2SOlivier Certner 159428200d2SOlivier Certner93a94ce731a8: 160428200d2SOlivier Certner ps(1)'s options '-a' and '-A', when combined with any other one 161428200d2SOlivier Certner affecting the selection of processes except for '-X' and '-x', would 162428200d2SOlivier Certner have no effect, in contradiction with the rule that one process is 163428200d2SOlivier Certner listed as soon as any of the specified options selects it (inclusive 164428200d2SOlivier Certner OR), which is both mandated by POSIX and arguably a natural expectation. 165428200d2SOlivier Certner This bug has been fixed. 166428200d2SOlivier Certner 167428200d2SOlivier Certner As a practical consequence, specifying '-a'/'-A' now causes all 168428200d2SOlivier Certner processes to be listed regardless of other selection options (except for 169428200d2SOlivier Certner '-X' and '-x', which still apply). In particular, to list only 170428200d2SOlivier Certner processes from specific jails, one must not use '-a' with '-J'. Option 171428200d2SOlivier Certner '-J', contrary to its apparent initial intent, never worked as a filter 172428200d2SOlivier Certner in practice (except by accident with '-a' due to the bug), but instead 173428200d2SOlivier Certner as any other selection options (e.g., '-U', '-p', '-G', etc.) subject to 174428200d2SOlivier Certner the "inclusive OR" rule. 175428200d2SOlivier Certner 176a8dccfa7SOlivier Certner995b690d1398: 177a8dccfa7SOlivier Certner ps(1)'s '-U' option has been changed to select processes by their real 178a8dccfa7SOlivier Certner user IDs instead of their effective one, in accordance with POSIX and 179a8dccfa7SOlivier Certner the use case of wanting to list processes launched by some user, which 180a8dccfa7SOlivier Certner is expected to be more frequent than listing processes having the rights 181a8dccfa7SOlivier Certner of some user. This only affects the selection of processes whose real 182a8dccfa7SOlivier Certner and effective user IDs differ. After this change, ps(1)'s '-U' flag 183a8dccfa7SOlivier Certner behaves differently then in other BSDs but identically to that of 184a8dccfa7SOlivier Certner Linux's procps and illumos. 185a8dccfa7SOlivier Certner 18644265f3bSOlivier Certner1aabbb25c9f9: 18744265f3bSOlivier Certner ps(1)'s default list of processes now comes from matching its effective 18844265f3bSOlivier Certner user ID instead of its real user ID with the effective user ID of all 18944265f3bSOlivier Certner processes, in accordance with POSIX. As ps(1) itself is not installed 19044265f3bSOlivier Certner setuid, this only affects processes having different real and effective 19144265f3bSOlivier Certner user IDs that launch ps(1) processes. 19244265f3bSOlivier Certner 193fc8310dbSOlivier Certnerf0600c41e754-de701f9bdbe0, bc201841d139: 194fc8310dbSOlivier Certner mac_do(4) is now considered production-ready and its functionality has 195fc8310dbSOlivier Certner been considerably extended at the price of breaking credentials 196fc8310dbSOlivier Certner transition rules' backwards compatibility. All that could be specified 197fc8310dbSOlivier Certner with old rules can also be with new rules. Migrating old rules is just 198fc8310dbSOlivier Certner a matter of adding "uid=" in front of the target part, substituting 199fc8310dbSOlivier Certner commas (",") with semi-colons (";") and colons (":") with greater-than 200fc8310dbSOlivier Certner signs (">"). Please consult the mac_do(4) manual page for the new rules 201fc8310dbSOlivier Certner grammar. 202fc8310dbSOlivier Certner 2033b60c193SChristos Margiolis02d4eeabfd73: 2043b60c193SChristos Margiolis hw.snd.maxautovchans has been retired. The commit introduced a 2053b60c193SChristos Margiolis hw.snd.vchans_enable sysctl, which along with 2063b60c193SChristos Margiolis dev.pcm.X.{play|rec}.vchans, from now on work as tunables to only 2073b60c193SChristos Margiolis enable/disable vchans, as opposed to setting their number and/or 2083b60c193SChristos Margiolis (de-)allocating vchans. Since these sysctls do not trigger any 2093b60c193SChristos Margiolis (de-)allocations anymore, their effect is instantaneous, whereas before 2103b60c193SChristos Margiolis we could have frozen the machine (when trying to allocate new vchans) 2113b60c193SChristos Margiolis when setting dev.pcm.X.{play|rec}.vchans to a very large value. 2123b60c193SChristos Margiolis 213896f5be7SKristof Provost7e7f88001d7d: 214896f5be7SKristof Provost The definition of pf's struct pfr_tstats and struct pfr_astats has 215896f5be7SKristof Provost changed, breaking ABI compatibility for 32-bit powerpc (including 216896f5be7SKristof Provost powerpcspe) and armv7. Users of these platforms should ensure kernel 217896f5be7SKristof Provost and userspace are updated together. 218896f5be7SKristof Provost 2194cfdfd34SMark Johnston5dc99e9bb985, 08e638c089a, 4009a98fe80: 2204cfdfd34SMark Johnston The net.inet.{tcp,udp,raw}.bind_all_fibs tunables have been added. 2214cfdfd34SMark Johnston They modify socket behavior such that packets not originating from the 2224cfdfd34SMark Johnston same FIB as the socket are ignored. TCP and UDP sockets belonging to 2234cfdfd34SMark Johnston different FIBs may also be bound to the same address. The default 2244cfdfd34SMark Johnston behavior is unmodified. 2254cfdfd34SMark Johnston 226a9ffa9b3SJohn Baldwinf87bb5967670, e51036fbf3f8: 227a9ffa9b3SJohn Baldwin Support for vinum volumes has been removed. 228a9ffa9b3SJohn Baldwin 229e0b7a9b6SMark Johnston8ae6247aa966, cf0ede720391d, 205659c43d87bd, 1ccbdf561f417, 4db1b113b151: 230e0b7a9b6SMark Johnston The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs 231e0b7a9b6SMark Johnston file systems has changed. An NFS server that exports any of these file 232e0b7a9b6SMark Johnston systems will need its clients to unmount and remount the exports. 233e0b7a9b6SMark Johnston 23415eed130SKirk McKusick1111a44301da: 23515eed130SKirk McKusick Defer the January 19, 2038 date limit in UFS1 filesystems to 23615eed130SKirk McKusick February 7, 2106. This affects only UFS1 format filesystems. 23715eed130SKirk McKusick See the commit message for details. 23815eed130SKirk McKusick 2399a8e9b2aSRick Macklem07cd69e272da: 2409a8e9b2aSRick Macklem Add a new -a command line option to mountd(8). 2419a8e9b2aSRick Macklem If this command line option is specified, when 2429a8e9b2aSRick Macklem a line in exports(5) has the -alldirs export option, 2439a8e9b2aSRick Macklem the directory must be a server file system mount point. 2449a8e9b2aSRick Macklem 245af66ffbfSRick Macklem0e8a36a2ab12: 246af66ffbfSRick Macklem Add a new NFS mount option called "mountport" that may be used 247af66ffbfSRick Macklem to specify the port# for the NFS server's Mount protocol. 248af66ffbfSRick Macklem This permits a NFSv3 mount to be done without running rpcbind(8). 249af66ffbfSRick Macklem 250af1ef35aSJohn Baldwinb2f7c53430c3: 251af1ef35aSJohn Baldwin Kernel TLS is now enabled by default in kernels including KTLS 252af1ef35aSJohn Baldwin support. KTLS is included in GENERIC kernels for aarch64, 253af1ef35aSJohn Baldwin amd64, powerpc64, and powerpc64le. 254af1ef35aSJohn Baldwin 2556e242595SChristos Margiolisf57efe95cc25: 2566e242595SChristos Margiolis New mididump(1) utility which dumps MIDI 1.0 events in real time. 2576e242595SChristos Margiolis 2580706fa37SBaptiste Daroussinddfc6f84f242: 2590706fa37SBaptiste Daroussin Update unicode to 16.0.0 and CLDR to 45.0.0. 2600706fa37SBaptiste Daroussin 261e46c4de7SBaptiste Daroussinb22be3bbb2de: 262e46c4de7SBaptiste Daroussin Basic Cloudinit images no longer generate RSA host keys by default for 263e46c4de7SBaptiste Daroussin SSH. 264e46c4de7SBaptiste Daroussin 265fc2efd28SColin Percival000000000000: 266fc2efd28SColin Percival RSA host keys for SSH are deprecated and will no longer be generated 267fc2efd28SColin Percival by default in FreeBSD 16. 268fc2efd28SColin Percival 269279734beSColin Percival0aabcd75dbc2: 270279734beSColin Percival EC2 AMIs no longer generate RSA host keys by default for SSH. RSA 271279734beSColin Percival host key generation can be re-enabled by setting sshd_rsa_enable="YES" 272279734beSColin Percival in /etc/rc.conf if it is necessary to support very old SSH clients. 273279734beSColin Percival 274116dc70cSMark Johnstona1da7dc1cdad: 275116dc70cSMark Johnston The SO_SPLICE socket option was added. It allows TCP connections to 276116dc70cSMark Johnston be spliced together, enabling proxy-like functionality without the 277116dc70cSMark Johnston need to copy data in and out of user memory. 278116dc70cSMark Johnston 279c55e4971SJohn Baldwinfc12c191c087: 280c55e4971SJohn Baldwin grep(1) no longer follows symbolic links by default for 281c55e4971SJohn Baldwin recursive searches. This matches the documented behavior in 282c55e4971SJohn Baldwin the manual page. 283c55e4971SJohn Baldwin 28434d9de96SMark Johnstone962b37bf0ff: 28534d9de96SMark Johnston When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not 28634d9de96SMark Johnston used, bhyve now assumes that the boot ROM will enable PCI BAR decoding. 28734d9de96SMark Johnston This is incompatible with some boot ROMs, particularly outdated builds 28834d9de96SMark Johnston of edk2-bhyve. To restore the old behavior, add 28934d9de96SMark Johnston "pci.enable_bars='true'" to your bhyve configuration. 29034d9de96SMark Johnston 29134d9de96SMark Johnston Note in particular that the uefi-edk2-bhyve package has been renamed 29234d9de96SMark Johnston to edk2-bhyve. 29334d9de96SMark Johnston 29434d9de96SMark Johnston43caa2e805c2: 29534d9de96SMark Johnston amd64 bhyve(8)'s "lpc.bootrom" and "lpc.bootvars" options are 29634d9de96SMark Johnston deprecated. Use the top-level "bootrom" and "bootvars" options 29734d9de96SMark Johnston instead. 29834d9de96SMark Johnston 2992e98b886SBaptiste Daroussin822ca3276345: 3002e98b886SBaptiste Daroussin byacc was updated to 20240109. 3012e98b886SBaptiste Daroussin 3022e98b886SBaptiste Daroussin21817992b331: 3032e98b886SBaptiste Daroussin ncurses was updated to 6.5. 3042e98b886SBaptiste Daroussin 305cf9c4b32SAlexander Ziaee1687d77197c0: 306cf9c4b32SAlexander Ziaee Filesystem manual pages have been moved to section four. 307cf9c4b32SAlexander Ziaee Please check ports you are maintaining for crossreferences. 308cf9c4b32SAlexander Ziaee 309c180fd3dSBaptiste Daroussin8aac90f18aef: 310c180fd3dSBaptiste Daroussin new MAC/do policy and mdo(1) utility which enables a user to 311c180fd3dSBaptiste Daroussin become another user without the requirement of setuid root. 312c180fd3dSBaptiste Daroussin 3135224825aSChristos Margiolis7398d1ece5cf: 3145224825aSChristos Margiolis hw.snd.version is removed. 3155224825aSChristos Margiolis 316af261a46SJohn Baldwina15f7c96a276,66b5296f1b29: 3176faf6567SJohn Baldwin NVMe over Fabrics controller. The nvmft(4) kernel module adds 3186faf6567SJohn Baldwin a new frontend to the CAM target layer which exports ctl(4) 319af261a46SJohn Baldwin LUNs as NVMe namespaces to remote hosts. The ctld(8) daemon 320af261a46SJohn Baldwin now supports NVMe controllers in addition to iSCSI targets and 3216faf6567SJohn Baldwin is responsible for accepting incoming connection requests and 3226faf6567SJohn Baldwin handing off connected queue pairs to nvmft(4). 3236faf6567SJohn Baldwin 3246faf6567SJohn Baldwina1eda74167b5,1058c12197ab: 3256faf6567SJohn Baldwin NVMe over Fabrics host. New commands added to nvmecontrol(8) 3266faf6567SJohn Baldwin to establish connections to remote controllers. Once 3276faf6567SJohn Baldwin connections are established they are handed off to the nvmf(4) 3286faf6567SJohn Baldwin kernel module which creates nvmeX devices and exports remote 3296faf6567SJohn Baldwin namespaces as nda(4) disks. 3306faf6567SJohn Baldwin 331993d1fadSChristos Margiolis25723d66369f: 33225723d66SChristos Margiolis As a side-effect of retiring the unit.* code in sound(4), the 33325723d66SChristos Margiolis hw.snd.maxunit loader(8) tunable is also retired. 33454d6fea9SMateusz Piotrowski 33554d6fea9SMateusz Piotrowskieeb04a736cb9: 33654d6fea9SMateusz Piotrowski date(1) now supports nanoseconds. For example: 33754d6fea9SMateusz Piotrowski `date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and 33854d6fea9SMateusz Piotrowski `date +%N` prints "415050400". 33954d6fea9SMateusz Piotrowski 340ca0620b7SMark Johnston6d5ce2bb6344: 341ca0620b7SMark Johnston The default value of the nfs_reserved_port_only rc.conf(5) setting has 342ca0620b7SMark Johnston changed. The FreeBSD NFS server now requires the source port of 343ca0620b7SMark Johnston requests to be in the privileged port range (i.e., <= 1023), which 344ca0620b7SMark Johnston generally requires the client to have elevated privileges on their local 345ca0620b7SMark Johnston system. The previous behavior can be restored by setting 346ca0620b7SMark Johnston nfs_reserved_port_only=NO in rc.conf. 347ca0620b7SMark Johnston 3481ff4bc0fSJake Freelandaea973501b19: 3491ff4bc0fSJake Freeland ktrace(2) will now record detailed information about capability mode 3501ff4bc0fSJake Freeland violations. The kdump(1) utility has been updated to display such 3511ff4bc0fSJake Freeland information. 352ca0620b7SMark Johnston 3535b35479eSWarner Loshf32a6403d346: 3545b35479eSWarner Losh One True Awk updated to 2nd Edition. See https://awk.dev for details 3555b35479eSWarner Losh on the additions. Unicode and CSVs (Comma Separated Values) are now 3565b35479eSWarner Losh supported. 3575b35479eSWarner Losh 3585a98d9d0SBaptiste Daroussinfe86d923f83f: 3595a98d9d0SBaptiste Daroussin usbconfig(8) now reads the descriptions of the usb vendor and products 36073157ce4SBaptiste Daroussin from usb.ids when available, similarly to what pciconf(8) does. 3615a98d9d0SBaptiste Daroussin 36230c741c6SMike Karels4347ef60501f: 36330c741c6SMike Karels The powerd(8) utility is now enabled in /etc/rc.conf by default on 36430c741c6SMike Karels images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files). 36530c741c6SMike Karels This prevents the CPU clock from running slow all the time. 36630c741c6SMike Karels 367b9a60d36SAlexander Leidinger0b49e504a32d: 368b9a60d36SAlexander Leidinger rc.d/jail now supports the legacy variable jail_${jailname}_zfs_dataset 369b9a60d36SAlexander Leidinger to allow unmaintained jail managers like ezjail to make use of this 370b9a60d36SAlexander Leidinger feature (simply rename jail_${jailname}_zfs_datasets in the ezjail 371b9a60d36SAlexander Leidinger config to jail_${jailname}_zfs_dataset. 372b9a60d36SAlexander Leidinger 373b9a60d36SAlexander Leidingere0dfe185cbca: 374b9a60d36SAlexander Leidinger jail(8) now support zfs.dataset to add a list of ZFS datasets to a 375b9a60d36SAlexander Leidinger jail. 376b9a60d36SAlexander Leidinger 3772f036705SXin LI61174ad88e33: 3782f036705SXin LI newsyslog(8) now supports specifying a global compression method directly 3792f036705SXin LI at the beginning of the newsyslog.conf file, which will make newsyslog(8) 3802f036705SXin LI to behave like the corresponding option was passed to the newly added 3812f036705SXin LI '-c' option. For example: 3822f036705SXin LI 3832f036705SXin LI <compress> none 3842f036705SXin LI 3852f036705SXin LI906748d208d3: 3862f036705SXin LI newsyslog(8) now accepts a new option, '-c' which overrides all historical 3872f036705SXin LI compression flags by treating their meaning as "treat the file as compressible" 3882f036705SXin LI rather than "compress the file with that specific method." 3892f036705SXin LI 3902f036705SXin LI The following choices are available: 3912f036705SXin LI * none: Do not compress, regardless of flag. 3922f036705SXin LI * legacy: Historical behavior (J=bzip2, X=xz, Y=zstd, Z=gzip). 3932f036705SXin LI * bzip2, xz, zstd, gzip: apply the specified compression method. 3942f036705SXin LI 3952f036705SXin LI We plan to change the default to 'none' in FreeBSD 15.0. 3962f036705SXin LI 397208f089dSRick Macklem1a878807006c: 398208f089dSRick Macklem This commit added some statistics collection to the NFS-over-TLS 399208f089dSRick Macklem code in the NFS server so that sysadmins can moditor usage. 400208f089dSRick Macklem The statistics are available via the kern.rpc.tls.* sysctls. 401208f089dSRick Macklem 402dac33a65SRick Macklem7c5146da1286: 403dac33a65SRick Macklem Mountd has been modified to use strunvis(3) to decode directory 404dac33a65SRick Macklem names in exports(5) file(s). This allows special characters, 405dac33a65SRick Macklem such as blanks, to be embedded in the directory name(s). 406dac33a65SRick Macklem "vis -M" may be used to encode such directory name(s). 407dac33a65SRick Macklem 40833c2bd53SMark Johnstonc5359e2af5ab: 40933c2bd53SMark Johnston bhyve(8) has a new network backend, "slirp", which makes use of the 41033c2bd53SMark Johnston libslirp package to provide a userspace network stack. This backend 41133c2bd53SMark Johnston makes it possible to access the guest network from the host without 41233c2bd53SMark Johnston requiring any extra network configuration on the host. 41333c2bd53SMark Johnston 414b351fa9dSChristos Margiolisbb830e346bd5: 415b351fa9dSChristos Margiolis Set the IUTF8 flag by default in tty(4). 416b351fa9dSChristos Margiolis 417b351fa9dSChristos Margiolis 128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling 418b351fa9dSChristos Margiolis in the tty(4) driver, which is enabled by setting the new IUTF8 flag 419b351fa9dSChristos Margiolis through stty(1). Since the default locale is UTF-8, enable IUTF8 by 420b351fa9dSChristos Margiolis default. 421b351fa9dSChristos Margiolis 422bb63e82eSBaptiste Daroussinff01d71e48d4: 423b627b3e6SBaptiste Daroussin dialog(1) has been replaced by bsddialog(1) 424bb63e82eSBaptiste Daroussin 425da51a121SJohn Baldwin41582f28ddf7: 426da51a121SJohn Baldwin FreeBSD 15.0 will not include support for 32-bit platforms. 427da51a121SJohn Baldwin However, 64-bit systems will still be able to run older 32-bit 428da51a121SJohn Baldwin binaries. 429da51a121SJohn Baldwin 430da51a121SJohn Baldwin Support for executing 32-bit binaries on 64-bit platforms via 431da51a121SJohn Baldwin COMPAT_FREEBSD32 will remain supported for at least the 432da51a121SJohn Baldwin stable/15 and stable/16 branches. 433da51a121SJohn Baldwin 434da51a121SJohn Baldwin Support for compiling individual 32-bit applications via 435da51a121SJohn Baldwin `cc -m32` will also be supported for at least the stable/15 436da51a121SJohn Baldwin branch which includes suitable headers in /usr/include and 437da51a121SJohn Baldwin libraries in /usr/lib32. 438da51a121SJohn Baldwin 439da51a121SJohn Baldwin Support for 32-bit platforms in ports for 15.0 and later 440da51a121SJohn Baldwin releases is also deprecated, and these future releases may not 441da51a121SJohn Baldwin include binary packages for 32-bit platforms or support for 442da51a121SJohn Baldwin building 32-bit applications from ports. 443da51a121SJohn Baldwin 444da51a121SJohn Baldwin stable/14 and earlier branches will retain existing 32-bit 445da51a121SJohn Baldwin kernel and world support. Ports will retain existing support 446768489c7SJohn Baldwin for building ports and packages for 32-bit systems on stable/14 447da51a121SJohn Baldwin and earlier branches as long as those branches are supported 448da51a121SJohn Baldwin by the ports system. However, all 32-bit platforms are Tier-2 449da51a121SJohn Baldwin or Tier-3 and support for individual ports should be expected 450da51a121SJohn Baldwin to degrade as upstreams deprecate 32-bit platforms. 451da51a121SJohn Baldwin 452da51a121SJohn Baldwin With the current support schedule, stable/14 will be EOLed 5 453da51a121SJohn Baldwin years after the release of 14.0. The EOL of stable/14 would 454da51a121SJohn Baldwin mark the end of support for 32-bit platforms including source 455da51a121SJohn Baldwin releases, pre-built packages, and support for building 456da51a121SJohn Baldwin applications from ports. Given an estimated release date of 457da51a121SJohn Baldwin October 2023 for 14.0, support for 32-bit platforms would end 458da51a121SJohn Baldwin in October 2028. 459da51a121SJohn Baldwin 460da51a121SJohn Baldwin The project may choose to alter this approach when 15.0 is 461da51a121SJohn Baldwin released by extending some level of 32-bit support for one or 462da51a121SJohn Baldwin more platforms in 15.0 or later. Users should use the 463da51a121SJohn Baldwin stable/14 branch to migrate off of 32-bit platforms. 464