xref: /freebsd/RELNOTES (revision c457acb4ee821cf015930a94f52c3870786468a7)
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*c457acb4SChristos Margiolis9cab9fde5eda:
14*c457acb4SChristos Margiolis	virtual_oss is imported to base. The audio/virtual_oss port will stop
15*c457acb4SChristos Margiolis	being built from FreeBSD 15.0 onwards.
16*c457acb4SChristos Margiolis
17*c457acb4SChristos Margiolis	Regarding user-facing changes, the only practical difference is the
18*c457acb4SChristos Margiolis	installation process. Everything is provided by the base system, except
19*c457acb4SChristos Margiolis	for the following optional components, which can be installed from
20*c457acb4SChristos Margiolis	ports:
21*c457acb4SChristos Margiolis
22*c457acb4SChristos Margiolis	* sndio backend support: audio/virtual_oss_sndio
23*c457acb4SChristos Margiolis	* bluetooth backend support: audio/virtual_oss_bluetooth
24*c457acb4SChristos Margiolis	* virtual_equalizer(8): audio/virtual_oss_equalizer
25*c457acb4SChristos Margiolis
26*c457acb4SChristos Margiolis	Apart from that, virtual_oss should work as expected. Users of
27*c457acb4SChristos Margiolis	virtual_oss can uninstall audio/virtual_oss and instead use the base
28*c457acb4SChristos Margiolis	system version from now on.
29*c457acb4SChristos Margiolis
30863d5cc2SCy 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:
31c553872bSCy Schubert	Replaced Heimdal 1.5.2 with MIT KRB5 (1.21.3, 1.22.0, 1.22.1).
32863d5cc2SCy Schubert	Heimdal 1.5.2 can still be built using the WITHOUT_MITKRB5 flag.
33863d5cc2SCy Schubert	Heimdal build plumbing will be removed in 16.
34863d5cc2SCy Schubert
3550efb578SShengYi Hung2b74ff5fceb6:
3650efb578SShengYi Hung	Introduced support for watchdog timer in Intel 6300ESB I/O controller
3750efb578SShengYi Hung	hub via the i6300esbwd driver, now included in ichwd.ko.
3850efb578SShengYi Hung	This driver is intended primarily for QEMU users, where it serves as
3950efb578SShengYi Hung	the default and only watchdog timer for x86 virtual machines.
4050efb578SShengYi Hung
41dd1fc0bcSWarner Losh3068d706eabe:
42dd1fc0bcSWarner Losh	Lua updated to 5.4.8, which is minor bug fixes from 5.4.7.
43dd1fc0bcSWarner Losh
44dd1fc0bcSWarner Loshb45a181a74c8:
457df90d95SWarner Losh	Awk updates to August 04, 2025 version, with minor bug fixes.
46dd1fc0bcSWarner Losh
47095e23bfSLexi Winterdc5ba6b8b4f0:
48095e23bfSLexi Winter	The WITHOUT_GSSAPI src.conf(5) option has been removed.  The GSSAPI
49095e23bfSLexi Winter	libraries are now always built unless WITHOUT_KERBEROS is set.
50095e23bfSLexi Winter
5169af14a5SWarner Loshc43cad871720:
5269af14a5SWarner Losh	jemalloc 5.3.0 has landed. See contrib/jemalloc/ChangeLog
5369af14a5SWarner Losh	for the long list of changes.
5469af14a5SWarner Losh
55ef5e966eSRick Macklemcce64f2e6851:
56ef5e966eSRick Macklem	Add support for the NFSv4.2 Clone operation, which uses
57ef5e966eSRick Macklem	block cloning to "copy on write" files on an NFS server.
58ef5e966eSRick Macklem	This only works for exported ZFS file systems that have
59ef5e966eSRick Macklem	block cloning enabled, at this time.
60ef5e966eSRick Macklem
6149eba35cSRick Macklem37b2cb5ecb0f:
6249eba35cSRick Macklem	Add support to VOP_COPY_FILE_RANGE() for block cloning.
6349eba35cSRick Macklem	At this time, ZFS is the only local file system that supports
6449eba35cSRick Macklem	this and only if block cloning is enabled.  NFSv4.2 also supports it.
6549eba35cSRick Macklem	See pathconf(2) and copy_file_range(2) for more information.
6649eba35cSRick Macklem
670080571eSRick Macklem2ec2ba7e232d, df58e8b1506f (openzfs 2957eabbe), f61844833ee8, b1b607bd200f,
680080571eSRick Macklem	ee95e4d02dbd:
690080571eSRick Macklem	Add Solaris style extended attributes (called named attributes
700080571eSRick Macklem	in NFSv4).  At this time, only ZFS when the ZFS property called
710080571eSRick Macklem	xattr=dir and NFSv4 support them.  The attributes are presented
720080571eSRick Macklem	in a directory as regular files.  See named_attribute(7) for
730080571eSRick Macklem	more information.
740080571eSRick Macklem
7553ae625bSKonstantin Belousovef2a572bf6:
7653ae625bSKonstantin Belousov	Inline IPSEC offload infrastructure and driver support for mlx5(4)
7753ae625bSKonstantin Belousov	Nvidia ConnectX-6+ network cards were added.
7853ae625bSKonstantin Belousov
7980f976baSKonstantin Belousov68ba38dad3:
8080f976baSKonstantin Belousov	amd64: handling of the %fsbase/%gsbase registers and tls base
8180f976baSKonstantin Belousov	were reworked, making it more useful for apps that directly
8280f976baSKonstantin Belousov	manipulate CPU context.
8380f976baSKonstantin Belousov
841c2348e7SKonstantin Belousov78aaab9f1cf:
851c2348e7SKonstantin Belousov	rtld: added support for -z initfirst
861c2348e7SKonstantin Belousov
87a60b8e49SKonstantin Belousove36f069ecb4, c069ca085b:
88a60b8e49SKonstantin Belousov	Reliability of UFS on volumes with more than 2G of inodes is
89a60b8e49SKonstantin Belousov	significantly improved.  The underlying issue was the invalid
90a60b8e49SKonstantin Belousov	interpretation of the 32bit inode number as signed, which got
91a60b8e49SKonstantin Belousov	sign-extended into ino_t.
92a60b8e49SKonstantin Belousov
9362f14d09SKonstantin Belousovd390633cf8c:
9462f14d09SKonstantin Belousov	On modern amd64 machines (which have the LA57 CPU feature),
9562f14d09SKonstantin Belousov	FreeBSD is able to utilize more than 4TB of RAM.
9662f14d09SKonstantin Belousov
97294a4b72SDag-Erling Smørgrav2bd157bc732a:
98294a4b72SDag-Erling Smørgrav	The readdir_r(3) function is deprecated and may be removed in future
99294a4b72SDag-Erling Smørgrav	releases.  Using it in a program will result in compile-time and
100294a4b72SDag-Erling Smørgrav	link-time warnings.
101294a4b72SDag-Erling Smørgrav
102672c8d2aSGleb Smirnoff9ba51cce8bbd:
103672c8d2aSGleb Smirnoff	bsnmpd(1) no longer supports legacy UDP transport.  Users, that have
104672c8d2aSGleb Smirnoff	not updated their /etc/snmpd.config since 12.0-RELEASE or older will
105672c8d2aSGleb Smirnoff	need to merge in the new configuration.  In particular, the transport
106672c8d2aSGleb Smirnoff	definition shall be changed from begemotSnmpdPortStatus OID to
107672c8d2aSGleb Smirnoff	begemotSnmpdTransInetStatus.
108672c8d2aSGleb Smirnoff
1090e1665aeSAlexander Ziaee1349a733cf28:
1100e1665aeSAlexander Ziaee	Add a driver supporting a new storage controller interface,
1110e1665aeSAlexander Ziaee	Universal Flash Storage Host Controller Interface, supporting
1120e1665aeSAlexander Ziaee	version 4.1 and earlier, via ufshci(4).
1130e1665aeSAlexander Ziaee
114f9cf745aSMark Johnstonf1f230439fa4:
115f9cf745aSMark Johnston	FreeBSD now implements the inotify(2) family of system calls.
116f9cf745aSMark Johnston
117039fedc4SRick Macklem50e733f19b37, 171f66b0c2ca:
118039fedc4SRick Macklem	These commits helped improve utilization of NFSv4.1/4.2
119039fedc4SRick Macklem	delegations.  The changes are only used when the NFSv4
120039fedc4SRick Macklem	mount uses the "nocto" mount option and requires an
121039fedc4SRick Macklem	up-to-date NFSv4.1/4.2 server with delegations enabled.
122039fedc4SRick Macklem	For example: For a FreeBSD kernel build with both src
123039fedc4SRick Macklem	and obj NFSv4 mounted, the total RPC count dropped from
124039fedc4SRick Macklem	5461286 to 945643, with a 20% drop in elapsed time.
125039fedc4SRick Macklem
126131b3b57SAlexander Ziaeec3fc0db3bc50
127131b3b57SAlexander Ziaee	The default value of the sysctl variable
128131b3b57SAlexander Ziaee	net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means
129131b3b57SAlexander Ziaee	that FreeBSD does not skip the TIME_WAIT state anymore for
130131b3b57SAlexander Ziaee	endpoints for which the remote address is local. The new sysctl
131131b3b57SAlexander Ziaee	variable net.inet.tcp.msl_local can be used to control the time
132131b3b57SAlexander Ziaee	these endpoints stay in the TIME_WAIT state. The sysctl variable
133131b3b57SAlexander Ziaee	net.inet.tcp.nolocaltimewait is deprecated and intended to be
134131b3b57SAlexander Ziaee	removed in FreeBSD 16.
135131b3b57SAlexander Ziaee
136b6dd8c5eSEd Mastecd240957d7ba
137b6dd8c5eSEd Maste	Making a connection to INADDR_ANY (i.e., using INADDR_ANY as an alias
138b6dd8c5eSEd Maste	for localhost) is now disabled by default.  This functionality can be
139b6dd8c5eSEd Maste	re-enabled by setting the net.inet.ip.connect_inaddr_wild sysctl to 1.
140b6dd8c5eSEd Maste
1416d8cfd29SEd Masteb61850c4e6f6
1428ff7c4d5SLexi Winter	The bridge(4) sysctl net.link.bridge.member_ifaddrs now defaults to 0,
1438ff7c4d5SLexi Winter	meaning that interfaces added to a bridge may not have IP addresses
1448ff7c4d5SLexi Winter	assigned.  Refer to bridge(4) for more information.
1458ff7c4d5SLexi Winter
1463ab34225SChristos Margiolis44e5a0150835, 9a37f1024ceb:
147eb60bf2cSChristos Margiolis	A new utility sndctl(8) has been added to concentrate the various
1483ab34225SChristos Margiolis	interfaces for viewing and manipulating audio device settings (sysctls,
1493ab34225SChristos Margiolis	/dev/sndstat), into a single utility with a similar control-driven
1503ab34225SChristos Margiolis	interface to that of mixer(8).
151428200d2SOlivier Certner
152428200d2SOlivier Certner93a94ce731a8:
153428200d2SOlivier Certner	ps(1)'s options '-a' and '-A', when combined with any other one
154428200d2SOlivier Certner	affecting the selection of processes except for '-X' and '-x', would
155428200d2SOlivier Certner	have no effect, in contradiction with the rule that one process is
156428200d2SOlivier Certner	listed as soon as any of the specified options selects it (inclusive
157428200d2SOlivier Certner	OR), which is both mandated by POSIX and arguably a natural expectation.
158428200d2SOlivier Certner	This bug has been fixed.
159428200d2SOlivier Certner
160428200d2SOlivier Certner	As a practical consequence, specifying '-a'/'-A' now causes all
161428200d2SOlivier Certner	processes to be listed regardless of other selection options (except for
162428200d2SOlivier Certner	'-X' and '-x', which still apply).  In particular, to list only
163428200d2SOlivier Certner	processes from specific jails, one must not use '-a' with '-J'.  Option
164428200d2SOlivier Certner	'-J', contrary to its apparent initial intent, never worked as a filter
165428200d2SOlivier Certner	in practice (except by accident with '-a' due to the bug), but instead
166428200d2SOlivier Certner	as any other selection options (e.g., '-U', '-p', '-G', etc.) subject to
167428200d2SOlivier Certner	the "inclusive OR" rule.
168428200d2SOlivier Certner
169a8dccfa7SOlivier Certner995b690d1398:
170a8dccfa7SOlivier Certner	ps(1)'s '-U' option has been changed to select processes by their real
171a8dccfa7SOlivier Certner	user IDs instead of their effective one, in accordance with POSIX and
172a8dccfa7SOlivier Certner	the use case of wanting to list processes launched by some user, which
173a8dccfa7SOlivier Certner	is expected to be more frequent than listing processes having the rights
174a8dccfa7SOlivier Certner	of some user.  This only affects the selection of processes whose real
175a8dccfa7SOlivier Certner	and effective user IDs differ.	After this change, ps(1)'s '-U' flag
176a8dccfa7SOlivier Certner	behaves differently then in other BSDs but identically to that of
177a8dccfa7SOlivier Certner	Linux's procps and illumos.
178a8dccfa7SOlivier Certner
17944265f3bSOlivier Certner1aabbb25c9f9:
18044265f3bSOlivier Certner	ps(1)'s default list of processes now comes from matching its effective
18144265f3bSOlivier Certner	user ID instead of its real user ID with the effective user ID of all
18244265f3bSOlivier Certner	processes, in accordance with POSIX.  As ps(1) itself is not installed
18344265f3bSOlivier Certner	setuid, this only affects processes having different real and effective
18444265f3bSOlivier Certner	user IDs that launch ps(1) processes.
18544265f3bSOlivier Certner
186fc8310dbSOlivier Certnerf0600c41e754-de701f9bdbe0, bc201841d139:
187fc8310dbSOlivier Certner	mac_do(4) is now considered production-ready and its functionality has
188fc8310dbSOlivier Certner	been considerably extended at the price of breaking credentials
189fc8310dbSOlivier Certner	transition rules' backwards compatibility.  All that could be specified
190fc8310dbSOlivier Certner	with old rules can also be with new rules.  Migrating old rules is just
191fc8310dbSOlivier Certner	a matter of adding "uid=" in front of the target part, substituting
192fc8310dbSOlivier Certner	commas (",") with semi-colons (";") and colons (":") with greater-than
193fc8310dbSOlivier Certner	signs (">").  Please consult the mac_do(4) manual page for the new rules
194fc8310dbSOlivier Certner	grammar.
195fc8310dbSOlivier Certner
1963b60c193SChristos Margiolis02d4eeabfd73:
1973b60c193SChristos Margiolis	hw.snd.maxautovchans has been retired. The commit introduced a
1983b60c193SChristos Margiolis	hw.snd.vchans_enable sysctl, which along with
1993b60c193SChristos Margiolis	dev.pcm.X.{play|rec}.vchans, from now on work as tunables to only
2003b60c193SChristos Margiolis	enable/disable vchans, as opposed to setting their number and/or
2013b60c193SChristos Margiolis	(de-)allocating vchans. Since these sysctls do not trigger any
2023b60c193SChristos Margiolis	(de-)allocations anymore, their effect is instantaneous, whereas before
2033b60c193SChristos Margiolis	we could have frozen the machine (when trying to allocate new vchans)
2043b60c193SChristos Margiolis	when setting dev.pcm.X.{play|rec}.vchans to a very large value.
2053b60c193SChristos Margiolis
206896f5be7SKristof Provost7e7f88001d7d:
207896f5be7SKristof Provost	The definition of pf's struct pfr_tstats and struct pfr_astats has
208896f5be7SKristof Provost	changed, breaking ABI compatibility for 32-bit powerpc (including
209896f5be7SKristof Provost	powerpcspe) and armv7. Users of these platforms should ensure kernel
210896f5be7SKristof Provost	and userspace are updated together.
211896f5be7SKristof Provost
2124cfdfd34SMark Johnston5dc99e9bb985, 08e638c089a, 4009a98fe80:
2134cfdfd34SMark Johnston	The net.inet.{tcp,udp,raw}.bind_all_fibs tunables have been added.
2144cfdfd34SMark Johnston	They modify socket behavior such that packets not originating from the
2154cfdfd34SMark Johnston	same FIB as the socket are ignored.  TCP and UDP sockets belonging to
2164cfdfd34SMark Johnston	different FIBs may also be bound to the same address.  The default
2174cfdfd34SMark Johnston	behavior is unmodified.
2184cfdfd34SMark Johnston
219a9ffa9b3SJohn Baldwinf87bb5967670, e51036fbf3f8:
220a9ffa9b3SJohn Baldwin	Support for vinum volumes has been removed.
221a9ffa9b3SJohn Baldwin
222e0b7a9b6SMark Johnston8ae6247aa966, cf0ede720391d, 205659c43d87bd, 1ccbdf561f417, 4db1b113b151:
223e0b7a9b6SMark Johnston	The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs
224e0b7a9b6SMark Johnston	file systems has changed.  An NFS server that exports any of these file
225e0b7a9b6SMark Johnston	systems will need its clients to unmount and remount the exports.
226e0b7a9b6SMark Johnston
22715eed130SKirk McKusick1111a44301da:
22815eed130SKirk McKusick	Defer the January 19, 2038 date limit in UFS1 filesystems to
22915eed130SKirk McKusick	February 7, 2106. This affects only UFS1 format filesystems.
23015eed130SKirk McKusick	See the commit message for details.
23115eed130SKirk McKusick
2329a8e9b2aSRick Macklem07cd69e272da:
2339a8e9b2aSRick Macklem	Add a new -a command line option to mountd(8).
2349a8e9b2aSRick Macklem	If this command line option is specified, when
2359a8e9b2aSRick Macklem	a line in exports(5) has the -alldirs export option,
2369a8e9b2aSRick Macklem	the directory must be a server file system mount point.
2379a8e9b2aSRick Macklem
238af66ffbfSRick Macklem0e8a36a2ab12:
239af66ffbfSRick Macklem	Add a new NFS mount option called "mountport" that may be used
240af66ffbfSRick Macklem	to specify the port# for the NFS server's Mount protocol.
241af66ffbfSRick Macklem	This permits a NFSv3 mount to be done without running rpcbind(8).
242af66ffbfSRick Macklem
243af1ef35aSJohn Baldwinb2f7c53430c3:
244af1ef35aSJohn Baldwin	Kernel TLS is now enabled by default in kernels including KTLS
245af1ef35aSJohn Baldwin	support.  KTLS is included in GENERIC kernels for aarch64,
246af1ef35aSJohn Baldwin	amd64, powerpc64, and powerpc64le.
247af1ef35aSJohn Baldwin
2486e242595SChristos Margiolisf57efe95cc25:
2496e242595SChristos Margiolis	New mididump(1) utility which dumps MIDI 1.0 events in real time.
2506e242595SChristos Margiolis
2510706fa37SBaptiste Daroussinddfc6f84f242:
2520706fa37SBaptiste Daroussin	Update unicode to 16.0.0 and CLDR to 45.0.0.
2530706fa37SBaptiste Daroussin
254e46c4de7SBaptiste Daroussinb22be3bbb2de:
255e46c4de7SBaptiste Daroussin	Basic Cloudinit images no longer generate RSA host keys by default for
256e46c4de7SBaptiste Daroussin	SSH.
257e46c4de7SBaptiste Daroussin
258fc2efd28SColin Percival000000000000:
259fc2efd28SColin Percival	RSA host keys for SSH are deprecated and will no longer be generated
260fc2efd28SColin Percival	by default in FreeBSD 16.
261fc2efd28SColin Percival
262279734beSColin Percival0aabcd75dbc2:
263279734beSColin Percival	EC2 AMIs no longer generate RSA host keys by default for SSH.  RSA
264279734beSColin Percival	host key generation can be re-enabled by setting sshd_rsa_enable="YES"
265279734beSColin Percival	in /etc/rc.conf if it is necessary to support very old SSH clients.
266279734beSColin Percival
267116dc70cSMark Johnstona1da7dc1cdad:
268116dc70cSMark Johnston	The SO_SPLICE socket option was added.  It allows TCP connections to
269116dc70cSMark Johnston	be spliced together, enabling proxy-like functionality without the
270116dc70cSMark Johnston	need to copy data in and out of user memory.
271116dc70cSMark Johnston
272c55e4971SJohn Baldwinfc12c191c087:
273c55e4971SJohn Baldwin	grep(1) no longer follows symbolic links by default for
274c55e4971SJohn Baldwin	recursive searches.  This matches the documented behavior in
275c55e4971SJohn Baldwin	the manual page.
276c55e4971SJohn Baldwin
27734d9de96SMark Johnstone962b37bf0ff:
27834d9de96SMark Johnston	When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
27934d9de96SMark Johnston	used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.
28034d9de96SMark Johnston	This is incompatible with some boot ROMs, particularly outdated builds
28134d9de96SMark Johnston	of edk2-bhyve.  To restore the old behavior, add
28234d9de96SMark Johnston	"pci.enable_bars='true'" to your bhyve configuration.
28334d9de96SMark Johnston
28434d9de96SMark Johnston	Note in particular that the uefi-edk2-bhyve package has been renamed
28534d9de96SMark Johnston	to edk2-bhyve.
28634d9de96SMark Johnston
28734d9de96SMark Johnston43caa2e805c2:
28834d9de96SMark Johnston	amd64 bhyve(8)'s "lpc.bootrom" and "lpc.bootvars" options are
28934d9de96SMark Johnston	deprecated.  Use the top-level "bootrom" and "bootvars" options
29034d9de96SMark Johnston	instead.
29134d9de96SMark Johnston
2922e98b886SBaptiste Daroussin822ca3276345:
2932e98b886SBaptiste Daroussin	byacc was updated to 20240109.
2942e98b886SBaptiste Daroussin
2952e98b886SBaptiste Daroussin21817992b331:
2962e98b886SBaptiste Daroussin	ncurses was updated to 6.5.
2972e98b886SBaptiste Daroussin
298cf9c4b32SAlexander Ziaee1687d77197c0:
299cf9c4b32SAlexander Ziaee	Filesystem manual pages have been moved to section four.
300cf9c4b32SAlexander Ziaee	Please check ports you are maintaining for crossreferences.
301cf9c4b32SAlexander Ziaee
302c180fd3dSBaptiste Daroussin8aac90f18aef:
303c180fd3dSBaptiste Daroussin	new MAC/do policy and mdo(1) utility which enables a user to
304c180fd3dSBaptiste Daroussin	become another user without the requirement of setuid root.
305c180fd3dSBaptiste Daroussin
3065224825aSChristos Margiolis7398d1ece5cf:
3075224825aSChristos Margiolis	hw.snd.version is removed.
3085224825aSChristos Margiolis
309af261a46SJohn Baldwina15f7c96a276,66b5296f1b29:
3106faf6567SJohn Baldwin	NVMe over Fabrics controller.  The nvmft(4) kernel module adds
3116faf6567SJohn Baldwin	a new frontend to the CAM target layer which exports ctl(4)
312af261a46SJohn Baldwin	LUNs as NVMe namespaces to remote hosts.  The ctld(8) daemon
313af261a46SJohn Baldwin	now supports NVMe controllers in addition to iSCSI targets and
3146faf6567SJohn Baldwin	is responsible for accepting incoming connection requests and
3156faf6567SJohn Baldwin	handing off connected queue pairs to nvmft(4).
3166faf6567SJohn Baldwin
3176faf6567SJohn Baldwina1eda74167b5,1058c12197ab:
3186faf6567SJohn Baldwin	NVMe over Fabrics host.  New commands added to nvmecontrol(8)
3196faf6567SJohn Baldwin	to establish connections to remote controllers.  Once
3206faf6567SJohn Baldwin	connections are established they are handed off to the nvmf(4)
3216faf6567SJohn Baldwin	kernel module which creates nvmeX devices and exports remote
3226faf6567SJohn Baldwin	namespaces as nda(4) disks.
3236faf6567SJohn Baldwin
324993d1fadSChristos Margiolis25723d66369f:
32525723d66SChristos Margiolis	As a side-effect of retiring the unit.* code in sound(4), the
32625723d66SChristos Margiolis	hw.snd.maxunit loader(8) tunable is also retired.
32754d6fea9SMateusz Piotrowski
32854d6fea9SMateusz Piotrowskieeb04a736cb9:
32954d6fea9SMateusz Piotrowski	date(1) now supports nanoseconds. For example:
33054d6fea9SMateusz Piotrowski	`date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and
33154d6fea9SMateusz Piotrowski	`date +%N` prints "415050400".
33254d6fea9SMateusz Piotrowski
333ca0620b7SMark Johnston6d5ce2bb6344:
334ca0620b7SMark Johnston	The default value of the nfs_reserved_port_only rc.conf(5) setting has
335ca0620b7SMark Johnston	changed.  The FreeBSD NFS server now requires the source port of
336ca0620b7SMark Johnston	requests to be in the privileged port range (i.e., <= 1023), which
337ca0620b7SMark Johnston	generally requires the client to have elevated privileges on their local
338ca0620b7SMark Johnston	system.  The previous behavior can be restored by setting
339ca0620b7SMark Johnston	nfs_reserved_port_only=NO in rc.conf.
340ca0620b7SMark Johnston
3411ff4bc0fSJake Freelandaea973501b19:
3421ff4bc0fSJake Freeland	ktrace(2) will now record detailed information about capability mode
3431ff4bc0fSJake Freeland	violations. The kdump(1) utility has been updated to display such
3441ff4bc0fSJake Freeland	information.
345ca0620b7SMark Johnston
3465b35479eSWarner Loshf32a6403d346:
3475b35479eSWarner Losh	One True Awk updated to 2nd Edition. See https://awk.dev for details
3485b35479eSWarner Losh	on the additions. Unicode and CSVs (Comma Separated Values) are now
3495b35479eSWarner Losh	supported.
3505b35479eSWarner Losh
3515a98d9d0SBaptiste Daroussinfe86d923f83f:
3525a98d9d0SBaptiste Daroussin	usbconfig(8) now reads the descriptions of the usb vendor and products
35373157ce4SBaptiste Daroussin	from usb.ids when available, similarly to what pciconf(8) does.
3545a98d9d0SBaptiste Daroussin
35530c741c6SMike Karels4347ef60501f:
35630c741c6SMike Karels	The powerd(8) utility is now enabled in /etc/rc.conf by default on
35730c741c6SMike Karels	images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files).
35830c741c6SMike Karels	This prevents the CPU clock from running slow all the time.
35930c741c6SMike Karels
360b9a60d36SAlexander Leidinger0b49e504a32d:
361b9a60d36SAlexander Leidinger	rc.d/jail now supports the legacy variable jail_${jailname}_zfs_dataset
362b9a60d36SAlexander Leidinger	to allow unmaintained jail managers like ezjail to make use of this
363b9a60d36SAlexander Leidinger	feature (simply rename jail_${jailname}_zfs_datasets in the ezjail
364b9a60d36SAlexander Leidinger	config to jail_${jailname}_zfs_dataset.
365b9a60d36SAlexander Leidinger
366b9a60d36SAlexander Leidingere0dfe185cbca:
367b9a60d36SAlexander Leidinger	jail(8) now support zfs.dataset to add a list of ZFS datasets to a
368b9a60d36SAlexander Leidinger        jail.
369b9a60d36SAlexander Leidinger
3702f036705SXin LI61174ad88e33:
3712f036705SXin LI	newsyslog(8) now supports specifying a global compression method directly
3722f036705SXin LI	at the beginning of the newsyslog.conf file, which will make newsyslog(8)
3732f036705SXin LI	to behave like the corresponding option was passed to the newly added
3742f036705SXin LI	'-c' option. For example:
3752f036705SXin LI
3762f036705SXin LI	<compress> none
3772f036705SXin LI
3782f036705SXin LI906748d208d3:
3792f036705SXin LI	newsyslog(8) now accepts a new option, '-c' which overrides all historical
3802f036705SXin LI	compression flags by treating their meaning as "treat the file as compressible"
3812f036705SXin LI	rather than "compress the file with that specific method."
3822f036705SXin LI
3832f036705SXin LI	The following choices are available:
3842f036705SXin LI	 * none: Do not compress, regardless of flag.
3852f036705SXin LI	 * legacy: Historical behavior (J=bzip2, X=xz, Y=zstd, Z=gzip).
3862f036705SXin LI	 * bzip2, xz, zstd, gzip: apply the specified compression method.
3872f036705SXin LI
3882f036705SXin LI	We plan to change the default to 'none' in FreeBSD 15.0.
3892f036705SXin LI
390208f089dSRick Macklem1a878807006c:
391208f089dSRick Macklem	This commit added some statistics collection to the NFS-over-TLS
392208f089dSRick Macklem	code in the NFS server so that sysadmins can moditor usage.
393208f089dSRick Macklem	The statistics are available via the kern.rpc.tls.* sysctls.
394208f089dSRick Macklem
395dac33a65SRick Macklem7c5146da1286:
396dac33a65SRick Macklem	Mountd has been modified to use strunvis(3) to decode directory
397dac33a65SRick Macklem	names in exports(5) file(s).  This allows special characters,
398dac33a65SRick Macklem	such as blanks, to be embedded in the directory name(s).
399dac33a65SRick Macklem	"vis -M" may be used to encode such directory name(s).
400dac33a65SRick Macklem
40133c2bd53SMark Johnstonc5359e2af5ab:
40233c2bd53SMark Johnston	bhyve(8) has a new network backend, "slirp", which makes use of the
40333c2bd53SMark Johnston	libslirp package to provide a userspace network stack.  This backend
40433c2bd53SMark Johnston	makes it possible to access the guest network from the host without
40533c2bd53SMark Johnston	requiring any extra network configuration on the host.
40633c2bd53SMark Johnston
407b351fa9dSChristos Margiolisbb830e346bd5:
408b351fa9dSChristos Margiolis	Set the IUTF8 flag by default in tty(4).
409b351fa9dSChristos Margiolis
410b351fa9dSChristos Margiolis	128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling
411b351fa9dSChristos Margiolis	in the tty(4) driver, which is enabled by setting the new IUTF8 flag
412b351fa9dSChristos Margiolis	through stty(1). Since the default locale is UTF-8, enable IUTF8 by
413b351fa9dSChristos Margiolis	default.
414b351fa9dSChristos Margiolis
415bb63e82eSBaptiste Daroussinff01d71e48d4:
416b627b3e6SBaptiste Daroussin	dialog(1) has been replaced by bsddialog(1)
417bb63e82eSBaptiste Daroussin
418da51a121SJohn Baldwin41582f28ddf7:
419da51a121SJohn Baldwin	FreeBSD 15.0 will not include support for 32-bit platforms.
420da51a121SJohn Baldwin	However, 64-bit systems will still be able to run older 32-bit
421da51a121SJohn Baldwin	binaries.
422da51a121SJohn Baldwin
423da51a121SJohn Baldwin	Support for executing 32-bit binaries on 64-bit platforms via
424da51a121SJohn Baldwin	COMPAT_FREEBSD32 will remain supported for at least the
425da51a121SJohn Baldwin	stable/15 and stable/16 branches.
426da51a121SJohn Baldwin
427da51a121SJohn Baldwin	Support for compiling individual 32-bit applications via
428da51a121SJohn Baldwin	`cc -m32` will also be supported for at least the stable/15
429da51a121SJohn Baldwin	branch which includes suitable headers in /usr/include and
430da51a121SJohn Baldwin	libraries in /usr/lib32.
431da51a121SJohn Baldwin
432da51a121SJohn Baldwin	Support for 32-bit platforms in ports for 15.0 and later
433da51a121SJohn Baldwin	releases is also deprecated, and these future releases may not
434da51a121SJohn Baldwin	include binary packages for 32-bit platforms or support for
435da51a121SJohn Baldwin	building 32-bit applications from ports.
436da51a121SJohn Baldwin
437da51a121SJohn Baldwin	stable/14 and earlier branches will retain existing 32-bit
438da51a121SJohn Baldwin	kernel and world support.  Ports will retain existing support
439768489c7SJohn Baldwin	for building ports and packages for 32-bit systems on stable/14
440da51a121SJohn Baldwin	and earlier branches as long as those branches are supported
441da51a121SJohn Baldwin	by the ports system.  However, all 32-bit platforms are Tier-2
442da51a121SJohn Baldwin	or Tier-3 and support for individual ports should be expected
443da51a121SJohn Baldwin	to degrade as upstreams deprecate 32-bit platforms.
444da51a121SJohn Baldwin
445da51a121SJohn Baldwin	With the current support schedule, stable/14 will be EOLed 5
446da51a121SJohn Baldwin	years after the release of 14.0.  The EOL of stable/14 would
447da51a121SJohn Baldwin	mark the end of support for 32-bit platforms including source
448da51a121SJohn Baldwin	releases, pre-built packages, and support for building
449da51a121SJohn Baldwin	applications from ports.  Given an estimated release date of
450da51a121SJohn Baldwin	October 2023 for 14.0, support for 32-bit platforms would end
451da51a121SJohn Baldwin	in October 2028.
452da51a121SJohn Baldwin
453da51a121SJohn Baldwin	The project may choose to alter this approach when 15.0 is
454da51a121SJohn Baldwin	released by extending some level of 32-bit support for one or
455da51a121SJohn Baldwin	more platforms in 15.0 or later.  Users should use the
456da51a121SJohn Baldwin	stable/14 branch to migrate off of 32-bit platforms.
457