xref: /freebsd/RELNOTES (revision f16281460a59693bfaf03934380d2e163fbb6bcf)
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*f1628146SEd Maste86edb11e7491:
14*f1628146SEd Maste	llvm-objump is now always installed as objdump.
15*f1628146SEd Maste
16882fc6daSBaptiste Daroussin616f32ea6da7:
17882fc6daSBaptiste Daroussin	mta_start_script along with othermta rc.d script has been retired.
18882fc6daSBaptiste Daroussin
194d184bd4SBaptiste Daroussina67b925ff3e5:
204d184bd4SBaptiste Daroussin	The default mail transport agent is now dma(8) replacing sendmail.
214d184bd4SBaptiste Daroussin
223c62f0f6SKristof Provost22893e584032:
233c62f0f6SKristof Provost	L3 filtering on if_bridge will do surprising things which aren't
243c62f0f6SKristof Provost	fail-safe, so net.link.bridge.pfil_member and
253c62f0f6SKristof Provost	net.link.bridge.pfil_bridge now default to zero.
263c62f0f6SKristof Provost
272e5699fbSMark Johnstonf0bc4ed144fc:
282e5699fbSMark Johnston	A new DTrace provider, kinst, is introduced and documented in
292e5699fbSMark Johnston	dtrace_kinst(4).  The provider allows kernel instructions to be traced,
302e5699fbSMark Johnston	similar to the FBT (function boundary tracing) provider except that all
312e5699fbSMark Johnston	instructions may be probed instead of logical entry and return
322e5699fbSMark Johnston	instructions.  The provider is currently amd64-only.
332e5699fbSMark Johnston
349bbed3f6SBrooks Davis0eea46fb1f83:
359bbed3f6SBrooks Davis	Removed telnetd.
369bbed3f6SBrooks Davis
37e7d9290fSRick Macklem981ef32230b2,33721eb991d8:
38e7d9290fSRick Macklem	These commits make the use of NFSv4.1/4.2 mounts with the "intr"
39e7d9290fSRick Macklem	mount option fairly usable, although not 100% correct, so long as
40e7d9290fSRick Macklem	the "nolockd" mount option is used as well.  See the mount_nfs(8)
41e7d9290fSRick Macklem	manual page for more information.
42e7d9290fSRick Macklem
4385c11f80SRick Macklemb875d4f5ddcb,0685c73cfe88:
4485c11f80SRick Macklem	The NFSv4.1/4.2 client and server will now generate console messages
4585c11f80SRick Macklem	if sessions are broken, suggesting that users check to ensure
4685c11f80SRick Macklem	that the /etc/hostid strings are unique for all NFSv4.1/4.2 clients.
4785c11f80SRick Macklem
48c39eecd8SMark Johnston240afd8c1fcc:
49c39eecd8SMark Johnston	makefs(8) has ZFS support; it can create a ZFS pool, backed by a
50c39eecd8SMark Johnston	single disk vdev, containing one or more datasets populated from
51c39eecd8SMark Johnston	the staging directory.
52c39eecd8SMark Johnston
534cb0d41cSMark Johnston78ee8d1c4cda,f4f56ff43dbd:
544cb0d41cSMark Johnston	The in-tree qat(4) driver has been replaced with Intel's QAT driver.
554cb0d41cSMark Johnston	The new version provides additional interfaces to the chipset's
564cb0d41cSMark Johnston	cryptographic and compression offload functionality.
574cb0d41cSMark Johnston
584cb0d41cSMark Johnston	This will have no visible change for most users; however, the new
594cb0d41cSMark Johnston	driver does not support Atom C2000 chipsets.  To preserve support for
604cb0d41cSMark Johnston	those chipsets, the old driver has been renamed to qat_c2xxx and kept
614cb0d41cSMark Johnston	in the tree.  Users of qat(4) on C2000 hardware will thus need to
624cb0d41cSMark Johnston	ensure that qat_c2xxx(4) is loaded instead of qat(4).
634cb0d41cSMark Johnston
64c71a534eSMateusz Piotrowskida5b7e90e740,5a8fceb3bd9f,7b0a665d72c0,13ec1e3155c7,318d0db5fe8a,1ae2c59bcf21:
65c71a534eSMateusz Piotrowski	Boottrace is a new kernel-userspace interface for capturing trace
66c71a534eSMateusz Piotrowski	events during system boot and shutdown. Event annotations are
67c71a534eSMateusz Piotrowski	present in:
68c71a534eSMateusz Piotrowski
69c71a534eSMateusz Piotrowski	- The boot and shutdown paths in the kernel
70c71a534eSMateusz Piotrowski	- Some key system utilities (init(8), shutdown(8), reboot(8))
71c71a534eSMateusz Piotrowski	- rc(8) scripts (via boottrace(8))
72c71a534eSMateusz Piotrowski
73c71a534eSMateusz Piotrowski	In contrast to other existing boot-time tracing facilities like TSLOG,
74c71a534eSMateusz Piotrowski	Boottrace focuses on the ease of use and is aimed primarily at system
75c71a534eSMateusz Piotrowski	administrators.
76c71a534eSMateusz Piotrowski
77c71a534eSMateusz Piotrowski	It is available in the default GENERIC kernel and can be enabled by
78c71a534eSMateusz Piotrowski	toggling a single sysctl(8) variable.
79c71a534eSMateusz Piotrowski
80c71a534eSMateusz Piotrowski	See boottrace(4) for more details.
81c71a534eSMateusz Piotrowski
82253ecb38SJohn Baldwin05a1d0f5d7ac:
83253ecb38SJohn Baldwin	Kernel TLS offload now supports receive-side offload of TLS 1.3.
84253ecb38SJohn Baldwin
8576fe9df7SKristof Provost19dc64451179:
8676fe9df7SKristof Provost	if_stf now supports 6rd (RFC5969).
8776fe9df7SKristof Provost
88e383c423SCy Schubertc1d255d3ffdb, 3968b47cd974, bd452dcbede6:
89e383c423SCy Schubert	Add WiFi 6 support to wpa.
90e383c423SCy Schubert
9122b1cbecSCy Schubertba48d52ca6c8,4ac3d08a9693,2533eca1c2b9:
9222b1cbecSCy Schubert	The default bell tone is now 800Hz. It may be set with kbdcontrol
9322b1cbecSCy Schubert	again. There's devd integration for people wishing to use their sound
9422b1cbecSCy Schubert	cards for the beep.
95aa80581cSWarner Losh
96b788a226SGleb Smirnoff92b3e07229ba:
97b788a226SGleb Smirnoff	net.inet.tcp.nolocaltimewait enabled by default.  It prevents
98b788a226SGleb Smirnoff	creation of timewait entries for TCP connections that were
99b788a226SGleb Smirnoff	terminated locally.
100b788a226SGleb Smirnoff
101cfd8fda1SElliott Mitchelld410b585b6f0:
1021fca3dcaSBaptiste Daroussin	sh(1) is now the default shell for the root user.
1031fca3dcaSBaptiste Daroussin
104cfd8fda1SElliott Mitchell396851c20aeb:
1055aeb2600SBaptiste Daroussin	libncursesw has been split into libtinfow and libncursesw, linker
1065aeb2600SBaptiste Daroussin	scripts should make it transparent for consumers. pkg-config files
1075aeb2600SBaptiste Daroussin	are also now installed to ease ports detecting the ncurses setup from
1085aeb2600SBaptiste Daroussin	base.
1095aeb2600SBaptiste Daroussin
110cfd8fda1SElliott Mitchella422084abbda:
11105eba8e0SMark Johnston	LLVM's MemorySanitizer can now be used in amd64 kernels.  See the
11205eba8e0SMark Johnston	kmsan(9) manual page for more information.
11305eba8e0SMark Johnston
11405eba8e0SMark Johnston38da497a4dfc:
11505eba8e0SMark Johnston	LLVM's AddressSanitizer can now be used in amd64 kernels.  See the
11605eba8e0SMark Johnston	kasan(9) manual page for more information.
11705eba8e0SMark Johnston
118818edf67SWarner Loshf39dd6a97844,23f24377b1a9,628bd30ab5a4:
11959b83c47SWarner Losh	One True Awk has been updated to the latest from upstream
120818edf67SWarner Losh	(20210727). All the FreeBSD patches, but one, have now been
12159b83c47SWarner Losh	either up streamed or discarded.  Notable changes include:
12259b83c47SWarner Losh		o Locale is no longer used for ranges
12359b83c47SWarner Losh		o Various bugs fixed
12459b83c47SWarner Losh		o Better compatibility with gawk and mawk
12559b83c47SWarner Losh
12659b83c47SWarner Losh	The one FreeBSD change, likely to be removed in FreeBSD 14, is that
12759b83c47SWarner Losh	we still allow hex numbers, prefixed with 0x, to be parsed and
12859b83c47SWarner Losh	interpreted as hex numbers while all other awks (including one
12959b83c47SWarner Losh	true awk now) interpret them as 0 in line with awk's historic
13059b83c47SWarner Losh	behavior.
13159b83c47SWarner Losh
132818edf67SWarner Losh	A second change, less likely to be noticed, is the historic wart
133818edf67SWarner Losh	if -Ft meaning to use hard tab characters as the field separator
134818edf67SWarner Losh	is deprecated and will likely be removed in FreeBSD 14.
135818edf67SWarner Losh
136cda1f88dSWarner Loshee29e6f31111:
137be7c6470SRick Macklem	Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio
138be7c6470SRick Macklem	that can be used to increase the maximum I/O size for the NFS
139be7c6470SRick Macklem	server to any power of 2 up to 1Mbyte while the nfsd(8) is not running.
140be7c6470SRick Macklem	The FreeBSD NFS client can now be set to use a 1Mbyte I/O size
141be7c6470SRick Macklem	via the vfs.maxbcachebuf tunable and the Linux NFS client
142be7c6470SRick Macklem	can also do 1Mbyte I/O.
143be7c6470SRick Macklem	kern.ipc.maxsockbuf will need to be increased.  A console
144be7c6470SRick Macklem	message will suggest a setting for it.
145be7c6470SRick Macklem
146cda1f88dSWarner Loshd575e81fbcfa:
147df4e9787SWarner Losh	gconcat(8) has added support for appending devices to the device
148df4e9787SWarner Losh	not present at creation time.
149dd3fd6b8SWarner Losh
150cda1f88dSWarner Losh76681661be28:
1511f64f32aSJohn Baldwin	Remove support for asymmetric cryptographic operations from
15206cdfe2dSJohn Baldwin	the kernel open cryptographic framework (OCF).
153b49ba74dSRick Macklem
154cda1f88dSWarner Losha145cf3f73c7:
155b49ba74dSRick Macklem	The NFSv4 client now uses the highest minor version of NFSv4
156b49ba74dSRick Macklem	supported by the NFSv4 server by default instead of minor version 0,
157b49ba74dSRick Macklem	for NFSv4 mounts.
158b49ba74dSRick Macklem	The "minorversion" mount option may be used to override this default.
159