xref: /freebsd/RELNOTES (revision e7d9290fc2b6ce896a5a410159bb6b09a3678ae8)
1a53ce3fcSGlen BarberRelease notes for FreeBSD 14.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*e7d9290fSRick Macklem981ef32230b2,33721eb991d8:
14*e7d9290fSRick Macklem	These commits make the use of NFSv4.1/4.2 mounts with the "intr"
15*e7d9290fSRick Macklem	mount option fairly usable, although not 100% correct, so long as
16*e7d9290fSRick Macklem	the "nolockd" mount option is used as well.  See the mount_nfs(8)
17*e7d9290fSRick Macklem	manual page for more information.
18*e7d9290fSRick Macklem
1985c11f80SRick Macklemb875d4f5ddcb,0685c73cfe88:
2085c11f80SRick Macklem	The NFSv4.1/4.2 client and server will now generate console messages
2185c11f80SRick Macklem	if sessions are broken, suggesting that users check to ensure
2285c11f80SRick Macklem	that the /etc/hostid strings are unique for all NFSv4.1/4.2 clients.
2385c11f80SRick Macklem
24c39eecd8SMark Johnston240afd8c1fcc:
25c39eecd8SMark Johnston	makefs(8) has ZFS support; it can create a ZFS pool, backed by a
26c39eecd8SMark Johnston	single disk vdev, containing one or more datasets populated from
27c39eecd8SMark Johnston	the staging directory.
28c39eecd8SMark Johnston
294cb0d41cSMark Johnston78ee8d1c4cda,f4f56ff43dbd:
304cb0d41cSMark Johnston	The in-tree qat(4) driver has been replaced with Intel's QAT driver.
314cb0d41cSMark Johnston	The new version provides additional interfaces to the chipset's
324cb0d41cSMark Johnston	cryptographic and compression offload functionality.
334cb0d41cSMark Johnston
344cb0d41cSMark Johnston	This will have no visible change for most users; however, the new
354cb0d41cSMark Johnston	driver does not support Atom C2000 chipsets.  To preserve support for
364cb0d41cSMark Johnston	those chipsets, the old driver has been renamed to qat_c2xxx and kept
374cb0d41cSMark Johnston	in the tree.  Users of qat(4) on C2000 hardware will thus need to
384cb0d41cSMark Johnston	ensure that qat_c2xxx(4) is loaded instead of qat(4).
394cb0d41cSMark Johnston
40c71a534eSMateusz Piotrowskida5b7e90e740,5a8fceb3bd9f,7b0a665d72c0,13ec1e3155c7,318d0db5fe8a,1ae2c59bcf21:
41c71a534eSMateusz Piotrowski	Boottrace is a new kernel-userspace interface for capturing trace
42c71a534eSMateusz Piotrowski	events during system boot and shutdown. Event annotations are
43c71a534eSMateusz Piotrowski	present in:
44c71a534eSMateusz Piotrowski
45c71a534eSMateusz Piotrowski	- The boot and shutdown paths in the kernel
46c71a534eSMateusz Piotrowski	- Some key system utilities (init(8), shutdown(8), reboot(8))
47c71a534eSMateusz Piotrowski	- rc(8) scripts (via boottrace(8))
48c71a534eSMateusz Piotrowski
49c71a534eSMateusz Piotrowski	In contrast to other existing boot-time tracing facilities like TSLOG,
50c71a534eSMateusz Piotrowski	Boottrace focuses on the ease of use and is aimed primarily at system
51c71a534eSMateusz Piotrowski	administrators.
52c71a534eSMateusz Piotrowski
53c71a534eSMateusz Piotrowski	It is available in the default GENERIC kernel and can be enabled by
54c71a534eSMateusz Piotrowski	toggling a single sysctl(8) variable.
55c71a534eSMateusz Piotrowski
56c71a534eSMateusz Piotrowski	See boottrace(4) for more details.
57c71a534eSMateusz Piotrowski
58253ecb38SJohn Baldwin05a1d0f5d7ac:
59253ecb38SJohn Baldwin	Kernel TLS offload now supports receive-side offload of TLS 1.3.
60253ecb38SJohn Baldwin
6176fe9df7SKristof Provost19dc64451179:
6276fe9df7SKristof Provost	if_stf now supports 6rd (RFC5969).
6376fe9df7SKristof Provost
64e383c423SCy Schubertc1d255d3ffdb, 3968b47cd974, bd452dcbede6:
65e383c423SCy Schubert	Add WiFi 6 support to wpa.
66e383c423SCy Schubert
6722b1cbecSCy Schubertba48d52ca6c8,4ac3d08a9693,2533eca1c2b9:
6822b1cbecSCy Schubert	The default bell tone is now 800Hz. It may be set with kbdcontrol
6922b1cbecSCy Schubert	again. There's devd integration for people wishing to use their sound
7022b1cbecSCy Schubert	cards for the beep.
71aa80581cSWarner Losh
72b788a226SGleb Smirnoff92b3e07229ba:
73b788a226SGleb Smirnoff	net.inet.tcp.nolocaltimewait enabled by default.  It prevents
74b788a226SGleb Smirnoff	creation of timewait entries for TCP connections that were
75b788a226SGleb Smirnoff	terminated locally.
76b788a226SGleb Smirnoff
77cfd8fda1SElliott Mitchelld410b585b6f0:
781fca3dcaSBaptiste Daroussin	sh(1) is now the default shell for the root user.
791fca3dcaSBaptiste Daroussin
80cfd8fda1SElliott Mitchell396851c20aeb:
815aeb2600SBaptiste Daroussin	libncursesw has been split into libtinfow and libncursesw, linker
825aeb2600SBaptiste Daroussin	scripts should make it transparent for consumers. pkg-config files
835aeb2600SBaptiste Daroussin	are also now installed to ease ports detecting the ncurses setup from
845aeb2600SBaptiste Daroussin	base.
855aeb2600SBaptiste Daroussin
86cfd8fda1SElliott Mitchella422084abbda:
8705eba8e0SMark Johnston	LLVM's MemorySanitizer can now be used in amd64 kernels.  See the
8805eba8e0SMark Johnston	kmsan(9) manual page for more information.
8905eba8e0SMark Johnston
9005eba8e0SMark Johnston38da497a4dfc:
9105eba8e0SMark Johnston	LLVM's AddressSanitizer can now be used in amd64 kernels.  See the
9205eba8e0SMark Johnston	kasan(9) manual page for more information.
9305eba8e0SMark Johnston
94818edf67SWarner Loshf39dd6a97844,23f24377b1a9,628bd30ab5a4:
9559b83c47SWarner Losh	One True Awk has been updated to the latest from upstream
96818edf67SWarner Losh	(20210727). All the FreeBSD patches, but one, have now been
9759b83c47SWarner Losh	either up streamed or discarded.  Notable changes include:
9859b83c47SWarner Losh		o Locale is no longer used for ranges
9959b83c47SWarner Losh		o Various bugs fixed
10059b83c47SWarner Losh		o Better compatibility with gawk and mawk
10159b83c47SWarner Losh
10259b83c47SWarner Losh	The one FreeBSD change, likely to be removed in FreeBSD 14, is that
10359b83c47SWarner Losh	we still allow hex numbers, prefixed with 0x, to be parsed and
10459b83c47SWarner Losh	interpreted as hex numbers while all other awks (including one
10559b83c47SWarner Losh	true awk now) interpret them as 0 in line with awk's historic
10659b83c47SWarner Losh	behavior.
10759b83c47SWarner Losh
108818edf67SWarner Losh	A second change, less likely to be noticed, is the historic wart
109818edf67SWarner Losh	if -Ft meaning to use hard tab characters as the field separator
110818edf67SWarner Losh	is deprecated and will likely be removed in FreeBSD 14.
111818edf67SWarner Losh
112cda1f88dSWarner Loshee29e6f31111:
113be7c6470SRick Macklem	Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio
114be7c6470SRick Macklem	that can be used to increase the maximum I/O size for the NFS
115be7c6470SRick Macklem	server to any power of 2 up to 1Mbyte while the nfsd(8) is not running.
116be7c6470SRick Macklem	The FreeBSD NFS client can now be set to use a 1Mbyte I/O size
117be7c6470SRick Macklem	via the vfs.maxbcachebuf tunable and the Linux NFS client
118be7c6470SRick Macklem	can also do 1Mbyte I/O.
119be7c6470SRick Macklem	kern.ipc.maxsockbuf will need to be increased.  A console
120be7c6470SRick Macklem	message will suggest a setting for it.
121be7c6470SRick Macklem
122cda1f88dSWarner Loshd575e81fbcfa:
123df4e9787SWarner Losh	gconcat(8) has added support for appending devices to the device
124df4e9787SWarner Losh	not present at creation time.
125dd3fd6b8SWarner Losh
126cda1f88dSWarner Losh76681661be28:
1271f64f32aSJohn Baldwin	Remove support for asymmetric cryptographic operations from
12806cdfe2dSJohn Baldwin	the kernel open cryptographic framework (OCF).
129b49ba74dSRick Macklem
130cda1f88dSWarner Losha145cf3f73c7:
131b49ba74dSRick Macklem	The NFSv4 client now uses the highest minor version of NFSv4
132b49ba74dSRick Macklem	supported by the NFSv4 server by default instead of minor version 0,
133b49ba74dSRick Macklem	for NFSv4 mounts.
134b49ba74dSRick Macklem	The "minorversion" mount option may be used to override this default.
135