2023-07-21 05:16:20 +03:00
|
|
|
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2982 $>
|
2008-08-27 15:25:59 +04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# [Note: This file does not mention every change made to the NetBSD source tree.
|
|
|
|
# For an exhaustive list, please subscribe to the `source-changes' mailing list,
|
|
|
|
# or see the mailing list archives. For more information, send a message
|
|
|
|
# containing just the word `help' to `majordomo@NetBSD.org'.]
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
|
|
|
|
#
|
|
|
|
# theme: Content ...
|
|
|
|
# more content ...
|
|
|
|
# more content. [developer DATE-FORMAT]
|
|
|
|
#
|
|
|
|
# That's it, one tab to start an item, and two tabs to indent the content.
|
|
|
|
# Also please start the content with a capital and end it with a dot.
|
|
|
|
#
|
|
|
|
# This is very important for the www scripts, otherwise it won't be able to
|
|
|
|
# parse the file and the HTML output will be mangled.
|
2008-09-01 20:04:57 +04:00
|
|
|
#
|
|
|
|
# See htutils/changes/changes2html script for more details.
|
|
|
|
#
|
2008-08-27 15:25:59 +04:00
|
|
|
# ----------------------------------------------------------------------------
|
2008-02-25 19:39:34 +03:00
|
|
|
|
2022-12-16 20:35:42 +03:00
|
|
|
Changes from NetBSD 10.0 to NetBSD 11.0:
|
2023-01-12 14:36:59 +03:00
|
|
|
amdsmn(4): added trivial power management support [reinoud 20221218]
|
|
|
|
amdccp(4): added trivial power management support [reinoud 20221218]
|
|
|
|
libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
|
2023-01-12 15:05:15 +03:00
|
|
|
libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
|
2023-01-12 14:36:59 +03:00
|
|
|
ppp(4): Remove several non-functioning ioctls. [chs 20221221]
|
2023-01-12 15:05:15 +03:00
|
|
|
libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
|
2022-12-22 14:10:52 +03:00
|
|
|
dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
|
2023-05-11 21:03:51 +03:00
|
|
|
binutils: Updated to FSF binutils 2.39. [christos 20221224]
|
2023-01-12 14:36:59 +03:00
|
|
|
sdhc(4): Add quirk for some Intel eMMC devices (like
|
|
|
|
GIGABYTE MA10-ST0) to allow the driver to attach
|
|
|
|
successfully. [msaitoh 20230105]
|
|
|
|
cribbage(6): Add -y option to keep playing without asking
|
|
|
|
(from Greywolf in PR 57164) [christos 20230106]
|
|
|
|
x86: Enable the -z separate-code security feature by default in
|
|
|
|
ld(1). Reduces the default max page size from 2M to
|
|
|
|
4K on amd64. [christos 20230106]
|
2023-01-26 00:45:37 +03:00
|
|
|
bind: Import version 9.16.37. [christos 20230125]
|
2023-02-04 19:35:31 +03:00
|
|
|
xfwp(1): remove. [wiz 20230204]
|
2023-03-06 16:15:15 +03:00
|
|
|
wscons(4): Ignore nonsense tab stops in vt100 emulation.
|
|
|
|
[riastradh 20230223]
|
|
|
|
nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular,
|
|
|
|
prohibit PKE, Protection Key Enable, which requires
|
|
|
|
some additional management of CPU state by nvmm.
|
|
|
|
[riastradh 20230223]
|
|
|
|
ftp(1): Add option sslnoverify to control validation of SSL
|
|
|
|
certificates. Certificate validation is now enabled
|
|
|
|
by default. [mlelstv 20230225]
|
|
|
|
ftp(1): Add netrc processing to fetch-mode (URL on command line) to
|
|
|
|
enable options and autologin via netrc. [mlelstv 20230225]
|
|
|
|
aarch64: Audit use of curcpu(9). [riastradh 20230225]
|
|
|
|
xen: Memory barrier audit. Reduce unnecessary membars.
|
|
|
|
[riastradh 20230225]
|
|
|
|
x86: Mitigate MXCSR Configuration Dependent Timing CPU security
|
|
|
|
flaw in kernel FPU use. [riastradh 20230225]
|
|
|
|
kernel: Optimization: Omit needless membar when triggering softint
|
|
|
|
in various ports. [riastradh 20230301]
|
|
|
|
sh(1): Adjust tilde expansion to comply with upcoming POSIX
|
|
|
|
Issue 8 requirements. [kre 20230306]
|
2023-04-17 13:27:37 +03:00
|
|
|
libm: Add more long double transcendental functions (as aliases of
|
|
|
|
double functions) from C99. [riastradh 20230313]
|
2023-03-23 19:44:03 +03:00
|
|
|
tzdata: updated to 2023a (using the 2023agtz fork) [kre 20230323]
|
2023-03-24 15:43:33 +03:00
|
|
|
tzdata: updated to 2023b (using the 2023bgtz fork) [kre 20230324]
|
2023-04-17 13:27:37 +03:00
|
|
|
xen: Allow a PVH dom0 to use VGA as console. [bouyer 20230324]
|
|
|
|
vioscsi(4), viornd(4), viomb(4): Mark VirtIO drivers as MPSAFE.
|
|
|
|
[mlelstv 20230325]
|
|
|
|
amiga: Fix bootblocks for Kickstart 3.2. [abs 20230325]
|
|
|
|
libc: Add __atomic_is_lock_free to help stdatomic.h usage with
|
|
|
|
GCC. [riastradh 20230330]
|
2023-03-31 22:10:11 +03:00
|
|
|
tzdata: updated to 2023c (using the 2023cgtz fork) [kre 20230331]
|
2023-04-17 13:27:37 +03:00
|
|
|
tprof(8): Add Intel Comet Lake support. [msaitoh 20230410]
|
|
|
|
vacation(1): Check 'Auto-Submitted:' header in addition to
|
|
|
|
'Precedence:', and set 'Precedence:' in addition to
|
|
|
|
'Auto-Submitted:'. [hauke 20230411]
|
|
|
|
ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.
|
|
|
|
[riastradh 20230412]
|
|
|
|
audiorecord(1): Add support for recording 24-bit wav files.
|
|
|
|
[mlelstv 20230415]
|
2023-04-16 23:46:16 +03:00
|
|
|
lua: Import version 5.4.4.
|
|
|
|
Bumped shlib major because of incompatible API/ABI changes.
|
|
|
|
[nikita 20230416]
|
2023-05-08 21:39:36 +03:00
|
|
|
evbarm: Install a boot.cfg file for the EFI bootloader by default.
|
|
|
|
[brook 20230419]
|
2023-04-21 20:00:05 +03:00
|
|
|
dhcpcd: Import version 10.0.1. [roy 20230421]
|
2023-05-08 21:39:36 +03:00
|
|
|
evbarm: Enable rkv1crypto driver on Rock64. [mrg 20230424]
|
|
|
|
worms(6): Add a little bit of optional colour, code and
|
|
|
|
ideas from RVP. [kre 20230426]
|
|
|
|
amiga: Add driver for the MNT ZZ9000 Zorro board - submitted by
|
|
|
|
Alain Runa. [phx 20230503]
|
|
|
|
evbarm: Experimental IMX6SX support - tested on the UDOO Neo Full board.
|
|
|
|
[bouyer 20230504]
|
|
|
|
chown(8): Add a -d flag to avoid changing a file's owner/group to the
|
|
|
|
current value. This avoids some unnecessary operations on the
|
|
|
|
file. [pgoyette 20230504]
|
2023-05-07 21:15:38 +03:00
|
|
|
ftp(1): Add timeout for SSL connection setup, defaulting to 60 seconds.
|
|
|
|
[lukem 20230505]
|
2023-05-08 21:39:36 +03:00
|
|
|
riscv: Add RISC-V support that works on QEMU with a single hart.
|
|
|
|
[skrll 20230507]
|
|
|
|
riscv: Add Google Goldfish RTC driver. [skrll 20230508]
|
2023-06-06 10:49:06 +03:00
|
|
|
openssl(1): Imported 3.0.8. [christos 20230510]
|
|
|
|
make(1): Make :mtime operate on each word in variable
|
|
|
|
value. [sjg 20230510]
|
|
|
|
worms(6): When using -H, make the appearance of the worm head
|
|
|
|
depend upon the body (more than it did before). [kre 20230512]
|
|
|
|
mips: Bump the maximum text size for binaries from 64MB
|
|
|
|
to 128MB. [he 20230514]
|
|
|
|
amiga: Update loadbsd source and distribution binary to version 3.3.
|
|
|
|
[phx 20230514]
|
|
|
|
i386: Add /dev/efi device. [riastradh 20230522]
|
|
|
|
efi(4): Add EFIIOC_GET_TABLE ioctl support on x86. [riastradh 20230522]
|
2023-05-24 16:09:53 +03:00
|
|
|
ctfmerge(1): Add error handling to pthread APIs.
|
2023-05-23 23:24:24 +03:00
|
|
|
Fix semaphores for macOS host tool. [lukem 20230523]
|
2023-05-24 16:09:53 +03:00
|
|
|
share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524]
|
|
|
|
mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524]
|
2023-06-06 10:49:06 +03:00
|
|
|
pthread(3): Reduce power consumption when spinning for a lock on
|
|
|
|
arm. [riastradh 20230525]
|
2023-05-31 12:33:09 +03:00
|
|
|
pax(1): Exit 0 if stdin filelist is used and no files are supplied.
|
|
|
|
Don't overwrite existing destination files if -r -w copy
|
|
|
|
fails for any reason. [lukem 20230528]
|
2023-06-20 00:44:37 +03:00
|
|
|
OpenSSL: Imported 3.0.9. [christos 20230531]
|
2023-06-06 10:49:06 +03:00
|
|
|
date(1): Add -R option for displaying time in RFC 5322 format,
|
|
|
|
similar to GNU date. [kim 20230531]
|
|
|
|
openssl(1): Imported 3.0.9. [christos 20230531]
|
2023-06-20 00:44:37 +03:00
|
|
|
mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE
|
|
|
|
[lukem 20230602]
|
2023-06-06 10:49:06 +03:00
|
|
|
build.sh: Add show-params operation [lukem 20230602]
|
2023-06-09 00:12:41 +03:00
|
|
|
lua: Import version 5.4.6.
|
|
|
|
Bumped shlib minor because of API/ABI changes.
|
|
|
|
[nikita 20230608]
|
2023-06-20 00:44:37 +03:00
|
|
|
kerberos(8): Update to Heimdal-7.8.0 [christos 20230619]
|
2023-06-30 00:46:47 +03:00
|
|
|
patch(1): Add --backup-if-mismatch and --no-backup-if-mismatch for
|
|
|
|
GNU patch compatibility. These options only make sense in
|
|
|
|
POSIX mode, patch(1) has --backup enabled by default and
|
|
|
|
GNU patch doesn't. [wiz 20230616]
|
|
|
|
indent(1): Remove support for handling ASCII backspace characters
|
|
|
|
in C code. [rillig 20230618]
|
2023-07-01 12:21:47 +03:00
|
|
|
make(1): Recognize include guards. [rillig 20230619]
|
2023-06-30 00:46:47 +03:00
|
|
|
pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620]
|
|
|
|
editline(3): Install pkg-config files, same as the portable version.
|
|
|
|
[wiz 20230620]
|
|
|
|
make(1): Speed up pattern matching in the ':M' and ':N' modifiers.
|
2023-07-01 12:21:47 +03:00
|
|
|
[rillig 20230622]
|
2023-06-30 00:46:47 +03:00
|
|
|
paxctl(8): Introduce -0 option to clear all PaX flag bits in ELF note.
|
|
|
|
[rin 20230623]
|
|
|
|
crunchgen(1): Clear PaX flags instead of removing its ELF note section.
|
|
|
|
[rin 20230623]
|
|
|
|
make(1): Warn about malformed patterns in ':M', ':N' and
|
|
|
|
'.if make(...)' [rillig 20230623]
|
2023-06-27 01:04:18 +03:00
|
|
|
bind: Import version 9.16.42. [christos 20230626]
|
2023-06-27 20:10:15 +03:00
|
|
|
openresolv: Import version 3.13.2 [roy 20230627]
|
2023-06-29 01:24:15 +03:00
|
|
|
tmux(1): Import version 3.3a [wiz 20230628]
|
2023-06-30 00:46:47 +03:00
|
|
|
x86: Primary bootstrap is now enable to read a GPT
|
|
|
|
partition table inside a software raid(4).
|
|
|
|
[manu 20230629]
|
|
|
|
aiomixer(1): Support for the NO_COLOR environment variable.
|
|
|
|
[nia 20230629]
|
2023-07-01 00:48:15 +03:00
|
|
|
openpam(3): update to 20230627 (ximenia) [christos 20230630]
|
2023-07-15 22:59:21 +03:00
|
|
|
gcc(1): Import GCC 10.5. [mrg 20230710]
|
2023-07-19 16:59:01 +03:00
|
|
|
dhcpcd: Import version 10.0.2. [roy 20230719]
|
2023-07-21 05:16:20 +03:00
|
|
|
bta2dpd(8): Add throttle when playing from file [nat 20230720]
|