Home | History | Annotate | Line # | Download | only in doc
CHANGES revision 1.2955
      1  1.2955       kre # LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2955 $>
      2  1.1095   tsutsui #
      3  1.1095   tsutsui #
      4  1.1095   tsutsui # [Note: This file does not mention every change made to the NetBSD source tree.
      5  1.1095   tsutsui # For an exhaustive list, please subscribe to the `source-changes' mailing list,
      6  1.1095   tsutsui # or see the mailing list archives.  For more information, send a message
      7  1.1095   tsutsui # containing just the word `help' to `majordomo (a] NetBSD.org'.]
      8  1.1095   tsutsui #
      9  1.1095   tsutsui # ----------------------------------------------------------------------------
     10  1.1095   tsutsui # PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
     11  1.1095   tsutsui #
     12  1.1095   tsutsui #	theme: Content ...
     13  1.1095   tsutsui #		more content ...
     14  1.1095   tsutsui #		more content. [developer DATE-FORMAT]
     15  1.1095   tsutsui #
     16  1.1095   tsutsui # That's it, one tab to start an item, and two tabs to indent the content.
     17  1.1095   tsutsui # Also please start the content with a capital and end it with a dot.
     18  1.1095   tsutsui #
     19  1.1095   tsutsui # This is very important for the www scripts, otherwise it won't be able to
     20  1.1095   tsutsui # parse the file and the HTML output will be mangled.
     21  1.1106   tsutsui #
     22  1.1106   tsutsui # See htutils/changes/changes2html script for more details.
     23  1.1106   tsutsui #
     24  1.1095   tsutsui # ----------------------------------------------------------------------------
     25  1.1028   xtraeme 
     26  1.2941    martin Changes from NetBSD 10.0 to NetBSD 11.0:
     27  1.2946       nia 	amdsmn(4): added trivial power management support [reinoud 20221218]
     28  1.2946       nia 	amdccp(4): added trivial power management support [reinoud 20221218]
     29  1.2946       nia 	libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
     30  1.2947       wiz 	libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
     31  1.2946       nia 	ppp(4): Remove several non-functioning ioctls. [chs 20221221]
     32  1.2947       wiz 	libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
     33  1.2943       nat 	dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
     34  1.2946       nia 	sdhc(4): Add quirk for some Intel eMMC devices (like
     35  1.2946       nia 		GIGABYTE MA10-ST0) to allow the driver to attach
     36  1.2946       nia 		successfully. [msaitoh 20230105]
     37  1.2946       nia 	cribbage(6): Add -y option to keep playing without asking
     38  1.2946       nia 		(from Greywolf in PR 57164) [christos 20230106]
     39  1.2946       nia 	x86: Enable the -z separate-code security feature by default in
     40  1.2946       nia 		ld(1). Reduces the default max page size from 2M to
     41  1.2946       nia 		4K on amd64. [christos 20230106]
     42  1.2948       ryo 	aq(4): add support for AQC113-116 [ryo 20230114]
     43  1.2949  christos 	bind: Import version 9.16.37. [christos 20230125]
     44  1.2951       wiz 	xfwp(1): remove. [wiz 20230204]
     45  1.2953       nia 	wscons(4): Ignore nonsense tab stops in vt100 emulation.
     46  1.2953       nia 		[riastradh 20230223]
     47  1.2953       nia 	nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular,
     48  1.2953       nia 		prohibit PKE, Protection Key Enable, which requires
     49  1.2953       nia 		some additional management of CPU state by nvmm. 
     50  1.2953       nia 		[riastradh 20230223]
     51  1.2953       nia 	ftp(1): Add option sslnoverify to control validation of SSL
     52  1.2953       nia 		certificates. Certificate validation is now enabled
     53  1.2953       nia 		by default. [mlelstv 20230225]
     54  1.2953       nia 	ftp(1): Add netrc processing to fetch-mode (URL on command line) to
     55  1.2953       nia 		enable options and autologin via netrc. [mlelstv 20230225]
     56  1.2953       nia 	aarch64: Audit use of curcpu(9). [riastradh 20230225]
     57  1.2953       nia 	xen: Memory barrier audit. Reduce unnecessary membars.
     58  1.2953       nia 		[riastradh 20230225]
     59  1.2953       nia 	x86: Mitigate MXCSR Configuration Dependent Timing CPU security
     60  1.2953       nia 		flaw in kernel FPU use. [riastradh 20230225]
     61  1.2953       nia 	kernel: Optimization: Omit needless membar when triggering softint
     62  1.2953       nia 		in various ports. [riastradh 20230301]
     63  1.2953       nia 	sh(1): Adjust tilde expansion to comply with upcoming POSIX
     64  1.2953       nia 		Issue 8 requirements. [kre 20230306]
     65  1.2955       kre 	tzdata: updated to 2023a (using the 2023agtz fork) [kre 20230323]
     66