Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/dissallow/disallow/
details: https://anonhg.NetBSD.org/src/rev/32a97b5b923f
branches: trunk
changeset: 1027151:32a97b5b923f
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Dec 07 21:45:31 2021 +0000
description:
s/dissallow/disallow/
diffstat:
UPDATING | 4 ++--
sys/secmodel/keylock/secmodel_keylock.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r b02dd69b9dcc -r 32a97b5b923f UPDATING
--- a/UPDATING Tue Dec 07 21:37:36 2021 +0000
+++ b/UPDATING Tue Dec 07 21:45:31 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.326 2021/12/07 21:37:36 andvar Exp $
+$NetBSD: UPDATING,v 1.327 2021/12/07 21:45:31 andvar Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -526,7 +526,7 @@
group(5) in order to make the program work with existing setups.
20101125:
- The latest changes to setenv(3) dissallow setting environment
+ The latest changes to setenv(3) disallow setting environment
variables with names that contain '='. Revision 1.18 of env.c
assumed that this was allowed. Installing a new libc with an
old copy of /usr/bin/env causes env x=1 printenv | grep x= to
diff -r b02dd69b9dcc -r 32a97b5b923f sys/secmodel/keylock/secmodel_keylock.c
--- a/sys/secmodel/keylock/secmodel_keylock.c Tue Dec 07 21:37:36 2021 +0000
+++ b/sys/secmodel/keylock/secmodel_keylock.c Tue Dec 07 21:45:31 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: secmodel_keylock.c,v 1.11 2020/12/05 17:40:00 thorpej Exp $ */
+/* $NetBSD: secmodel_keylock.c,v 1.12 2021/12/07 21:45:31 andvar Exp $ */
/*-
* Copyright (c) 2009 Marc Balmer <marc%msys.ch@localhost>
* Copyright (c) 2006 Elad Efrat <elad%NetBSD.org@localhost>
@@ -37,7 +37,7 @@
* Rules:
*
* - If the number of possible keylock positions is 0, assume there is no
- * keylock present, do not dissallow any action, i.e. do nothing
+ * keylock present, do not disallow any action, i.e. do nothing
*
* - If the number of possible keylock positions is greater than 0, but the
* current lock position is 0, assume tampering with the lock and forbid
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: secmodel_keylock.c,v 1.11 2020/12/05 17:40:00 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: secmodel_keylock.c,v 1.12 2021/12/07 21:45:31 andvar Exp $");
#include <sys/types.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index