xref: /freebsd/RELNOTES (revision ca0620b70750d4b5b03a7f03393acbe9600870c1)
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*ca0620b7SMark Johnston6d5ce2bb6344:
14*ca0620b7SMark Johnston	The default value of the nfs_reserved_port_only rc.conf(5) setting has
15*ca0620b7SMark Johnston	changed.  The FreeBSD NFS server now requires the source port of
16*ca0620b7SMark Johnston	requests to be in the privileged port range (i.e., <= 1023), which
17*ca0620b7SMark Johnston	generally requires the client to have elevated privileges on their local
18*ca0620b7SMark Johnston	system.  The previous behavior can be restored by setting
19*ca0620b7SMark Johnston	nfs_reserved_port_only=NO in rc.conf.
20*ca0620b7SMark Johnston
211ff4bc0fSJake Freelandaea973501b19:
221ff4bc0fSJake Freeland	ktrace(2) will now record detailed information about capability mode
231ff4bc0fSJake Freeland	violations. The kdump(1) utility has been updated to display such
241ff4bc0fSJake Freeland	information.
25*ca0620b7SMark Johnston
265b35479eSWarner Loshf32a6403d346:
275b35479eSWarner Losh	One True Awk updated to 2nd Edition. See https://awk.dev for details
285b35479eSWarner Losh	on the additions. Unicode and CSVs (Comma Separated Values) are now
295b35479eSWarner Losh	supported.
305b35479eSWarner Losh
315a98d9d0SBaptiste Daroussinfe86d923f83f:
325a98d9d0SBaptiste Daroussin	usbconfig(8) now reads the descriptions of the usb vendor and products
3373157ce4SBaptiste Daroussin	from usb.ids when available, similarly to what pciconf(8) does.
345a98d9d0SBaptiste Daroussin
3530c741c6SMike Karels4347ef60501f:
3630c741c6SMike Karels	The powerd(8) utility is now enabled in /etc/rc.conf by default on
3730c741c6SMike Karels	images for the arm64 Raspberry Pi's (arm64-aarch64-RPI img files).
3830c741c6SMike Karels	This prevents the CPU clock from running slow all the time.
3930c741c6SMike Karels
40b9a60d36SAlexander Leidinger0b49e504a32d:
41b9a60d36SAlexander Leidinger	rc.d/jail now supports the legacy variable jail_${jailname}_zfs_dataset
42b9a60d36SAlexander Leidinger	to allow unmaintained jail managers like ezjail to make use of this
43b9a60d36SAlexander Leidinger	feature (simply rename jail_${jailname}_zfs_datasets in the ezjail
44b9a60d36SAlexander Leidinger	config to jail_${jailname}_zfs_dataset.
45b9a60d36SAlexander Leidinger
46b9a60d36SAlexander Leidingere0dfe185cbca:
47b9a60d36SAlexander Leidinger	jail(8) now support zfs.dataset to add a list of ZFS datasets to a
48b9a60d36SAlexander Leidinger        jail.
49b9a60d36SAlexander Leidinger
502f036705SXin LI61174ad88e33:
512f036705SXin LI	newsyslog(8) now supports specifying a global compression method directly
522f036705SXin LI	at the beginning of the newsyslog.conf file, which will make newsyslog(8)
532f036705SXin LI	to behave like the corresponding option was passed to the newly added
542f036705SXin LI	'-c' option. For example:
552f036705SXin LI
562f036705SXin LI	<compress> none
572f036705SXin LI
582f036705SXin LI906748d208d3:
592f036705SXin LI	newsyslog(8) now accepts a new option, '-c' which overrides all historical
602f036705SXin LI	compression flags by treating their meaning as "treat the file as compressible"
612f036705SXin LI	rather than "compress the file with that specific method."
622f036705SXin LI
632f036705SXin LI	The following choices are available:
642f036705SXin LI	 * none: Do not compress, regardless of flag.
652f036705SXin LI	 * legacy: Historical behavior (J=bzip2, X=xz, Y=zstd, Z=gzip).
662f036705SXin LI	 * bzip2, xz, zstd, gzip: apply the specified compression method.
672f036705SXin LI
682f036705SXin LI	We plan to change the default to 'none' in FreeBSD 15.0.
692f036705SXin LI
70208f089dSRick Macklem1a878807006c:
71208f089dSRick Macklem	This commit added some statistics collection to the NFS-over-TLS
72208f089dSRick Macklem	code in the NFS server so that sysadmins can moditor usage.
73208f089dSRick Macklem	The statistics are available via the kern.rpc.tls.* sysctls.
74208f089dSRick Macklem
75dac33a65SRick Macklem7c5146da1286:
76dac33a65SRick Macklem	Mountd has been modified to use strunvis(3) to decode directory
77dac33a65SRick Macklem	names in exports(5) file(s).  This allows special characters,
78dac33a65SRick Macklem	such as blanks, to be embedded in the directory name(s).
79dac33a65SRick Macklem	"vis -M" may be used to encode such directory name(s).
80dac33a65SRick Macklem
8133c2bd53SMark Johnstonc5359e2af5ab:
8233c2bd53SMark Johnston	bhyve(8) has a new network backend, "slirp", which makes use of the
8333c2bd53SMark Johnston	libslirp package to provide a userspace network stack.  This backend
8433c2bd53SMark Johnston	makes it possible to access the guest network from the host without
8533c2bd53SMark Johnston	requiring any extra network configuration on the host.
8633c2bd53SMark Johnston
87b351fa9dSChristos Margiolisbb830e346bd5:
88b351fa9dSChristos Margiolis	Set the IUTF8 flag by default in tty(4).
89b351fa9dSChristos Margiolis
90b351fa9dSChristos Margiolis	128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling
91b351fa9dSChristos Margiolis	in the tty(4) driver, which is enabled by setting the new IUTF8 flag
92b351fa9dSChristos Margiolis	through stty(1). Since the default locale is UTF-8, enable IUTF8 by
93b351fa9dSChristos Margiolis	default.
94b351fa9dSChristos Margiolis
95bb63e82eSBaptiste Daroussinff01d71e48d4:
96b627b3e6SBaptiste Daroussin	dialog(1) has been replaced by bsddialog(1)
97bb63e82eSBaptiste Daroussin
98da51a121SJohn Baldwin41582f28ddf7:
99da51a121SJohn Baldwin	FreeBSD 15.0 will not include support for 32-bit platforms.
100da51a121SJohn Baldwin	However, 64-bit systems will still be able to run older 32-bit
101da51a121SJohn Baldwin	binaries.
102da51a121SJohn Baldwin
103da51a121SJohn Baldwin	Support for executing 32-bit binaries on 64-bit platforms via
104da51a121SJohn Baldwin	COMPAT_FREEBSD32 will remain supported for at least the
105da51a121SJohn Baldwin	stable/15 and stable/16 branches.
106da51a121SJohn Baldwin
107da51a121SJohn Baldwin	Support for compiling individual 32-bit applications via
108da51a121SJohn Baldwin	`cc -m32` will also be supported for at least the stable/15
109da51a121SJohn Baldwin	branch which includes suitable headers in /usr/include and
110da51a121SJohn Baldwin	libraries in /usr/lib32.
111da51a121SJohn Baldwin
112da51a121SJohn Baldwin	Support for 32-bit platforms in ports for 15.0 and later
113da51a121SJohn Baldwin	releases is also deprecated, and these future releases may not
114da51a121SJohn Baldwin	include binary packages for 32-bit platforms or support for
115da51a121SJohn Baldwin	building 32-bit applications from ports.
116da51a121SJohn Baldwin
117da51a121SJohn Baldwin	stable/14 and earlier branches will retain existing 32-bit
118da51a121SJohn Baldwin	kernel and world support.  Ports will retain existing support
119768489c7SJohn Baldwin	for building ports and packages for 32-bit systems on stable/14
120da51a121SJohn Baldwin	and earlier branches as long as those branches are supported
121da51a121SJohn Baldwin	by the ports system.  However, all 32-bit platforms are Tier-2
122da51a121SJohn Baldwin	or Tier-3 and support for individual ports should be expected
123da51a121SJohn Baldwin	to degrade as upstreams deprecate 32-bit platforms.
124da51a121SJohn Baldwin
125da51a121SJohn Baldwin	With the current support schedule, stable/14 will be EOLed 5
126da51a121SJohn Baldwin	years after the release of 14.0.  The EOL of stable/14 would
127da51a121SJohn Baldwin	mark the end of support for 32-bit platforms including source
128da51a121SJohn Baldwin	releases, pre-built packages, and support for building
129da51a121SJohn Baldwin	applications from ports.  Given an estimated release date of
130da51a121SJohn Baldwin	October 2023 for 14.0, support for 32-bit platforms would end
131da51a121SJohn Baldwin	in October 2028.
132da51a121SJohn Baldwin
133da51a121SJohn Baldwin	The project may choose to alter this approach when 15.0 is
134da51a121SJohn Baldwin	released by extending some level of 32-bit support for one or
135da51a121SJohn Baldwin	more platforms in 15.0 or later.  Users should use the
136da51a121SJohn Baldwin	stable/14 branch to migrate off of 32-bit platforms.
137