CVS commit: src/sys/arch/aarch64/aarch64

2022-03-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Mar  5 16:53:24 UTC 2022

Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c

Log Message:
Slight comment improvement.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/aarch64/aarch64/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/aarch64/pmap.c
diff -u src/sys/arch/aarch64/aarch64/pmap.c:1.128 src/sys/arch/aarch64/aarch64/pmap.c:1.129
--- src/sys/arch/aarch64/aarch64/pmap.c:1.128	Wed Feb 16 22:00:55 2022
+++ src/sys/arch/aarch64/aarch64/pmap.c	Sat Mar  5 16:53:24 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.128 2022/02/16 22:00:55 andvar Exp $	*/
+/*	$NetBSD: pmap.c,v 1.129 2022/03/05 16:53:24 skrll Exp $	*/
 
 /*
  * Copyright (c) 2017 Ryo Shimizu 
@@ -27,7 +27,7 @@
  */
 
 #include 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.128 2022/02/16 22:00:55 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.129 2022/03/05 16:53:24 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_cpuoptions.h"
@@ -1598,7 +1598,7 @@ _pmap_pdp_addref(struct pmap *pm, paddr_
 {
 	struct vm_page *pg;
 
-	/* kernel L0-L3 page will be never freed */
+	/* kernel L0-L3 pages will never be freed */
 	if (pm == pmap_kernel())
 		return;
 
@@ -1632,7 +1632,7 @@ _pmap_pdp_delref(struct pmap *pm, paddr_
 	bool removed;
 	uint16_t wirecount;
 
-	/* kernel L0-L3 page will be never freed */
+	/* kernel L0-L3 pages will never be freed */
 	if (pm == pmap_kernel())
 		return false;
 



CVS commit: src/sys/arch/aarch64/aarch64

2022-03-05 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Mar  5 16:53:24 UTC 2022

Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c

Log Message:
Slight comment improvement.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/aarch64/aarch64/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2022-03-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar  5 08:53:58 UTC 2022

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat 2.4.7, another security fix release, out


To generate a diff of this commit:
cvs rdiff -u -r1.1841 -r1.1842 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1841 src/doc/3RDPARTY:1.1842
--- src/doc/3RDPARTY:1.1841	Wed Feb 23 19:08:48 2022
+++ src/doc/3RDPARTY	Sat Mar  5 08:53:58 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.1841 2022/02/23 19:08:48 christos Exp $
+#	$NetBSD: 3RDPARTY,v 1.1842 2022/03/05 08:53:58 wiz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -409,11 +409,11 @@ Notes:
 
 Package:	expat
 Version:	2.4.6
-Current Vers:	2.4.6
+Current Vers:	2.4.7
 Maintainer:	Expat Project
 Archive Site:	https://github.com/libexpat/libexpat/releases
 Home Page:	http://www.libexpat.org/
-Date:		2022-02.21
+Date:		2022-03-05
 Mailing List:	expat-disc...@libexpat.org
 Responsible:	mrg
 License:	MIT



CVS commit: src/doc

2022-03-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar  5 08:53:58 UTC 2022

Modified Files:
src/doc: 3RDPARTY

Log Message:
expat 2.4.7, another security fix release, out


To generate a diff of this commit:
cvs rdiff -u -r1.1841 -r1.1842 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.