xref: /freebsd-src/RELNOTES (revision a9ffa9b3d4d00230a472148c5df7a37c927150cf)
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*a9ffa9b3SJohn Baldwinf87bb5967670, e51036fbf3f8:
14*a9ffa9b3SJohn Baldwin	Support for vinum volumes has been removed.
15*a9ffa9b3SJohn Baldwin
16e0b7a9b6SMark Johnston8ae6247aa966, cf0ede720391d, 205659c43d87bd, 1ccbdf561f417, 4db1b113b151:
17e0b7a9b6SMark Johnston	The layout of NFS file handles for the tarfs, tmpfs, cd9660, and ext2fs
18e0b7a9b6SMark Johnston	file systems has changed.  An NFS server that exports any of these file
19e0b7a9b6SMark Johnston	systems will need its clients to unmount and remount the exports.
20e0b7a9b6SMark Johnston
219a8e9b2aSRick Macklem07cd69e272da:
229a8e9b2aSRick Macklem	Add a new -a command line option to mountd(8).
239a8e9b2aSRick Macklem	If this command line option is specified, when
249a8e9b2aSRick Macklem	a line in exports(5) has the -alldirs export option,
259a8e9b2aSRick Macklem	the directory must be a server file system mount point.
269a8e9b2aSRick Macklem
27af66ffbfSRick Macklem0e8a36a2ab12:
28af66ffbfSRick Macklem	Add a new NFS mount option called "mountport" that may be used
29af66ffbfSRick Macklem	to specify the port# for the NFS server's Mount protocol.
30af66ffbfSRick Macklem	This permits a NFSv3 mount to be done without running rpcbind(8).
31af66ffbfSRick Macklem
32af1ef35aSJohn Baldwinb2f7c53430c3:
33af1ef35aSJohn Baldwin	Kernel TLS is now enabled by default in kernels including KTLS
34af1ef35aSJohn Baldwin	support.  KTLS is included in GENERIC kernels for aarch64,
35af1ef35aSJohn Baldwin	amd64, powerpc64, and powerpc64le.
36af1ef35aSJohn Baldwin
376e242595SChristos Margiolisf57efe95cc25:
386e242595SChristos Margiolis	New mididump(1) utility which dumps MIDI 1.0 events in real time.
396e242595SChristos Margiolis
400706fa37SBaptiste Daroussinddfc6f84f242:
410706fa37SBaptiste Daroussin	Update unicode to 16.0.0 and CLDR to 45.0.0.
420706fa37SBaptiste Daroussin
43e46c4de7SBaptiste Daroussinb22be3bbb2de:
44e46c4de7SBaptiste Daroussin	Basic Cloudinit images no longer generate RSA host keys by default for
45e46c4de7SBaptiste Daroussin	SSH.
46e46c4de7SBaptiste Daroussin
47fc2efd28SColin Percival000000000000:
48fc2efd28SColin Percival	RSA host keys for SSH are deprecated and will no longer be generated
49fc2efd28SColin Percival	by default in FreeBSD 16.
50fc2efd28SColin Percival
51279734beSColin Percival0aabcd75dbc2:
52279734beSColin Percival	EC2 AMIs no longer generate RSA host keys by default for SSH.  RSA
53279734beSColin Percival	host key generation can be re-enabled by setting sshd_rsa_enable="YES"
54279734beSColin Percival	in /etc/rc.conf if it is necessary to support very old SSH clients.
55279734beSColin Percival
56116dc70cSMark Johnstona1da7dc1cdad:
57116dc70cSMark Johnston	The SO_SPLICE socket option was added.  It allows TCP connections to
58116dc70cSMark Johnston	be spliced together, enabling proxy-like functionality without the
59116dc70cSMark Johnston	need to copy data in and out of user memory.
60116dc70cSMark Johnston
61c55e4971SJohn Baldwinfc12c191c087:
62c55e4971SJohn Baldwin	grep(1) no longer follows symbolic links by default for
63c55e4971SJohn Baldwin	recursive searches.  This matches the documented behavior in
64c55e4971SJohn Baldwin	the manual page.
65c55e4971SJohn Baldwin
6634d9de96SMark Johnstone962b37bf0ff:
6734d9de96SMark Johnston	When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
6834d9de96SMark Johnston	used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.
6934d9de96SMark Johnston	This is incompatible with some boot ROMs, particularly outdated builds
7034d9de96SMark Johnston	of edk2-bhyve.  To restore the old behavior, add
7134d9de96SMark Johnston	"pci.enable_bars='true'" to your bhyve configuration.
7234d9de96SMark Johnston
7334d9de96SMark Johnston	Note in particular that the uefi-edk2-bhyve package has been renamed
7434d9de96SMark Johnston	to edk2-bhyve.
7534d9de96SMark Johnston
7634d9de96SMark Johnston43caa2e805c2:
7734d9de96SMark Johnston	amd64 bhyve(8)'s "lpc.bootrom" and "lpc.bootvars" options are
7834d9de96SMark Johnston	deprecated.  Use the top-level "bootrom" and "bootvars" options
7934d9de96SMark Johnston	instead.
8034d9de96SMark Johnston
812e98b886SBaptiste Daroussin822ca3276345:
822e98b886SBaptiste Daroussin	byacc was updated to 20240109.
832e98b886SBaptiste Daroussin
842e98b886SBaptiste Daroussin21817992b331:
852e98b886SBaptiste Daroussin	ncurses was updated to 6.5.
862e98b886SBaptiste Daroussin
87cf9c4b32SAlexander Ziaee1687d77197c0:
88cf9c4b32SAlexander Ziaee	Filesystem manual pages have been moved to section four.
89cf9c4b32SAlexander Ziaee	Please check ports you are maintaining for crossreferences.
90cf9c4b32SAlexander Ziaee
91c180fd3dSBaptiste Daroussin8aac90f18aef:
92c180fd3dSBaptiste Daroussin	new MAC/do policy and mdo(1) utility which enables a user to
93c180fd3dSBaptiste Daroussin	become another user without the requirement of setuid root.
94c180fd3dSBaptiste Daroussin
955224825aSChristos Margiolis7398d1ece5cf:
965224825aSChristos Margiolis	hw.snd.version is removed.
975224825aSChristos Margiolis
986faf6567SJohn Baldwina15f7c96a276,a8089ea5aee5:
996faf6567SJohn Baldwin	NVMe over Fabrics controller.  The nvmft(4) kernel module adds
1006faf6567SJohn Baldwin	a new frontend to the CAM target layer which exports ctl(4)
1016faf6567SJohn Baldwin	LUNs as NVMe namespaces to remote hosts.  The nvmfd(8) daemon
1026faf6567SJohn Baldwin	is responsible for accepting incoming connection requests and
1036faf6567SJohn Baldwin	handing off connected queue pairs to nvmft(4).
1046faf6567SJohn Baldwin
1056faf6567SJohn Baldwina1eda74167b5,1058c12197ab:
1066faf6567SJohn Baldwin	NVMe over Fabrics host.  New commands added to nvmecontrol(8)
1076faf6567SJohn Baldwin	to establish connections to remote controllers.  Once
1086faf6567SJohn Baldwin	connections are established they are handed off to the nvmf(4)
1096faf6567SJohn Baldwin	kernel module which creates nvmeX devices and exports remote
1106faf6567SJohn Baldwin	namespaces as nda(4) disks.
1116faf6567SJohn Baldwin
112993d1fadSChristos Margiolis25723d66369f:
11325723d66SChristos Margiolis	As a side-effect of retiring the unit.* code in sound(4), the
11425723d66SChristos Margiolis	hw.snd.maxunit loader(8) tunable is also retired.
11554d6fea9SMateusz Piotrowski
11654d6fea9SMateusz Piotrowskieeb04a736cb9:
11754d6fea9SMateusz Piotrowski	date(1) now supports nanoseconds. For example:
11854d6fea9SMateusz Piotrowski	`date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and
11954d6fea9SMateusz Piotrowski	`date +%N` prints "415050400".
12054d6fea9SMateusz Piotrowski
121ca0620b7SMark Johnston6d5ce2bb6344:
122ca0620b7SMark Johnston	The default value of the nfs_reserved_port_only rc.conf(5) setting has
123ca0620b7SMark Johnston	changed.  The FreeBSD NFS server now requires the source port of
124ca0620b7SMark Johnston	requests to be in the privileged port range (i.e., <= 1023), which
125ca0620b7SMark Johnston	generally requires the client to have elevated privileges on their local
126ca0620b7SMark Johnston	system.  The previous behavior can be restored by setting
127ca0620b7SMark Johnston	nfs_reserved_port_only=NO in rc.conf.
128ca0620b7SMark Johnston
1291ff4bc0fSJake Freelandaea973501b19:
1301ff4bc0fSJake Freeland	ktrace(2) will now record detailed information about capability mode
1311ff4bc0fSJake Freeland	violations. The kdump(1) utility has been updated to display such
1321ff4bc0fSJake Freeland	information.
133ca0620b7SMark Johnston
1345b35479eSWarner Loshf32a6403d346:
1355b35479eSWarner Losh	One True Awk updated to 2nd Edition. See https://awk.dev for details
1365b35479eSWarner Losh	on the additions. Unicode and CSVs (Comma Separated Values) are now
1375b35479eSWarner Losh	supported.
1385b35479eSWarner Losh
1395a98d9d0SBaptiste Daroussinfe86d923f83f:
1405a98d9d0SBaptiste Daroussin	usbconfig(8) now reads the descriptions of the usb vendor and products
14173157ce4SBaptiste Daroussin	from usb.ids when available, similarly to what pciconf(8) does.
1425a98d9d0SBaptiste Daroussin
14330c741c6SMike Karels4347ef60501f:
14430c741c6SMike Karels	The powerd(8) utility is now enabled in /etc/rc.conf by default on
14530c741c6SMike Karels	images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files).
14630c741c6SMike Karels	This prevents the CPU clock from running slow all the time.
14730c741c6SMike Karels
148b9a60d36SAlexander Leidinger0b49e504a32d:
149b9a60d36SAlexander Leidinger	rc.d/jail now supports the legacy variable jail_${jailname}_zfs_dataset
150b9a60d36SAlexander Leidinger	to allow unmaintained jail managers like ezjail to make use of this
151b9a60d36SAlexander Leidinger	feature (simply rename jail_${jailname}_zfs_datasets in the ezjail
152b9a60d36SAlexander Leidinger	config to jail_${jailname}_zfs_dataset.
153b9a60d36SAlexander Leidinger
154b9a60d36SAlexander Leidingere0dfe185cbca:
155b9a60d36SAlexander Leidinger	jail(8) now support zfs.dataset to add a list of ZFS datasets to a
156b9a60d36SAlexander Leidinger        jail.
157b9a60d36SAlexander Leidinger
1582f036705SXin LI61174ad88e33:
1592f036705SXin LI	newsyslog(8) now supports specifying a global compression method directly
1602f036705SXin LI	at the beginning of the newsyslog.conf file, which will make newsyslog(8)
1612f036705SXin LI	to behave like the corresponding option was passed to the newly added
1622f036705SXin LI	'-c' option. For example:
1632f036705SXin LI
1642f036705SXin LI	<compress> none
1652f036705SXin LI
1662f036705SXin LI906748d208d3:
1672f036705SXin LI	newsyslog(8) now accepts a new option, '-c' which overrides all historical
1682f036705SXin LI	compression flags by treating their meaning as "treat the file as compressible"
1692f036705SXin LI	rather than "compress the file with that specific method."
1702f036705SXin LI
1712f036705SXin LI	The following choices are available:
1722f036705SXin LI	 * none: Do not compress, regardless of flag.
1732f036705SXin LI	 * legacy: Historical behavior (J=bzip2, X=xz, Y=zstd, Z=gzip).
1742f036705SXin LI	 * bzip2, xz, zstd, gzip: apply the specified compression method.
1752f036705SXin LI
1762f036705SXin LI	We plan to change the default to 'none' in FreeBSD 15.0.
1772f036705SXin LI
178208f089dSRick Macklem1a878807006c:
179208f089dSRick Macklem	This commit added some statistics collection to the NFS-over-TLS
180208f089dSRick Macklem	code in the NFS server so that sysadmins can moditor usage.
181208f089dSRick Macklem	The statistics are available via the kern.rpc.tls.* sysctls.
182208f089dSRick Macklem
183dac33a65SRick Macklem7c5146da1286:
184dac33a65SRick Macklem	Mountd has been modified to use strunvis(3) to decode directory
185dac33a65SRick Macklem	names in exports(5) file(s).  This allows special characters,
186dac33a65SRick Macklem	such as blanks, to be embedded in the directory name(s).
187dac33a65SRick Macklem	"vis -M" may be used to encode such directory name(s).
188dac33a65SRick Macklem
18933c2bd53SMark Johnstonc5359e2af5ab:
19033c2bd53SMark Johnston	bhyve(8) has a new network backend, "slirp", which makes use of the
19133c2bd53SMark Johnston	libslirp package to provide a userspace network stack.  This backend
19233c2bd53SMark Johnston	makes it possible to access the guest network from the host without
19333c2bd53SMark Johnston	requiring any extra network configuration on the host.
19433c2bd53SMark Johnston
195b351fa9dSChristos Margiolisbb830e346bd5:
196b351fa9dSChristos Margiolis	Set the IUTF8 flag by default in tty(4).
197b351fa9dSChristos Margiolis
198b351fa9dSChristos Margiolis	128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling
199b351fa9dSChristos Margiolis	in the tty(4) driver, which is enabled by setting the new IUTF8 flag
200b351fa9dSChristos Margiolis	through stty(1). Since the default locale is UTF-8, enable IUTF8 by
201b351fa9dSChristos Margiolis	default.
202b351fa9dSChristos Margiolis
203bb63e82eSBaptiste Daroussinff01d71e48d4:
204b627b3e6SBaptiste Daroussin	dialog(1) has been replaced by bsddialog(1)
205bb63e82eSBaptiste Daroussin
206da51a121SJohn Baldwin41582f28ddf7:
207da51a121SJohn Baldwin	FreeBSD 15.0 will not include support for 32-bit platforms.
208da51a121SJohn Baldwin	However, 64-bit systems will still be able to run older 32-bit
209da51a121SJohn Baldwin	binaries.
210da51a121SJohn Baldwin
211da51a121SJohn Baldwin	Support for executing 32-bit binaries on 64-bit platforms via
212da51a121SJohn Baldwin	COMPAT_FREEBSD32 will remain supported for at least the
213da51a121SJohn Baldwin	stable/15 and stable/16 branches.
214da51a121SJohn Baldwin
215da51a121SJohn Baldwin	Support for compiling individual 32-bit applications via
216da51a121SJohn Baldwin	`cc -m32` will also be supported for at least the stable/15
217da51a121SJohn Baldwin	branch which includes suitable headers in /usr/include and
218da51a121SJohn Baldwin	libraries in /usr/lib32.
219da51a121SJohn Baldwin
220da51a121SJohn Baldwin	Support for 32-bit platforms in ports for 15.0 and later
221da51a121SJohn Baldwin	releases is also deprecated, and these future releases may not
222da51a121SJohn Baldwin	include binary packages for 32-bit platforms or support for
223da51a121SJohn Baldwin	building 32-bit applications from ports.
224da51a121SJohn Baldwin
225da51a121SJohn Baldwin	stable/14 and earlier branches will retain existing 32-bit
226da51a121SJohn Baldwin	kernel and world support.  Ports will retain existing support
227768489c7SJohn Baldwin	for building ports and packages for 32-bit systems on stable/14
228da51a121SJohn Baldwin	and earlier branches as long as those branches are supported
229da51a121SJohn Baldwin	by the ports system.  However, all 32-bit platforms are Tier-2
230da51a121SJohn Baldwin	or Tier-3 and support for individual ports should be expected
231da51a121SJohn Baldwin	to degrade as upstreams deprecate 32-bit platforms.
232da51a121SJohn Baldwin
233da51a121SJohn Baldwin	With the current support schedule, stable/14 will be EOLed 5
234da51a121SJohn Baldwin	years after the release of 14.0.  The EOL of stable/14 would
235da51a121SJohn Baldwin	mark the end of support for 32-bit platforms including source
236da51a121SJohn Baldwin	releases, pre-built packages, and support for building
237da51a121SJohn Baldwin	applications from ports.  Given an estimated release date of
238da51a121SJohn Baldwin	October 2023 for 14.0, support for 32-bit platforms would end
239da51a121SJohn Baldwin	in October 2028.
240da51a121SJohn Baldwin
241da51a121SJohn Baldwin	The project may choose to alter this approach when 15.0 is
242da51a121SJohn Baldwin	released by extending some level of 32-bit support for one or
243da51a121SJohn Baldwin	more platforms in 15.0 or later.  Users should use the
244da51a121SJohn Baldwin	stable/14 branch to migrate off of 32-bit platforms.
245