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*87025ccbSColin Percival8e0b1a1c03a3: 14*87025ccbSColin Percival The FreeBSD-base repository is now defined in /etc/pkg/FreeBSD.conf, 15*87025ccbSColin Percival disabled by default. Systems which installed with pkgbase prior to 16*87025ccbSColin Percival 15.0-RC1 (if running releng/15.0) or November 15th (if running from 17*87025ccbSColin Percival stable/main snapshots) will need to remove the definition of the 18*87025ccbSColin Percival FreeBSD-base repository from /usr/local/etc/pkg/repos/ and replace 19*87025ccbSColin Percival it with a single line "FreeBSD-base: { enabled: yes }". 20*87025ccbSColin Percival 211129bf44SRick Macklem5000d023a446, 03da141d59ae: 224fc1e754SRick Macklem Add a "-f" option to "kadmin -l dump" which can be used to 239504e956SRick Macklem dump the Heimdal KDC database in a format that can be loaded 249504e956SRick Macklem into the MIT KDC. 259504e956SRick Macklem See https://wiki.freebsd.org/Kerberos/Heimdal2MIT_KDC_Migration 269504e956SRick Macklem for how to use "-f" to transfer/convert the KDC database. 279504e956SRick Macklem 28c457acb4SChristos Margiolis9cab9fde5eda: 29c457acb4SChristos Margiolis virtual_oss is imported to base. The audio/virtual_oss port will stop 30c457acb4SChristos Margiolis being built from FreeBSD 15.0 onwards. 31c457acb4SChristos Margiolis 32c457acb4SChristos Margiolis Regarding user-facing changes, the only practical difference is the 33c457acb4SChristos Margiolis installation process. Everything is provided by the base system, except 34c457acb4SChristos Margiolis for the following optional components, which can be installed from 35c457acb4SChristos Margiolis ports: 36c457acb4SChristos Margiolis 37c457acb4SChristos Margiolis * sndio backend support: audio/virtual_oss_sndio 38c457acb4SChristos Margiolis * bluetooth backend support: audio/virtual_oss_bluetooth 39c457acb4SChristos Margiolis * virtual_equalizer(8): audio/virtual_oss_equalizer 40c457acb4SChristos Margiolis 41c457acb4SChristos Margiolis Apart from that, virtual_oss should work as expected. Users of 42c457acb4SChristos Margiolis virtual_oss can uninstall audio/virtual_oss and instead use the base 43c457acb4SChristos Margiolis system version from now on. 44c457acb4SChristos Margiolis 45863d5cc2SCy 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: 46c553872bSCy Schubert Replaced Heimdal 1.5.2 with MIT KRB5 (1.21.3, 1.22.0, 1.22.1). 47863d5cc2SCy Schubert Heimdal 1.5.2 can still be built using the WITHOUT_MITKRB5 flag. 48863d5cc2SCy Schubert Heimdal build plumbing will be removed in 16. 49863d5cc2SCy Schubert 5050efb578SShengYi Hung2b74ff5fceb6: 5150efb578SShengYi Hung Introduced support for watchdog timer in Intel 6300ESB I/O controller 5250efb578SShengYi Hung hub via the i6300esbwd driver, now included in ichwd.ko. 5350efb578SShengYi Hung This driver is intended primarily for QEMU users, where it serves as 5450efb578SShengYi Hung the default and only watchdog timer for x86 virtual machines. 5550efb578SShengYi Hung 56dd1fc0bcSWarner Losh3068d706eabe: 57dd1fc0bcSWarner Losh Lua updated to 5.4.8, which is minor bug fixes from 5.4.7. 58dd1fc0bcSWarner Losh 59dd1fc0bcSWarner Loshb45a181a74c8: 607df90d95SWarner Losh Awk updates to August 04, 2025 version, with minor bug fixes. 61dd1fc0bcSWarner Losh 62095e23bfSLexi Winterdc5ba6b8b4f0: 63095e23bfSLexi Winter The WITHOUT_GSSAPI src.conf(5) option has been removed. The GSSAPI 64095e23bfSLexi Winter libraries are now always built unless WITHOUT_KERBEROS is set. 65095e23bfSLexi Winter 6669af14a5SWarner Loshc43cad871720: 6769af14a5SWarner Losh jemalloc 5.3.0 has landed. See contrib/jemalloc/ChangeLog 6869af14a5SWarner Losh for the long list of changes. 6969af14a5SWarner Losh 70ef5e966eSRick Macklemcce64f2e6851: 71ef5e966eSRick Macklem Add support for the NFSv4.2 Clone operation, which uses 72ef5e966eSRick Macklem block cloning to "copy on write" files on an NFS server. 73ef5e966eSRick Macklem This only works for exported ZFS file systems that have 74ef5e966eSRick Macklem block cloning enabled, at this time. 75ef5e966eSRick Macklem 7649eba35cSRick Macklem37b2cb5ecb0f: 7749eba35cSRick Macklem Add support to VOP_COPY_FILE_RANGE() for block cloning. 7849eba35cSRick Macklem At this time, ZFS is the only local file system that supports 7949eba35cSRick Macklem this and only if block cloning is enabled. NFSv4.2 also supports it. 8049eba35cSRick Macklem See pathconf(2) and copy_file_range(2) for more information. 8149eba35cSRick Macklem 820080571eSRick Macklem2ec2ba7e232d, df58e8b1506f (openzfs 2957eabbe), f61844833ee8, b1b607bd200f, 830080571eSRick Macklem ee95e4d02dbd: 840080571eSRick Macklem Add Solaris style extended attributes (called named attributes 850080571eSRick Macklem in NFSv4). At this time, only ZFS when the ZFS property called 860080571eSRick Macklem xattr=dir and NFSv4 support them. The attributes are presented 870080571eSRick Macklem in a directory as regular files. See named_attribute(7) for 880080571eSRick Macklem more information. 890080571eSRick Macklem 9053ae625bSKonstantin Belousovef2a572bf6: 9153ae625bSKonstantin Belousov Inline IPSEC offload infrastructure and driver support for mlx5(4) 9253ae625bSKonstantin Belousov Nvidia ConnectX-6+ network cards were added. 9353ae625bSKonstantin Belousov 9480f976baSKonstantin Belousov68ba38dad3: 9580f976baSKonstantin Belousov amd64: handling of the %fsbase/%gsbase registers and tls base 9680f976baSKonstantin Belousov were reworked, making it more useful for apps that directly 9780f976baSKonstantin Belousov manipulate CPU context. 9880f976baSKonstantin Belousov 991c2348e7SKonstantin Belousov78aaab9f1cf: 1001c2348e7SKonstantin Belousov rtld: added support for -z initfirst 1011c2348e7SKonstantin Belousov 102a60b8e49SKonstantin Belousove36f069ecb4, c069ca085b: 103a60b8e49SKonstantin Belousov Reliability of UFS on volumes with more than 2G of inodes is 104a60b8e49SKonstantin Belousov significantly improved. The underlying issue was the invalid 105a60b8e49SKonstantin Belousov interpretation of the 32bit inode number as signed, which got 106a60b8e49SKonstantin Belousov sign-extended into ino_t. 107a60b8e49SKonstantin Belousov 10862f14d09SKonstantin Belousovd390633cf8c: 10962f14d09SKonstantin Belousov On modern amd64 machines (which have the LA57 CPU feature), 11062f14d09SKonstantin Belousov FreeBSD is able to utilize more than 4TB of RAM. 11162f14d09SKonstantin Belousov 112294a4b72SDag-Erling Smørgrav2bd157bc732a: 113294a4b72SDag-Erling Smørgrav The readdir_r(3) function is deprecated and may be removed in future 114294a4b72SDag-Erling Smørgrav releases. Using it in a program will result in compile-time and 115294a4b72SDag-Erling Smørgrav link-time warnings. 116294a4b72SDag-Erling Smørgrav 117672c8d2aSGleb Smirnoff9ba51cce8bbd: 118672c8d2aSGleb Smirnoff bsnmpd(1) no longer supports legacy UDP transport. Users, that have 119672c8d2aSGleb Smirnoff not updated their /etc/snmpd.config since 12.0-RELEASE or older will 120672c8d2aSGleb Smirnoff need to merge in the new configuration. In particular, the transport 121672c8d2aSGleb Smirnoff definition shall be changed from begemotSnmpdPortStatus OID to 122672c8d2aSGleb Smirnoff begemotSnmpdTransInetStatus. 123672c8d2aSGleb Smirnoff 1240e1665aeSAlexander Ziaee1349a733cf28: 1250e1665aeSAlexander Ziaee Add a driver supporting a new storage controller interface, 1260e1665aeSAlexander Ziaee Universal Flash Storage Host Controller Interface, supporting 1270e1665aeSAlexander Ziaee version 4.1 and earlier, via ufshci(4). 1280e1665aeSAlexander Ziaee 129f9cf745aSMark Johnstonf1f230439fa4: 130f9cf745aSMark Johnston FreeBSD now implements the inotify(2) family of system calls. 131f9cf745aSMark Johnston 132039fedc4SRick Macklem50e733f19b37, 171f66b0c2ca: 133039fedc4SRick Macklem These commits helped improve utilization of NFSv4.1/4.2 134039fedc4SRick Macklem delegations. The changes are only used when the NFSv4 135039fedc4SRick Macklem mount uses the "nocto" mount option and requires an 136039fedc4SRick Macklem up-to-date NFSv4.1/4.2 server with delegations enabled. 137039fedc4SRick Macklem For example: For a FreeBSD kernel build with both src 138039fedc4SRick Macklem and obj NFSv4 mounted, the total RPC count dropped from 139039fedc4SRick Macklem 5461286 to 945643, with a 20% drop in elapsed time. 140039fedc4SRick Macklem 141131b3b57SAlexander Ziaeec3fc0db3bc50 142131b3b57SAlexander Ziaee The default value of the sysctl variable 143131b3b57SAlexander Ziaee net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means 144131b3b57SAlexander Ziaee that FreeBSD does not skip the TIME_WAIT state anymore for 145131b3b57SAlexander Ziaee endpoints for which the remote address is local. The new sysctl 146131b3b57SAlexander Ziaee variable net.inet.tcp.msl_local can be used to control the time 147131b3b57SAlexander Ziaee these endpoints stay in the TIME_WAIT state. The sysctl variable 148131b3b57SAlexander Ziaee net.inet.tcp.nolocaltimewait is deprecated and intended to be 149131b3b57SAlexander Ziaee removed in FreeBSD 16. 150131b3b57SAlexander Ziaee 151b6dd8c5eSEd Mastecd240957d7ba 152b6dd8c5eSEd Maste Making a connection to INADDR_ANY (i.e., using INADDR_ANY as an alias 153b6dd8c5eSEd Maste for localhost) is now disabled by default. This functionality can be 154b6dd8c5eSEd Maste re-enabled by setting the net.inet.ip.connect_inaddr_wild sysctl to 1. 155b6dd8c5eSEd Maste 1566d8cfd29SEd Masteb61850c4e6f6 1578ff7c4d5SLexi Winter The bridge(4) sysctl net.link.bridge.member_ifaddrs now defaults to 0, 1588ff7c4d5SLexi Winter meaning that interfaces added to a bridge may not have IP addresses 1598ff7c4d5SLexi Winter assigned. Refer to bridge(4) for more information. 1608ff7c4d5SLexi Winter 1613ab34225SChristos Margiolis44e5a0150835, 9a37f1024ceb: 162eb60bf2cSChristos Margiolis A new utility sndctl(8) has been added to concentrate the various 1633ab34225SChristos Margiolis interfaces for viewing and manipulating audio device settings (sysctls, 1643ab34225SChristos Margiolis /dev/sndstat), into a single utility with a similar control-driven 1653ab34225SChristos Margiolis interface to that of mixer(8). 166428200d2SOlivier Certner 167428200d2SOlivier Certner93a94ce731a8: 168428200d2SOlivier Certner ps(1)'s options '-a' and '-A', when combined with any other one 169428200d2SOlivier Certner affecting the selection of processes except for '-X' and '-x', would 170428200d2SOlivier Certner have no effect, in contradiction with the rule that one process is 171428200d2SOlivier Certner listed as soon as any of the specified options selects it (inclusive 172428200d2SOlivier Certner OR), which is both mandated by POSIX and arguably a natural expectation. 173428200d2SOlivier Certner This bug has been fixed. 174428200d2SOlivier Certner 175428200d2SOlivier Certner As a practical consequence, specifying '-a'/'-A' now causes all 176428200d2SOlivier Certner processes to be listed regardless of other selection options (except for 177428200d2SOlivier Certner '-X' and '-x', which still apply). In particular, to list only 178428200d2SOlivier Certner processes from specific jails, one must not use '-a' with '-J'. Option 179428200d2SOlivier Certner '-J', contrary to its apparent initial intent, never worked as a filter 180428200d2SOlivier Certner in practice (except by accident with '-a' due to the bug), but instead 181428200d2SOlivier Certner as any other selection options (e.g., '-U', '-p', '-G', etc.) subject to 182428200d2SOlivier Certner the "inclusive OR" rule. 183428200d2SOlivier Certner 184a8dccfa7SOlivier Certner995b690d1398: 185a8dccfa7SOlivier Certner ps(1)'s '-U' option has been changed to select processes by their real 186a8dccfa7SOlivier Certner user IDs instead of their effective one, in accordance with POSIX and 187a8dccfa7SOlivier Certner the use case of wanting to list processes launched by some user, which 188a8dccfa7SOlivier Certner is expected to be more frequent than listing processes having the rights 189a8dccfa7SOlivier Certner of some user. This only affects the selection of processes whose real 190a8dccfa7SOlivier Certner and effective user IDs differ. After this change, ps(1)'s '-U' flag 191a8dccfa7SOlivier Certner behaves differently then in other BSDs but identically to that of 192a8dccfa7SOlivier Certner Linux's procps and illumos. 193a8dccfa7SOlivier Certner 19444265f3bSOlivier Certner1aabbb25c9f9: 19544265f3bSOlivier Certner ps(1)'s default list of processes now comes from matching its effective 19644265f3bSOlivier Certner user ID instead of its real user ID with the effective user ID of all 19744265f3bSOlivier Certner processes, in accordance with POSIX. As ps(1) itself is not installed 19844265f3bSOlivier Certner setuid, this only affects processes having different real and effective 19944265f3bSOlivier Certner user IDs that launch ps(1) processes. 20044265f3bSOlivier Certner 201fc8310dbSOlivier Certnerf0600c41e754-de701f9bdbe0, bc201841d139: 202fc8310dbSOlivier Certner mac_do(4) is now considered production-ready and its functionality has 203fc8310dbSOlivier Certner been considerably extended at the price of breaking credentials 204fc8310dbSOlivier Certner transition rules' backwards compatibility. All that could be specified 205fc8310dbSOlivier Certner with old rules can also be with new rules. Migrating old rules is just 206fc8310dbSOlivier Certner a matter of adding "uid=" in front of the target part, substituting 207fc8310dbSOlivier Certner commas (",") with semi-colons (";") and colons (":") with greater-than 208fc8310dbSOlivier Certner signs (">"). Please consult the mac_do(4) manual page for the new rules 209fc8310dbSOlivier Certner grammar. 210fc8310dbSOlivier Certner 2113b60c193SChristos Margiolis02d4eeabfd73: 2123b60c193SChristos Margiolis hw.snd.maxautovchans has been retired. The commit introduced a 2133b60c193SChristos Margiolis hw.snd.vchans_enable sysctl, which along with 2143b60c193SChristos Margiolis dev.pcm.X.{play|rec}.vchans, from now on work as tunables to only 2153b60c193SChristos Margiolis enable/disable vchans, as opposed to setting their number and/or 2163b60c193SChristos Margiolis (de-)allocating vchans. Since these sysctls do not trigger any 2173b60c193SChristos Margiolis (de-)allocations anymore, their effect is instantaneous, whereas before 2183b60c193SChristos Margiolis we could have frozen the machine (when trying to allocate new vchans) 2193b60c193SChristos Margiolis when setting dev.pcm.X.{play|rec}.vchans to a very large value. 2203b60c193SChristos Margiolis 221896f5be7SKristof Provost7e7f88001d7d: 222896f5be7SKristof Provost The definition of pf's struct pfr_tstats and struct pfr_astats has 223896f5be7SKristof Provost changed, breaking ABI compatibility for 32-bit powerpc (including 224896f5be7SKristof Provost powerpcspe) and armv7. Users of these platforms should ensure kernel 225896f5be7SKristof Provost and userspace are updated together. 226896f5be7SKristof Provost 2274cfdfd34SMark Johnston5dc99e9bb985, 08e638c089a, 4009a98fe80: 2284cfdfd34SMark Johnston The net.inet.{tcp,udp,raw}.bind_all_fibs tunables have been added. 2294cfdfd34SMark Johnston They modify socket behavior such that packets not originating from the 2304cfdfd34SMark Johnston same FIB as the socket are ignored. TCP and UDP sockets belonging to 2314cfdfd34SMark Johnston different FIBs may also be bound to the same address. The default 2324cfdfd34SMark Johnston behavior is unmodified. 2334cfdfd34SMark Johnston 234a9ffa9b3SJohn Baldwinf87bb5967670, e51036fbf3f8: 235a9ffa9b3SJohn Baldwin Support for vinum volumes has been removed. 236a9ffa9b3SJohn Baldwin 237e0b7a9b6SMark Johnston8ae6247aa966, cf0ede720391d, 205659c43d87bd, 1ccbdf561f417, 4db1b113b151: 238e0b7a9b6SMark Johnston The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs 239e0b7a9b6SMark Johnston file systems has changed. An NFS server that exports any of these file 240e0b7a9b6SMark Johnston systems will need its clients to unmount and remount the exports. 241e0b7a9b6SMark Johnston 24215eed130SKirk McKusick1111a44301da: 24315eed130SKirk McKusick Defer the January 19, 2038 date limit in UFS1 filesystems to 24415eed130SKirk McKusick February 7, 2106. This affects only UFS1 format filesystems. 24515eed130SKirk McKusick See the commit message for details. 24615eed130SKirk McKusick 2479a8e9b2aSRick Macklem07cd69e272da: 2489a8e9b2aSRick Macklem Add a new -a command line option to mountd(8). 2499a8e9b2aSRick Macklem If this command line option is specified, when 2509a8e9b2aSRick Macklem a line in exports(5) has the -alldirs export option, 2519a8e9b2aSRick Macklem the directory must be a server file system mount point. 2529a8e9b2aSRick Macklem 253af66ffbfSRick Macklem0e8a36a2ab12: 254af66ffbfSRick Macklem Add a new NFS mount option called "mountport" that may be used 255af66ffbfSRick Macklem to specify the port# for the NFS server's Mount protocol. 256af66ffbfSRick Macklem This permits a NFSv3 mount to be done without running rpcbind(8). 257af66ffbfSRick Macklem 258af1ef35aSJohn Baldwinb2f7c53430c3: 259af1ef35aSJohn Baldwin Kernel TLS is now enabled by default in kernels including KTLS 260af1ef35aSJohn Baldwin support. KTLS is included in GENERIC kernels for aarch64, 261af1ef35aSJohn Baldwin amd64, powerpc64, and powerpc64le. 262af1ef35aSJohn Baldwin 2636e242595SChristos Margiolisf57efe95cc25: 2646e242595SChristos Margiolis New mididump(1) utility which dumps MIDI 1.0 events in real time. 2656e242595SChristos Margiolis 2660706fa37SBaptiste Daroussinddfc6f84f242: 2670706fa37SBaptiste Daroussin Update unicode to 16.0.0 and CLDR to 45.0.0. 2680706fa37SBaptiste Daroussin 269e46c4de7SBaptiste Daroussinb22be3bbb2de: 270e46c4de7SBaptiste Daroussin Basic Cloudinit images no longer generate RSA host keys by default for 271e46c4de7SBaptiste Daroussin SSH. 272e46c4de7SBaptiste Daroussin 273fc2efd28SColin Percival000000000000: 274fc2efd28SColin Percival RSA host keys for SSH are deprecated and will no longer be generated 275fc2efd28SColin Percival by default in FreeBSD 16. 276fc2efd28SColin Percival 277279734beSColin Percival0aabcd75dbc2: 278279734beSColin Percival EC2 AMIs no longer generate RSA host keys by default for SSH. RSA 279279734beSColin Percival host key generation can be re-enabled by setting sshd_rsa_enable="YES" 280279734beSColin Percival in /etc/rc.conf if it is necessary to support very old SSH clients. 281279734beSColin Percival 282116dc70cSMark Johnstona1da7dc1cdad: 283116dc70cSMark Johnston The SO_SPLICE socket option was added. It allows TCP connections to 284116dc70cSMark Johnston be spliced together, enabling proxy-like functionality without the 285116dc70cSMark Johnston need to copy data in and out of user memory. 286116dc70cSMark Johnston 287c55e4971SJohn Baldwinfc12c191c087: 288c55e4971SJohn Baldwin grep(1) no longer follows symbolic links by default for 289c55e4971SJohn Baldwin recursive searches. This matches the documented behavior in 290c55e4971SJohn Baldwin the manual page. 291c55e4971SJohn Baldwin 29234d9de96SMark Johnstone962b37bf0ff: 29334d9de96SMark Johnston When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not 29434d9de96SMark Johnston used, bhyve now assumes that the boot ROM will enable PCI BAR decoding. 29534d9de96SMark Johnston This is incompatible with some boot ROMs, particularly outdated builds 29634d9de96SMark Johnston of edk2-bhyve. To restore the old behavior, add 29734d9de96SMark Johnston "pci.enable_bars='true'" to your bhyve configuration. 29834d9de96SMark Johnston 29934d9de96SMark Johnston Note in particular that the uefi-edk2-bhyve package has been renamed 30034d9de96SMark Johnston to edk2-bhyve. 30134d9de96SMark Johnston 30234d9de96SMark Johnston43caa2e805c2: 30334d9de96SMark Johnston amd64 bhyve(8)'s "lpc.bootrom" and "lpc.bootvars" options are 30434d9de96SMark Johnston deprecated. Use the top-level "bootrom" and "bootvars" options 30534d9de96SMark Johnston instead. 30634d9de96SMark Johnston 3072e98b886SBaptiste Daroussin822ca3276345: 3082e98b886SBaptiste Daroussin byacc was updated to 20240109. 3092e98b886SBaptiste Daroussin 3102e98b886SBaptiste Daroussin21817992b331: 3112e98b886SBaptiste Daroussin ncurses was updated to 6.5. 3122e98b886SBaptiste Daroussin 313cf9c4b32SAlexander Ziaee1687d77197c0: 314cf9c4b32SAlexander Ziaee Filesystem manual pages have been moved to section four. 315cf9c4b32SAlexander Ziaee Please check ports you are maintaining for crossreferences. 316cf9c4b32SAlexander Ziaee 317c180fd3dSBaptiste Daroussin8aac90f18aef: 318c180fd3dSBaptiste Daroussin new MAC/do policy and mdo(1) utility which enables a user to 319c180fd3dSBaptiste Daroussin become another user without the requirement of setuid root. 320c180fd3dSBaptiste Daroussin 3215224825aSChristos Margiolis7398d1ece5cf: 3225224825aSChristos Margiolis hw.snd.version is removed. 3235224825aSChristos Margiolis 324af261a46SJohn Baldwina15f7c96a276,66b5296f1b29: 3256faf6567SJohn Baldwin NVMe over Fabrics controller. The nvmft(4) kernel module adds 3266faf6567SJohn Baldwin a new frontend to the CAM target layer which exports ctl(4) 327af261a46SJohn Baldwin LUNs as NVMe namespaces to remote hosts. The ctld(8) daemon 328af261a46SJohn Baldwin now supports NVMe controllers in addition to iSCSI targets and 3296faf6567SJohn Baldwin is responsible for accepting incoming connection requests and 3306faf6567SJohn Baldwin handing off connected queue pairs to nvmft(4). 3316faf6567SJohn Baldwin 3326faf6567SJohn Baldwina1eda74167b5,1058c12197ab: 3336faf6567SJohn Baldwin NVMe over Fabrics host. New commands added to nvmecontrol(8) 3346faf6567SJohn Baldwin to establish connections to remote controllers. Once 3356faf6567SJohn Baldwin connections are established they are handed off to the nvmf(4) 3366faf6567SJohn Baldwin kernel module which creates nvmeX devices and exports remote 3376faf6567SJohn Baldwin namespaces as nda(4) disks. 3386faf6567SJohn Baldwin 339993d1fadSChristos Margiolis25723d66369f: 34025723d66SChristos Margiolis As a side-effect of retiring the unit.* code in sound(4), the 34125723d66SChristos Margiolis hw.snd.maxunit loader(8) tunable is also retired. 34254d6fea9SMateusz Piotrowski 34354d6fea9SMateusz Piotrowskieeb04a736cb9: 34454d6fea9SMateusz Piotrowski date(1) now supports nanoseconds. For example: 34554d6fea9SMateusz Piotrowski `date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and 34654d6fea9SMateusz Piotrowski `date +%N` prints "415050400". 34754d6fea9SMateusz Piotrowski 348ca0620b7SMark Johnston6d5ce2bb6344: 349ca0620b7SMark Johnston The default value of the nfs_reserved_port_only rc.conf(5) setting has 350ca0620b7SMark Johnston changed. The FreeBSD NFS server now requires the source port of 351ca0620b7SMark Johnston requests to be in the privileged port range (i.e., <= 1023), which 352ca0620b7SMark Johnston generally requires the client to have elevated privileges on their local 353ca0620b7SMark Johnston system. The previous behavior can be restored by setting 354ca0620b7SMark Johnston nfs_reserved_port_only=NO in rc.conf. 355ca0620b7SMark Johnston 3561ff4bc0fSJake Freelandaea973501b19: 3571ff4bc0fSJake Freeland ktrace(2) will now record detailed information about capability mode 3581ff4bc0fSJake Freeland violations. The kdump(1) utility has been updated to display such 3591ff4bc0fSJake Freeland information. 360ca0620b7SMark Johnston 3615b35479eSWarner Loshf32a6403d346: 3625b35479eSWarner Losh One True Awk updated to 2nd Edition. See https://awk.dev for details 3635b35479eSWarner Losh on the additions. Unicode and CSVs (Comma Separated Values) are now 3645b35479eSWarner Losh supported. 3655b35479eSWarner Losh 3665a98d9d0SBaptiste Daroussinfe86d923f83f: 3675a98d9d0SBaptiste Daroussin usbconfig(8) now reads the descriptions of the usb vendor and products 36873157ce4SBaptiste Daroussin from usb.ids when available, similarly to what pciconf(8) does. 3695a98d9d0SBaptiste Daroussin 37030c741c6SMike Karels4347ef60501f: 37130c741c6SMike Karels The powerd(8) utility is now enabled in /etc/rc.conf by default on 37230c741c6SMike Karels images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files). 37330c741c6SMike Karels This prevents the CPU clock from running slow all the time. 37430c741c6SMike Karels 375b9a60d36SAlexander Leidinger0b49e504a32d: 376b9a60d36SAlexander Leidinger rc.d/jail now supports the legacy variable jail_${jailname}_zfs_dataset 377b9a60d36SAlexander Leidinger to allow unmaintained jail managers like ezjail to make use of this 378b9a60d36SAlexander Leidinger feature (simply rename jail_${jailname}_zfs_datasets in the ezjail 379b9a60d36SAlexander Leidinger config to jail_${jailname}_zfs_dataset. 380b9a60d36SAlexander Leidinger 381b9a60d36SAlexander Leidingere0dfe185cbca: 382b9a60d36SAlexander Leidinger jail(8) now support zfs.dataset to add a list of ZFS datasets to a 383b9a60d36SAlexander Leidinger jail. 384b9a60d36SAlexander Leidinger 3852f036705SXin LI61174ad88e33: 3862f036705SXin LI newsyslog(8) now supports specifying a global compression method directly 3872f036705SXin LI at the beginning of the newsyslog.conf file, which will make newsyslog(8) 3882f036705SXin LI to behave like the corresponding option was passed to the newly added 3892f036705SXin LI '-c' option. For example: 3902f036705SXin LI 3912f036705SXin LI <compress> none 3922f036705SXin LI 3932f036705SXin LI906748d208d3: 3942f036705SXin LI newsyslog(8) now accepts a new option, '-c' which overrides all historical 3952f036705SXin LI compression flags by treating their meaning as "treat the file as compressible" 3962f036705SXin LI rather than "compress the file with that specific method." 3972f036705SXin LI 3982f036705SXin LI The following choices are available: 3992f036705SXin LI * none: Do not compress, regardless of flag. 4002f036705SXin LI * legacy: Historical behavior (J=bzip2, X=xz, Y=zstd, Z=gzip). 4012f036705SXin LI * bzip2, xz, zstd, gzip: apply the specified compression method. 4022f036705SXin LI 4032f036705SXin LI We plan to change the default to 'none' in FreeBSD 15.0. 4042f036705SXin LI 405208f089dSRick Macklem1a878807006c: 406208f089dSRick Macklem This commit added some statistics collection to the NFS-over-TLS 407208f089dSRick Macklem code in the NFS server so that sysadmins can moditor usage. 408208f089dSRick Macklem The statistics are available via the kern.rpc.tls.* sysctls. 409208f089dSRick Macklem 410dac33a65SRick Macklem7c5146da1286: 411dac33a65SRick Macklem Mountd has been modified to use strunvis(3) to decode directory 412dac33a65SRick Macklem names in exports(5) file(s). This allows special characters, 413dac33a65SRick Macklem such as blanks, to be embedded in the directory name(s). 414dac33a65SRick Macklem "vis -M" may be used to encode such directory name(s). 415dac33a65SRick Macklem 41633c2bd53SMark Johnstonc5359e2af5ab: 41733c2bd53SMark Johnston bhyve(8) has a new network backend, "slirp", which makes use of the 41833c2bd53SMark Johnston libslirp package to provide a userspace network stack. This backend 41933c2bd53SMark Johnston makes it possible to access the guest network from the host without 42033c2bd53SMark Johnston requiring any extra network configuration on the host. 42133c2bd53SMark Johnston 422b351fa9dSChristos Margiolisbb830e346bd5: 423b351fa9dSChristos Margiolis Set the IUTF8 flag by default in tty(4). 424b351fa9dSChristos Margiolis 425b351fa9dSChristos Margiolis 128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling 426b351fa9dSChristos Margiolis in the tty(4) driver, which is enabled by setting the new IUTF8 flag 427b351fa9dSChristos Margiolis through stty(1). Since the default locale is UTF-8, enable IUTF8 by 428b351fa9dSChristos Margiolis default. 429b351fa9dSChristos Margiolis 430bb63e82eSBaptiste Daroussinff01d71e48d4: 431b627b3e6SBaptiste Daroussin dialog(1) has been replaced by bsddialog(1) 432bb63e82eSBaptiste Daroussin 433da51a121SJohn Baldwin41582f28ddf7: 434da51a121SJohn Baldwin FreeBSD 15.0 will not include support for 32-bit platforms. 435da51a121SJohn Baldwin However, 64-bit systems will still be able to run older 32-bit 436da51a121SJohn Baldwin binaries. 437da51a121SJohn Baldwin 438da51a121SJohn Baldwin Support for executing 32-bit binaries on 64-bit platforms via 439da51a121SJohn Baldwin COMPAT_FREEBSD32 will remain supported for at least the 440da51a121SJohn Baldwin stable/15 and stable/16 branches. 441da51a121SJohn Baldwin 442da51a121SJohn Baldwin Support for compiling individual 32-bit applications via 443da51a121SJohn Baldwin `cc -m32` will also be supported for at least the stable/15 444da51a121SJohn Baldwin branch which includes suitable headers in /usr/include and 445da51a121SJohn Baldwin libraries in /usr/lib32. 446da51a121SJohn Baldwin 447da51a121SJohn Baldwin Support for 32-bit platforms in ports for 15.0 and later 448da51a121SJohn Baldwin releases is also deprecated, and these future releases may not 449da51a121SJohn Baldwin include binary packages for 32-bit platforms or support for 450da51a121SJohn Baldwin building 32-bit applications from ports. 451da51a121SJohn Baldwin 452da51a121SJohn Baldwin stable/14 and earlier branches will retain existing 32-bit 453da51a121SJohn Baldwin kernel and world support. Ports will retain existing support 454768489c7SJohn Baldwin for building ports and packages for 32-bit systems on stable/14 455da51a121SJohn Baldwin and earlier branches as long as those branches are supported 456da51a121SJohn Baldwin by the ports system. However, all 32-bit platforms are Tier-2 457da51a121SJohn Baldwin or Tier-3 and support for individual ports should be expected 458da51a121SJohn Baldwin to degrade as upstreams deprecate 32-bit platforms. 459da51a121SJohn Baldwin 460da51a121SJohn Baldwin With the current support schedule, stable/14 will be EOLed 5 461da51a121SJohn Baldwin years after the release of 14.0. The EOL of stable/14 would 462da51a121SJohn Baldwin mark the end of support for 32-bit platforms including source 463da51a121SJohn Baldwin releases, pre-built packages, and support for building 464da51a121SJohn Baldwin applications from ports. Given an estimated release date of 465da51a121SJohn Baldwin October 2023 for 14.0, support for 32-bit platforms would end 466da51a121SJohn Baldwin in October 2028. 467da51a121SJohn Baldwin 468da51a121SJohn Baldwin The project may choose to alter this approach when 15.0 is 469da51a121SJohn Baldwin released by extending some level of 32-bit support for one or 470da51a121SJohn Baldwin more platforms in 15.0 or later. Users should use the 471da51a121SJohn Baldwin stable/14 branch to migrate off of 32-bit platforms. 472