CVS commit: src/sys/arch/ia64/include

2024-05-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 18 19:57:03 UTC 2024

Modified Files:
src/sys/arch/ia64/include: mcontext.h

Log Message:
allow things to compile again


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/include/mcontext.h

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/ia64/include/mcontext.h
diff -u src/sys/arch/ia64/include/mcontext.h:1.12 src/sys/arch/ia64/include/mcontext.h:1.13
--- src/sys/arch/ia64/include/mcontext.h:1.12	Mon Jun 29 13:09:33 2020
+++ src/sys/arch/ia64/include/mcontext.h	Sat May 18 15:57:03 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: mcontext.h,v 1.12 2020/06/29 17:09:33 scole Exp $	*/
+/*	$NetBSD: mcontext.h,v 1.13 2024/05/18 19:57:03 christos Exp $	*/
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -117,6 +117,11 @@ typedef struct __mcontext {
 #define	_UC_MACHINE_INTRV(uc)	((uc)->uc_mcontext.mc_scratch.gr8) /* gregs[8] */
 #define _UC_MACHINE_SET_PC(uc, pc)	(uc)->uc_mcontext.mc_special.iip = (pc)
 
+#define	_UC_TLSBASE	_UC_MD_BIT16
+#define	_UC_SETSTACK	_UC_MD_BIT17
+#define	_UC_CLRSTACK	_UC_MD_BIT18
+
+
 #if defined(_RTLD_SOURCE) || defined(_LIBC_SOURCE) || \
 defined(__LIBPTHREAD_SOURCE__)
 #include 



CVS commit: src/sys/arch/ia64/include

2024-05-18 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 18 19:57:03 UTC 2024

Modified Files:
src/sys/arch/ia64/include: mcontext.h

Log Message:
allow things to compile again


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/include/mcontext.h

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



CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:28:36 UTC 2024

Modified Files:
src/usr.bin/passwd: yp_passwd.c

Log Message:
s/Abosrb/Absorb/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/passwd/yp_passwd.c

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

Modified files:

Index: src/usr.bin/passwd/yp_passwd.c
diff -u src/usr.bin/passwd/yp_passwd.c:1.37 src/usr.bin/passwd/yp_passwd.c:1.38
--- src/usr.bin/passwd/yp_passwd.c:1.37	Sun Mar 25 05:55:07 2012
+++ src/usr.bin/passwd/yp_passwd.c	Sat May 18 19:28:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: yp_passwd.c,v 1.37 2012/03/25 05:55:07 dholland Exp $	*/
+/*	$NetBSD: yp_passwd.c,v 1.38 2024/05/18 19:28:36 andvar Exp $	*/
 
 /*
  * Copyright (c) 1988, 1990, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "from:  @(#)local_passwd.c8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: yp_passwd.c,v 1.37 2012/03/25 05:55:07 dholland Exp $");
+__RCSID("$NetBSD: yp_passwd.c,v 1.38 2024/05/18 19:28:36 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -229,7 +229,7 @@ pwyp_process(const char *username, int a
 		switch (ch) {
 		case 'y':
 			/*
-			 * Abosrb the -y that may have gotten us here.
+			 * Absorb the -y that may have gotten us here.
 			 */
 			break;
 



CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:28:36 UTC 2024

Modified Files:
src/usr.bin/passwd: yp_passwd.c

Log Message:
s/Abosrb/Absorb/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/passwd/yp_passwd.c

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



CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:04:45 UTC 2024

Modified Files:
src/sys/arch/arm/iomd: vidc20config.c

Log Message:
s/abou/about/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.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/arm/iomd/vidc20config.c
diff -u src/sys/arch/arm/iomd/vidc20config.c:1.36 src/sys/arch/arm/iomd/vidc20config.c:1.37
--- src/sys/arch/arm/iomd/vidc20config.c:1.36	Tue May 24 06:28:00 2022
+++ src/sys/arch/arm/iomd/vidc20config.c	Sat May 18 19:04:45 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: vidc20config.c,v 1.36 2022/05/24 06:28:00 andvar Exp $	*/
+/*	$NetBSD: vidc20config.c,v 1.37 2024/05/18 19:04:45 andvar Exp $	*/
 
 /*
  * Copyright (c) 2001 Reinoud Zandijk
@@ -48,7 +48,7 @@
 
 #include 
 
-__KERNEL_RCSID(0, "$NetBSD: vidc20config.c,v 1.36 2022/05/24 06:28:00 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vidc20config.c,v 1.37 2024/05/18 19:04:45 andvar Exp $");
 
 #include 
 #include 
@@ -206,7 +206,7 @@ vidcvideo_write(u_int reg, int value)
 
 	/*
 	 * Undefine SAFER if you wish to speed things up (a little)
-	 * although this means the function will assume things abou
+	 * although this means the function will assume things about
 	 * the structure of vidc_state. i.e. the first 256 words are
 	 * the palette array
 	 */



CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:04:45 UTC 2024

Modified Files:
src/sys/arch/arm/iomd: vidc20config.c

Log Message:
s/abou/about/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.c

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



CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:03:31 UTC 2024

Modified Files:
src/usr.bin/passwd: local_passwd.c

Log Message:
s/Aborb/Absorb/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/passwd/local_passwd.c

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

Modified files:

Index: src/usr.bin/passwd/local_passwd.c
diff -u src/usr.bin/passwd/local_passwd.c:1.36 src/usr.bin/passwd/local_passwd.c:1.37
--- src/usr.bin/passwd/local_passwd.c:1.36	Sun Mar 25 05:55:07 2012
+++ src/usr.bin/passwd/local_passwd.c	Sat May 18 19:03:31 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: local_passwd.c,v 1.36 2012/03/25 05:55:07 dholland Exp $	*/
+/*	$NetBSD: local_passwd.c,v 1.37 2024/05/18 19:03:31 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "from: @(#)local_passwd.c8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: local_passwd.c,v 1.36 2012/03/25 05:55:07 dholland Exp $");
+__RCSID("$NetBSD: local_passwd.c,v 1.37 2024/05/18 19:03:31 andvar Exp $");
 #endif
 #endif /* not lint */
 
@@ -146,7 +146,7 @@ pwlocal_process(const char *username, in
 		switch (ch) {
 		case 'l':
 			/*
-			 * Aborb the -l that may have gotten us here.
+			 * Absorb the -l that may have gotten us here.
 			 */
 			break;
 



CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src
Committed By:   andvar
Date:   Sat May 18 19:03:31 UTC 2024

Modified Files:
src/usr.bin/passwd: local_passwd.c

Log Message:
s/Aborb/Absorb/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/passwd/local_passwd.c

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