Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src available, not avaliable. From miod@openbsd.
details: https://anonhg.NetBSD.org/src/rev/58e595ab5310
branches: trunk
changeset: 552648:58e595ab5310
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 29 09:50:21 2003 +0000
description:
available, not avaliable. From miod@openbsd.
diffstat:
lib/libkvm/kvm_proc.c | 6 +++---
lib/libpthread/pthread_sa.c | 6 +++---
lib/libpthread/pthread_tsd.c | 6 +++---
sys/arch/sun3/dev/xd.c | 6 +++---
sys/arch/sun3/dev/xy.c | 6 +++---
sys/dev/ic/osiop.c | 6 +++---
sys/dev/pci/yds.c | 6 +++---
sys/dev/vme/xd.c | 6 +++---
sys/dev/vme/xy.c | 6 +++---
sys/sys/savar.h | 4 ++--
usr.bin/tn3270/ascii/map3270.c | 6 +++---
11 files changed, 32 insertions(+), 32 deletions(-)
diffs (285 lines):
diff -r 418939bd19e9 -r 58e595ab5310 lib/libkvm/kvm_proc.c
--- a/lib/libkvm/kvm_proc.c Mon Sep 29 09:08:20 2003 +0000
+++ b/lib/libkvm/kvm_proc.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kvm_proc.c,v 1.54 2003/08/07 16:44:39 agc Exp $ */
+/* $NetBSD: kvm_proc.c,v 1.55 2003/09/29 09:50:21 wiz Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
#if 0
static char sccsid[] = "@(#)kvm_proc.c 8.3 (Berkeley) 9/23/93";
#else
-__RCSID("$NetBSD: kvm_proc.c,v 1.54 2003/08/07 16:44:39 agc Exp $");
+__RCSID("$NetBSD: kvm_proc.c,v 1.55 2003/09/29 09:50:21 wiz Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -380,7 +380,7 @@
eproc.e_flag |= EPROC_SLEADER;
/*
* Fill in the old-style proc.p_wmesg by copying the wmesg
- * from the first avaliable LWP.
+ * from the first available LWP.
*/
kl = kvm_getlwps(kd, proc.p_pid,
(u_long)PTRTOINT64(eproc.e_paddr),
diff -r 418939bd19e9 -r 58e595ab5310 lib/libpthread/pthread_sa.c
--- a/lib/libpthread/pthread_sa.c Mon Sep 29 09:08:20 2003 +0000
+++ b/lib/libpthread/pthread_sa.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_sa.c,v 1.16 2003/09/16 13:51:35 cl Exp $ */
+/* $NetBSD: pthread_sa.c,v 1.17 2003/09/29 09:50:22 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_sa.c,v 1.16 2003/09/16 13:51:35 cl Exp $");
+__RCSID("$NetBSD: pthread_sa.c,v 1.17 2003/09/29 09:50:22 wiz Exp $");
#include <err.h>
#include <errno.h>
@@ -705,7 +705,7 @@
if (ret) {
if (errno == ENOSYS)
errx(1,
- "libpthread: SA system calls are not avaliable.\n"
+ "libpthread: SA system calls are not available.\n"
);
err(1, "libpthread: sa_register failed\n");
}
diff -r 418939bd19e9 -r 58e595ab5310 lib/libpthread/pthread_tsd.c
--- a/lib/libpthread/pthread_tsd.c Mon Sep 29 09:08:20 2003 +0000
+++ b/lib/libpthread/pthread_tsd.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_tsd.c,v 1.1 2003/08/13 18:52:02 nathanw Exp $ */
+/* $NetBSD: pthread_tsd.c,v 1.2 2003/09/29 09:50:22 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pthread_tsd.c,v 1.1 2003/08/13 18:52:02 nathanw Exp $");
+__RCSID("$NetBSD: pthread_tsd.c,v 1.2 2003/09/29 09:50:22 wiz Exp $");
/* Functions and structures dealing with thread-specific data */
#include <errno.h>
@@ -61,7 +61,7 @@
/* Get a lock on the allocation list */
pthread_mutex_lock(&tsd_mutex);
- /* Find an avaliable slot */
+ /* Find an available slot */
/* 1. Search from "nextkey" to the end of the list. */
for (i = nextkey; i < PTHREAD_KEYS_MAX; i++)
if (pthread__tsd_alloc[i] == 0)
diff -r 418939bd19e9 -r 58e595ab5310 sys/arch/sun3/dev/xd.c
--- a/sys/arch/sun3/dev/xd.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/arch/sun3/dev/xd.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.45 2003/07/15 03:36:15 lukem Exp $ */
+/* $NetBSD: xd.c,v 1.46 2003/09/29 09:50:22 wiz Exp $ */
/*
*
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.45 2003/07/15 03:36:15 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.46 2003/09/29 09:50:22 wiz Exp $");
#undef XDC_DEBUG /* full debug */
#define XDC_DIAG /* extra sanity checks */
@@ -1481,7 +1481,7 @@
* picked up later by the interrupt routine. for case [2] the
* programmed i/o driver is called with a special flag that says
* return when one iopb is free. for case [3] the process can sleep
- * on the iorq free list until some iopbs are avaliable.
+ * on the iorq free list until some iopbs are available.
*/
diff -r 418939bd19e9 -r 58e595ab5310 sys/arch/sun3/dev/xy.c
--- a/sys/arch/sun3/dev/xy.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/arch/sun3/dev/xy.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xy.c,v 1.47 2003/07/15 03:36:16 lukem Exp $ */
+/* $NetBSD: xy.c,v 1.48 2003/09/29 09:50:22 wiz Exp $ */
/*
*
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.47 2003/07/15 03:36:16 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.48 2003/09/29 09:50:22 wiz Exp $");
#undef XYC_DEBUG /* full debug */
#undef XYC_DIAG /* extra sanity checks */
@@ -1357,7 +1357,7 @@
* [2] we can only be blocked if there is a WAIT type I/O request being
* run. since this can only happen when we are crashing, we wait a sec
* and then steal the IOPB. for case [3] the process can sleep
- * on the iorq free list until some iopbs are avaliable.
+ * on the iorq free list until some iopbs are available.
*/
diff -r 418939bd19e9 -r 58e595ab5310 sys/dev/ic/osiop.c
--- a/sys/dev/ic/osiop.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/dev/ic/osiop.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osiop.c,v 1.14 2003/08/07 16:31:02 agc Exp $ */
+/* $NetBSD: osiop.c,v 1.15 2003/09/29 09:50:22 wiz Exp $ */
/*
* Copyright (c) 2001 Izumi Tsutsui. All rights reserved.
@@ -103,12 +103,12 @@
*
* bus_space/bus_dma'fied by Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
*
- * The 53c710 datasheet is avaliable at:
+ * The 53c710 datasheet is available at:
* http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/index.html
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.14 2003/08/07 16:31:02 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.15 2003/09/29 09:50:22 wiz Exp $");
/* #define OSIOP_DEBUG */
diff -r 418939bd19e9 -r 58e595ab5310 sys/dev/pci/yds.c
--- a/sys/dev/pci/yds.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/dev/pci/yds.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: yds.c,v 1.17 2003/03/12 13:36:22 minoura Exp $ */
+/* $NetBSD: yds.c,v 1.18 2003/09/29 09:50:22 wiz Exp $ */
/*
* Copyright (c) 2000, 2001 Kazuki Sakamoto and Minoura Makoto.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.17 2003/03/12 13:36:22 minoura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.18 2003/09/29 09:50:22 wiz Exp $");
#include "mpu.h"
@@ -788,7 +788,7 @@
delay(1);
}
if (to == AC97_TIMEOUT) {
- printf("%s: no AC97 avaliable\n", sc->sc_dev.dv_xname);
+ printf("%s: no AC97 available\n", sc->sc_dev.dv_xname);
return;
}
diff -r 418939bd19e9 -r 58e595ab5310 sys/dev/vme/xd.c
--- a/sys/dev/vme/xd.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/dev/vme/xd.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xd.c,v 1.53 2003/08/28 16:36:22 mrg Exp $ */
+/* $NetBSD: xd.c,v 1.54 2003/09/29 09:50:22 wiz Exp $ */
/*
*
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.53 2003/08/28 16:36:22 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xd.c,v 1.54 2003/09/29 09:50:22 wiz Exp $");
#undef XDC_DEBUG /* full debug */
#define XDC_DIAG /* extra sanity checks */
@@ -1687,7 +1687,7 @@
* picked up later by the interrupt routine. for case [2] the
* programmed i/o driver is called with a special flag that says
* return when one iopb is free. for case [3] the process can sleep
- * on the iorq free list until some iopbs are avaliable.
+ * on the iorq free list until some iopbs are available.
*/
diff -r 418939bd19e9 -r 58e595ab5310 sys/dev/vme/xy.c
--- a/sys/dev/vme/xy.c Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/dev/vme/xy.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xy.c,v 1.53 2003/08/28 16:36:22 mrg Exp $ */
+/* $NetBSD: xy.c,v 1.54 2003/09/29 09:50:22 wiz Exp $ */
/*
*
@@ -51,7 +51,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.53 2003/08/28 16:36:22 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xy.c,v 1.54 2003/09/29 09:50:22 wiz Exp $");
#undef XYC_DEBUG /* full debug */
#undef XYC_DIAG /* extra sanity checks */
@@ -1525,7 +1525,7 @@
* [2] we can only be blocked if there is a WAIT type I/O request being
* run. since this can only happen when we are crashing, we wait a sec
* and then steal the IOPB. for case [3] the process can sleep
- * on the iorq free list until some iopbs are avaliable.
+ * on the iorq free list until some iopbs are available.
*/
diff -r 418939bd19e9 -r 58e595ab5310 sys/sys/savar.h
--- a/sys/sys/savar.h Mon Sep 29 09:08:20 2003 +0000
+++ b/sys/sys/savar.h Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: savar.h,v 1.6 2003/09/16 13:46:26 cl Exp $ */
+/* $NetBSD: savar.h,v 1.7 2003/09/29 09:50:22 wiz Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
vaddr_t sa_vp_faultaddr; /* page fault address */
vaddr_t sa_vp_ofaultaddr; /* old page fault address */
int sa_concurrency; /* desired concurrency */
- LIST_HEAD(, lwp) sa_lwpcache; /* list of avaliable lwps */
+ LIST_HEAD(, lwp) sa_lwpcache; /* list of available lwps */
int sa_ncached; /* list length */
stack_t *sa_stacks; /* pointer to array of upcall stacks */
int sa_nstacks; /* number of valid stacks */
diff -r 418939bd19e9 -r 58e595ab5310 usr.bin/tn3270/ascii/map3270.c
--- a/usr.bin/tn3270/ascii/map3270.c Mon Sep 29 09:08:20 2003 +0000
+++ b/usr.bin/tn3270/ascii/map3270.c Mon Sep 29 09:50:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: map3270.c,v 1.10 2003/08/07 11:16:27 agc Exp $ */
+/* $NetBSD: map3270.c,v 1.11 2003/09/29 09:50:22 wiz Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)map3270.c 4.2 (Berkeley) 4/26/91";
#else
-__RCSID("$NetBSD: map3270.c,v 1.10 2003/08/07 11:16:27 agc Exp $");
+__RCSID("$NetBSD: map3270.c,v 1.11 2003/09/29 09:50:22 wiz Exp $");
#endif
#endif /* not lint */
@@ -99,7 +99,7 @@
static state *headOfQueue = &firstentry;
/* the following is a primitive adm3a table, to be used when nothing
- * else seems to be avaliable.
+ * else seems to be available.
*/
#ifdef DEBUG
Home |
Main Index |
Thread Index |
Old Index