]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - RELNOTES
scsi_cd: Improve TOC access validation
[FreeBSD/FreeBSD.git] / RELNOTES
1 Release notes for FreeBSD 14.0.
2
3 This file describes new user-visible features, changes and updates relevant to
4 users of binary FreeBSD releases.  Each entry should describe the change in no
5 more than several sentences and should reference manual pages where an
6 interested user can find more information.  Entries should wrap after 80
7 columns.  Each entry should begin with one or more commit IDs on one line,
8 specified as a comma separated list and/or range, followed by a colon and a
9 newline.  Entries should be separated by a newline.
10
11 Changes to this file should not be MFCed.
12
13 92b3e07229ba:
14         net.inet.tcp.nolocaltimewait enabled by default.  It prevents
15         creation of timewait entries for TCP connections that were
16         terminated locally.
17
18 d410b585b6f0:
19         sh(1) is now the default shell for the root user.
20
21 396851c20aeb:
22         libncursesw has been split into libtinfow and libncursesw, linker
23         scripts should make it transparent for consumers. pkg-config files
24         are also now installed to ease ports detecting the ncurses setup from
25         base.
26
27 a422084abbda:
28         LLVM's MemorySanitizer can now be used in amd64 kernels.  See the
29         kmsan(9) manual page for more information.
30
31 38da497a4dfc:
32         LLVM's AddressSanitizer can now be used in amd64 kernels.  See the
33         kasan(9) manual page for more information.
34
35 f39dd6a97844,23f24377b1a9,628bd30ab5a4:
36         One True Awk has been updated to the latest from upstream
37         (20210727). All the FreeBSD patches, but one, have now been
38         either up streamed or discarded.  Notable changes include:
39                 o Locale is no longer used for ranges
40                 o Various bugs fixed
41                 o Better compatibility with gawk and mawk
42
43         The one FreeBSD change, likely to be removed in FreeBSD 14, is that
44         we still allow hex numbers, prefixed with 0x, to be parsed and
45         interpreted as hex numbers while all other awks (including one
46         true awk now) interpret them as 0 in line with awk's historic
47         behavior.
48
49         A second change, less likely to be noticed, is the historic wart
50         if -Ft meaning to use hard tab characters as the field separator
51         is deprecated and will likely be removed in FreeBSD 14.
52
53 ee29e6f31111:
54         Commit ee29e6f31111 added a new sysctl called vfs.nfsd.srvmaxio
55         that can be used to increase the maximum I/O size for the NFS
56         server to any power of 2 up to 1Mbyte while the nfsd(8) is not running.
57         The FreeBSD NFS client can now be set to use a 1Mbyte I/O size
58         via the vfs.maxbcachebuf tunable and the Linux NFS client
59         can also do 1Mbyte I/O.
60         kern.ipc.maxsockbuf will need to be increased.  A console
61         message will suggest a setting for it.
62
63 d575e81fbcfa:
64         gconcat(8) has added support for appending devices to the device
65         not present at creation time.
66
67 76681661be28:
68         Remove support for asymmetric cryptographic operations from
69         the kernel open cryptographic framework (OCF).
70
71 a145cf3f73c7:
72         The NFSv4 client now uses the highest minor version of NFSv4
73         supported by the NFSv4 server by default instead of minor version 0,
74         for NFSv4 mounts.
75         The "minorversion" mount option may be used to override this default.