diff options
Diffstat (limited to 'sys')
966 files changed, 1231 insertions, 1709 deletions
diff --git a/sys/Makefile b/sys/Makefile index 00d80648ef6d5..8cd55f2eff87d 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1994/08/02 07:38:17 davidg Exp $ +# $Id: Makefile,v 1.3 1994/08/25 13:54:28 paul Exp $ SUBDIR= ${MACHINE}/boot libkern diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index a70cee69be1ee..ff2beda426ab0 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,12 +32,12 @@ # SUCH DAMAGE. # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 -# $Id: newvers.sh,v 1.16.4.2 1995/07/29 18:44:00 rgrimes Exp $ +# $Id: newvers.sh,v 1.16.4.3 1995/11/10 12:03:20 jkh Exp $ TYPE="FreeBSD" REVISION="2.1" BRANCH="STABLE" -RELEASE="${REVISION}-${BRANCH}" +RELEASE=2.1.0-RELEASE SNAPDATE="" if [ "X${SNAPDATE}" != "X" ]; then RELEASE="${RELEASE}-${SNAPDATE}" diff --git a/sys/conf/nfsswapkernel.c b/sys/conf/nfsswapkernel.c index 80cb84a3734f4..44e81ef5a9fce 100644 --- a/sys/conf/nfsswapkernel.c +++ b/sys/conf/nfsswapkernel.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)nfsswapvmunix.c 8.1 (Berkeley) 6/10/93 - * $Id: nfsswapvmunix.c,v 1.2 1994/08/02 07:38:29 davidg Exp $ + * $Id: nfsswapkernel.c,v 1.1 1994/08/05 09:25:31 davidg Exp $ */ /* diff --git a/sys/conf/param.c b/sys/conf/param.c index a876f19829b11..453341efe749f 100644 --- a/sys/conf/param.c +++ b/sys/conf/param.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.c 8.2 (Berkeley) 1/21/94 - * $Id: param.c,v 1.9 1995/05/25 07:36:24 davidg Exp $ + * $Id: param.c,v 1.9.4.1 1995/08/23 04:22:29 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh index 4cda02af41d82..7d8ec313c3cbc 100644 --- a/sys/conf/systags.sh +++ b/sys/conf/systags.sh @@ -38,7 +38,7 @@ # # First written May 16, 1992 by Van Jacobson, Lawrence Berkeley Laboratory. # -# $Id$ +# $Id: systags.sh,v 1.2 1994/08/02 07:38:32 davidg Exp $ rm -f tags tags.tmp tags.cfiles tags.sfiles tags.hfiles MACHINE=`machine` diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index fb53d27f5f129..df6feaadde5d3 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_access.c,v 1.6 1994/08/18 22:34:18 wollman Exp $ + * $Id: db_access.c,v 1.7 1995/05/30 07:56:46 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index dbf3d21121150..8a489d64ce6b1 100644 --- a/sys/ddb/db_access.h +++ b/sys/ddb/db_access.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_access.h,v 1.3 1993/11/07 17:39:20 wollman Exp $ + * $Id: db_access.h,v 1.4 1995/05/30 07:56:47 rgrimes Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index 62cbba94b6530..6893510cd7946 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_aout.c,v 1.10 1995/01/25 21:37:04 bde Exp $ + * $Id: db_aout.c,v 1.11 1995/05/30 07:56:49 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 05a4cc16a93ce..bc112d431a95e 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_break.c,v 1.5 1994/08/18 22:34:19 wollman Exp $ + * $Id: db_break.c,v 1.6 1995/05/30 07:56:50 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index efe62c717e298..a46662d04c977 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_break.h,v 1.2 1993/10/16 16:47:09 rgrimes Exp $ + * $Id: db_break.h,v 1.3 1995/05/30 07:56:51 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 73b313a26ab3a..47f69f0ecd366 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.14 1995/08/27 02:39:39 bde Exp $ + * $Id: db_command.c,v 1.13.4.1 1995/09/12 04:21:42 davidg Exp $ */ /* diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 3b6d77ae71029..aae91d44305de 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.h,v 1.5 1994/08/18 22:34:21 wollman Exp $ + * $Id: db_command.h,v 1.6 1995/05/30 07:56:54 rgrimes Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 8f321b936c852..ea46d42b4c6eb 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_examine.c,v 1.7 1995/05/22 13:07:11 davidg Exp $ + * $Id: db_examine.c,v 1.8 1995/05/30 07:56:55 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 8f4b78f99defd..8e2dacf442ad3 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_expr.c,v 1.4 1994/08/13 03:49:18 wollman Exp $ + * $Id: db_expr.c,v 1.5 1995/05/30 07:56:56 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index c3097742eb9fc..9b02f2d0ebd15 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_input.c,v 1.6 1994/08/18 22:34:23 wollman Exp $ + * $Id: db_input.c,v 1.7 1995/05/30 07:56:58 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 3985c4f67e34f..5c4597bcafc03 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_lex.c,v 1.5 1994/08/18 22:34:23 wollman Exp $ + * $Id: db_lex.c,v 1.6 1995/05/30 07:57:00 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 0be7d4ac4a188..278217ee429be 100644 --- a/sys/ddb/db_lex.h +++ b/sys/ddb/db_lex.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_lex.h,v 1.4 1994/08/18 22:34:24 wollman Exp $ + * $Id: db_lex.h,v 1.5 1995/05/30 07:57:01 rgrimes Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index ca92bfc912ded..a2bcea107da65 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_output.c,v 1.10 1994/10/30 20:55:44 bde Exp $ + * $Id: db_output.c,v 1.11 1995/05/30 07:57:02 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 3a2f5fd321a9f..35999bd6f8cae 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_output.h,v 1.6 1994/09/27 12:15:53 davidg Exp $ + * $Id: db_output.h,v 1.7 1995/05/30 07:57:04 rgrimes Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 7f0557b5c7710..4cfd4cd9c8462 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_print.c,v 1.6 1994/09/27 03:34:56 phk Exp $ + * $Id: db_print.c,v 1.7 1995/05/30 07:57:06 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 639d1ee671ee6..2714c16e943ce 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: db_ps.c,v 1.6.4.1 1995/08/23 04:25:16 davidg Exp $ + * $Id: db_ps.c,v 1.6.4.2 1995/09/12 04:21:43 davidg Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index e161a73228ce5..6ac3eaedf519e 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_run.c,v 1.4 1994/08/13 03:49:22 wollman Exp $ + * $Id: db_run.c,v 1.5 1995/05/30 07:57:08 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 81c7b4d94a806..409a911bcb391 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.c,v 1.8 1995/05/22 13:07:12 davidg Exp $ + * $Id: db_sym.c,v 1.9 1995/05/30 07:57:10 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index 319279dab56bb..29088b690249b 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.h,v 1.7 1995/03/16 18:11:00 bde Exp $ + * $Id: db_sym.h,v 1.8 1995/05/30 07:57:11 rgrimes Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 83419b8255374..0c7697ddb9e76 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trap.c,v 1.6 1994/10/02 19:36:21 phk Exp $ + * $Id: db_trap.c,v 1.7 1995/05/30 07:57:14 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 25485f5256c23..a22cc9dafabec 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_variables.c,v 1.6 1994/09/27 03:34:58 phk Exp $ + * $Id: db_variables.c,v 1.7 1995/05/30 07:57:17 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 76aeedecaf627..631ef5e24e30b 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_variables.h,v 1.3 1993/11/25 01:30:14 wollman Exp $ + * $Id: db_variables.h,v 1.4 1995/05/30 07:57:19 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index b74fab9e9fa62..5e5d0a81c978e 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.c,v 1.5 1994/08/18 22:34:28 wollman Exp $ + * $Id: db_watch.c,v 1.6 1995/05/30 07:57:20 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 61cb7c1806bba..da9909a330371 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.h,v 1.3 1994/08/18 22:34:29 wollman Exp $ + * $Id: db_watch.h,v 1.4 1995/05/30 07:57:21 rgrimes Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 1b2a99e42c1f2..2b06fa55141d3 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_write_cmd.c,v 1.4 1994/08/13 03:49:26 wollman Exp $ + * $Id: db_write_cmd.c,v 1.5 1995/05/30 07:57:23 rgrimes Exp $ */ /* diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 23702b28cb7f7..d20e696e7baf0 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ddb.h,v 1.5 1995/03/16 18:11:01 bde Exp $ + * $Id: ddb.h,v 1.6 1995/05/30 07:57:24 rgrimes Exp $ */ /* diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 357d76cc660e8..7e3ebdf8f1dfc 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -41,7 +41,7 @@ # ##-M######################################################################### -VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.16.4.3 1995/10/29 09:45:26 davidg Exp $" +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.16.4.4 1995/11/07 07:01:50 davidg Exp $" SCBMASK = 0xff diff --git a/sys/dev/aic7xxx/aic7xxx_asm.c b/sys/dev/aic7xxx/aic7xxx_asm.c index e2745f0940232..3a5b073052dc2 100644 --- a/sys/dev/aic7xxx/aic7xxx_asm.c +++ b/sys/dev/aic7xxx/aic7xxx_asm.c @@ -43,7 +43,7 @@ * are token separators. * *-M*************************************************************************/ -static char id[] = "$Id: aic7xxx_asm.c,v 1.8 1995/04/15 21:45:56 gibbs Exp $"; +static char id[] = "$Id: aic7xxx_asm.c,v 1.9 1995/05/30 07:57:33 rgrimes Exp $"; #include <ctype.h> #include <stdio.h> #include <string.h> diff --git a/sys/gnu/i386/fpemul/control_w.h b/sys/gnu/i386/fpemul/control_w.h index 0e799c568f032..5a02225c5c349 100644 --- a/sys/gnu/i386/fpemul/control_w.h +++ b/sys/gnu/i386/fpemul/control_w.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: control_w.h,v 1.3 1994/06/10 07:44:07 rich Exp $ + * $Id: control_w.h,v 1.4 1995/05/30 07:57:41 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/div_small.s b/sys/gnu/i386/fpemul/div_small.s index d25313b3792c1..aff2738fe43f7 100644 --- a/sys/gnu/i386/fpemul/div_small.s +++ b/sys/gnu/i386/fpemul/div_small.s @@ -57,7 +57,7 @@ * W. Metzenthen June 1994. * * - * $Id: div_small.s,v 1.2 1994/04/29 21:07:11 gclarkii Exp $ + * $Id: div_small.s,v 1.3 1994/06/10 07:44:08 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/errors.c b/sys/gnu/i386/fpemul/errors.c index a303b3416f840..c917fd40de7b3 100644 --- a/sys/gnu/i386/fpemul/errors.c +++ b/sys/gnu/i386/fpemul/errors.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: errors.c,v 1.3 1994/06/10 07:44:10 rich Exp $ + * $Id: errors.c,v 1.4 1995/03/16 18:11:10 bde Exp $ * */ diff --git a/sys/gnu/i386/fpemul/exception.h b/sys/gnu/i386/fpemul/exception.h index 11f9d02160d8a..af814f1d51916 100644 --- a/sys/gnu/i386/fpemul/exception.h +++ b/sys/gnu/i386/fpemul/exception.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: exception.h,v 1.2 1994/04/29 21:07:13 gclarkii Exp $ + * $Id: exception.h,v 1.3 1994/06/10 07:44:12 rich Exp $ * * */ diff --git a/sys/gnu/i386/fpemul/fpu_arith.c b/sys/gnu/i386/fpemul/fpu_arith.c index 5745e1b32d171..4321cf2c94f50 100644 --- a/sys/gnu/i386/fpemul/fpu_arith.c +++ b/sys/gnu/i386/fpemul/fpu_arith.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_arith.c,v 1.3 1994/06/10 07:44:14 rich Exp $ + * $Id: fpu_arith.c,v 1.4 1995/05/30 07:57:43 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_asm.h b/sys/gnu/i386/fpemul/fpu_asm.h index e618c04e1f353..2f6e58a654108 100644 --- a/sys/gnu/i386/fpemul/fpu_asm.h +++ b/sys/gnu/i386/fpemul/fpu_asm.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_asm.h,v 1.2 1994/04/29 21:07:14 gclarkii Exp $ + * $Id: fpu_asm.h,v 1.3 1994/06/10 07:44:16 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c index 629e45a794728..135fef9e105fc 100644 --- a/sys/gnu/i386/fpemul/fpu_aux.c +++ b/sys/gnu/i386/fpemul/fpu_aux.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_aux.c,v 1.2 1994/04/29 21:16:19 gclarkii Exp $ + * $Id: fpu_aux.c,v 1.3 1994/06/10 07:44:17 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_emu.h b/sys/gnu/i386/fpemul/fpu_emu.h index b62a9cf894765..b81a85127fecf 100644 --- a/sys/gnu/i386/fpemul/fpu_emu.h +++ b/sys/gnu/i386/fpemul/fpu_emu.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_emu.h,v 1.2 1994/04/29 21:16:20 gclarkii Exp $ + * $Id: fpu_emu.h,v 1.3 1994/06/10 07:44:19 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index edbe94d6aeeaf..d237df5763474 100644 --- a/sys/gnu/i386/fpemul/fpu_entry.c +++ b/sys/gnu/i386/fpemul/fpu_entry.c @@ -55,7 +55,7 @@ * * W. Metzenthen June 1994. * - * $Id: fpu_entry.c,v 1.5 1994/08/30 20:18:52 davidg Exp $ + * $Id: fpu_entry.c,v 1.6 1995/05/30 07:57:45 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_etc.c b/sys/gnu/i386/fpemul/fpu_etc.c index 936e39a8b8bb8..9993d3bddfd4c 100644 --- a/sys/gnu/i386/fpemul/fpu_etc.c +++ b/sys/gnu/i386/fpemul/fpu_etc.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_etc.c,v 1.2 1994/04/29 21:16:22 gclarkii Exp $ + * $Id: fpu_etc.c,v 1.3 1994/06/10 07:44:24 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_proto.h b/sys/gnu/i386/fpemul/fpu_proto.h index c15c913899fb9..4e6c71819c3b7 100644 --- a/sys/gnu/i386/fpemul/fpu_proto.h +++ b/sys/gnu/i386/fpemul/fpu_proto.h @@ -1,6 +1,6 @@ /* * - * $Id: fpu_proto.h,v 1.2 1994/04/29 21:16:23 gclarkii Exp $ + * $Id: fpu_proto.h,v 1.3 1995/03/16 18:11:11 bde Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_system.h b/sys/gnu/i386/fpemul/fpu_system.h index bb9e5d04fdb47..c2dcfe14da6f8 100644 --- a/sys/gnu/i386/fpemul/fpu_system.h +++ b/sys/gnu/i386/fpemul/fpu_system.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_system.h,v 1.3 1994/06/10 07:44:25 rich Exp $ + * $Id: fpu_system.h,v 1.4 1995/05/30 07:57:51 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/fpu_trig.c b/sys/gnu/i386/fpemul/fpu_trig.c index ca32f91d0aef9..af2bd0553ce97 100644 --- a/sys/gnu/i386/fpemul/fpu_trig.c +++ b/sys/gnu/i386/fpemul/fpu_trig.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: fpu_trig.c,v 1.3 1994/04/29 21:16:25 gclarkii Exp $ + * $Id: fpu_trig.c,v 1.4 1994/06/10 07:44:27 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/get_address.c b/sys/gnu/i386/fpemul/get_address.c index 5839e57c26847..957ea4e2eeba0 100644 --- a/sys/gnu/i386/fpemul/get_address.c +++ b/sys/gnu/i386/fpemul/get_address.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: get_address.c,v 1.2 1994/04/29 21:16:26 gclarkii Exp $ + * $Id: get_address.c,v 1.3 1994/06/10 07:44:29 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/load_store.c b/sys/gnu/i386/fpemul/load_store.c index e45b67ecefd8e..0537a1106abbf 100644 --- a/sys/gnu/i386/fpemul/load_store.c +++ b/sys/gnu/i386/fpemul/load_store.c @@ -57,7 +57,7 @@ * W. Metzenthen June 1994. * * - * $Id: load_store.c,v 1.3 1994/06/10 07:44:30 rich Exp $ + * $Id: load_store.c,v 1.4 1994/09/21 22:22:46 bde Exp $ * */ diff --git a/sys/gnu/i386/fpemul/math_emu.h b/sys/gnu/i386/fpemul/math_emu.h index 4dc90b83a9846..031d391595b56 100644 --- a/sys/gnu/i386/fpemul/math_emu.h +++ b/sys/gnu/i386/fpemul/math_emu.h @@ -1,6 +1,6 @@ /* * - * $Id:$ + * $Id: math_emu.h,v 1.2 1994/04/29 21:23:24 gclarkii Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_2xm1.c b/sys/gnu/i386/fpemul/poly_2xm1.c index b7e81f241f1c8..d4da1bb815270 100644 --- a/sys/gnu/i386/fpemul/poly_2xm1.c +++ b/sys/gnu/i386/fpemul/poly_2xm1.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_2xm1.c,v 1.2 1994/04/29 21:23:25 gclarkii Exp $ + * $Id: poly_2xm1.c,v 1.3 1994/06/10 07:44:32 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_atan.c b/sys/gnu/i386/fpemul/poly_atan.c index 179049fcfb10b..f597ed9af43e1 100644 --- a/sys/gnu/i386/fpemul/poly_atan.c +++ b/sys/gnu/i386/fpemul/poly_atan.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_atan.c,v 1.3 1994/04/29 21:23:26 gclarkii Exp $ + * $Id: poly_atan.c,v 1.4 1994/06/10 07:44:34 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_div.s b/sys/gnu/i386/fpemul/poly_div.s index 3ac5bf06fe1bb..dce95ed82aae1 100644 --- a/sys/gnu/i386/fpemul/poly_div.s +++ b/sys/gnu/i386/fpemul/poly_div.s @@ -57,7 +57,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_div.s,v 1.2 1994/04/29 21:23:27 gclarkii Exp $ + * $Id: poly_div.s,v 1.3 1994/06/10 07:44:36 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_l2.c b/sys/gnu/i386/fpemul/poly_l2.c index 0607c1609d283..7c44103fd0499 100644 --- a/sys/gnu/i386/fpemul/poly_l2.c +++ b/sys/gnu/i386/fpemul/poly_l2.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_l2.c,v 1.4 1994/04/30 16:47:08 gclarkii Exp $ + * $Id: poly_l2.c,v 1.5 1994/06/10 07:44:38 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_mul64.s b/sys/gnu/i386/fpemul/poly_mul64.s index c0f5d0fc5ba9b..be5a136a12997 100644 --- a/sys/gnu/i386/fpemul/poly_mul64.s +++ b/sys/gnu/i386/fpemul/poly_mul64.s @@ -59,7 +59,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_mul64.s,v 1.2 1994/04/29 21:23:29 gclarkii Exp $ + * $Id: poly_mul64.s,v 1.3 1994/06/10 07:44:39 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_sin.c b/sys/gnu/i386/fpemul/poly_sin.c index a1aa11c1ca661..7c6751eb77ab2 100644 --- a/sys/gnu/i386/fpemul/poly_sin.c +++ b/sys/gnu/i386/fpemul/poly_sin.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_sin.c,v 1.4 1994/06/10 07:44:41 rich Exp $ + * $Id: poly_sin.c,v 1.5 1994/08/31 04:45:22 davidg Exp $ * */ diff --git a/sys/gnu/i386/fpemul/poly_tan.c b/sys/gnu/i386/fpemul/poly_tan.c index 6098c814b42f0..58e3c904b148c 100644 --- a/sys/gnu/i386/fpemul/poly_tan.c +++ b/sys/gnu/i386/fpemul/poly_tan.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: poly_tan.c,v 1.4 1994/06/10 07:44:42 rich Exp $ + * $Id: poly_tan.c,v 1.5 1995/05/30 07:57:52 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/polynomial.s b/sys/gnu/i386/fpemul/polynomial.s index f54c729fe6fdf..8f48ff4183ae2 100644 --- a/sys/gnu/i386/fpemul/polynomial.s +++ b/sys/gnu/i386/fpemul/polynomial.s @@ -64,7 +64,7 @@ * W. Metzenthen June 1994. * * - * $Id: polynomial.s,v 1.2 1994/04/29 21:23:31 gclarkii Exp $ + * $Id: polynomial.s,v 1.3 1994/06/10 07:44:43 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_add_sub.c b/sys/gnu/i386/fpemul/reg_add_sub.c index a122452f19f9f..ff8b0ea37c2e2 100644 --- a/sys/gnu/i386/fpemul/reg_add_sub.c +++ b/sys/gnu/i386/fpemul/reg_add_sub.c @@ -55,7 +55,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_add_sub.c,v 1.2 1994/04/29 21:30:15 gclarkii Exp $ + * $Id: reg_add_sub.c,v 1.3 1994/06/10 07:44:44 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_compare.c b/sys/gnu/i386/fpemul/reg_compare.c index 52623f72711a3..606567186d7bc 100644 --- a/sys/gnu/i386/fpemul/reg_compare.c +++ b/sys/gnu/i386/fpemul/reg_compare.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_compare.c,v 1.4 1994/08/31 04:45:23 davidg Exp $ + * $Id: reg_compare.c,v 1.5 1995/05/30 07:57:54 rgrimes Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_constant.h b/sys/gnu/i386/fpemul/reg_constant.h index 6e4ffa86d78e3..d64a3d55f91bd 100644 --- a/sys/gnu/i386/fpemul/reg_constant.h +++ b/sys/gnu/i386/fpemul/reg_constant.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_constant.h,v 1.2 1994/04/29 21:30:18 gclarkii Exp $ + * $Id: reg_constant.h,v 1.3 1994/06/10 07:44:49 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_div.s b/sys/gnu/i386/fpemul/reg_div.s index 5de5a466c49f1..8f7357530b7e5 100644 --- a/sys/gnu/i386/fpemul/reg_div.s +++ b/sys/gnu/i386/fpemul/reg_div.s @@ -60,7 +60,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_div.s,v 1.2 1994/04/29 21:30:19 gclarkii Exp $ + * $Id: reg_div.s,v 1.3 1994/06/10 07:44:50 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_ld_str.c b/sys/gnu/i386/fpemul/reg_ld_str.c index 8fde12fd18d47..f89882cb58848 100644 --- a/sys/gnu/i386/fpemul/reg_ld_str.c +++ b/sys/gnu/i386/fpemul/reg_ld_str.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_ld_str.c,v 1.4 1994/08/31 04:45:24 davidg Exp $ + * $Id: reg_ld_str.c,v 1.5 1994/09/21 22:22:48 bde Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_mul.c b/sys/gnu/i386/fpemul/reg_mul.c index b51e9fcf2ed7d..5924e5e75df20 100644 --- a/sys/gnu/i386/fpemul/reg_mul.c +++ b/sys/gnu/i386/fpemul/reg_mul.c @@ -56,7 +56,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_mul.c,v 1.2 1994/04/29 21:30:21 gclarkii Exp $ + * $Id: reg_mul.c,v 1.3 1994/06/10 07:44:53 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_norm.s b/sys/gnu/i386/fpemul/reg_norm.s index 6f9dd7c9693a7..37b080e0271bd 100644 --- a/sys/gnu/i386/fpemul/reg_norm.s +++ b/sys/gnu/i386/fpemul/reg_norm.s @@ -61,7 +61,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_norm.s,v 1.2 1994/04/29 21:30:22 gclarkii Exp $ + * $Id: reg_norm.s,v 1.3 1994/06/10 07:44:54 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_round.s b/sys/gnu/i386/fpemul/reg_round.s index 99a2a8aa352eb..7490bbb31d7e2 100644 --- a/sys/gnu/i386/fpemul/reg_round.s +++ b/sys/gnu/i386/fpemul/reg_round.s @@ -65,7 +65,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_round.s,v 1.2 1994/04/29 21:30:23 gclarkii Exp $ + * $Id: reg_round.s,v 1.3 1994/06/10 07:44:55 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_u_add.s b/sys/gnu/i386/fpemul/reg_u_add.s index 86c84753e679f..35b5025643d72 100644 --- a/sys/gnu/i386/fpemul/reg_u_add.s +++ b/sys/gnu/i386/fpemul/reg_u_add.s @@ -62,7 +62,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_u_add.s,v 1.2 1994/04/29 21:34:23 gclarkii Exp $ + * $Id: reg_u_add.s,v 1.3 1994/06/10 07:44:56 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_u_div.s b/sys/gnu/i386/fpemul/reg_u_div.s index 4952923886a20..7f61b057fd786 100644 --- a/sys/gnu/i386/fpemul/reg_u_div.s +++ b/sys/gnu/i386/fpemul/reg_u_div.s @@ -57,7 +57,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_u_div.s,v 1.2 1994/04/29 21:34:24 gclarkii Exp $ + * $Id: reg_u_div.s,v 1.3 1994/06/10 07:44:57 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_u_mul.s b/sys/gnu/i386/fpemul/reg_u_mul.s index 798f2046c8ebc..328d2b07da56b 100644 --- a/sys/gnu/i386/fpemul/reg_u_mul.s +++ b/sys/gnu/i386/fpemul/reg_u_mul.s @@ -57,7 +57,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_u_mul.s,v 1.2 1994/04/29 21:34:25 gclarkii Exp $ + * $Id: reg_u_mul.s,v 1.3 1994/06/10 07:44:58 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/reg_u_sub.s b/sys/gnu/i386/fpemul/reg_u_sub.s index 3161e190284b2..7d6d8961669e7 100644 --- a/sys/gnu/i386/fpemul/reg_u_sub.s +++ b/sys/gnu/i386/fpemul/reg_u_sub.s @@ -61,7 +61,7 @@ * W. Metzenthen June 1994. * * - * $Id: reg_u_sub.s,v 1.2 1994/04/29 21:34:26 gclarkii Exp $ + * $Id: reg_u_sub.s,v 1.3 1994/06/10 07:44:59 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/status_w.h b/sys/gnu/i386/fpemul/status_w.h index 75b87b4757d1c..e54b36415c9d2 100644 --- a/sys/gnu/i386/fpemul/status_w.h +++ b/sys/gnu/i386/fpemul/status_w.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: status_w.h,v 1.2 1994/04/29 21:34:27 gclarkii Exp $ + * $Id: status_w.h,v 1.3 1994/06/10 07:45:01 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/version.h b/sys/gnu/i386/fpemul/version.h index 9c08aeda7e2fa..40c4513175a35 100644 --- a/sys/gnu/i386/fpemul/version.h +++ b/sys/gnu/i386/fpemul/version.h @@ -54,7 +54,7 @@ * W. Metzenthen June 1994. * * - * $Id: version.h,v 1.2 1994/04/29 21:34:28 gclarkii Exp $ + * $Id: version.h,v 1.3 1994/06/10 07:45:02 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/wm_shrx.s b/sys/gnu/i386/fpemul/wm_shrx.s index 9de9464485975..2044a682141e1 100644 --- a/sys/gnu/i386/fpemul/wm_shrx.s +++ b/sys/gnu/i386/fpemul/wm_shrx.s @@ -62,7 +62,7 @@ * W. Metzenthen June 1994. * * - * $Id: wm_shrx.s,v 1.2 1994/04/29 21:34:29 gclarkii Exp $ + * $Id: wm_shrx.s,v 1.3 1994/06/10 07:45:03 rich Exp $ * */ diff --git a/sys/gnu/i386/fpemul/wm_sqrt.s b/sys/gnu/i386/fpemul/wm_sqrt.s index b1bc03b2a9336..cbe0451f5f461 100644 --- a/sys/gnu/i386/fpemul/wm_sqrt.s +++ b/sys/gnu/i386/fpemul/wm_sqrt.s @@ -60,7 +60,7 @@ * W. Metzenthen June 1994. * * - * $Id: wm_sqrt.s,v 1.2 1994/04/29 21:34:30 gclarkii Exp $ + * $Id: wm_sqrt.s,v 1.3 1994/06/10 07:45:04 rich Exp $ * */ diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index f9fdf9a93f473..0afe9848d0948 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.4 1995/10/12 23:28:31 bde Exp $ + * dgb.c $Id: dgb.c,v 1.2.2.2 1995/10/13 03:41:22 davidg Exp $ * * Digiboard driver. * diff --git a/sys/gnu/i386/isa/dgreg.h b/sys/gnu/i386/isa/dgreg.h index 9bddca9e3efa5..f25996e763334 100644 --- a/sys/gnu/i386/isa/dgreg.h +++ b/sys/gnu/i386/isa/dgreg.h @@ -1,5 +1,5 @@ /*- - * dgreg.h $Id: dgreg.h,v 1.2 1995/10/04 21:51:26 jkh Exp $ + * dgreg.h $Id: dgreg.h,v 1.1.2.1 1995/10/07 04:28:06 davidg Exp $ * * Digiboard driver. * diff --git a/sys/gnu/i386/isa/nic3008.c b/sys/gnu/i386/isa/nic3008.c index 12e2e0507c81a..d1d15b90314ef 100644 --- a/sys/gnu/i386/isa/nic3008.c +++ b/sys/gnu/i386/isa/nic3008.c @@ -1,6 +1,6 @@ -static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.7 1995/09/08 11:06:46 bde Exp $"; +static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.6.4.1 1995/09/14 07:08:44 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.7 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.6.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.7 1995/09/08 11:06:46 bde E * ******************************************************************************* * $Log: nic3008.c,v $ + * Revision 1.6.4.1 1995/09/14 07:08:44 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.7 1995/09/08 11:06:46 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/i386/isa/nic3008.h b/sys/gnu/i386/isa/nic3008.h index da82696bde351..d96f664934ec9 100644 --- a/sys/gnu/i386/isa/nic3008.h +++ b/sys/gnu/i386/isa/nic3008.h @@ -1,4 +1,4 @@ -static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/02/14 15:00:12 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nic38hid[] = "@(#)$Id: nic3008.h,v 1.1 1995/01/25 14:06:18 jkr E * ******************************************************************************* * $Log: nic3008.h,v $ + * Revision 1.1 1995/02/14 15:00:12 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ diff --git a/sys/gnu/i386/isa/nic3009.c b/sys/gnu/i386/isa/nic3009.c index dad9c1df6e916..6c351fe24736c 100644 --- a/sys/gnu/i386/isa/nic3009.c +++ b/sys/gnu/i386/isa/nic3009.c @@ -1,6 +1,6 @@ -static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.7 1995/09/08 11:06:47 bde Exp $"; +static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.6.4.1 1995/09/14 07:08:45 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.7 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.6.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char nic39_id[] = "@(#)$Id: nic3009.c,v 1.7 1995/09/08 11:06:47 bde E * ******************************************************************************* * $Log: nic3009.c,v $ + * Revision 1.6.4.1 1995/09/14 07:08:45 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.7 1995/09/08 11:06:47 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/i386/isa/nic3009.h b/sys/gnu/i386/isa/nic3009.h index 223619f6a5ca6..eadb6377e2edb 100644 --- a/sys/gnu/i386/isa/nic3009.h +++ b/sys/gnu/i386/isa/nic3009.h @@ -1,4 +1,4 @@ -static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/02/14 15:00:16 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nic39hid[] = "@(#)$Id: nic3009.h,v 1.1 1995/01/25 14:06:18 jkr E * ******************************************************************************* * $Log: nic3009.h,v $ + * Revision 1.1 1995/02/14 15:00:16 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ diff --git a/sys/gnu/i386/isa/niccyreg.h b/sys/gnu/i386/isa/niccyreg.h index a9d832849ea0a..d474d9b950161 100644 --- a/sys/gnu/i386/isa/niccyreg.h +++ b/sys/gnu/i386/isa/niccyreg.h @@ -1,4 +1,4 @@ -static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/02/14 15:00:19 jkh Exp $"; /******************************************************************************* * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ * @@ -10,6 +10,15 @@ static char nicregh_id[] = "@(#)$Id: niccyreg.h,v 1.1 1995/01/25 14:06:18 jk * ******************************************************************************* * $Log: niccyreg.h,v $ + * Revision 1.1 1995/02/14 15:00:19 jkh + * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. + * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. + * Obtained from: Dietmar Friede <dfriede@drnhh.neuhaus.de> and + * Juergen Krause <jkr@saarlink.de> + * + * This is only one part - the rest to follow in a couple of hours. + * This part is a benign import, since it doesn't affect anything else. + * * ******************************************************************************/ diff --git a/sys/gnu/isdn/if_ii.c b/sys/gnu/isdn/if_ii.c index 280023d017a64..e362edf19dfab 100644 --- a/sys/gnu/isdn/if_ii.c +++ b/sys/gnu/isdn/if_ii.c @@ -1,6 +1,6 @@ -static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.2 1995/02/15 06:28:26 jkh Exp $"; +static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.3 1995/05/30 07:58:00 rgrimes Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.2 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,9 @@ static char _if_iiid[] = "@(#)$Id: if_ii.c,v 1.2 1995/02/15 06:28:26 jkh Exp * ******************************************************************************* * $Log: if_ii.c,v $ + * Revision 1.3 1995/05/30 07:58:00 rgrimes + * Remove trailing whitespace. + * * Revision 1.2 1995/02/15 06:28:26 jkh * Fix up include paths, nuke some warnings. * diff --git a/sys/gnu/isdn/iispy.c b/sys/gnu/isdn/iispy.c index 361cc7a95af79..27fce441141e2 100644 --- a/sys/gnu/isdn/iispy.c +++ b/sys/gnu/isdn/iispy.c @@ -1,6 +1,6 @@ -static char _ispyid[] = "@(#)$Id: iispy.c,v 1.4 1995/09/08 11:06:56 bde Exp $"; +static char _ispyid[] = "@(#)$Id: iispy.c,v 1.3.4.1 1995/09/14 07:08:52 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.4 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _ispyid[] = "@(#)$Id: iispy.c,v 1.4 1995/09/08 11:06:56 bde Exp * ******************************************************************************* * $Log: iispy.c,v $ + * Revision 1.3.4.1 1995/09/14 07:08:52 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.4 1995/09/08 11:06:56 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/iitel.c b/sys/gnu/isdn/iitel.c index b22ae7bb11f8e..ca4e439ed2291 100644 --- a/sys/gnu/isdn/iitel.c +++ b/sys/gnu/isdn/iitel.c @@ -1,6 +1,6 @@ -static char _itelid[] = "@(#)$Id: iitel.c,v 1.5 1995/09/08 11:06:57 bde Exp $"; +static char _itelid[] = "@(#)$Id: iitel.c,v 1.3.4.1 1995/09/14 07:08:53 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.5 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.3.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _itelid[] = "@(#)$Id: iitel.c,v 1.5 1995/09/08 11:06:57 bde Exp * ******************************************************************************* * $Log: iitel.c,v $ + * Revision 1.3.4.1 1995/09/14 07:08:53 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.5 1995/09/08 11:06:57 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/iitty.c b/sys/gnu/isdn/iitty.c index f579291ab631b..488203b659296 100644 --- a/sys/gnu/isdn/iitty.c +++ b/sys/gnu/isdn/iitty.c @@ -1,6 +1,6 @@ -static char _ittyid[] = "@(#)$Id: iitty.c,v 1.11 1995/07/31 21:28:42 bde Exp $"; +static char _ittyid[] = "@(#)$Id: iitty.c,v 1.5.4.1 1995/09/14 07:08:54 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.11 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.5.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _ittyid[] = "@(#)$Id: iitty.c,v 1.11 1995/07/31 21:28:42 bde Exp * ******************************************************************************* * $Log: iitty.c,v $ + * Revision 1.5.4.1 1995/09/14 07:08:54 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.11 1995/07/31 21:28:42 bde * Use tsleep() instead of ttysleep() to wait for carrier since a generation * change isn't an error. diff --git a/sys/gnu/isdn/isdn.c b/sys/gnu/isdn/isdn.c index 0010b6a6c5856..177784bf56bae 100644 --- a/sys/gnu/isdn/isdn.c +++ b/sys/gnu/isdn/isdn.c @@ -1,6 +1,6 @@ -static char _isdnid[] = "@(#)$Id: isdn.c,v 1.5 1995/09/08 11:06:58 bde Exp $"; +static char _isdnid[] = "@(#)$Id: isdn.c,v 1.4.4.1 1995/09/14 07:08:56 davidg Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.5 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.4.4.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,13 @@ static char _isdnid[] = "@(#)$Id: isdn.c,v 1.5 1995/09/08 11:06:58 bde Exp $ * ******************************************************************************* * $Log: isdn.c,v $ + * Revision 1.4.4.1 1995/09/14 07:08:56 davidg + * Brought in changes from main branch: + * 1) Bruce and Andrey's tty fixes + * 2) many of Bruce's prototype and function argument fixes/corrections + * 3) Bruce's version of the Cyclades driver + * 4) Improvements to the RISCom/8 driver + * * Revision 1.5 1995/09/08 11:06:58 bde * Fix benign type mismatches in devsw functions. 82 out of 299 devsw * functions were wrong. diff --git a/sys/gnu/isdn/isdn_ioctl.h b/sys/gnu/isdn/isdn_ioctl.h index e0475d1812c7b..489de8fc84d41 100644 --- a/sys/gnu/isdn/isdn_ioctl.h +++ b/sys/gnu/isdn/isdn_ioctl.h @@ -1,6 +1,6 @@ -static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.1 1995/02/14 15:00:35 jkh Exp $"; +static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.2 1995/03/28 07:54:45 bde Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.2 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,11 @@ static char _isdn_ioctl_id[] = "@(#)$Id: isdn_ioctl.h,v 1.1 1995/02/14 15:00 * ******************************************************************************* * $Log: isdn_ioctl.h,v $ + * Revision 1.2 1995/03/28 07:54:45 bde + * Add and move declarations to fix all of the warnings from `gcc -Wimplicit' + * (except in netccitt, netiso and netns) that I didn't notice when I fixed + * "all" such warnings before. + * * Revision 1.1 1995/02/14 15:00:35 jkh * An ISDN driver that supports the EDSS1 and the 1TR6 ISDN interfaces. * EDSS1 is the "Euro-ISDN", 1TR6 is the soon obsolete german ISDN Interface. diff --git a/sys/i386/Makefile b/sys/i386/Makefile index 4ad5a34556fb8..755a53cc45671 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 7.3 (Berkeley) 6/9/91 -# $Id$ +# $Id: Makefile,v 1.2 1993/10/16 19:15:20 rgrimes Exp $ # Makefile for i386 tags file diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index 29caaeda505b7..dc97562958aa5 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -13,7 +13,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.13 1995/07/16 10:11:30 bde Exp $ + * $Id: apm.c,v 1.12.4.1 1995/09/14 07:08:57 davidg Exp $ */ #include "apm.h" diff --git a/sys/i386/apm/apm_init/Makefile b/sys/i386/apm/apm_init/Makefile index 3cc1f9d5e00ab..adb25629ec95b 100644 --- a/sys/i386/apm/apm_init/Makefile +++ b/sys/i386/apm/apm_init/Makefile @@ -12,7 +12,7 @@ # # Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) # -# $Id: Makefile,v 1.3 1995/02/17 02:22:30 phk Exp $ +# $Id: Makefile,v 1.4 1995/05/30 07:58:11 rgrimes Exp $ # OBJS = apm_init.o real_prot.o table.o diff --git a/sys/i386/apm/apm_init/apm_init.S b/sys/i386/apm/apm_init/apm_init.S index 76becc44d202e..d5b243ad5d4c4 100644 --- a/sys/i386/apm/apm_init/apm_init.S +++ b/sys/i386/apm/apm_init/apm_init.S @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_init.S,v 1.3 1994/10/01 21:29:49 phk Exp $ + * $Id: apm_init.S,v 1.4 1995/02/17 02:22:31 phk Exp $ */ /* diff --git a/sys/i386/apm/apm_init/bin2asm.c b/sys/i386/apm/apm_init/bin2asm.c index 09c98f450ff19..e9b6384fea9c1 100644 --- a/sys/i386/apm/apm_init/bin2asm.c +++ b/sys/i386/apm/apm_init/bin2asm.c @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: bin2asm.c,v 1.3 1995/02/17 02:22:33 phk Exp $ + * $Id: bin2asm.c,v 1.4 1995/05/30 07:58:13 rgrimes Exp $ */ #include <stdio.h> diff --git a/sys/i386/apm/apm_init/real_prot.S b/sys/i386/apm/apm_init/real_prot.S index d61a394bb7635..a2681cba0eb0a 100644 --- a/sys/i386/apm/apm_init/real_prot.S +++ b/sys/i386/apm/apm_init/real_prot.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.2 1993/10/16 19:11:27 rgrimes Exp $ + * $Id: real_prot.S,v 1.1 1994/10/01 02:55:51 davidg Exp $ */ diff --git a/sys/i386/apm/apm_init/real_prot.h b/sys/i386/apm/apm_init/real_prot.h index 93b3f28fd4271..8f5e373db7fd5 100644 --- a/sys/i386/apm/apm_init/real_prot.h +++ b/sys/i386/apm/apm_init/real_prot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id: real_prot.h,v 1.2 1995/02/17 02:22:33 phk Exp $ + * $Id: real_prot.h,v 1.3 1995/05/30 07:58:16 rgrimes Exp $ */ /* diff --git a/sys/i386/apm/apm_init/rmaouthdr b/sys/i386/apm/apm_init/rmaouthdr index 47838b0693521..9dc9057ef123f 100644 --- a/sys/i386/apm/apm_init/rmaouthdr +++ b/sys/i386/apm/apm_init/rmaouthdr @@ -1,6 +1,6 @@ #!/bin/csh -f # # from: Mach, Revision 2.2 92/04/04 11:36:01 rpd -# $Id: rmaouthdr,v 1.3 1993/10/16 19:11:37 rgrimes Exp $ +# $Id: rmaouthdr,v 1.1 1994/10/01 02:55:53 davidg Exp $ # dd if=$1 of=$2 ibs=32 skip=1 obs=1024b diff --git a/sys/i386/apm/apm_init/table.c b/sys/i386/apm/apm_init/table.c index b50d60fe803ac..f4d0733487ce4 100644 --- a/sys/i386/apm/apm_init/table.c +++ b/sys/i386/apm/apm_init/table.c @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: table.c,v 1.3 1995/02/17 02:22:34 phk Exp $ + * $Id: table.c,v 1.4 1995/05/30 07:58:18 rgrimes Exp $ */ #include <apm_bios.h> diff --git a/sys/i386/apm/apm_setup.h b/sys/i386/apm/apm_setup.h index f5e67efec461b..90874e1a3276f 100644 --- a/sys/i386/apm/apm_setup.h +++ b/sys/i386/apm/apm_setup.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.h,v 1.3 1995/02/17 02:22:22 phk Exp $ + * $Id: apm_setup.h,v 1.4 1995/05/30 07:58:08 rgrimes Exp $ */ extern u_long apm_version; diff --git a/sys/i386/apm/apm_setup.s b/sys/i386/apm/apm_setup.s index b3ae77d26a56e..dba2be70a72ba 100644 --- a/sys/i386/apm/apm_setup.s +++ b/sys/i386/apm/apm_setup.s @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_setup.s,v 1.4 1994/10/10 01:14:03 phk Exp $ + * $Id: apm_setup.s,v 1.5 1995/02/17 02:22:23 phk Exp $ */ #include "apm.h" diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index c151bf2804a2e..346062cfc1548 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1995/03/28 19:22:34 phk Exp $ +# $Id: Makefile,v 1.25 1995/04/15 08:24:33 phk Exp $ SUBDIR= biosboot netboot dosboot kzipboot diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile index 7dfcf5420a707..71fee274fa083 100644 --- a/sys/i386/boot/biosboot/Makefile +++ b/sys/i386/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1995/04/20 18:36:13 phk Exp $ +# $Id: Makefile,v 1.30 1995/04/20 23:15:03 joerg Exp $ # PROG= boot diff --git a/sys/i386/boot/biosboot/README.386BSD b/sys/i386/boot/biosboot/README.386BSD index e8e7d028747f4..37ced007d66c7 100644 --- a/sys/i386/boot/biosboot/README.386BSD +++ b/sys/i386/boot/biosboot/README.386BSD @@ -149,4 +149,4 @@ Before you do this ensure you have a booting floppy with correct disktab and bootblock files on it so that if it doesn't work, you can re-disklabel from the floppy. -$Id: README.386BSD,v 1.2 1993/10/16 19:11:25 rgrimes Exp $ +$Id: README.386BSD,v 1.3 1995/02/16 12:02:08 jkh Exp $ diff --git a/sys/i386/boot/biosboot/README.MACH b/sys/i386/boot/biosboot/README.MACH index cb6232936e281..9de108123bd2d 100644 --- a/sys/i386/boot/biosboot/README.MACH +++ b/sys/i386/boot/biosboot/README.MACH @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:33:55 rpd - * $Id$ + * $Id: README.MACH,v 1.3 1993/10/16 19:11:26 rgrimes Exp $ */ ********NOTE: This is not all relevant to the 386BSD version********** diff --git a/sys/i386/boot/biosboot/README.serial b/sys/i386/boot/biosboot/README.serial index d2a24afda35da..0e08c4f6a0df0 100644 --- a/sys/i386/boot/biosboot/README.serial +++ b/sys/i386/boot/biosboot/README.serial @@ -152,4 +152,4 @@ CAVEATS: from the new kernel. -$Id: README.serial,v 1.2 1995/02/16 07:37:35 wpaul Exp $ +$Id: README.serial,v 1.3 1995/04/20 23:15:07 joerg Exp $ diff --git a/sys/i386/boot/biosboot/asm.S b/sys/i386/boot/biosboot/asm.S index ac59d5bb3bcb1..7d04d643cef92 100644 --- a/sys/i386/boot/biosboot/asm.S +++ b/sys/i386/boot/biosboot/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $Id: asm.S,v 1.5 1994/10/06 09:41:01 rgrimes Exp $ + * $Id: asm.S,v 1.6 1995/01/25 21:37:36 bde Exp $ */ diff --git a/sys/i386/boot/biosboot/asm.h b/sys/i386/boot/biosboot/asm.h index 5d2c380b9fd34..3044b6437103b 100644 --- a/sys/i386/boot/biosboot/asm.h +++ b/sys/i386/boot/biosboot/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $Id: asm.h,v 1.3 1993/10/16 19:11:29 rgrimes Exp $ + * $Id: asm.h,v 1.4 1995/05/30 07:58:25 rgrimes Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index 54ccf6ea0ec69..297a4fd1e9390 100644 --- a/sys/i386/boot/biosboot/bios.S +++ b/sys/i386/boot/biosboot/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.3 1994/10/02 05:18:25 rgrimes Exp $ + * $Id: bios.S,v 1.4 1994/11/18 05:02:12 phk Exp $ */ /* diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c index 11b538ea5a48d..887ab2b6c49f8 100644 --- a/sys/i386/boot/biosboot/boot.c +++ b/sys/i386/boot/biosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, [92/04/03 16:51:14 rvb] - * $Id: boot.c,v 1.44 1995/06/11 19:31:10 rgrimes Exp $ + * $Id: boot.c,v 1.44.2.1 1995/08/23 04:29:21 davidg Exp $ */ diff --git a/sys/i386/boot/biosboot/boot.h b/sys/i386/boot/biosboot/boot.h index e054257d4d511..c4f00ba0929b9 100644 --- a/sys/i386/boot/biosboot/boot.h +++ b/sys/i386/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.10 1995/05/30 07:58:29 rgrimes Exp $ + * $Id: boot.h,v 1.10.4.1 1995/08/23 04:32:44 davidg Exp $ */ #include <sys/types.h> diff --git a/sys/i386/boot/biosboot/boot2.S b/sys/i386/boot/biosboot/boot2.S index 26a5442dc7067..ffc536344b2d6 100644 --- a/sys/i386/boot/biosboot/boot2.S +++ b/sys/i386/boot/biosboot/boot2.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd - * $Id: boot2.S,v 1.5 1994/08/30 01:38:03 bde Exp $ + * $Id: boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp $ */ #include "asm.h" diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index ff3abe2ce7a88..98233a2c65a56 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.13.4.1 1995/08/23 04:34:30 davidg Exp $ + * $Id: disk.c,v 1.13.4.2 1995/09/30 11:52:28 davidg Exp $ */ /* diff --git a/sys/i386/boot/biosboot/io.c b/sys/i386/boot/biosboot/io.c index a9d4844d7acee..e3c63b817d7bd 100644 --- a/sys/i386/boot/biosboot/io.c +++ b/sys/i386/boot/biosboot/io.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:57 rpd - * $Id: io.c,v 1.14 1995/05/30 07:58:33 rgrimes Exp $ + * $Id: io.c,v 1.14.4.1 1995/08/23 04:35:52 davidg Exp $ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/probe_keyboard.c b/sys/i386/boot/biosboot/probe_keyboard.c index bd5113c5b7ccd..fd2cddf799f0a 100644 --- a/sys/i386/boot/biosboot/probe_keyboard.c +++ b/sys/i386/boot/biosboot/probe_keyboard.c @@ -42,7 +42,7 @@ * * This grody hack brought to you by Bill Paul (wpaul@ctr.columbia.edu) * - * $Id: probe_keyboard.c,v 1.4 1995/04/14 21:26:52 joerg Exp $ + * $Id: probe_keyboard.c,v 1.5 1995/04/20 23:15:10 joerg Exp $ */ #ifndef FORCE_COMCONSOLE diff --git a/sys/i386/boot/biosboot/serial.S b/sys/i386/boot/biosboot/serial.S index 281442418c570..8bf7903628921 100644 --- a/sys/i386/boot/biosboot/serial.S +++ b/sys/i386/boot/biosboot/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: serial.S,v 1.2 1995/03/19 06:10:32 phk Exp $ + * $Id: serial.S,v 1.3 1995/04/21 16:30:18 bde Exp $ */ /* diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S index 94ebc046538d3..51e5ff43eb83c 100644 --- a/sys/i386/boot/biosboot/start.S +++ b/sys/i386/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.6 1995/09/16 13:51:20 bde Exp $ + * $Id: start.S,v 1.5.8.1 1995/09/30 11:49:28 davidg Exp $ */ /* diff --git a/sys/i386/boot/biosboot/sys.c b/sys/i386/boot/biosboot/sys.c index e04110e4be582..b97dfcc23b3ff 100644 --- a/sys/i386/boot/biosboot/sys.c +++ b/sys/i386/boot/biosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:34 rpd - * $Id: sys.c,v 1.9 1995/05/30 07:58:34 rgrimes Exp $ + * $Id: sys.c,v 1.9.4.1 1995/08/23 04:36:42 davidg Exp $ */ #include "boot.h" diff --git a/sys/i386/boot/biosboot/table.c b/sys/i386/boot/biosboot/table.c index aa9778911b972..28064ed2604a3 100644 --- a/sys/i386/boot/biosboot/table.c +++ b/sys/i386/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.7 1995/05/30 07:58:36 rgrimes Exp $ + * $Id: table.c,v 1.7.4.1 1995/08/23 04:38:47 davidg Exp $ */ /* diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile index 4646bbb0c229a..9e308f9a87b1a 100644 --- a/sys/i386/boot/dosboot/Makefile +++ b/sys/i386/boot/dosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/03/28 19:22:43 phk Exp $ +# $Id: Makefile,v 1.2 1995/05/30 07:58:41 rgrimes Exp $ # MPROG= fbsdboot.exe diff --git a/sys/i386/boot/dosboot/ansi.h b/sys/i386/boot/dosboot/ansi.h index 4acad948f68e2..66662e62e39c1 100644 --- a/sys/i386/boot/dosboot/ansi.h +++ b/sys/i386/boot/dosboot/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)ansi.h 7.1 (Berkeley) 3/9/91
- * $Id: ansi.h,v 1.2 1993/10/16 14:39:05 rgrimes Exp $
+ * $Id: ansi.h,v 1.2 1995/04/27 18:22:12 phk Exp $
*/
#ifndef _ANSI_H_
diff --git a/sys/i386/boot/dosboot/boot.c b/sys/i386/boot/dosboot/boot.c index 8482279bea24d..07de5b2baa658 100644 --- a/sys/i386/boot/dosboot/boot.c +++ b/sys/i386/boot/dosboot/boot.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.9.2.1 1994/05/01 05:14:49 rgrimes Exp $
+ * $Id: boot.c,v 1.2 1995/04/27 18:22:13 phk Exp $
*/
diff --git a/sys/i386/boot/dosboot/boot.h b/sys/i386/boot/dosboot/boot.h index 322610f6ab0b9..c7c7939aef8c6 100644 --- a/sys/i386/boot/dosboot/boot.h +++ b/sys/i386/boot/dosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:03 rpd
- * $Id: boot.h,v 1.3 1993/10/16 19:11:32 rgrimes Exp $
+ * $Id: boot.h,v 1.2 1995/04/27 18:22:14 phk Exp $
*/
#include "types.h"
diff --git a/sys/i386/boot/dosboot/bootinfo.h b/sys/i386/boot/dosboot/bootinfo.h index 8315158db1cb8..484c24968da38 100644 --- a/sys/i386/boot/dosboot/bootinfo.h +++ b/sys/i386/boot/dosboot/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootinfo.h,v 1.3 1994/11/18 05:26:52 phk Exp $
+ * $Id: bootinfo.h,v 1.2 1995/04/27 18:22:15 phk Exp $
*/
#ifndef _MACHINE_BOOTINFO_H_
diff --git a/sys/i386/boot/dosboot/cdefs.h b/sys/i386/boot/dosboot/cdefs.h index 09995d4a391d3..263d2169c87c5 100644 --- a/sys/i386/boot/dosboot/cdefs.h +++ b/sys/i386/boot/dosboot/cdefs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)cdefs.h 8.1 (Berkeley) 6/2/93
- * $Id: cdefs.h,v 1.6 1993/10/16 17:16:24 rgrimes Exp $
+ * $Id: cdefs.h,v 1.2 1995/04/27 18:22:15 phk Exp $
*/
#ifndef _CDEFS_H_
diff --git a/sys/i386/boot/dosboot/dinode.h b/sys/i386/boot/dosboot/dinode.h index adfac172282e7..0f676346f46a2 100644 --- a/sys/i386/boot/dosboot/dinode.h +++ b/sys/i386/boot/dosboot/dinode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dinode.h 7.10 (Berkeley) 5/8/91
- * $Id: dinode.h,v 1.5 1993/12/19 22:51:07 alm Exp $
+ * $Id: dinode.h,v 1.2 1995/04/27 18:22:16 phk Exp $
*/
#ifndef _UFS_DINODE_H_
diff --git a/sys/i386/boot/dosboot/dir.h b/sys/i386/boot/dosboot/dir.h index bc02fde23d7e2..6bb49d0b103e9 100644 --- a/sys/i386/boot/dosboot/dir.h +++ b/sys/i386/boot/dosboot/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)dir.h 7.3 (Berkeley) 2/5/91
- * $Id: dir.h,v 1.2 1993/10/16 17:16:31 rgrimes Exp $
+ * $Id: dir.h,v 1.2 1995/04/27 18:22:17 phk Exp $
*/
/*
diff --git a/sys/i386/boot/dosboot/disk.c b/sys/i386/boot/dosboot/disk.c index 0a5fcec9b86fc..7460fe4ff2fd4 100644 --- a/sys/i386/boot/dosboot/disk.c +++ b/sys/i386/boot/dosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:35:49 rpd
- * $Id: disk.c,v 1.4 1994/02/22 22:59:40 rgrimes Exp $
+ * $Id: disk.c,v 1.2 1995/04/27 18:22:17 phk Exp $
*/
#include <stdio.h>
#include <memory.h>
diff --git a/sys/i386/boot/dosboot/disklabe.h b/sys/i386/boot/dosboot/disklabe.h index c155df5783982..99d23cd959681 100644 --- a/sys/i386/boot/dosboot/disklabe.h +++ b/sys/i386/boot/dosboot/disklabe.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id: disklabel.h,v 1.8 1994/11/14 13:08:44 bde Exp $
+ * $Id: disklabe.h,v 1.2 1995/04/27 18:22:18 phk Exp $
*/
#ifndef _SYS_DISKLABEL_H_
diff --git a/sys/i386/boot/dosboot/dkbad.h b/sys/i386/boot/dosboot/dkbad.h index 33f1c5373ae60..15fd0fa89ba4f 100644 --- a/sys/i386/boot/dosboot/dkbad.h +++ b/sys/i386/boot/dosboot/dkbad.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)dkbad.h 8.1 (Berkeley) 6/2/93
- * $Id: dkbad.h,v 1.5 1995/04/15 23:21:28 bde Exp $
+ * $Id: dkbad.h,v 1.2 1995/04/27 18:22:19 phk Exp $
*/
#ifndef _SYS_DKBAD_H_
diff --git a/sys/i386/boot/dosboot/endian.h b/sys/i386/boot/dosboot/endian.h index ff7dad5b10bf6..2d60bac9ad40c 100644 --- a/sys/i386/boot/dosboot/endian.h +++ b/sys/i386/boot/dosboot/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)endian.h 7.8 (Berkeley) 4/3/91
- * $Id: endian.h,v 1.5 1994/09/10 20:03:14 csgr Exp $
+ * $Id: endian.h,v 1.2 1995/04/27 18:22:21 phk Exp $
*/
#ifndef _MACHINE_ENDIAN_H_
diff --git a/sys/i386/boot/dosboot/exec.h b/sys/i386/boot/dosboot/exec.h index 6f6a9e97ee1ca..45e5c58d0e2af 100644 --- a/sys/i386/boot/dosboot/exec.h +++ b/sys/i386/boot/dosboot/exec.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 1/21/94
- * $Id: exec.h,v 1.9 1994/10/09 21:50:57 sos Exp $
+ * $Id: exec.h,v 1.2 1995/04/27 18:22:22 phk Exp $
*/
#ifndef _SYS_EXEC_H_
diff --git a/sys/i386/boot/dosboot/fs.h b/sys/i386/boot/dosboot/fs.h index 68ccd98040f22..9db12c9051615 100644 --- a/sys/i386/boot/dosboot/fs.h +++ b/sys/i386/boot/dosboot/fs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)fs.h 7.12 (Berkeley) 5/8/91
- * $Id: fs.h,v 1.6 1993/12/19 22:51:09 alm Exp $
+ * $Id: fs.h,v 1.2 1995/04/27 18:22:25 phk Exp $
*/
#ifndef _UFS_FS_H_
diff --git a/sys/i386/boot/dosboot/imgact.h b/sys/i386/boot/dosboot/imgact.h index dde841e1ea834..c8ae79b4256ea 100644 --- a/sys/i386/boot/dosboot/imgact.h +++ b/sys/i386/boot/dosboot/imgact.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id: imgact_aout.h,v 1.1 1994/09/24 21:09:18 davidg Exp $
+ * $Id: imgact.h,v 1.2 1995/04/27 18:22:26 phk Exp $
*/
#ifndef _IMGACT_AOUT_H_
diff --git a/sys/i386/boot/dosboot/inode.h b/sys/i386/boot/dosboot/inode.h index 9f9310b0416e0..843cd8b57e02b 100644 --- a/sys/i386/boot/dosboot/inode.h +++ b/sys/i386/boot/dosboot/inode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* from: @(#)inode.h 7.17 (Berkeley) 5/8/91
- * $Id: inode.h,v 1.6 1993/12/19 00:55:37 wollman Exp $
+ * $Id: inode.h,v 1.2 1995/04/27 18:22:27 phk Exp $
*/
#ifndef _UFS_INODE_H_
diff --git a/sys/i386/boot/dosboot/mexec.h b/sys/i386/boot/dosboot/mexec.h index dbaf8f2b28ab1..7b043382bb2c3 100644 --- a/sys/i386/boot/dosboot/mexec.h +++ b/sys/i386/boot/dosboot/mexec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)exec.h 8.1 (Berkeley) 6/11/93
- * $Id: exec.h,v 1.5 1994/09/24 21:36:38 davidg Exp $
+ * $Id: mexec.h,v 1.2 1995/04/27 18:22:28 phk Exp $
*/
#ifndef _EXEC_H_
diff --git a/sys/i386/boot/dosboot/param.h b/sys/i386/boot/dosboot/param.h index 67882bfb70b38..d24cf4e36e202 100644 --- a/sys/i386/boot/dosboot/param.h +++ b/sys/i386/boot/dosboot/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
- * $Id: param.h,v 1.16 1994/09/18 22:05:22 bde Exp $
+ * $Id: param.h,v 1.2 1995/04/27 18:22:28 phk Exp $
*/
#ifndef _MACHINE_PARAM_H_
diff --git a/sys/i386/boot/dosboot/quota.h b/sys/i386/boot/dosboot/quota.h index e1d72077748d8..a7be1041bc684 100644 --- a/sys/i386/boot/dosboot/quota.h +++ b/sys/i386/boot/dosboot/quota.h @@ -34,7 +34,7 @@ * SUCH DAMAGE.
*
* from: @(#)quota.h 7.9 (Berkeley) 2/22/91
- * $Id: quota.h,v 1.3 1993/11/25 01:38:27 wollman Exp $
+ * $Id: quota.h,v 1.2 1995/04/27 18:22:31 phk Exp $
*/
#ifndef _QUOTA_
diff --git a/sys/i386/boot/dosboot/reboot.h b/sys/i386/boot/dosboot/reboot.h index 51b5f1f98f756..63b67f41f23dd 100644 --- a/sys/i386/boot/dosboot/reboot.h +++ b/sys/i386/boot/dosboot/reboot.h @@ -31,7 +31,7 @@ * SUCH DAMAGE.
*
* @(#)reboot.h 8.1 (Berkeley) 6/2/93
- * $Id: reboot.h,v 1.7 1994/11/26 09:08:40 phk Exp $
+ * $Id: reboot.h,v 1.2 1995/04/27 18:22:32 phk Exp $
*/
#ifndef _SYS_REBOOT_H_
diff --git a/sys/i386/boot/dosboot/sys.c b/sys/i386/boot/dosboot/sys.c index 172545cc7235b..a15ab92ec7da9 100644 --- a/sys/i386/boot/dosboot/sys.c +++ b/sys/i386/boot/dosboot/sys.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes.
*
* from: Mach, Revision 2.2 92/04/04 11:36:34 rpd
- * $Id: sys.c,v 1.3 1993/10/16 19:11:39 rgrimes Exp $
+ * $Id: sys.c,v 1.2 1995/04/27 18:22:33 phk Exp $
*/
#include <stdio.h>
#include <string.h>
diff --git a/sys/i386/boot/dosboot/syslimit.h b/sys/i386/boot/dosboot/syslimit.h index 007dbc615fcc7..99e832d87c612 100644 --- a/sys/i386/boot/dosboot/syslimit.h +++ b/sys/i386/boot/dosboot/syslimit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)syslimits.h 7.4 (Berkeley) 2/4/91 - * $Id: syslimits.h,v 1.4 1994/01/20 22:57:32 davidg Exp $ + * $Id: syslimit.h,v 1.2 1995/04/27 18:22:34 phk Exp $ */ #ifndef _SYS_SYSLIMITS_H_ diff --git a/sys/i386/boot/dosboot/sysparam.h b/sys/i386/boot/dosboot/sysparam.h index 6331d6932ff92..facbfb176ce50 100644 --- a/sys/i386/boot/dosboot/sysparam.h +++ b/sys/i386/boot/dosboot/sysparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)param.h 8.2 (Berkeley) 1/21/94
- * $Id: param.h,v 1.5 1994/09/01 05:12:51 davidg Exp $
+ * $Id: sysparam.h,v 1.2 1995/04/27 18:22:35 phk Exp $
*/
#ifndef _SYS_PARAM_H_
diff --git a/sys/i386/boot/dosboot/types.h b/sys/i386/boot/dosboot/types.h index 77d83731065ec..ebebca5d65329 100644 --- a/sys/i386/boot/dosboot/types.h +++ b/sys/i386/boot/dosboot/types.h @@ -36,7 +36,7 @@ * SUCH DAMAGE.
*
* @(#)types.h 8.4 (Berkeley) 1/21/94
- * $Id: types.h,v 1.4 1994/09/25 15:56:25 davidg Exp $
+ * $Id: types.h,v 1.2 1995/04/27 18:22:36 phk Exp $
*/
#ifndef _SYS_TYPES_H_
diff --git a/sys/i386/boot/kzipboot/Makefile b/sys/i386/boot/kzipboot/Makefile index d24eb59bc767e..74a32afc2a5a7 100644 --- a/sys/i386/boot/kzipboot/Makefile +++ b/sys/i386/boot/kzipboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/10/06 02:57:22 peter Exp $ +# $Id: Makefile,v 1.2.4.4 1995/10/06 04:43:25 jkh Exp $ PROG= kztail.o kzhead.o BINMODE = 444 # target is a relocatable object diff --git a/sys/i386/boot/netboot/3c509.c b/sys/i386/boot/netboot/3c509.c index 9ebfe5d3ae2c2..47678602110ce 100644 --- a/sys/i386/boot/netboot/3c509.c +++ b/sys/i386/boot/netboot/3c509.c @@ -18,7 +18,7 @@ Author: Martin Renters. 3c509 support added by Serge Babkin (babkin@hq.icb.chel.su) -$Id: 3c509.c,v 1.1 1995/04/12 20:14:56 martin Exp $ +$Id: 3c509.c,v 1.2 1995/05/30 07:58:52 rgrimes Exp $ ***************************************************************************/ diff --git a/sys/i386/conf/BOOTMFS b/sys/i386/conf/BOOTMFS new file mode 100644 index 0000000000000..585a170f500e6 --- /dev/null +++ b/sys/i386/conf/BOOTMFS @@ -0,0 +1,120 @@ +# +# BOOTMFS -- Generic machine with WD/AHx/NCR/BTx family disks +# +# $Id: BOOTMFS,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $ +# + +machine "i386" +cpu "I386_CPU" +cpu "I486_CPU" +cpu "I586_CPU" +ident BOOTMFS +maxusers 10 + +options MATH_EMULATE #Support for x87 emulation +options INET #InterNETworking +options FFS #Berkeley Fast Filesystem +options NFS #Network Filesystem +options MSDOSFS #MSDOS Filesystem +options "CD9660" #ISO 9660 Filesystem +options "COMPAT_43" #Compatible with BSD 4.3 +options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device +options BOUNCE_BUFFERS #include support for DMA bounce buffers +options UCONSOLE #Allow users to grab the console + + +config kernel root on wd0 + +controller isa0 +controller pci0 + +controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr +disk fd0 at fdc0 drive 0 +disk fd1 at fdc0 drive 1 +tape ft0 at fdc0 drive 2 + +controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr +disk wd0 at wdc0 drive 0 +disk wd1 at wdc0 drive 1 + +controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr +disk wd2 at wdc1 drive 0 +disk wd3 at wdc1 drive 1 + +#options ATAPI #Enable ATAPI support for IDE bus +#device wcd0 #IDE CD-ROM + +controller ncr0 +controller ahc0 + +controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr +controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr +controller ahc1 at isa? bio irq ? vector ahcintr +controller ahb0 at isa? bio irq ? vector ahbintr +controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr +controller aic0 at isa? port 0x340 bio irq 11 vector aicintr +controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr +controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr +controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr + +controller scbus0 + +device sd0 + +device st0 + +device cd0 #Only need one of these, the code dynamically grows + +device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr +device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr +device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr + +controller matcd0 at isa? port 0x230 bio + +device scd0 at isa? port 0x230 bio + +# syscons is the default console driver, resembling an SCO console +device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr +# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint +#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 +#options XSERVER # include code for XFree86 + +device npx0 at isa? port "IO_NPX" irq 13 vector npxintr + +device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr +device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr +device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr +device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr + +device lpt0 at isa? port? tty irq 7 vector lptintr +device lpt1 at isa? port? tty +device lpt2 at isa? port? tty +device mse0 at isa? port 0x23c tty irq 5 vector mseintr + +# Order is important here due to intrusive probes, do *not* alphabetize +# this list of network interfaces until the probes have been fixed. +# Right now it appears that the ie0 must be probed before ep0. See +# revision 1.20 of this file. +device de0 +device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr +device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr +device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr +device ep0 at isa? port 0x300 net irq 10 vector epintr +device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr +device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr +device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr +device lnc1 at isa? port 0x300 net irq 10 drq 0 vector lncintr +device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr +device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr + +pseudo-device loop +pseudo-device ether +pseudo-device log +pseudo-device sl 1 +# ijppp uses tun instead of ppp device +#pseudo-device ppp 1 +pseudo-device tun 1 +pseudo-device gzip # Exec gzipped a.out's +options "MFS_ROOT=1000" +options MFS diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 23604f341f687..b074f90d05b26 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.46.2.5 1995/09/23 00:50:05 jkh Exp $ +# $Id: GENERIC,v 1.46.2.6 1995/10/25 17:29:51 jkh Exp $ # machine "i386" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index a2328ed0cbf7d..b2ec92ff96788 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.184.4.8 1995/10/11 06:26:55 davidg Exp $ +# $Id: LINT,v 1.184.4.9 1995/10/25 17:29:53 jkh Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 19e5c4ac0058f..622a0ef9f9e4b 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.64 1995/05/30 07:59:05 rgrimes Exp $ +# $Id: Makefile.i386,v 1.64.4.1 1995/08/23 05:00:48 davidg Exp $ # # Makefile for FreeBSD # diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386 index 904a399e93fa5..cc28d24e53590 100644 --- a/sys/i386/conf/devices.i386 +++ b/sys/i386/conf/devices.i386 @@ -1,6 +1,6 @@ # This file tells what major numbers the various possible swap devices have. # -# $Id: devices.i386,v 1.9 1995/08/19 15:59:25 joerg Exp $ +# $Id: devices.i386,v 1.8.4.1 1995/09/14 23:47:09 jkh Exp $ # wd 0 dk 1 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 146402a3d2bb1..db5bc18d9d410 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.98.4.4 1995/09/10 01:51:13 davidg Exp $ +# $Id: files.i386,v 1.98.4.5 1995/09/14 23:47:10 jkh Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index ca6baf3f0cd8c..ca262e730d43a 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisaconf.c,v 1.1 1995/04/23 08:55:41 julian Exp $ + * $Id: eisaconf.c,v 1.2 1995/05/30 07:59:07 rgrimes Exp $ */ /* diff --git a/sys/i386/eisa/eisaconf.h b/sys/i386/eisa/eisaconf.h index 9b16c23543fa0..5fbf9945f1f9e 100644 --- a/sys/i386/eisa/eisaconf.h +++ b/sys/i386/eisa/eisaconf.h @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisaconf.h,v 1.1 1995/04/23 08:55:42 julian Exp $ + * $Id: eisaconf.h,v 1.2 1995/05/30 07:59:09 rgrimes Exp $ */ /* diff --git a/sys/i386/eisa/eisadevs.c b/sys/i386/eisa/eisadevs.c index c1bb00c9ad739..3103c40a2616a 100644 --- a/sys/i386/eisa/eisadevs.c +++ b/sys/i386/eisa/eisadevs.c @@ -13,7 +13,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: eisadevs.c,v 1.2 1995/08/09 13:00:25 peter Exp $ + * $Id: eisadevs.c,v 1.1.4.1 1995/09/26 05:22:13 davidg Exp $ */ /* diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index f0648c9f4441e..c2d16ef0b8e35 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.32 1995/05/29 04:08:13 davidg Exp $ + * $Id: autoconf.c,v 1.33 1995/05/30 07:59:14 rgrimes Exp $ */ /* diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 21cbd28999176..a5cd95a6b20a0 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.85.4.3 1995/10/13 03:41:37 davidg Exp $ + * $Id: conf.c,v 1.85.4.4 1995/10/14 13:52:32 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/cons.c b/sys/i386/i386/cons.c index 8d991923c8e56..dd46b44d0a15a 100644 --- a/sys/i386/i386/cons.c +++ b/sys/i386/i386/cons.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)cons.c 7.2 (Berkeley) 5/9/91 - * $Id: cons.c,v 1.28 1995/05/30 07:59:18 rgrimes Exp $ + * $Id: cons.c,v 1.28.4.1 1995/08/23 05:17:52 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/cons.h b/sys/i386/i386/cons.h index d99c3e5b06ea3..25f73db5d18ff 100644 --- a/sys/i386/i386/cons.h +++ b/sys/i386/i386/cons.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)cons.h 7.2 (Berkeley) 5/9/91 - * $Id: cons.h,v 1.8 1995/04/23 12:55:55 bde Exp $ + * $Id: cons.h,v 1.9 1995/04/24 16:43:01 bde Exp $ */ #ifndef _MACHINE_CONS_H_ diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 8ce7365a7ac91..5ec95baa4632b 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_disasm.c,v 1.8 1995/01/29 02:38:15 bde Exp $ + * $Id: db_disasm.c,v 1.9 1995/05/30 07:59:20 rgrimes Exp $ */ /* diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index 8daa0a27aa320..16a62024fbfec 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.13 1995/04/08 21:31:53 joerg Exp $ + * $Id: db_interface.c,v 1.14 1995/05/30 07:59:22 rgrimes Exp $ */ /* diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index dcbf19410f948..7c41c8209f734 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trace.c,v 1.10 1995/03/16 18:11:26 bde Exp $ + * $Id: db_trace.c,v 1.11 1995/05/30 07:59:23 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/dkbad.c b/sys/i386/i386/dkbad.c index cc70487ae3048..0e963fc9f6a00 100644 --- a/sys/i386/i386/dkbad.c +++ b/sys/i386/i386/dkbad.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)dkbad.c 5.4 (Berkeley) 1/19/91 - * $Id: dkbad.c,v 1.3 1993/12/19 00:50:01 wollman Exp $ + * $Id: dkbad.c,v 1.4 1994/08/13 03:49:38 wollman Exp $ */ diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index e0e7b3c68631e..4af49d506f5b1 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exception.s,v 1.9 1995/06/11 19:31:13 rgrimes Exp $ + * $Id: exception.s,v 1.9.2.1 1995/08/23 05:22:34 davidg Exp $ */ #include "npx.h" /* NNPX */ diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index a5261849d80e0..552cc9a336c10 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.26 1995/05/25 07:41:18 davidg Exp $ + * $Id: genassym.c,v 1.27 1995/05/30 07:59:25 rgrimes Exp $ */ #include <stdio.h> diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c index 1764a58da93bb..4c79e22ff5518 100644 --- a/sys/i386/i386/in_cksum.c +++ b/sys/i386/i386/in_cksum.c @@ -32,7 +32,7 @@ * * from tahoe: in_cksum.c 1.2 86/01/05 * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 - * $Id: in_cksum.c,v 1.6 1994/08/13 03:49:39 wollman Exp $ + * $Id: in_cksum.c,v 1.7 1995/05/30 07:59:31 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index af3cc58ea8a70..0b6d4a1b9dccc 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $Id: locore.s,v 1.52.4.1 1995/08/19 00:51:53 davidg Exp $ + * $Id: locore.s,v 1.52.4.2 1995/09/30 13:42:32 davidg Exp $ */ /* diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 57d026f937157..1ff7ee8483ac8 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.128.4.3 1995/09/08 04:22:49 davidg Exp $ + * $Id: machdep.c,v 1.128.4.4 1995/10/25 11:14:38 davidg Exp $ */ #include "npx.h" diff --git a/sys/i386/i386/math_emu.h b/sys/i386/i386/math_emu.h index 453a903554a62..a29ebdebe5562 100644 --- a/sys/i386/i386/math_emu.h +++ b/sys/i386/i386/math_emu.h @@ -3,7 +3,7 @@ * * (C) 1991 Linus Torvalds * - * $Id$ + * $Id: math_emu.h,v 1.2 1993/10/16 14:15:02 rgrimes Exp $ */ #ifndef _LINUX_MATH_EMU_H #define _LINUX_MATH_EMU_H diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c index 392a18950eb8c..330c6bcd572fa 100644 --- a/sys/i386/i386/math_emulate.c +++ b/sys/i386/i386/math_emulate.c @@ -6,7 +6,7 @@ * [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj] * * from: 386BSD 0.1 - * $Id: math_emulate.c,v 1.12 1995/05/30 07:59:35 rgrimes Exp $ + * $Id: math_emulate.c,v 1.12.4.1 1995/08/23 07:20:29 davidg Exp $ */ /* diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index ae65b98449b82..eeaed6ae225d1 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -38,7 +38,7 @@ * * from: Utah $Hdr: mem.c 1.13 89/10/08$ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91 - * $Id: mem.c,v 1.9.8.1 1995/09/14 07:09:00 davidg Exp $ + * $Id: mem.c,v 1.9.8.2 1995/09/20 13:04:07 davidg Exp $ */ /* diff --git a/sys/i386/i386/microtime.s b/sys/i386/i386/microtime.s index 19031c727c0b2..502abb966feca 100644 --- a/sys/i386/i386/microtime.s +++ b/sys/i386/i386/microtime.s @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Steve McCanne's microtime code - * $Id: microtime.s,v 1.6 1994/08/13 17:45:09 wollman Exp $ + * $Id: microtime.s,v 1.7 1994/11/05 23:53:46 bde Exp $ */ #include <machine/asmacros.h> diff --git a/sys/i386/i386/ns_cksum.c b/sys/i386/i386/ns_cksum.c index 142c9f827eec1..402b56fb69c11 100644 --- a/sys/i386/i386/ns_cksum.c +++ b/sys/i386/i386/ns_cksum.c @@ -32,7 +32,7 @@ * * from: @(#)ns_cksum.c 7.7 (Berkeley) 4/29/91 * from NetBSD: ns_cksum.c,v 1.2 1993/05/22 07:59:55 cgd Exp - * $Id: ns_cksum.c,v 1.2 1993/12/19 00:50:07 wollman Exp $ + * $Id: ns_cksum.c,v 1.3 1994/08/13 03:49:43 wollman Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 62412cfbd24c3..4e5fca0934226 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.58 1995/05/30 07:59:38 rgrimes Exp $ + * $Id: pmap.c,v 1.58.4.1 1995/09/12 05:36:42 davidg Exp $ */ /* diff --git a/sys/i386/i386/procfs_machdep.c b/sys/i386/i386/procfs_machdep.c index 1b51d06a6eef2..d29baa2dfa8e0 100644 --- a/sys/i386/i386/procfs_machdep.c +++ b/sys/i386/i386/procfs_machdep.c @@ -37,7 +37,7 @@ * @(#)procfs_machdep.c 8.3 (Berkeley) 1/27/94 * * From: - * $Id: procfs_machdep.c,v 1.3 1995/01/14 13:20:09 bde Exp $ + * $Id: procfs_machdep.c,v 1.4 1995/03/16 18:11:29 bde Exp $ */ /* diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index db0fa03c5e4ed..3bca98aa65426 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/support.s @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.21 1995/03/11 03:49:50 phk Exp $ + * $Id: support.s,v 1.22 1995/05/02 05:20:26 davidg Exp $ */ #include "assym.s" /* system definitions */ diff --git a/sys/i386/i386/swapgeneric.c b/sys/i386/i386/swapgeneric.c index 95fbd9d049e19..4d07077417cbb 100644 --- a/sys/i386/i386/swapgeneric.c +++ b/sys/i386/i386/swapgeneric.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)swapgeneric.c 5.5 (Berkeley) 5/9/91 - * $Id: swapgeneric.c,v 1.11 1995/08/19 15:59:35 joerg Exp $ + * $Id: swapgeneric.c,v 1.10.4.1 1995/09/30 13:50:10 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index e15298d6d0463..e8cf8699cda44 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: swtch.s,v 1.19 1995/01/21 15:20:23 bde Exp $ + * $Id: swtch.s,v 1.20 1995/02/17 02:22:42 phk Exp $ */ #include "npx.h" /* for NNPX */ diff --git a/sys/i386/i386/symbols.raw b/sys/i386/i386/symbols.raw index a2193bab8d197..aae5c07d6bbd5 100644 --- a/sys/i386/i386/symbols.raw +++ b/sys/i386/i386/symbols.raw @@ -1,6 +1,6 @@ # @(#)symbols.raw 7.6 (Berkeley) 5/8/91 # -# $Id: symbols.raw,v 1.4 1994/10/09 07:34:30 davidg Exp $ +# $Id: symbols.raw,v 1.4.8.1 1995/08/23 07:24:58 davidg Exp $ # diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 3c4f1cc264c31..f68d0d4c03027 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91 - * $Id: sys_machdep.c,v 1.8 1995/03/10 08:13:07 davidg Exp $ + * $Id: sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp $ * */ diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 3883c3d16f72b..868e487f3dc3e 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.53.2.2 1995/08/23 07:31:17 davidg Exp $ + * $Id: trap.c,v 1.53.2.3 1995/10/10 00:45:46 davidg Exp $ */ /* diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c index c558944cdd7f7..0cba215734248 100644 --- a/sys/i386/i386/userconfig.c +++ b/sys/i386/i386/userconfig.c @@ -46,7 +46,7 @@ ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** - ** $Id: userconfig.c,v 1.35 1995/10/06 05:36:51 jkh Exp $ + ** $Id: userconfig.c,v 1.28.4.3 1995/10/06 05:43:44 jkh Exp $ **/ /** @@ -2143,7 +2143,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.35 1995/10/06 05:36:51 jkh Exp $ + * $Id: userconfig.c,v 1.28.4.3 1995/10/06 05:43:44 jkh Exp $ */ diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 2ff3602015b3c..689972b1714ad 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.38 1995/05/18 09:17:07 davidg Exp $ + * $Id: vm_machdep.c,v 1.39 1995/05/30 07:59:46 rgrimes Exp $ */ #include "npx.h" diff --git a/sys/i386/ibcs2/coff.h b/sys/i386/ibcs2/coff.h index 0a25b84ee5840..468908376a94d 100644 --- a/sys/i386/ibcs2/coff.h +++ b/sys/i386/ibcs2/coff.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: coff.h,v 1.1 1994/10/12 19:37:16 sos Exp $ + * $Id: coff.h,v 1.1 1994/10/14 08:53:14 sos Exp $ */ #ifndef _COFF_H diff --git a/sys/i386/ibcs2/ibcs2.h b/sys/i386/ibcs2/ibcs2.h index 8063c7be0b843..6671a7975a7fa 100644 --- a/sys/i386/ibcs2/ibcs2.h +++ b/sys/i386/ibcs2/ibcs2.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2.h,v 1.3 1994/10/17 22:13:06 sos Exp $ + * $Id: ibcs2.h,v 1.4 1995/05/30 07:59:50 rgrimes Exp $ */ /* trace all iBCS2 system calls */ diff --git a/sys/i386/ibcs2/ibcs2_dummy.c b/sys/i386/ibcs2/ibcs2_dummy.c index 7a7c10275fafe..9fba1318f7429 100644 --- a/sys/i386/ibcs2/ibcs2_dummy.c +++ b/sys/i386/ibcs2/ibcs2_dummy.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_dummy.c,v 1.1 1994/10/14 08:52:59 sos Exp $ + * $Id: ibcs2_dummy.c,v 1.2 1995/05/30 07:59:51 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_file.c b/sys/i386/ibcs2/ibcs2_file.c index c6217582a1797..5e160419cf435 100644 --- a/sys/i386/ibcs2/ibcs2_file.c +++ b/sys/i386/ibcs2/ibcs2_file.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_file.c,v 1.2 1994/12/14 22:03:48 sos Exp $ + * $Id: ibcs2_file.c,v 1.3 1995/05/30 07:59:53 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index 2f2a6cb8a67cf..1f5beda9da16b 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_ioctl.c,v 1.3 1994/10/23 19:19:42 sos Exp $ + * $Id: ibcs2_ioctl.c,v 1.4 1995/05/30 07:59:54 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c index e2e5a5b81fcf5..c267249feb790 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.c +++ b/sys/i386/ibcs2/ibcs2_ipc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_ipc.c,v 1.1 1994/10/14 08:53:04 sos Exp $ + * $Id: ibcs2_ipc.c,v 1.2 1995/05/30 07:59:56 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index a6c9dbd09593b..493e71097ff99 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_isc.c,v 1.3 1995/04/30 11:30:12 ache Exp $ + * $Id: ibcs2_isc.c,v 1.4 1995/05/30 07:59:58 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index 742f211fd0560..57bafc162e3e7 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_misc.c,v 1.4 1995/05/02 17:14:38 ache Exp $ + * $Id: ibcs2_misc.c,v 1.5 1995/05/30 07:59:59 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_signal.c b/sys/i386/ibcs2/ibcs2_signal.c index 3171c2c2ea5a7..ab8d2898004af 100644 --- a/sys/i386/ibcs2/ibcs2_signal.c +++ b/sys/i386/ibcs2/ibcs2_signal.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_signal.c,v 1.1 1994/10/14 08:53:07 sos Exp $ + * $Id: ibcs2_signal.c,v 1.2 1995/05/30 08:00:06 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_socksys.c b/sys/i386/ibcs2/ibcs2_socksys.c index a1a52ad50851d..a8c22fdf06200 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.c +++ b/sys/i386/ibcs2/ibcs2_socksys.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_socksys.c,v 1.2 1994/10/17 22:13:08 sos Exp $ + * $Id: ibcs2_socksys.c,v 1.3 1995/05/30 08:00:07 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/i386/ibcs2/ibcs2_socksys.h b/sys/i386/ibcs2/ibcs2_socksys.h index fc5b2e2fa9633..5229872397b68 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.h +++ b/sys/i386/ibcs2/ibcs2_socksys.h @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_socksys.h,v 1.2 1994/10/17 22:13:10 sos Exp $ + * $Id: ibcs2_socksys.h,v 1.3 1995/05/30 08:00:09 rgrimes Exp $ */ struct ss_call { diff --git a/sys/i386/ibcs2/ibcs2_stats.c b/sys/i386/ibcs2/ibcs2_stats.c index eee1ef4ca155a..642ec2dada962 100644 --- a/sys/i386/ibcs2/ibcs2_stats.c +++ b/sys/i386/ibcs2/ibcs2_stats.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ibcs2_stats.c,v 1.1 1994/10/14 08:53:09 sos Exp $ + * $Id: ibcs2_stats.c,v 1.2 1995/05/30 08:00:11 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c index 23ce9ce927cb8..3d7fdfd7b5ef4 100644 --- a/sys/i386/ibcs2/ibcs2_sysent.c +++ b/sys/i386/ibcs2/ibcs2_sysent.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_sysent.c,v 1.1 1994/10/14 08:53:10 sos Exp $ + * $Id: ibcs2_sysent.c,v 1.2 1995/05/30 08:00:12 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_sysi86.c b/sys/i386/ibcs2/ibcs2_sysi86.c index 611ad1080a77d..786a8e00f40c2 100644 --- a/sys/i386/ibcs2/ibcs2_sysi86.c +++ b/sys/i386/ibcs2/ibcs2_sysi86.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_sysi86.c,v 1.1 1994/10/14 08:53:11 sos Exp $ + * $Id: ibcs2_sysi86.c,v 1.2 1995/05/30 08:00:14 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index 3bbe7e7c9e710..cb41d65b12de4 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_xenix.c,v 1.4 1995/05/02 13:14:59 ache Exp $ + * $Id: ibcs2_xenix.c,v 1.5 1995/05/30 08:00:15 rgrimes Exp $ */ #include <i386/ibcs2/ibcs2.h> diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 58ffb1b4e94e9..b4c4f065795af 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_coff.c,v 1.4.4.1 1995/08/31 10:00:11 davidg Exp $ + * $Id: imgact_coff.c,v 1.4.4.2 1995/09/15 08:36:10 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h index c98cea021c7bf..a902d997fda4e 100644 --- a/sys/i386/include/ansi.h +++ b/sys/i386/include/ansi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ansi.h 8.2 (Berkeley) 1/4/94 - * $Id: ansi.h,v 1.8 1995/06/28 01:39:26 bde Exp $ + * $Id: ansi.h,v 1.7.4.1 1995/10/01 06:29:18 davidg Exp $ */ #ifndef _MACHINE_ANSI_H_ diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 868455b3bacb7..c950708af0689 100644 --- a/sys/i386/include/apm_bios.h +++ b/sys/i386/include/apm_bios.h @@ -12,7 +12,7 @@ * * Aug, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_bios.h,v 1.4 1995/02/17 02:22:45 phk Exp $ + * $Id: apm_bios.h,v 1.5 1995/05/30 08:00:23 rgrimes Exp $ */ #ifndef _MACHINE_APM_BIOS_H_ diff --git a/sys/i386/include/apm_segments.h b/sys/i386/include/apm_segments.h index c76df0787fad1..c511f5c6d5023 100644 --- a/sys/i386/include/apm_segments.h +++ b/sys/i386/include/apm_segments.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm_segments.h,v 1.3 1995/02/17 02:22:46 phk Exp $ + * $Id: apm_segments.h,v 1.4 1995/05/30 08:00:25 rgrimes Exp $ */ #ifndef _MACHINE_APM_SEGMENTS_H diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index b2a6dc839f2e2..aa9bbe215fec0 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/include/asmacros.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: asmacros.h,v 1.4 1994/08/19 11:20:11 jkh Exp $ + * $Id: asmacros.h,v 1.5 1994/09/08 12:25:18 bde Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h index d0b471f4ee5af..919b6b205be23 100644 --- a/sys/i386/include/bootinfo.h +++ b/sys/i386/include/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootinfo.h,v 1.4 1995/01/25 21:40:32 bde Exp $ + * $Id: bootinfo.h,v 1.5 1995/05/30 08:00:26 rgrimes Exp $ */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/i386/include/cons.h b/sys/i386/include/cons.h index faa17d12332c7..4ae03493d093f 100644 --- a/sys/i386/include/cons.h +++ b/sys/i386/include/cons.h @@ -3,6 +3,6 @@ * needs to access these functions. In the mean time, just include the * header where it sits. * - * $Id$ + * $Id: cons.h,v 1.2 1994/08/02 07:38:41 davidg Exp $ */ #include <i386/i386/cons.h> diff --git a/sys/i386/include/console.h b/sys/i386/include/console.h index 870c5de887eca..ec465ea8a5878 100644 --- a/sys/i386/include/console.h +++ b/sys/i386/include/console.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: console.h,v 1.18 1995/01/28 22:15:30 sos Exp $ + * $Id: console.h,v 1.19 1995/05/30 08:00:28 rgrimes Exp $ */ #ifndef _CONSOLE_H_ diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index 58a5ab6778ba5..8075d30cc14a0 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.19 1994/12/03 10:18:24 bde Exp $ + * $Id: cpu.h,v 1.20 1995/05/04 07:50:06 davidg Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index b34e918d4ab32..fe292c43861f5 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpufunc.h,v 1.37.4.1 1995/08/23 09:40:21 davidg Exp $ + * $Id: cpufunc.h,v 1.37.4.2 1995/09/12 05:48:43 davidg Exp $ */ /* diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h index 52d8e20512242..83ac156181c84 100644 --- a/sys/i386/include/cputypes.h +++ b/sys/i386/include/cputypes.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cputypes.h,v 1.2 1993/11/07 17:42:49 wollman Exp $ + * $Id: cputypes.h,v 1.3 1994/09/04 19:59:23 pst Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/i386/include/db_machdep.h b/sys/i386/include/db_machdep.h index cae2a45e191b9..369f7f76b556d 100644 --- a/sys/i386/include/db_machdep.h +++ b/sys/i386/include/db_machdep.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $Id: db_machdep.h,v 1.7 1995/01/14 10:34:52 bde Exp $ + * $Id: db_machdep.h,v 1.8 1995/05/30 08:00:34 rgrimes Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/i386/include/devconf.h b/sys/i386/include/devconf.h index f4fbe34aa5d36..7b1d7bc85cb0c 100644 --- a/sys/i386/include/devconf.h +++ b/sys/i386/include/devconf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devconf.h,v 1.8 1995/02/04 12:47:19 se Exp $ + * $Id: devconf.h,v 1.9 1995/05/30 08:00:37 rgrimes Exp $ */ /* * devconf.h - machine-dependent device configuration table diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index ac60e4c73d207..14d1cd737e0ec 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $Id: endian.h,v 1.5 1994/09/10 20:03:14 csgr Exp $ + * $Id: endian.h,v 1.6 1995/02/12 08:31:31 jkh Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h index c08283f7384a6..65241472837fe 100644 --- a/sys/i386/include/exec.h +++ b/sys/i386/include/exec.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $Id: exec.h,v 1.4 1994/08/09 14:39:56 jkh Exp $ + * $Id: exec.h,v 1.5 1994/09/24 21:36:38 davidg Exp $ */ #ifndef _EXEC_H_ diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h index fb5967e6eadcb..3024ca2b3dd3d 100644 --- a/sys/i386/include/float.h +++ b/sys/i386/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $Id: float.h,v 1.4 1993/10/16 14:39:16 rgrimes Exp $ + * $Id: float.h,v 1.5 1993/11/07 17:42:53 wollman Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index 69cb204c835cd..65d4df8d095d1 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $Id: floatingpoint.h,v 1.5 1994/08/04 19:16:36 wollman Exp $ + * $Id: floatingpoint.h,v 1.6 1994/09/20 22:26:37 bde Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h index 9bee6edd2d13b..0c89e9ee83d40 100644 --- a/sys/i386/include/frame.h +++ b/sys/i386/include/frame.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $Id: frame.h,v 1.9 1994/05/25 08:56:02 rgrimes Exp $ + * $Id: frame.h,v 1.10 1995/03/16 18:11:42 bde Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index d36ede3cbd1e8..055f15e9e0d55 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93 - * $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $ + * $Id: ieeefp.h,v 1.2 1994/08/05 14:36:04 wollman Exp $ */ /* diff --git a/sys/i386/include/ioctl_ctx.h b/sys/i386/include/ioctl_ctx.h index a330664c85790..c9e289f3c4344 100644 --- a/sys/i386/include/ioctl_ctx.h +++ b/sys/i386/include/ioctl_ctx.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id: ioctl_ctx.h,v 1.1 1994/10/01 17:59:38 davidg Exp $ + * $Id: ioctl_ctx.h,v 1.2 1995/05/30 08:00:40 rgrimes Exp $ */ /* diff --git a/sys/i386/include/ioctl_fd.h b/sys/i386/include/ioctl_fd.h index 67329399ad848..eb9adca9ba180 100644 --- a/sys/i386/include/ioctl_fd.h +++ b/sys/i386/include/ioctl_fd.h @@ -24,7 +24,7 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * $Id: ioctl_fd.h,v 1.6 1994/09/25 18:41:21 joerg Exp $ + * $Id: ioctl_fd.h,v 1.7 1994/10/30 19:17:39 joerg Exp $ */ #ifndef _IOCTL_FD_H diff --git a/sys/i386/include/ipl.h b/sys/i386/include/ipl.h index 773fa9c700c67..f60f2e765c1af 100644 --- a/sys/i386/include/ipl.h +++ b/sys/i386/include/ipl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ipl.h,v 1.2 1994/08/02 07:38:49 davidg Exp $ */ #ifndef _ISA_IPL_H_ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index c71216f7afff1..85dff93060bb4 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $Id: limits.h,v 1.8 1994/08/02 07:38:50 davidg Exp $ + * $Id: limits.h,v 1.9 1995/02/03 21:49:18 bde Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/i386/include/lpt.h b/sys/i386/include/lpt.h index a203c7d69d54e..2a58a87eb1fe2 100644 --- a/sys/i386/include/lpt.h +++ b/sys/i386/include/lpt.h @@ -11,7 +11,7 @@ * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * - * $Id: lpt.h,v 1.2 1994/08/02 07:38:52 davidg Exp $ + * $Id: lpt.h,v 1.3 1995/05/30 08:00:41 rgrimes Exp $ */ #ifndef _LPT_PRINTER_H_ diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 34854b05c1b2e..7592c61602eaa 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: md_var.h,v 1.2 1995/03/28 07:55:08 bde Exp $ + * $Id: md_var.h,v 1.3 1995/05/30 08:00:43 rgrimes Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/i386/include/mouse.h b/sys/i386/include/mouse.h index 95a66e474c6dc..bbd99a544cee5 100644 --- a/sys/i386/include/mouse.h +++ b/sys/i386/include/mouse.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mouse.h,v 1.1 1994/05/17 14:05:31 jkh Exp $ + * $Id: mouse.h,v 1.1 1994/09/09 11:27:31 dfr Exp $ */ struct mouseinfo { diff --git a/sys/i386/include/mtpr.h b/sys/i386/include/mtpr.h index e8347e677541c..e56ef7f854006 100644 --- a/sys/i386/include/mtpr.h +++ b/sys/i386/include/mtpr.h @@ -1,4 +1,4 @@ /* * Unused in 386BSD port - * $Id$ + * $Id: mtpr.h,v 1.2 1993/10/16 14:39:21 rgrimes Exp $ */ diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index e56fdc216e2b4..62290efd43bc6 100644 --- a/sys/i386/include/npx.h +++ b/sys/i386/include/npx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $Id: npx.h,v 1.6 1994/11/05 22:59:09 bde Exp $ + * $Id: npx.h,v 1.7 1995/01/03 03:57:46 bde Exp $ */ /* diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 716c19b64b749..33ddb6f96b8e9 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.18 1995/02/19 10:36:17 gpalmer Exp $ + * $Id: param.h,v 1.19 1995/05/25 07:41:27 davidg Exp $ */ #ifndef _MACHINE_PARAM_H_ diff --git a/sys/i386/include/pc/display.h b/sys/i386/include/pc/display.h index 9e64a3f13307c..31a203cc852da 100644 --- a/sys/i386/include/pc/display.h +++ b/sys/i386/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $Id$ + * $Id: display.h,v 1.2 1993/10/16 14:40:55 rgrimes Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/i386/include/pc/msdos.h b/sys/i386/include/pc/msdos.h index ea221c7954a50..63c6c3f724b9f 100644 --- a/sys/i386/include/pc/msdos.h +++ b/sys/i386/include/pc/msdos.h @@ -3,7 +3,7 @@ * [obtained from mtools -wfj] * how to decipher DOS disk structures in coexisting with DOS * - * $Id$ + * $Id: msdos.h,v 1.2 1993/10/16 14:40:57 rgrimes Exp $ */ #define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */ diff --git a/sys/i386/include/pcaudioio.h b/sys/i386/include/pcaudioio.h index d887334702813..25d9f3b2f71a8 100644 --- a/sys/i386/include/pcaudioio.h +++ b/sys/i386/include/pcaudioio.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcaudioio.h,v 1.3 1994/09/29 08:31:39 sos Exp $ + * $Id: pcaudioio.h,v 1.4 1995/05/30 08:00:44 rgrimes Exp $ */ #ifndef _PCAUDIOIO_H_ diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 8ce7febb5ada9..2667c4797f818 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $Id: pcb.h,v 1.7 1994/10/08 22:21:33 phk Exp $ + * $Id: pcb.h,v 1.8 1994/12/03 10:02:55 bde Exp $ */ #ifndef _I386_PCB_H_ diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index 8cd0362a9c92d..d30e019ca6db8 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -42,7 +42,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $Id: pmap.h,v 1.26 1995/05/30 08:00:48 rgrimes Exp $ + * $Id: pmap.h,v 1.26.4.1 1995/09/08 04:23:52 davidg Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 92de3af87dcfc..240b5fcb02ab8 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes Exp $ + * $Id: proc.h,v 1.4 1994/05/25 08:56:29 rgrimes Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/i386/include/profile.h b/sys/i386/include/profile.h index 9fe27ec5eda85..49919f327cb05 100644 --- a/sys/i386/include/profile.h +++ b/sys/i386/include/profile.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $Id: profile.h,v 1.3 1994/08/21 04:55:29 paul Exp $ + * $Id: profile.h,v 1.4 1994/09/15 16:27:14 paul Exp $ */ #ifndef _I386_MACHINE_PROFILE_H_ diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h index 3d96dbc52495f..8f9ec93948ec8 100644 --- a/sys/i386/include/psl.h +++ b/sys/i386/include/psl.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 - * $Id: psl.h,v 1.5 1994/08/10 03:51:18 wollman Exp $ + * $Id: psl.h,v 1.6 1995/01/14 13:20:25 bde Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/i386/include/pte.h b/sys/i386/include/pte.h index b68f71610ccaf..2778280ea121a 100644 --- a/sys/i386/include/pte.h +++ b/sys/i386/include/pte.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)pte.h 5.5 (Berkeley) 5/9/91 - * $Id: pte.h,v 1.7 1994/09/04 23:10:25 davidg Exp $ + * $Id: pte.h,v 1.8 1995/05/30 08:00:49 rgrimes Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h index 0892b83e2606c..548ecc4952231 100644 --- a/sys/i386/include/ptrace.h +++ b/sys/i386/include/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $Id$ + * $Id: ptrace.h,v 1.2 1994/08/02 07:38:57 davidg Exp $ */ /* diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h index 9fc18148ff368..e81c0dd8bf2b5 100644 --- a/sys/i386/include/reg.h +++ b/sys/i386/include/reg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $Id: reg.h,v 1.9 1994/10/02 17:31:29 phk Exp $ + * $Id: reg.h,v 1.10 1995/01/14 10:41:41 bde Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/i386/include/reloc.h b/sys/i386/include/reloc.h index 7f9cfad64a27d..be61d3e4bb093 100644 --- a/sys/i386/include/reloc.h +++ b/sys/i386/include/reloc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $Id: reloc.h,v 1.3 1994/08/09 14:39:57 jkh Exp $ + * $Id: reloc.h,v 1.4 1994/08/21 04:55:30 paul Exp $ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h index dcac309481a7a..1e2fd1dcdbeeb 100644 --- a/sys/i386/include/segments.h +++ b/sys/i386/include/segments.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $Id: segments.h,v 1.8 1995/02/14 19:21:15 sos Exp $ + * $Id: segments.h,v 1.9 1995/05/30 08:00:50 rgrimes Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/i386/include/si.h b/sys/i386/include/si.h index 9770fb63eb52e..ded99e1d9b005 100644 --- a/sys/i386/include/si.h +++ b/sys/i386/include/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.h,v 1.3 1995/08/22 00:42:07 peter Exp $ + * $Id: si.h,v 1.4 1995/09/13 08:39:28 peter Exp $ */ /* diff --git a/sys/i386/include/signal.h b/sys/i386/include/signal.h index 093278f1399a0..89914bf9e6d6a 100644 --- a/sys/i386/include/signal.h +++ b/sys/i386/include/signal.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.1 (Berkeley) 6/11/93 - * $Id: signal.h,v 1.3 1994/08/02 07:39:01 davidg Exp $ + * $Id: signal.h,v 1.4 1994/08/21 04:55:30 paul Exp $ */ #ifndef _I386_MACHINE_SIGNAL_H_ diff --git a/sys/i386/include/speaker.h b/sys/i386/include/speaker.h index f097e4807cf85..b5bd693039b8b 100644 --- a/sys/i386/include/speaker.h +++ b/sys/i386/include/speaker.h @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id$ + * $Id: speaker.h,v 1.2 1994/08/02 07:39:05 davidg Exp $ */ #ifndef _SPEAKER_H_ diff --git a/sys/i386/include/specialreg.h b/sys/i386/include/specialreg.h index 75cc79dae89bf..a06b5a9d2771d 100644 --- a/sys/i386/include/specialreg.h +++ b/sys/i386/include/specialreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91 - * $Id: specialreg.h,v 1.6 1995/01/14 10:44:55 bde Exp $ + * $Id: specialreg.h,v 1.7 1995/05/30 08:00:54 rgrimes Exp $ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/i386/include/spl.h b/sys/i386/include/spl.h index 6f537d118c94f..94e6749ca8edb 100644 --- a/sys/i386/include/spl.h +++ b/sys/i386/include/spl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: spl.h,v 1.8 1995/05/11 07:44:16 bde Exp $ + * $Id: spl.h,v 1.8.4.1 1995/08/23 09:43:11 davidg Exp $ */ #ifndef _MACHINE_IPL_H_ diff --git a/sys/i386/include/stdarg.h b/sys/i386/include/stdarg.h index 0fce3ee8f4331..3eb6000c856fa 100644 --- a/sys/i386/include/stdarg.h +++ b/sys/i386/include/stdarg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $Id: stdarg.h,v 1.5 1994/08/02 07:39:09 davidg Exp $ + * $Id: stdarg.h,v 1.6 1995/01/24 16:22:52 ache Exp $ */ #ifndef _STDARG_H_ diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index 746cef1011fe4..4414a66eb779e 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/include/sysarch.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sysarch.h,v 1.4 1994/08/02 07:39:11 davidg Exp $ */ /* diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h index e1ead777f3482..30debd1ebd742 100644 --- a/sys/i386/include/trap.h +++ b/sys/i386/include/trap.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)trap.h 5.4 (Berkeley) 5/9/91 - * $Id: trap.h,v 1.3 1993/11/07 17:43:15 wollman Exp $ + * $Id: trap.h,v 1.4 1995/01/14 13:20:26 bde Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index fd07e357ffd83..db0f55dc23cea 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $Id: tss.h,v 1.4 1993/11/17 23:25:04 wollman Exp $ + * $Id: tss.h,v 1.5 1995/05/30 08:00:57 rgrimes Exp $ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/i386/include/types.h b/sys/i386/include/types.h index 78ce8d568ffcb..c15dbd455914b 100644 --- a/sys/i386/include/types.h +++ b/sys/i386/include/types.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.3 (Berkeley) 1/5/94 - * $Id$ + * $Id: types.h,v 1.4 1994/08/02 07:39:13 davidg Exp $ */ #ifndef _MACHTYPES_H_ diff --git a/sys/i386/include/ultrasound.h b/sys/i386/include/ultrasound.h index 42d968850c141..e14efe213a2bc 100644 --- a/sys/i386/include/ultrasound.h +++ b/sys/i386/include/ultrasound.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ultrasound.h,v 1.3 1994/08/02 07:39:15 davidg Exp $ */ /* diff --git a/sys/i386/include/varargs.h b/sys/i386/include/varargs.h index fa6c9a7a95410..ee128f280f77a 100644 --- a/sys/i386/include/varargs.h +++ b/sys/i386/include/varargs.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $Id$ + * $Id: varargs.h,v 1.2 1994/08/02 07:39:17 davidg Exp $ */ #ifndef _VARARGS_H_ diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index 8ff3b451fcc24..c5a5def1d08e4 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $Id: vmparam.h,v 1.17 1995/01/09 16:04:44 davidg Exp $ + * $Id: vmparam.h,v 1.18 1995/05/25 07:41:28 davidg Exp $ */ diff --git a/sys/i386/isa/README.le b/sys/i386/isa/README.le index 32dcc280c77cd..9144f495ae448 100644 --- a/sys/i386/isa/README.le +++ b/sys/i386/isa/README.le @@ -1,4 +1,4 @@ -$Id: README.le,v 1.1 1994/10/01 20:15:43 wollman Exp $ +$Id: README.le,v 1.2 1994/11/13 21:19:18 nate Exp $ ---------------- diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index ad0de030a96de..3c3d9faa9bc44 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: aha1542.c,v 1.48 1995/10/01 15:09:51 dufault Exp $ + * $Id: aha1542.c,v 1.45.4.2 1995/10/07 11:54:53 davidg Exp $ */ /* diff --git a/sys/i386/isa/aha1742.c b/sys/i386/isa/aha1742.c index c2b7df48edf2d..579df07d876ab 100644 --- a/sys/i386/isa/aha1742.c +++ b/sys/i386/isa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.34.4.1 1995/08/23 09:45:18 davidg Exp $ + * $Id: aha1742.c,v 1.34.4.2 1995/08/31 06:36:02 davidg Exp $ */ #include <sys/types.h> diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index db5ea86138c03..2253e5aa73c5c 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.9 1995/05/30 08:01:12 rgrimes Exp $ + * $Id: aic6360.c,v 1.9.4.1 1995/08/31 06:36:03 davidg Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and diff --git a/sys/i386/isa/aic7770.c b/sys/i386/isa/aic7770.c index 33871f9a66729..89e2d0dee9e0c 100644 --- a/sys/i386/isa/aic7770.c +++ b/sys/i386/isa/aic7770.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7770.c,v 1.14.4.1 1995/07/22 04:24:56 davidg Exp $ + * $Id: aic7770.c,v 1.14.4.2 1995/09/21 02:10:55 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c index 4e994d9a98ffc..e91e1a55c8b60 100644 --- a/sys/i386/isa/asc.c +++ b/sys/i386/isa/asc.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $Id: asc.c,v 1.4 1995/09/08 18:30:33 julian Exp $ + * $Id: asc.c,v 1.5 1995/09/08 19:01:28 julian Exp $ */ #include "asc.h" diff --git a/sys/i386/isa/ascreg.h b/sys/i386/isa/ascreg.h index a1a7393de651a..092a2d2fa1da1 100644 --- a/sys/i386/isa/ascreg.h +++ b/sys/i386/isa/ascreg.h @@ -31,7 +31,7 @@ */ /* - * $Id:$ + * $Id: ascreg.h,v 1.2 1995/09/08 18:30:34 julian Exp $ */ /*** Registers (base=3EB): ************/ diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index 491256940a75d..cce1996830f12 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.36.4.1 1995/08/31 06:17:11 davidg Exp $ + * $Id: bt742a.c,v 1.36.4.2 1995/08/31 06:36:05 davidg Exp $ */ /* diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 3c107c41a8d10..b14f7558a89f4 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $Id: clock.c,v 1.36 1995/08/25 19:24:56 bde Exp $ + * $Id: clock.c,v 1.35.2.1 1995/09/12 05:55:35 davidg Exp $ */ /* diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 5fa567e579cc5..727a7464a8b64 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.7 1995/09/08 11:07:34 bde Exp $ + * $Id: ctx.c,v 1.6.4.1 1995/09/14 07:09:05 davidg Exp $ */ /* diff --git a/sys/i386/isa/ctxreg.h b/sys/i386/isa/ctxreg.h index 043bb15426562..e6acbab14230d 100644 --- a/sys/i386/isa/ctxreg.h +++ b/sys/i386/isa/ctxreg.h @@ -7,7 +7,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use * - * $Id: ctxreg.h,v 1.1 1994/10/01 17:59:42 davidg Exp $ + * $Id: ctxreg.h,v 1.2 1995/05/30 08:01:28 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 8740d7aef330e..6f817aa937e86 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.7.4.1 1995/09/14 07:09:10 davidg Exp $ + * $Id: cy.c,v 1.7.4.2 1995/10/11 02:42:42 davidg Exp $ */ #include "cy.h" diff --git a/sys/i386/isa/cyreg.h b/sys/i386/isa/cyreg.h index 8df7294c9a944..463a354046208 100644 --- a/sys/i386/isa/cyreg.h +++ b/sys/i386/isa/cyreg.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: $ + * $Id: cyreg.h,v 1.1 1995/07/05 12:15:51 bde Exp $ */ /* diff --git a/sys/i386/isa/diskslice_machdep.c b/sys/i386/isa/diskslice_machdep.c index 54b285b67865a..c8d4ecc48f8ec 100644 --- a/sys/i386/isa/diskslice_machdep.c +++ b/sys/i386/isa/diskslice_machdep.c @@ -35,7 +35,7 @@ * * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ - * $Id: diskslice_machdep.c,v 1.16 1995/08/23 11:43:45 jkh Exp $ + * $Id: diskslice_machdep.c,v 1.14.4.1 1995/09/12 07:19:45 davidg Exp $ */ #include <stddef.h> diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c index 07b2516b93281..712b7748e3581 100644 --- a/sys/i386/isa/elink.c +++ b/sys/i386/isa/elink.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: elink.c,v 1.4 1995/02/26 05:14:46 bde Exp $ + * $Id: elink.c,v 1.5 1995/05/30 08:01:36 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h index 93a5dac6f5cea..aff636cf10baf 100644 --- a/sys/i386/isa/elink.h +++ b/sys/i386/isa/elink.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: elink.h,v 1.1 1994/05/25 20:06:43 ats Exp $ + * $Id: elink.h,v 1.1 1994/08/24 22:32:42 ats Exp $ */ #define ELINK_ID_PORT 0x100 diff --git a/sys/i386/isa/fd.c b/sys/i386/isa/fd.c index 3c468238f2ac7..5c8d81e19d077 100644 --- a/sys/i386/isa/fd.c +++ b/sys/i386/isa/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.61.2.1 1995/06/08 10:26:23 davidg Exp $ + * $Id: fd.c,v 1.62 1995/06/11 19:31:19 rgrimes Exp $ * */ diff --git a/sys/i386/isa/fdc.h b/sys/i386/isa/fdc.h index 0216b7aa2e2ed..a907ae690e670 100644 --- a/sys/i386/isa/fdc.h +++ b/sys/i386/isa/fdc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fdc.h,v 1.4 1994/10/10 01:12:26 phk Exp $ + * $Id: fdc.h,v 1.5 1995/01/06 15:19:41 joerg Exp $ * */ diff --git a/sys/i386/isa/fdreg.h b/sys/i386/isa/fdreg.h index aef83574199a8..133abf2cf681c 100644 --- a/sys/i386/isa/fdreg.h +++ b/sys/i386/isa/fdreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91 - * $Id: fdreg.h,v 1.7 1994/09/25 18:42:23 joerg Exp $ + * $Id: fdreg.h,v 1.8 1994/09/25 23:37:38 phk Exp $ */ /* diff --git a/sys/i386/isa/ft.c b/sys/i386/isa/ft.c index a56a84f432f78..4c49d2e5f983a 100644 --- a/sys/i386/isa/ft.c +++ b/sys/i386/isa/ft.c @@ -17,7 +17,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * ft.c - QIC-40/80 floppy tape driver - * $Id: ft.c,v 1.21 1995/05/06 19:34:28 joerg Exp $ + * $Id: ft.c,v 1.22 1995/05/30 08:01:41 rgrimes Exp $ * * 01/19/95 ++sg * Cleaned up recalibrate/seek code at attach time for FreeBSD 2.x. diff --git a/sys/i386/isa/ic/cd1400.h b/sys/i386/isa/ic/cd1400.h index 4ed6ea669d1c6..0718271184054 100644 --- a/sys/i386/isa/ic/cd1400.h +++ b/sys/i386/isa/ic/cd1400.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cd1400.h,v 1.2 1995/07/05 12:15:40 bde Exp $ + * $Id: cd1400.h,v 1.1.4.1 1995/09/14 07:09:41 davidg Exp $ */ /* diff --git a/sys/i386/isa/ic/i8042.h b/sys/i386/isa/ic/i8042.h index 84ee90f08e625..b69cd2846e9d9 100644 --- a/sys/i386/isa/ic/i8042.h +++ b/sys/i386/isa/ic/i8042.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: i8042.h,v 1.2 1993/10/16 13:48:47 rgrimes Exp $ */ #define KBSTATP 0x64 /* kbd controller status port (I) */ diff --git a/sys/i386/isa/ic/i8237.h b/sys/i386/isa/ic/i8237.h index 5493ca8eb44ee..e14959bce62e1 100644 --- a/sys/i386/isa/ic/i8237.h +++ b/sys/i386/isa/ic/i8237.h @@ -1,7 +1,7 @@ /* * Intel 8237 DMA Controller * - * $Id: i8237.h,v 1.3 1994/11/01 17:26:47 ache Exp $ + * $Id: i8237.h,v 1.4 1995/05/30 08:03:34 rgrimes Exp $ */ #define DMA37MD_SINGLE 0x40 /* single pass mode */ diff --git a/sys/i386/isa/ic/i82586.h b/sys/i386/isa/ic/i82586.h index 577313d81e5a2..eb98b255504c9 100644 --- a/sys/i386/isa/ic/i82586.h +++ b/sys/i386/isa/ic/i82586.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: i82586.h,v 1.1 1993/10/12 06:53:10 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/ic/lemac.h b/sys/i386/isa/ic/lemac.h index 4eee86f6aa622..cb79b6244a010 100644 --- a/sys/i386/isa/ic/lemac.h +++ b/sys/i386/isa/ic/lemac.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lemac.h,v 1.1 1994/08/12 06:51:12 davidg Exp $ + * $Id: lemac.h,v 1.2 1995/05/30 08:03:36 rgrimes Exp $ */ #ifndef _LEMAC_H_ #define _LEMAC_H_ diff --git a/sys/i386/isa/ic/nec765.h b/sys/i386/isa/ic/nec765.h index 810e825bd66ec..5cf1e73feeee6 100644 --- a/sys/i386/isa/ic/nec765.h +++ b/sys/i386/isa/ic/nec765.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)nec765.h 7.1 (Berkeley) 5/9/91 - * $Id: nec765.h,v 1.3 1994/09/17 16:56:10 davidg Exp $ + * $Id: nec765.h,v 1.4 1995/01/06 15:20:00 joerg Exp $ */ /* diff --git a/sys/i386/isa/ic/ns16450.h b/sys/i386/isa/ic/ns16450.h index aa6280df57d15..988bc31bb3d43 100644 --- a/sys/i386/isa/ic/ns16450.h +++ b/sys/i386/isa/ic/ns16450.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16450.h 7.1 (Berkeley) 5/9/91 - * $Id$ + * $Id: ns16450.h,v 1.2 1993/10/16 13:48:51 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/ic/ns16550.h b/sys/i386/isa/ic/ns16550.h index ff59757a5f73a..50e704482e78f 100644 --- a/sys/i386/isa/ic/ns16550.h +++ b/sys/i386/isa/ic/ns16550.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $Id$ + * $Id: ns16550.h,v 1.2 1993/10/16 13:48:52 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index a68269b0801ab..943f92ad249a5 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)icu.h 5.6 (Berkeley) 5/9/91 - * $Id: icu.h,v 1.6 1994/09/18 23:18:32 bde Exp $ + * $Id: icu.h,v 1.7 1994/10/01 02:56:11 davidg Exp $ */ /* diff --git a/sys/i386/isa/icu.s b/sys/i386/isa/icu.s index 229cecbb447c4..4a70c595dc63d 100644 --- a/sys/i386/isa/icu.s +++ b/sys/i386/isa/icu.s @@ -36,7 +36,7 @@ * * @(#)icu.s 7.2 (Berkeley) 5/21/91 * - * $Id: icu.s,v 1.23 1995/07/05 14:35:34 bde Exp $ + * $Id: icu.s,v 1.22.4.1 1995/09/15 08:41:12 davidg Exp $ */ /* diff --git a/sys/i386/isa/if_ed.c b/sys/i386/isa/if_ed.c index fa10e60c51d47..0dc0c6ab2555c 100644 --- a/sys/i386/isa/if_ed.c +++ b/sys/i386/isa/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.73.4.2 1995/09/12 06:12:23 davidg Exp $ + * $Id: if_ed.c,v 1.73.4.3 1995/11/15 07:46:35 davidg Exp $ */ #include "ed.h" diff --git a/sys/i386/isa/if_edreg.h b/sys/i386/isa/if_edreg.h index 430fa9393602d..29edf2e71fc51 100644 --- a/sys/i386/isa/if_edreg.h +++ b/sys/i386/isa/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: if_edreg.h,v 1.17 1995/01/23 19:06:08 davidg Exp $ + * $Id: if_edreg.h,v 1.18 1995/05/30 08:02:00 rgrimes Exp $ */ /* * National Semiconductor DS8390 NIC register definitions diff --git a/sys/i386/isa/if_eg.c b/sys/i386/isa/if_eg.c index ec02037d12308..a88f03a9a2e69 100644 --- a/sys/i386/isa/if_eg.c +++ b/sys/i386/isa/if_eg.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_eg.c,v 1.3 1995/04/12 20:47:47 wollman Exp $ + * $Id: if_eg.c,v 1.4 1995/05/30 08:02:02 rgrimes Exp $ */ /* To do: diff --git a/sys/i386/isa/if_egreg.h b/sys/i386/isa/if_egreg.h index c4647a0bfcca1..7bca983243d8b 100644 --- a/sys/i386/isa/if_egreg.h +++ b/sys/i386/isa/if_egreg.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_egreg.h,v 1.1 1995/04/08 09:39:36 phk Exp $ + * $Id: if_egreg.h,v 1.2 1995/05/30 08:02:03 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index 0571a8a62e2c9..d08aefd4dfd90 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -6,7 +6,7 @@ * * Questions, comments, bug reports and fixes to kimmel@cs.umass.edu. * - * $Id: if_el.c,v 1.13.2.1 1995/06/09 18:12:09 davidg Exp $ + * $Id: if_el.c,v 1.14 1995/06/11 19:31:25 rgrimes Exp $ */ /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h index 4d7859dd71c6f..7529b967a591d 100644 --- a/sys/i386/isa/if_elreg.h +++ b/sys/i386/isa/if_elreg.h @@ -4,7 +4,7 @@ * of the software, derivative works or modified versions, and any * portions thereof. * - * $Id$ + * $Id: if_elreg.h,v 1.2 1994/08/02 07:39:34 davidg Exp $ */ /* 3COM Etherlink 3C501 Register Definitions */ diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index b64a9211b9a5c..3098367a078f5 100644 --- a/sys/i386/isa/if_ep.c +++ b/sys/i386/isa/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.28.4.1 1995/08/19 23:21:56 davidg Exp $ + * $Id: if_ep.c,v 1.28.4.2 1995/09/08 13:58:31 davidg Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_epreg.h b/sys/i386/isa/if_epreg.h index e0b7d09834c67..1ab2140b727ec 100644 --- a/sys/i386/isa/if_epreg.h +++ b/sys/i386/isa/if_epreg.h @@ -31,7 +31,7 @@ */ /* - * $Id: if_epreg.h,v 1.7 1995/04/10 21:25:06 jkh Exp $ + * $Id: if_epreg.h,v 1.8 1995/05/30 08:02:09 rgrimes Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c index 146c89b0daddc..5ee49426d04aa 100644 --- a/sys/i386/isa/if_ie.c +++ b/sys/i386/isa/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.25 1995/08/16 16:12:32 bde Exp $ + * $Id: if_ie.c,v 1.24.4.1 1995/09/12 06:17:26 davidg Exp $ */ /* diff --git a/sys/i386/isa/if_ie507.h b/sys/i386/isa/if_ie507.h index 4bf87fcbb5974..2a9eabf8d98e4 100644 --- a/sys/i386/isa/if_ie507.h +++ b/sys/i386/isa/if_ie507.h @@ -1,5 +1,5 @@ /* - * $Id: if_ie507.h,v 1.1 1994/05/25 20:06:49 ats Exp $ + * $Id: if_ie507.h,v 1.1 1994/08/24 22:32:44 ats Exp $ * Definitions for 3C507 */ diff --git a/sys/i386/isa/if_iereg.h b/sys/i386/isa/if_iereg.h index 3588b84140580..e3e2bd2f33c2f 100644 --- a/sys/i386/isa/if_iereg.h +++ b/sys/i386/isa/if_iereg.h @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: if_iereg.h,v 1.1 1993/10/12 06:52:34 rgrimes Exp $ * definitions for AT&T StarLAN 10 etc... */ diff --git a/sys/i386/isa/if_ix.c b/sys/i386/isa/if_ix.c index cd7ca39c84606..ac69b1b40141c 100644 --- a/sys/i386/isa/if_ix.c +++ b/sys/i386/isa/if_ix.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ix.c,v 1.9 1995/10/05 03:01:13 davidg Exp $ + * $Id: if_ix.c,v 1.7.4.1 1995/10/07 12:01:40 davidg Exp $ */ #include "ix.h" diff --git a/sys/i386/isa/if_ixreg.h b/sys/i386/isa/if_ixreg.h index 3dd4903986c09..b2a7416526f9d 100644 --- a/sys/i386/isa/if_ixreg.h +++ b/sys/i386/isa/if_ixreg.h @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ixreg.h,v 1.5 1995/05/10 15:19:29 rgrimes Exp $ + * $Id: if_ixreg.h,v 1.6 1995/05/30 08:02:17 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c index 743923cba3681..3efd719fda813 100644 --- a/sys/i386/isa/if_le.c +++ b/sys/i386/isa/if_le.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_le.c,v 1.17 1995/05/30 08:02:22 rgrimes Exp $ + * $Id: if_le.c,v 1.17.4.1 1995/08/19 23:24:14 davidg Exp $ */ /* diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c index b1de9e69f5b30..ce5fd2df677d7 100644 --- a/sys/i386/isa/if_ze.c +++ b/sys/i386/isa/if_ze.c @@ -47,7 +47,7 @@ */ /* - * $Id: if_ze.c,v 1.16 1995/05/24 20:33:42 davidg Exp $ + * $Id: if_ze.c,v 1.17 1995/05/30 08:02:27 rgrimes Exp $ */ #include "ze.h" diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c index 87496fce7466d..cd857162939ed 100644 --- a/sys/i386/isa/if_zp.c +++ b/sys/i386/isa/if_zp.c @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $ - * $Id: if_zp.c,v 1.6 1995/05/30 08:02:31 rgrimes Exp $ + * $Id: if_zp.c,v 1.6.4.1 1995/08/19 23:27:14 davidg Exp $ */ /*- * TODO: diff --git a/sys/i386/isa/if_zpreg.h b/sys/i386/isa/if_zpreg.h index a1eb1f54f4e63..6a0b66dbe84e6 100644 --- a/sys/i386/isa/if_zpreg.h +++ b/sys/i386/isa/if_zpreg.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_zpreg.h,v 1.1 1995/02/17 02:22:53 phk Exp $ + * $Id: if_zpreg.h,v 1.2 1995/05/30 08:02:33 rgrimes Exp $ */ /************************************************************************** * * diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index 1dd0fb99557af..4f13db36e5c12 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.49 1995/05/13 00:09:38 jkh Exp $ + * $Id: isa.c,v 1.50 1995/05/30 08:02:35 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h index 2f3b7cc774742..573c0de69f4d6 100644 --- a/sys/i386/isa/isa.h +++ b/sys/i386/isa/isa.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $Id: isa.h,v 1.16 1995/09/08 03:14:00 julian Exp $ + * $Id: isa.h,v 1.14.4.1 1995/09/12 06:22:36 davidg Exp $ */ #ifndef _I386_ISA_ISA_H_ diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index 4e3c08c4a3182..b3d6c43fea058 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.22 1995/05/11 02:15:55 jkh Exp $ + * $Id: isa_device.h,v 1.23 1995/05/11 07:41:52 jkh Exp $ */ #ifndef _I386_ISA_ISA_DEVICE_H_ diff --git a/sys/i386/isa/iso8859.font b/sys/i386/isa/iso8859.font index 0553a6bc2104c..1eb5bb89e47f6 100644 --- a/sys/i386/isa/iso8859.font +++ b/sys/i386/isa/iso8859.font @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: iso8859.font,v 1.6 1994/09/29 08:29:19 sos Exp $ */ char font_8x8[256*8] = { diff --git a/sys/i386/isa/kbd.h b/sys/i386/isa/kbd.h index d34b6340675ee..5fc218d7e5ad5 100644 --- a/sys/i386/isa/kbd.h +++ b/sys/i386/isa/kbd.h @@ -1,7 +1,7 @@ /* * Keyboard definitions * from: unknown origin, 386BSD 0.1 - * $Id: kbd.h,v 1.3 1993/11/07 17:44:33 wollman Exp $ + * $Id: kbd.h,v 1.4 1995/05/30 08:02:38 rgrimes Exp $ */ #ifndef _I386_ISA_KBD_H_ diff --git a/sys/i386/isa/kbdtables.h b/sys/i386/isa/kbdtables.h index a76105381ae78..437e267cad928 100644 --- a/sys/i386/isa/kbdtables.h +++ b/sys/i386/isa/kbdtables.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: kbdtables.h,v 1.28 1995/03/27 19:41:11 sos Exp $ + * $Id: kbdtables.h,v 1.29 1995/03/28 21:30:13 sos Exp $ */ #define SET8 0x80 /* set eight bit on */ diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c index 4a81ebbb8030c..099d1d4d6b5e3 100644 --- a/sys/i386/isa/lpt.c +++ b/sys/i386/isa/lpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $Id: lpt.c,v 1.30.4.2 1995/09/14 07:09:17 davidg Exp $ + * $Id: lpt.c,v 1.30.4.3 1995/09/30 14:22:17 davidg Exp $ */ /* diff --git a/sys/i386/isa/lptreg.h b/sys/i386/isa/lptreg.h index 9e10ba91a5107..bc5566f35fef2 100644 --- a/sys/i386/isa/lptreg.h +++ b/sys/i386/isa/lptreg.h @@ -6,7 +6,7 @@ * William Jolitz. * * form: @(#)lptreg.h 1.1 (Berkeley) 12/19/90 - * $Id$ + * $Id: lptreg.h,v 1.2 1993/10/16 13:46:12 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c index 04e5edb675954..c82eedc42bbfa 100644 --- a/sys/i386/isa/mcd.c +++ b/sys/i386/isa/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.46 1995/09/08 11:07:48 bde Exp $ + * $Id: mcd.c,v 1.44.4.2 1995/09/14 07:09:19 davidg Exp $ */ static char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; diff --git a/sys/i386/isa/mcdreg.h b/sys/i386/isa/mcdreg.h index d5ece62169e7c..a350b4c6c911f 100644 --- a/sys/i386/isa/mcdreg.h +++ b/sys/i386/isa/mcdreg.h @@ -41,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $Id: mcdreg.h,v 1.7 1995/01/30 06:44:40 ache Exp $ + * $Id: mcdreg.h,v 1.8 1995/05/30 08:02:45 rgrimes Exp $ */ #ifndef MCD_H diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index affda09cc13c3..878a8ccca4516 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.14 1995/09/08 11:07:50 bde Exp $ + * $Id: mse.c,v 1.12.4.1 1995/09/14 07:09:20 davidg Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 0a5327941724f..1d8f5607e185d 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.22 1995/04/12 20:48:01 wollman Exp $ + * $Id: npx.c,v 1.23 1995/05/30 08:02:51 rgrimes Exp $ */ #include "npx.h" diff --git a/sys/i386/isa/pcaudio.c b/sys/i386/isa/pcaudio.c index ae43936208e69..25af8e62b1f00 100644 --- a/sys/i386/isa/pcaudio.c +++ b/sys/i386/isa/pcaudio.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcaudio.c,v 1.13 1995/05/30 08:02:55 rgrimes Exp $ + * $Id: pcaudio.c,v 1.13.4.1 1995/09/14 07:09:21 davidg Exp $ */ #include "pca.h" diff --git a/sys/i386/isa/pcibus.c b/sys/i386/isa/pcibus.c index da82b07a86f72..c0f7d233243f3 100644 --- a/sys/i386/isa/pcibus.c +++ b/sys/i386/isa/pcibus.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcibus.c,v 1.8.4.4 1995/10/20 22:12:53 davidg Exp $ +** $Id: pcibus.c,v 1.8.4.5 1995/11/03 08:07:20 davidg Exp $ ** ** pci bus subroutines for i386 architecture. ** diff --git a/sys/i386/isa/readMBR.c b/sys/i386/isa/readMBR.c index 751572346df44..ba82273119fbc 100644 --- a/sys/i386/isa/readMBR.c +++ b/sys/i386/isa/readMBR.c @@ -15,7 +15,7 @@ * written by julian elischer (julian@tfs.com) * * @(#)readMBR.c 8.5 (tfs) 1/21/94 - * $Id: readMBR.c,v 1.4 1994/11/14 13:22:41 bde Exp $ + * $Id: readMBR.c,v 1.5 1995/05/30 08:03:00 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/i386/isa/rtc.h b/sys/i386/isa/rtc.h index f580ff3678363..5e2a81aecb5ae 100644 --- a/sys/i386/isa/rtc.h +++ b/sys/i386/isa/rtc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)rtc.h 7.1 (Berkeley) 5/12/91 - * $Id: rtc.h,v 1.6 1994/09/20 00:31:07 ache Exp $ + * $Id: rtc.h,v 1.7 1994/12/04 20:22:20 joerg Exp $ */ #ifndef _I386_ISA_RTC_H_ diff --git a/sys/i386/isa/scd.c b/sys/i386/isa/scd.c index fee6a4be6a0de..a44b28bf9164f 100644 --- a/sys/i386/isa/scd.c +++ b/sys/i386/isa/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.6 1995/09/08 11:07:55 bde Exp $ */ +/* $Id: scd.c,v 1.5.4.1 1995/09/14 07:09:27 davidg Exp $ */ /* Please send any comments to micke@dynas.se */ diff --git a/sys/i386/isa/scdreg.h b/sys/i386/isa/scdreg.h index 6929992429168..ce70b0e42af24 100644 --- a/sys/i386/isa/scdreg.h +++ b/sys/i386/isa/scdreg.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: scdreg.h,v 1.3 1995/02/06 22:35:07 jkh Exp $ + * $Id: scdreg.h,v 1.1 1995/03/24 18:33:02 jkh Exp $ * */ diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index d4988e57c54f4..98bba527bc83c 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -60,7 +60,7 @@ * that category, with the possible exception of scanners and * some of the older MO drives. * - * $Id: seagate.c,v 1.8.4.1 1995/08/08 12:29:36 jkh Exp $ + * $Id: seagate.c,v 1.8.4.2 1995/08/31 06:36:08 davidg Exp $ */ /* diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index 17055e087a107..bd141b41d5c2d 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.8 1995/09/22 18:28:21 peter Exp $ + * $Id: si.c,v 1.9 1995/09/22 20:00:12 peter Exp $ */ #ifndef lint diff --git a/sys/i386/isa/si_code.c b/sys/i386/isa/si_code.c index e1282eabf9827..c598b366e536c 100644 --- a/sys/i386/isa/si_code.c +++ b/sys/i386/isa/si_code.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id$ + * $Id: si_code.c,v 1.1 1995/08/10 08:10:57 peter Exp $ */ /* diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 2a5e7d992e59d..9c649775dbf1f 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.110 1995/08/13 07:49:35 bde Exp $ + * $Id: sio.c,v 1.99.4.1 1995/09/14 07:09:28 davidg Exp $ */ #include "sio.h" diff --git a/sys/i386/isa/sioreg.h b/sys/i386/isa/sioreg.h index d43bcdf02ee94..8648f12a62288 100644 --- a/sys/i386/isa/sioreg.h +++ b/sys/i386/isa/sioreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $Id: sioreg.h,v 1.2 1993/10/16 19:17:18 rgrimes Exp $ + * $Id: sioreg.h,v 1.3 1995/01/20 07:34:18 wpaul Exp $ */ diff --git a/sys/i386/isa/sireg.h b/sys/i386/isa/sireg.h index 6a8dd4fc88f8c..9628d01ef3718 100644 --- a/sys/i386/isa/sireg.h +++ b/sys/i386/isa/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id$ + * $Id: sireg.h,v 1.1 1995/08/09 13:13:47 peter Exp $ */ /* diff --git a/sys/i386/isa/sound/sound.doc b/sys/i386/isa/sound/sound.doc index 24dc73203ebca..0aeeb782693cd 100644 --- a/sys/i386/isa/sound/sound.doc +++ b/sys/i386/isa/sound/sound.doc @@ -1,4 +1,4 @@ -$Id: sound.doc,v 1.4 1995/09/01 19:09:10 jkh Exp $ +$Id: sound.doc,v 1.3.4.1 1995/09/14 23:37:16 jkh Exp $ Instructions on using audio on a FreeBSD 2.1 (or 2.0-current) system. See also /sys/i386/conf/LINT. diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c index 6cff1ed0e6915..d23caee766f1b 100644 --- a/sys/i386/isa/sound/soundcard.c +++ b/sys/i386/isa/sound/soundcard.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: soundcard.c,v 1.29 1995/09/08 19:57:13 bde Exp $ + * $Id: soundcard.c,v 1.26.4.1 1995/09/14 23:37:21 jkh Exp $ */ #include "sound_config.h" diff --git a/sys/i386/isa/spkr.c b/sys/i386/isa/spkr.c index 1d85e7a4acc0b..722b409e5ca44 100644 --- a/sys/i386/isa/spkr.c +++ b/sys/i386/isa/spkr.c @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $Id: spkr.c,v 1.14 1995/05/30 08:03:09 rgrimes Exp $ + * $Id: spkr.c,v 1.14.4.1 1995/09/14 07:09:30 davidg Exp $ */ #include "speaker.h" diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 6de1771f260f5..a38c6107eeb22 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.124 1995/08/16 22:36:43 nate Exp $ + * $Id: syscons.c,v 1.117.4.5 1995/09/14 07:09:32 davidg Exp $ */ #include "sc.h" diff --git a/sys/i386/isa/syscons.h b/sys/i386/isa/syscons.h index a255e759c1c11..0b394546794ce 100644 --- a/sys/i386/isa/syscons.h +++ b/sys/i386/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.10 1995/07/11 18:34:30 bde Exp $ + * $Id: syscons.h,v 1.9.4.1 1995/09/14 07:09:34 davidg Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ diff --git a/sys/i386/isa/timerreg.h b/sys/i386/isa/timerreg.h index 5742f6601493e..4609bb29ca0e7 100644 --- a/sys/i386/isa/timerreg.h +++ b/sys/i386/isa/timerreg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $Id$ + * $Id: timerreg.h,v 1.2 1993/10/16 13:46:26 rgrimes Exp $ */ /* diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index 49c1692336c84..6d2907894ce42 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -22,7 +22,7 @@ * today: Fri Jun 2 17:21:03 EST 1994 * added 24F support ++sg * - * $Id: ultra14f.c,v 1.36 1995/08/25 20:39:01 bde Exp $ + * $Id: ultra14f.c,v 1.33.4.3 1995/09/14 07:09:37 davidg Exp $ */ #include <sys/types.h> diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s index bbed601c550d7..50752660f03c7 100644 --- a/sys/i386/isa/vector.s +++ b/sys/i386/isa/vector.s @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: vector.s,v 1.11 1994/12/03 10:03:19 bde Exp $ + * $Id: vector.s,v 1.12 1995/04/15 21:32:18 bde Exp $ */ #include <i386/isa/icu.h> diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c index b0ef45b11848d..c5e2a61267ef7 100644 --- a/sys/i386/isa/wd.c +++ b/sys/i386/isa/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.81.4.1 1995/10/02 08:14:31 davidg Exp $ + * $Id: wd.c,v 1.81.4.2 1995/10/22 23:14:38 davidg Exp $ */ /* TODO: diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h index 1674923447c91..18c21bc1b4cc7 100644 --- a/sys/i386/isa/wdreg.h +++ b/sys/i386/isa/wdreg.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wdreg.h 7.1 (Berkeley) 5/9/91 - * $Id: wdreg.h,v 1.7 1995/02/26 01:15:29 bde Exp $ + * $Id: wdreg.h,v 1.8 1995/03/22 05:23:01 davidg Exp $ */ /* diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index cdb863c828f9d..0653a6dc4d232 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -19,7 +19,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wt.c,v 1.19 1995/09/08 11:08:03 bde Exp $ + * $Id: wt.c,v 1.17.4.1 1995/09/14 07:09:39 davidg Exp $ * */ diff --git a/sys/i386/isa/wtreg.h b/sys/i386/isa/wtreg.h index cbc19ca6a69b8..712d9d09e6b78 100644 --- a/sys/i386/isa/wtreg.h +++ b/sys/i386/isa/wtreg.h @@ -19,7 +19,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wtreg.h,v 1.4 1993/12/13 18:38:44 alm Exp $ + * $Id: wtreg.h,v 1.5 1995/05/30 08:03:24 rgrimes Exp $ * */ diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index 276e8ce8788e1..91c0761040089 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_linux.c,v 1.1 1995/06/25 17:32:32 sos Exp $ + * $Id: imgact_linux.c,v 1.1.4.1 1995/08/31 10:00:29 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 9d13bd156057d..5c3059fa05ef1 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.3 1995/06/08 13:50:52 sos Exp $ + * $Id: linux.h,v 1.1 1995/06/25 17:32:32 sos Exp $ */ #ifndef LINUX_H diff --git a/sys/i386/linux/linux_dummy.c b/sys/i386/linux/linux_dummy.c index 13288acf297c6..a75648e66acae 100644 --- a/sys/i386/linux/linux_dummy.c +++ b/sys/i386/linux/linux_dummy.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_dummy.c,v 1.3 1995/06/08 13:50:52 sos Exp $ + * $Id: linux_dummy.c,v 1.1 1995/06/25 17:32:33 sos Exp $ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_file.c b/sys/i386/linux/linux_file.c index 646101db81130..0184ae1fe595b 100644 --- a/sys/i386/linux/linux_file.c +++ b/sys/i386/linux/linux_file.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_file.c,v 1.2 1995/08/28 00:50:08 swallace Exp $ + * $Id: linux_file.c,v 1.1.4.1 1995/10/07 12:23:53 davidg Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_generic.c b/sys/i386/linux/linux_generic.c index 48df332aeb98e..ba2e9945832d1 100644 --- a/sys/i386/linux/linux_generic.c +++ b/sys/i386/linux/linux_generic.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_generic.c,v 1.3 1995/06/25 17:30:46 sos Exp $ + * $Id: linux_generic.c,v 1.1 1995/06/25 17:32:34 sos Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_ioctl.c b/sys/i386/linux/linux_ioctl.c index 12adff4a18a85..ab8e099bb6d92 100644 --- a/sys/i386/linux/linux_ioctl.c +++ b/sys/i386/linux/linux_ioctl.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_ioctl.c,v 1.2 1995/06/07 21:27:57 sos Exp $ + * $Id: linux_ioctl.c,v 1.1 1995/06/25 17:32:35 sos Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_ipc.c b/sys/i386/linux/linux_ipc.c index b38b229c691f5..e014a3c8b8092 100644 --- a/sys/i386/linux/linux_ipc.c +++ b/sys/i386/linux/linux_ipc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_ipc.c,v 1.2 1995/06/07 21:27:57 sos Exp $ + * $Id: linux_ipc.c,v 1.1 1995/06/25 17:32:36 sos Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 5af00b996f4b2..84101fea82311 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.2 1995/10/04 07:08:04 julian Exp $ + * $Id: linux_misc.c,v 1.1.4.1 1995/10/07 12:31:18 davidg Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_signal.c b/sys/i386/linux/linux_signal.c index 528bb62d2aa3b..2d04e0c8f3b51 100644 --- a/sys/i386/linux/linux_signal.c +++ b/sys/i386/linux/linux_signal.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_signal.c,v 1.2 1995/06/07 21:27:57 sos Exp $ + * $Id: linux_signal.c,v 1.1 1995/06/25 17:32:40 sos Exp $ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_socket.c b/sys/i386/linux/linux_socket.c index 9267063a7f7e1..b0297c52fdab7 100644 --- a/sys/i386/linux/linux_socket.c +++ b/sys/i386/linux/linux_socket.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_socket.c,v 1.2 1995/06/07 21:27:57 sos Exp $ + * $Id: linux_socket.c,v 1.1 1995/06/25 17:32:41 sos Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/linux/linux_stats.c b/sys/i386/linux/linux_stats.c index 1dbfcf11e64bf..97fe9c62c3a9b 100644 --- a/sys/i386/linux/linux_stats.c +++ b/sys/i386/linux/linux_stats.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_stats.c,v 1.3 1995/06/08 13:50:52 sos Exp $ + * $Id: linux_stats.c,v 1.1 1995/06/25 17:32:42 sos Exp $ */ #include <sys/param.h> diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 015d49a6d9499..8936c15cebd26 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_sysent.c,v 1.3 1995/06/08 13:50:52 sos Exp $ + * $Id: linux_sysent.c,v 1.1 1995/06/25 17:32:43 sos Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/i386/scsi/93cx6.c b/sys/i386/scsi/93cx6.c index b82c9ba19997a..57a44fa926446 100644 --- a/sys/i386/scsi/93cx6.c +++ b/sys/i386/scsi/93cx6.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 93cx6.c,v 1.2 1995/09/05 23:51:58 gibbs Exp $ + * $Id: 93cx6.c,v 1.1.2.1 1995/09/21 02:11:07 davidg Exp $ */ /* diff --git a/sys/i386/scsi/93cx6.h b/sys/i386/scsi/93cx6.h index 4084125efd015..69bd7d816b9b0 100644 --- a/sys/i386/scsi/93cx6.h +++ b/sys/i386/scsi/93cx6.h @@ -20,7 +20,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 93cx6.h,v 1.2 1995/09/05 23:52:00 gibbs Exp $ + * $Id: 93cx6.h,v 1.1.2.1 1995/09/21 02:11:10 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 413a0e5bb80a7..10487b7dd6c98 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -24,7 +24,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aic7xxx.c,v 1.29.2.5 1995/09/21 02:11:16 davidg Exp $ + * $Id: aic7xxx.c,v 1.29.2.6 1995/10/29 09:45:51 davidg Exp $ */ /* * TODO: diff --git a/sys/i386/scsi/aic7xxx.h b/sys/i386/scsi/aic7xxx.h index 708ee8ae56b43..62947fda109fb 100644 --- a/sys/i386/scsi/aic7xxx.h +++ b/sys/i386/scsi/aic7xxx.h @@ -20,7 +20,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7xxx.h,v 1.10.2.3 1995/09/21 02:11:20 davidg Exp $ + * $Id: aic7xxx.h,v 1.10.2.4 1995/10/29 09:45:56 davidg Exp $ */ #ifndef _AIC7XXX_H_ diff --git a/sys/isofs/cd9660/TODO b/sys/isofs/cd9660/TODO index de414974103bd..353600b9d4e28 100644 --- a/sys/isofs/cd9660/TODO +++ b/sys/isofs/cd9660/TODO @@ -1,4 +1,4 @@ -# $Id: TODO,v 1.1.1.1 1994/05/24 10:04:12 rgrimes Exp $ +# $Id: TODO,v 1.2 1995/01/16 17:03:23 joerg Exp $ 1) should understand "older", original High Sierra ("CDROM001") type diff --git a/sys/isofs/cd9660/cd9660_bmap.c b/sys/isofs/cd9660/cd9660_bmap.c index 32439ce96abfc..bccaa6e8afd43 100644 --- a/sys/isofs/cd9660/cd9660_bmap.c +++ b/sys/isofs/cd9660/cd9660_bmap.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_bmap.c 8.3 (Berkeley) 1/23/94 - * $Id$ + * $Id: cd9660_bmap.c,v 1.2 1994/08/02 07:41:15 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_lookup.c b/sys/isofs/cd9660/cd9660_lookup.c index 22fd911af37aa..6de968d6874d5 100644 --- a/sys/isofs/cd9660/cd9660_lookup.c +++ b/sys/isofs/cd9660/cd9660_lookup.c @@ -38,7 +38,7 @@ * from: @(#)ufs_lookup.c 7.33 (Berkeley) 5/19/91 * * @(#)cd9660_lookup.c 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_lookup.c,v 1.7.4.1 1995/10/26 09:16:53 davidg Exp $ + * $Id: cd9660_lookup.c,v 1.7.4.2 1995/11/12 10:40:34 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 7b321a788274e..748fd9f4adfcb 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_node.c 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_node.c,v 1.10 1995/03/16 18:12:15 bde Exp $ + * $Id: cd9660_node.c,v 1.11 1995/05/30 08:04:59 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h index 1e593a28c20b3..4b625e888d0cf 100644 --- a/sys/isofs/cd9660/cd9660_node.h +++ b/sys/isofs/cd9660/cd9660_node.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_node.h 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_node.h,v 1.4 1995/01/16 17:03:25 joerg Exp $ + * $Id: cd9660_node.h,v 1.5 1995/03/16 18:12:16 bde Exp $ */ /* diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c index dca8983016975..de78072b906d9 100644 --- a/sys/isofs/cd9660/cd9660_rrip.c +++ b/sys/isofs/cd9660/cd9660_rrip.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_rrip.c 8.2 (Berkeley) 1/23/94 - * $Id: cd9660_rrip.c,v 1.6 1995/01/16 17:03:26 joerg Exp $ + * $Id: cd9660_rrip.c,v 1.7 1995/05/30 08:05:00 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_rrip.h b/sys/isofs/cd9660/cd9660_rrip.h index bc9429cbc5eea..48b12badc4022 100644 --- a/sys/isofs/cd9660/cd9660_rrip.h +++ b/sys/isofs/cd9660/cd9660_rrip.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_rrip.h 8.1 (Berkeley) 1/21/94 - * $Id: cd9660_rrip.h,v 1.2 1994/08/02 07:41:30 davidg Exp $ + * $Id: cd9660_rrip.h,v 1.3 1995/01/16 17:03:26 joerg Exp $ */ typedef struct { diff --git a/sys/isofs/cd9660/cd9660_util.c b/sys/isofs/cd9660/cd9660_util.c index ed832098cebc3..b9cbb9d4eb279 100644 --- a/sys/isofs/cd9660/cd9660_util.c +++ b/sys/isofs/cd9660/cd9660_util.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_util.c 8.1 (Berkeley) 1/21/94 - * $Id: cd9660_util.c,v 1.4 1995/05/30 08:05:02 rgrimes Exp $ + * $Id: cd9660_util.c,v 1.4.4.1 1995/08/20 02:26:03 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index afa08f473811a..692cc039fc74b 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vfsops.c 8.3 (Berkeley) 1/31/94 - * $Id: cd9660_vfsops.c,v 1.12 1995/05/19 03:25:35 davidg Exp $ + * $Id: cd9660_vfsops.c,v 1.13 1995/05/30 08:05:03 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c index e4b9b4434013a..46483bff0dbe7 100644 --- a/sys/isofs/cd9660/cd9660_vnops.c +++ b/sys/isofs/cd9660/cd9660_vnops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vnops.c 8.3 (Berkeley) 1/23/94 - * $Id: cd9660_vnops.c,v 1.14 1995/05/30 08:05:05 rgrimes Exp $ + * $Id: cd9660_vnops.c,v 1.14.4.1 1995/11/12 10:40:36 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h index 406572e42e0ce..12c0f1fbfb825 100644 --- a/sys/isofs/cd9660/iso.h +++ b/sys/isofs/cd9660/iso.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.2 (Berkeley) 1/23/94 - * $Id: iso.h,v 1.4 1995/01/16 17:03:29 joerg Exp $ + * $Id: iso.h,v 1.5 1995/05/30 08:05:06 rgrimes Exp $ */ #define ISODCL(from, to) (to - from + 1) diff --git a/sys/isofs/cd9660/iso_rrip.h b/sys/isofs/cd9660/iso_rrip.h index 031aaa37358bf..610c84cb2e4f2 100644 --- a/sys/isofs/cd9660/iso_rrip.h +++ b/sys/isofs/cd9660/iso_rrip.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)iso_rrip.h 8.2 (Berkeley) 1/23/94 - * $Id$ + * $Id: iso_rrip.h,v 1.2 1994/08/02 07:41:40 davidg Exp $ */ diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index a09e4848a08d6..4f223d3c824b5 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,5 +1,5 @@ # @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93 -# $Id$ +# $Id: Make.tags.inc,v 1.2 1994/08/02 07:41:47 davidg Exp $ # Common files for "make tags". # Included by the Makefile for each architecture. diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 2736ab3dbab24..5ccaffec84cc9 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_aout.c,v 1.14.2.1 1995/08/31 10:00:39 davidg Exp $ + * $Id: imgact_aout.c,v 1.14.2.2 1995/09/08 13:25:45 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index 1fb4c9213b047..2040d856913b3 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: imgact_gzip.c,v 1.13 1995/03/16 18:12:27 bde Exp $ + * $Id: imgact_gzip.c,v 1.14 1995/05/30 08:05:18 rgrimes Exp $ * * This module handles execution of a.out files which have been run through * "gzip". This saves diskspace, but wastes cpu-cycles and VM. diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 988cc3bbdaf4d..92541c59add32 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_shell.c,v 1.6 1994/09/25 19:33:32 phk Exp $ + * $Id: imgact_shell.c,v 1.6.8.1 1995/09/08 13:25:46 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index 862418bbcd5d1..6f7e1e39e96fe 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -7,7 +7,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: inflate.c,v 1.4 1994/10/22 11:40:28 phk Exp $ + * $Id: inflate.c,v 1.5 1995/04/15 06:54:13 phk Exp $ * * */ diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 89874b23d0ecb..ee03c59b34af9 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.24 1995/05/14 02:59:55 davidg Exp $ + * $Id: init_main.c,v 1.25 1995/05/19 03:26:43 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 8f34c0d9d7095..e0ad737deadce 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $ + * created from $Id: init_sysent.c,v 1.22 1995/04/23 12:20:46 ache Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index c6c2b42472113..b3afd4a1ed851 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)kern_acct.c 8.1 (Berkeley) 6/14/93 - * $Id: kern_acct.c,v 1.6 1994/10/02 17:35:09 phk Exp $ + * $Id: kern_acct.c,v 1.6.8.1 1995/08/20 02:51:59 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 7a6d79b5fc051..a84e9a5a0ed5a 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.12 1995/03/16 18:12:29 bde Exp $ + * $Id: kern_clock.c,v 1.13 1995/05/30 08:05:20 rgrimes Exp $ */ /* Portions of this software are covered by the following: */ diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 07cec1b7d13ca..f3d230d51e3ac 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94 - * $Id: kern_descrip.c,v 1.9 1995/03/28 07:56:26 bde Exp $ + * $Id: kern_descrip.c,v 1.10 1995/05/30 08:05:21 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_devconf.c b/sys/kern/kern_devconf.c index bcdf87e23ad4f..5d4fc47b7682d 100644 --- a/sys/kern/kern_devconf.c +++ b/sys/kern/kern_devconf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_devconf.c,v 1.9 1995/04/13 15:33:14 wollman Exp $ + * $Id: kern_devconf.c,v 1.10 1995/05/30 08:05:23 rgrimes Exp $ */ /* diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index ea2b811457fd4..b795f5e913a78 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.21 1995/05/30 08:05:24 rgrimes Exp $ + * $Id: kern_exec.c,v 1.21.4.1 1995/08/31 10:00:43 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 156dc47cf7926..c7696e79cb9a1 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_exit.c 8.7 (Berkeley) 2/12/94 - * $Id: kern_exit.c,v 1.14 1995/03/16 18:12:31 bde Exp $ + * $Id: kern_exit.c,v 1.15 1995/05/30 08:05:25 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index d1f671a2a9cc7..ed35ae37340bb 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_fork.c 8.6 (Berkeley) 4/8/94 - * $Id: kern_fork.c,v 1.11 1995/03/16 18:12:32 bde Exp $ + * $Id: kern_fork.c,v 1.12 1995/05/30 08:05:27 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index d89e2ca450528..c3d96cc5ed4e9 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_ktrace.c 8.2 (Berkeley) 9/23/93 - * $Id: kern_ktrace.c,v 1.5 1994/10/02 17:35:15 phk Exp $ + * $Id: kern_ktrace.c,v 1.6 1995/05/30 08:05:28 rgrimes Exp $ */ #ifdef KTRACE diff --git a/sys/kern/kern_lkm.c b/sys/kern/kern_lkm.c index 4d8760e856afb..379585084a8fd 100644 --- a/sys/kern/kern_lkm.c +++ b/sys/kern/kern_lkm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_lkm.c,v 1.15 1995/09/08 11:08:34 bde Exp $ + * $Id: kern_lkm.c,v 1.13.4.1 1995/09/14 07:09:57 davidg Exp $ */ /* diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 261c47f9efea5..026434d424d1e 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ufs_lockf.c 8.3 (Berkeley) 1/6/94 - * $Id: kern_lockf.c,v 1.3 1994/10/25 11:27:51 davidg Exp $ + * $Id: kern_lockf.c,v 1.4 1995/05/30 08:05:31 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 600e54f6b1ce1..ce376fc472c21 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_malloc.c 8.3 (Berkeley) 1/4/94 - * $Id: kern_malloc.c,v 1.11 1995/04/16 11:25:15 davidg Exp $ + * $Id: kern_malloc.c,v 1.12 1995/05/30 08:05:33 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index a1417acb23b76..47926e0febed4 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: kern_physio.c,v 1.12 1995/09/08 11:08:36 bde Exp $ + * $Id: kern_physio.c,v 1.11.4.1 1995/09/14 07:09:58 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 3fa8cf2da8d26..7f39e81f1c68d 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_proc.c 8.4 (Berkeley) 1/4/94 - * $Id: kern_proc.c,v 1.9 1994/10/10 01:00:45 phk Exp $ + * $Id: kern_proc.c,v 1.10 1995/05/30 08:05:37 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index 8538ebc6af83b..3b11cd67d6a9f 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_prot.c 8.6 (Berkeley) 1/21/94 - * $Id: kern_prot.c,v 1.12 1995/06/15 22:32:03 ache Exp $ + * $Id: kern_prot.c,v 1.11.4.1 1995/08/08 04:07:22 ache Exp $ */ /* diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index 732888d787696..d89ba5cf17b1a 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_resource.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_resource.c,v 1.11 1995/02/20 19:42:33 guido Exp $ + * $Id: kern_resource.c,v 1.12 1995/05/30 08:05:39 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 28089127b82ea..6f184df1a22c4 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_sig.c 8.7 (Berkeley) 4/18/94 - * $Id: kern_sig.c,v 1.10 1995/03/16 18:12:35 bde Exp $ + * $Id: kern_sig.c,v 1.11 1995/05/30 08:05:40 rgrimes Exp $ */ #define SIGPROP /* include signal properties table */ diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index a89ad533fc599..ae7e6492fb276 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_subr.c 8.3 (Berkeley) 1/21/94 - * $Id: kern_subr.c,v 1.7 1995/04/30 05:11:46 davidg Exp $ + * $Id: kern_subr.c,v 1.8 1995/05/08 23:11:12 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index 534e477d303fe..4185a47ba25fe 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_synch.c 8.6 (Berkeley) 1/21/94 - * $Id: kern_synch.c,v 1.10 1995/03/16 18:12:36 bde Exp $ + * $Id: kern_synch.c,v 1.11 1995/05/30 08:05:44 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index ad4f6cb6452e3..2731113e433c5 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)kern_sysctl.c 8.4 (Berkeley) 4/14/94 - * $Id: kern_sysctl.c,v 1.25.4.1 1995/07/29 05:14:28 davidg Exp $ + * $Id: kern_sysctl.c,v 1.25.4.2 1995/08/20 03:12:38 davidg Exp $ */ /* diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index 7828751e67dc8..ef7a575b676aa 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_time.c 8.1 (Berkeley) 6/10/93 - * $Id: kern_time.c,v 1.8 1995/05/30 08:05:47 rgrimes Exp $ + * $Id: kern_time.c,v 1.8.4.1 1995/08/24 03:46:26 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index 02c1b299b3a8e..fd49dc18ae6db 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_xxx.c 8.2 (Berkeley) 11/14/93 - * $Id: kern_xxx.c,v 1.10.4.1 1995/08/24 03:50:12 davidg Exp $ + * $Id: kern_xxx.c,v 1.10.4.2 1995/09/12 08:06:48 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index abe49ba9cbc26..df512d6f0174f 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -1,6 +1,6 @@ #! /bin/sh - # @(#)makesyscalls.sh 8.1 (Berkeley) 6/10/93 -# $Id: makesyscalls.sh,v 1.11 1995/02/14 19:22:29 sos Exp $ +# $Id: makesyscalls.sh,v 1.12 1995/03/16 18:12:39 bde Exp $ set -e diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index f48ce99f0a37c..e22bf276adfc5 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -41,7 +41,7 @@ * * @(#)subr_autoconf.c 8.1 (Berkeley) 6/10/93 * - * $Id$ + * $Id: subr_autoconf.c,v 1.2 1994/08/02 07:42:26 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/subr_diskslice.c b/sys/kern/subr_diskslice.c index 618f4f40564a8..b6b2099ba7481 100644 --- a/sys/kern/subr_diskslice.c +++ b/sys/kern/subr_diskslice.c @@ -43,7 +43,7 @@ * from: wd.c,v 1.55 1994/10/22 01:57:12 phk Exp $ * from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91 * from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $ - * $Id: subr_diskslice.c,v 1.13 1995/05/24 23:33:42 davidg Exp $ + * $Id: subr_diskslice.c,v 1.14 1995/05/30 08:05:51 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 0e4145a3d0b71..3184cf78f39c8 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_log.c 8.1 (Berkeley) 6/10/93 - * $Id: subr_log.c,v 1.8 1995/05/30 08:05:52 rgrimes Exp $ + * $Id: subr_log.c,v 1.8.4.1 1995/08/11 04:02:25 davidg Exp $ */ /* diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 060ea9ad18d54..8e2020e494b8d 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)subr_prf.c 8.3 (Berkeley) 1/21/94 - * $Id: subr_prf.c,v 1.18 1995/08/24 12:54:11 davidg Exp $ + * $Id: subr_prf.c,v 1.13.4.2 1995/09/12 08:09:31 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 3c8ef387223e2..bf64fa556948b 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_prof.c 8.3 (Berkeley) 9/23/93 - * $Id: subr_prof.c,v 1.5 1995/01/29 03:03:23 bde Exp $ + * $Id: subr_prof.c,v 1.6 1995/03/16 18:12:41 bde Exp $ */ #include <sys/param.h> diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 0bc6f4cc4eb52..202ce5c19dbcb 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,7 +54,7 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.9 1995/03/16 18:12:41 bde Exp $ + * $Id: subr_rlist.c,v 1.10 1995/05/30 08:05:54 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/subr_xxx.c b/sys/kern/subr_xxx.c index e866b8aaf9089..883b367c65bb1 100644 --- a/sys/kern/subr_xxx.c +++ b/sys/kern/subr_xxx.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_xxx.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: subr_xxx.c,v 1.3 1994/08/02 07:42:36 davidg Exp $ */ /* diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c index d4641221b98a4..f1c8be51f71ac 100644 --- a/sys/kern/sys_generic.c +++ b/sys/kern/sys_generic.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)sys_generic.c 8.5 (Berkeley) 1/21/94 - * $Id: sys_generic.c,v 1.12 1995/04/13 18:24:33 davidg Exp $ + * $Id: sys_generic.c,v 1.13 1995/05/30 08:05:56 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 4a01c60cdfb25..c9d3dd912010b 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sys_process.c,v 1.13 1995/05/12 21:39:48 davidg Exp $ + * $Id: sys_process.c,v 1.14 1995/05/30 08:05:58 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 92cbedc4b5045..8224b1852b642 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sys_socket.c 8.1 (Berkeley) 6/10/93 - * $Id: sys_socket.c,v 1.4 1994/10/02 17:35:25 phk Exp $ + * $Id: sys_socket.c,v 1.5 1995/05/30 08:05:59 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 3b9f75c424f06..ffb6ee8d48e0d 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $ + * created from $Id: syscalls.c,v 1.19 1995/04/23 12:20:50 ache Exp $ */ char *syscallnames[] = { diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 1b14370c7abb1..ca104ad831bf2 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $ + $Id: syscalls.master,v 1.15 1995/04/23 12:20:52 ache Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. diff --git a/sys/kern/sysv_ipc.c b/sys/kern/sysv_ipc.c index f0e907b903d98..74dd28d5bbb5e 100644 --- a/sys/kern/sysv_ipc.c +++ b/sys/kern/sysv_ipc.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: sysv_ipc.c,v 1.1 1994/09/13 14:46:55 dfr Exp $ */ /* $NetBSD: sysv_ipc.c,v 1.7 1994/06/29 06:33:11 cgd Exp $ */ /* diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index 4444f6e6acf4a..665ddabb8c594 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -1,4 +1,4 @@ -/* $Id: sysv_msg.c,v 1.3 1994/10/02 17:35:26 phk Exp $ */ +/* $Id: sysv_msg.c,v 1.4 1995/05/30 08:06:01 rgrimes Exp $ */ /* * Implementation of SVID messages diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index 0be0e34745173..eded79afa801e 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -1,4 +1,4 @@ -/* $Id: sysv_sem.c,v 1.4 1994/10/06 21:06:32 davidg Exp $ */ +/* $Id: sysv_sem.c,v 1.5 1995/05/30 08:06:02 rgrimes Exp $ */ /* * Implementation of SVID semaphores diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index de8379c2dd622..1eeb944cb304f 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -1,4 +1,4 @@ -/* $Id: sysv_shm.c,v 1.4 1995/02/20 22:23:13 davidg Exp $ */ +/* $Id: sysv_shm.c,v 1.5 1995/05/30 08:06:04 rgrimes Exp $ */ /* $NetBSD: sysv_shm.c,v 1.23 1994/07/04 23:25:12 glass Exp $ */ /* diff --git a/sys/kern/tty.c b/sys/kern/tty.c index f07c26664fff9..0a8d99b344050 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.46.2.1 1995/09/14 07:10:00 davidg Exp $ + * $Id: tty.c,v 1.46.2.2 1995/11/03 08:01:04 davidg Exp $ */ /*- diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index bb16ea53b54d0..705e07a105b13 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_compat.c 8.1 (Berkeley) 6/10/93 - * $Id: tty_compat.c,v 1.17 1995/08/02 12:53:14 ache Exp $ + * $Id: tty_compat.c,v 1.13.4.1 1995/09/14 07:10:02 davidg Exp $ */ /* diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c index 14186e3e7ecb7..9b259d4db3b47 100644 --- a/sys/kern/tty_conf.c +++ b/sys/kern/tty_conf.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty_conf.c 8.4 (Berkeley) 1/21/94 - * $Id: tty_conf.c,v 1.7 1995/07/29 13:35:34 bde Exp $ + * $Id: tty_conf.c,v 1.6.4.1 1995/09/14 07:10:03 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 3890a029c9180..e88731ad3efad 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_pty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_pty.c,v 1.11.4.2 1995/09/26 15:38:27 davidg Exp $ + * $Id: tty_pty.c,v 1.11.4.3 1995/10/26 08:38:05 davidg Exp $ */ /* diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index d9992ee4c5f09..c9980dd49f440 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: tty_subr.c,v 1.10.4.2 1995/10/26 08:38:08 davidg Exp $ + * $Id: tty_subr.c,v 1.10.4.3 1995/11/03 08:05:05 davidg Exp $ */ /* diff --git a/sys/kern/tty_tb.c b/sys/kern/tty_tb.c index 8f4c84c66383c..cd9d4a512af64 100644 --- a/sys/kern/tty_tb.c +++ b/sys/kern/tty_tb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_tb.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: tty_tb.c,v 1.2 1994/08/02 07:42:55 davidg Exp $ */ #include "tb.h" diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 9fe7f33e0b90d..2d25e4716052c 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_tty.c 8.2 (Berkeley) 9/23/93 - * $Id: tty_tty.c,v 1.4 1994/12/04 01:46:13 ache Exp $ + * $Id: tty_tty.c,v 1.5 1995/05/30 08:06:19 rgrimes Exp $ */ /* diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index f387f998af177..8fc6a9ea92a52 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_domain.c 8.2 (Berkeley) 10/18/93 - * $Id: uipc_domain.c,v 1.5 1995/05/11 00:13:04 wollman Exp $ + * $Id: uipc_domain.c,v 1.6 1995/05/11 00:16:44 wollman Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index d71ff9f7db5ac..9e8a1bf9f3f70 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94 - * $Id: uipc_mbuf.c,v 1.8 1995/02/23 19:10:21 davidg Exp $ + * $Id: uipc_mbuf.c,v 1.9 1995/03/15 07:51:53 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_proto.c b/sys/kern/uipc_proto.c index 0b72465d1d6c0..31473f038bbb4 100644 --- a/sys/kern/uipc_proto.c +++ b/sys/kern/uipc_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: uipc_proto.c,v 1.2 1994/08/02 07:43:04 davidg Exp $ + * $Id: uipc_proto.c,v 1.3 1995/05/11 00:13:05 wollman Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index dfbd37939b6ae..762eb2b3815f4 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_socket.c 8.3 (Berkeley) 4/15/94 - * $Id: uipc_socket.c,v 1.11 1995/08/25 20:27:46 bde Exp $ + * $Id: uipc_socket.c,v 1.10.4.1 1995/09/12 08:29:56 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c index 3f7d082dd68d3..3036e3f3ea858 100644 --- a/sys/kern/uipc_socket2.c +++ b/sys/kern/uipc_socket2.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_socket2.c 8.1 (Berkeley) 6/10/93 - * $Id: uipc_socket2.c,v 1.4 1994/10/02 17:35:33 phk Exp $ + * $Id: uipc_socket2.c,v 1.5 1995/05/30 08:06:22 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 7c0864e5170d3..261066993544f 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_syscalls.c 8.4 (Berkeley) 2/21/94 - * $Id: uipc_syscalls.c,v 1.5 1995/03/16 18:12:46 bde Exp $ + * $Id: uipc_syscalls.c,v 1.6 1995/05/30 08:06:24 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index c8fdcf4108e60..7c01403363e2d 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94 - * $Id: uipc_usrreq.c,v 1.9 1995/05/30 08:06:25 rgrimes Exp $ + * $Id: uipc_usrreq.c,v 1.9.4.1 1995/08/11 03:53:38 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index c0c8240951484..12cbac4d07c07 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vfs_bio.c,v 1.46.4.5 1995/07/25 05:07:40 davidg Exp $ + * $Id: vfs_bio.c,v 1.46.4.6 1995/10/01 20:25:42 davidg Exp $ */ /* diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index a05b4a0d2ca34..227fb0a3d5147 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cache.c 8.3 (Berkeley) 8/22/94 - * $Id: vfs_cache.c,v 1.14 1995/04/15 00:49:35 davidg Exp $ + * $Id: vfs_cache.c,v 1.15 1995/05/30 08:06:28 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index c5b075528336d..238b4fa64d3d4 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.16 1995/05/30 08:06:30 rgrimes Exp $ + * $Id: vfs_cluster.c,v 1.16.4.1 1995/10/09 04:31:29 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index 251d704e176cd..aef8b1b197a36 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94 - * $Id: vfs_conf.c,v 1.5 1994/09/21 03:46:47 wollman Exp $ + * $Id: vfs_conf.c,v 1.6 1994/11/12 01:47:43 phk Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index ad12721422418..4b7f85267c406 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_init.c 8.3 (Berkeley) 1/4/94 - * $Id: vfs_init.c,v 1.9 1994/10/20 00:48:28 wollman Exp $ + * $Id: vfs_init.c,v 1.10 1995/05/30 08:06:32 rgrimes Exp $ */ diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index b816d557d663d..bdf35aa1115ba 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_lookup.c 8.4 (Berkeley) 2/16/94 - * $Id: vfs_lookup.c,v 1.7.4.2 1995/09/12 08:39:06 davidg Exp $ + * $Id: vfs_lookup.c,v 1.7.4.3 1995/10/26 09:17:15 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 58c81cbb3f531..82835eec7b316 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.30.4.1 1995/08/24 05:21:05 davidg Exp $ + * $Id: vfs_subr.c,v 1.30.4.2 1995/10/28 10:11:40 davidg Exp $ */ /* diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index b95c9eec8d36a..fecaef165ea94 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.25.4.2 1995/09/18 05:30:19 davidg Exp $ + * $Id: vfs_syscalls.c,v 1.25.4.3 1995/10/26 09:17:19 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index b24031506e428..e5fa3c8835045 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_vnops.c 8.2 (Berkeley) 1/21/94 - * $Id: vfs_vnops.c,v 1.11.4.3 1995/08/24 05:29:36 davidg Exp $ + * $Id: vfs_vnops.c,v 1.11.4.4 1995/10/26 09:17:22 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/kern/vnode_if.sh b/sys/kern/vnode_if.sh index 339e658943715..95f2e4a5a8718 100644 --- a/sys/kern/vnode_if.sh +++ b/sys/kern/vnode_if.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 -# $Id$ +# $Id: vnode_if.sh,v 1.2 1994/08/02 07:43:34 davidg Exp $ # # Script to produce VFS front-end sugar. diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 4e36675e58844..0f346a3769da0 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -31,7 +31,7 @@ # SUCH DAMAGE. # # @(#)vnode_if.src 8.3 (Berkeley) 2/3/94 -# $Id: vnode_if.src,v 1.2 1994/08/02 07:43:37 davidg Exp $ +# $Id: vnode_if.src,v 1.3 1994/09/28 16:45:12 dfr Exp $ # vop_lookup { IN struct vnode *dvp; diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile index 60dc3a01ba126..c57dd896cab73 100644 --- a/sys/libkern/Makefile +++ b/sys/libkern/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 7.9 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.8 1995/03/16 17:32:20 wollman Exp $ +# $Id: Makefile,v 1.9 1995/03/23 07:02:14 rgrimes Exp $ .undef NOPROFILE diff --git a/sys/libkern/adddi3.c b/sys/libkern/adddi3.c index 38b9df95e66b7..ba34645b6c015 100644 --- a/sys/libkern/adddi3.c +++ b/sys/libkern/adddi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: adddi3.c,v 1.2 1994/08/02 07:43:42 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/anddi3.c b/sys/libkern/anddi3.c index 9f92718ea6708..879af8e02997c 100644 --- a/sys/libkern/anddi3.c +++ b/sys/libkern/anddi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: anddi3.c,v 1.2 1994/08/02 07:43:44 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/ashldi3.c b/sys/libkern/ashldi3.c index 74fa0fdcdbced..ea555137cc6bf 100644 --- a/sys/libkern/ashldi3.c +++ b/sys/libkern/ashldi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ashldi3.c,v 1.2 1994/08/02 07:43:46 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c index 51b9da5fefdf8..d2e824e0fae6b 100644 --- a/sys/libkern/ashrdi3.c +++ b/sys/libkern/ashrdi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ashrdi3.c,v 1.2 1994/08/02 07:43:48 davidg Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) diff --git a/sys/libkern/bcmp.c b/sys/libkern/bcmp.c index de9449b467177..54abcc74e6fe1 100644 --- a/sys/libkern/bcmp.c +++ b/sys/libkern/bcmp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: bcmp.c,v 1.2 1994/08/02 07:43:50 davidg Exp $ */ #include <string.h> diff --git a/sys/libkern/cmpdi2.c b/sys/libkern/cmpdi2.c index 238bd4eb743ef..4d821c65e68ae 100644 --- a/sys/libkern/cmpdi2.c +++ b/sys/libkern/cmpdi2.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cmpdi2.c,v 1.2 1994/08/02 07:43:53 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c index f6687f9c9601e..bb45da43d5142 100644 --- a/sys/libkern/divdi3.c +++ b/sys/libkern/divdi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: divdi3.c,v 1.2 1994/08/02 07:43:54 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/ffs.c b/sys/libkern/ffs.c index 74e24502caeee..d657105c5727e 100644 --- a/sys/libkern/ffs.c +++ b/sys/libkern/ffs.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ffs.c,v 1.2 1994/08/02 07:43:57 davidg Exp $ */ #include <string.h> diff --git a/sys/libkern/iordi3.c b/sys/libkern/iordi3.c index 2819cf8e5a0ae..58a11b3f653a0 100644 --- a/sys/libkern/iordi3.c +++ b/sys/libkern/iordi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: iordi3.c,v 1.2 1994/08/02 07:44:00 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/locc.c b/sys/libkern/locc.c index 7a16e327ff2ce..2fabe9f3bb12d 100644 --- a/sys/libkern/locc.c +++ b/sys/libkern/locc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)locc.c 8.1 (Berkeley) 6/10/93 - * $Id: locc.c,v 1.2 1994/08/02 07:44:04 davidg Exp $ + * $Id: locc.c,v 1.3 1995/03/17 06:15:38 phk Exp $ */ #include <sys/libkern.h> diff --git a/sys/libkern/lshldi3.c b/sys/libkern/lshldi3.c index 0aba85e008137..2290bb6c3bb8b 100644 --- a/sys/libkern/lshldi3.c +++ b/sys/libkern/lshldi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lshldi3.c,v 1.2 1994/08/02 07:44:06 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/lshrdi3.c b/sys/libkern/lshrdi3.c index b93de210cec7e..abf38548a0067 100644 --- a/sys/libkern/lshrdi3.c +++ b/sys/libkern/lshrdi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: lshrdi3.c,v 1.2 1994/08/02 07:44:08 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index fc3625b1974d9..73273f48d17b4 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mcount.c,v 1.3 1994/09/15 15:41:48 paul Exp $ + * $Id: mcount.c,v 1.4 1995/05/30 08:06:39 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/libkern/moddi3.c b/sys/libkern/moddi3.c index efb6f92a5387a..d4ee276a5e8d0 100644 --- a/sys/libkern/moddi3.c +++ b/sys/libkern/moddi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: moddi3.c,v 1.2 1994/08/02 07:44:11 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/muldi3.c b/sys/libkern/muldi3.c index 96d100cbe712d..ed7cb8ea797ba 100644 --- a/sys/libkern/muldi3.c +++ b/sys/libkern/muldi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: muldi3.c,v 1.2 1994/08/02 07:44:13 davidg Exp $ + * $Id: muldi3.c,v 1.3 1995/05/30 08:06:41 rgrimes Exp $ */ #include "quad.h" diff --git a/sys/libkern/negdi2.c b/sys/libkern/negdi2.c index c4065e218d036..7a6cccc932454 100644 --- a/sys/libkern/negdi2.c +++ b/sys/libkern/negdi2.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: negdi2.c,v 1.2 1994/08/02 07:44:15 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/notdi2.c b/sys/libkern/notdi2.c index f451088c35001..d276002eaec18 100644 --- a/sys/libkern/notdi2.c +++ b/sys/libkern/notdi2.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: notdi2.c,v 1.2 1994/08/02 07:44:17 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/qdivrem.c b/sys/libkern/qdivrem.c index a2a64c4a984f2..de2455cf11138 100644 --- a/sys/libkern/qdivrem.c +++ b/sys/libkern/qdivrem.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: qdivrem.c,v 1.2 1994/08/02 07:44:19 davidg Exp $ + * $Id: qdivrem.c,v 1.3 1995/05/30 08:06:42 rgrimes Exp $ */ /* diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index dadd02c8a0f9d..ebbe4443367cf 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)quad.h 8.1 (Berkeley) 6/4/93 - * $Id$ + * $Id: quad.h,v 1.2 1994/08/02 07:44:21 davidg Exp $ */ /* diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 08d316ea5c6fd..a5b07f1cf0c25 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)random.c 8.1 (Berkeley) 6/10/93 - * $Id: random.c,v 1.2 1994/08/02 07:44:23 davidg Exp $ + * $Id: random.c,v 1.3 1995/03/17 06:15:39 phk Exp $ */ #include <sys/libkern.h> diff --git a/sys/libkern/rindex.c b/sys/libkern/rindex.c index bd661fbeb0653..341d8571766c7 100644 --- a/sys/libkern/rindex.c +++ b/sys/libkern/rindex.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: rindex.c,v 1.2 1994/08/02 07:44:25 davidg Exp $ */ #include <stddef.h> diff --git a/sys/libkern/scanc.c b/sys/libkern/scanc.c index c44a6a62599ac..389c19f904dc7 100644 --- a/sys/libkern/scanc.c +++ b/sys/libkern/scanc.c @@ -32,7 +32,7 @@ * * @(#)scanc.c 8.1 (Berkeley) 6/10/93 * - * $Id: scanc.c,v 1.2 1994/08/02 07:44:27 davidg Exp $ + * $Id: scanc.c,v 1.3 1995/03/17 06:15:39 phk Exp $ */ #include <sys/libkern.h> diff --git a/sys/libkern/skpc.c b/sys/libkern/skpc.c index 0663e44f6a764..c962901a11523 100644 --- a/sys/libkern/skpc.c +++ b/sys/libkern/skpc.c @@ -32,7 +32,7 @@ * * @(#)skpc.c 8.1 (Berkeley) 6/10/93 * - * $Id: skpc.c,v 1.2 1994/08/02 07:44:29 davidg Exp $ + * $Id: skpc.c,v 1.3 1995/03/17 06:15:40 phk Exp $ */ #include <sys/libkern.h> diff --git a/sys/libkern/strcat.c b/sys/libkern/strcat.c index 07e79231ddb5f..06c24dabcd13c 100644 --- a/sys/libkern/strcat.c +++ b/sys/libkern/strcat.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: strcat.c,v 1.2 1994/08/02 07:44:31 davidg Exp $ */ #include <string.h> diff --git a/sys/libkern/strcmp.c b/sys/libkern/strcmp.c index c9c397b57124d..fadd811bf9762 100644 --- a/sys/libkern/strcmp.c +++ b/sys/libkern/strcmp.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: strcmp.c,v 1.2 1994/08/02 07:44:33 davidg Exp $ */ #include <sys/cdefs.h> diff --git a/sys/libkern/strcpy.c b/sys/libkern/strcpy.c index 2715720e3d23e..3da63196467d4 100644 --- a/sys/libkern/strcpy.c +++ b/sys/libkern/strcpy.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: strcpy.c,v 1.2 1994/08/02 07:44:36 davidg Exp $ */ #include <sys/cdefs.h> diff --git a/sys/libkern/strlen.c b/sys/libkern/strlen.c index 1d1352c09e6b0..2f9d5da1daa56 100644 --- a/sys/libkern/strlen.c +++ b/sys/libkern/strlen.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: strlen.c,v 1.2 1994/08/02 07:44:38 davidg Exp $ */ #include <sys/cdefs.h> diff --git a/sys/libkern/strncpy.c b/sys/libkern/strncpy.c index 8aea6908849d7..250989447f72b 100644 --- a/sys/libkern/strncpy.c +++ b/sys/libkern/strncpy.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: strncpy.c,v 1.2 1994/08/02 07:44:39 davidg Exp $ */ #include <sys/cdefs.h> diff --git a/sys/libkern/subdi3.c b/sys/libkern/subdi3.c index cb54477a4d45c..25cf697d67da6 100644 --- a/sys/libkern/subdi3.c +++ b/sys/libkern/subdi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: subdi3.c,v 1.2 1994/08/02 07:44:41 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/ucmpdi2.c b/sys/libkern/ucmpdi2.c index 4aa3e50637dd7..a1a037975785e 100644 --- a/sys/libkern/ucmpdi2.c +++ b/sys/libkern/ucmpdi2.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ucmpdi2.c,v 1.2 1994/08/02 07:44:43 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/udivdi3.c b/sys/libkern/udivdi3.c index f9a77ec432c72..7cb62e7b30a40 100644 --- a/sys/libkern/udivdi3.c +++ b/sys/libkern/udivdi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: udivdi3.c,v 1.2 1994/08/02 07:44:44 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/umoddi3.c b/sys/libkern/umoddi3.c index ccd457d0adce7..14a5bc864cc3c 100644 --- a/sys/libkern/umoddi3.c +++ b/sys/libkern/umoddi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: umoddi3.c,v 1.2 1994/08/02 07:44:46 davidg Exp $ */ #include "quad.h" diff --git a/sys/libkern/xordi3.c b/sys/libkern/xordi3.c index e49190902a22b..98b2a2bb2df37 100644 --- a/sys/libkern/xordi3.c +++ b/sys/libkern/xordi3.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: xordi3.c,v 1.2 1994/08/02 07:44:48 davidg Exp $ */ #include "quad.h" diff --git a/sys/miscfs/deadfs/dead_vnops.c b/sys/miscfs/deadfs/dead_vnops.c index d701c33152d83..64b2ea71790f2 100644 --- a/sys/miscfs/deadfs/dead_vnops.c +++ b/sys/miscfs/deadfs/dead_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dead_vnops.c 8.1 (Berkeley) 6/10/93 - * $Id: dead_vnops.c,v 1.5 1994/10/06 21:06:40 davidg Exp $ + * $Id: dead_vnops.c,v 1.6 1994/10/08 22:37:00 phk Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/devfs/devfs_back.c b/sys/miscfs/devfs/devfs_back.c index 5e615cb7b2286..b2c4cea7a94e0 100644 --- a/sys/miscfs/devfs/devfs_back.c +++ b/sys/miscfs/devfs/devfs_back.c @@ -2,7 +2,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_back.c,v 1.2 1995/04/20 07:34:51 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/Attic/devfs_back.c,v 1.3 1995/05/30 08:06:49 rgrimes Exp $ */ #include "param.h" diff --git a/sys/miscfs/devfs/devfs_front.c b/sys/miscfs/devfs/devfs_front.c index a3d02554ccc78..c8245229272d0 100644 --- a/sys/miscfs/devfs/devfs_front.c +++ b/sys/miscfs/devfs/devfs_front.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_front.c,v 1.3 1995/04/20 07:42:41 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/Attic/devfs_front.c,v 1.4 1995/05/30 08:06:50 rgrimes Exp $ * */ diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index 5781df7058c68..94ce86bc61db0 100644 --- a/sys/miscfs/devfs/devfs_vfsops.c +++ b/sys/miscfs/devfs/devfs_vfsops.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.2 1995/04/20 07:34:53 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.3 1995/05/30 08:06:52 rgrimes Exp $ * * */ diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c index 5deda3e88d45d..41e09d7d02c9a 100644 --- a/sys/miscfs/devfs/devfs_vnops.c +++ b/sys/miscfs/devfs/devfs_vnops.c @@ -1,7 +1,7 @@ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.4 1995/05/03 23:04:26 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.5 1995/05/30 08:06:53 rgrimes Exp $ * * symlinks can wait 'til later. */ diff --git a/sys/miscfs/devfs/devfsdefs.h b/sys/miscfs/devfs/devfsdefs.h index c6216e208d5cd..7bf50a578301d 100644 --- a/sys/miscfs/devfs/devfsdefs.h +++ b/sys/miscfs/devfs/devfsdefs.h @@ -7,7 +7,7 @@ /* * Written by Julian Elischer (julian@DIALIX.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfsdefs.h,v 1.3 1995/05/03 23:06:31 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfsdefs.h,v 1.4 1995/05/30 08:06:55 rgrimes Exp $ */ /* first a couple of defines for compatibility with inodes */ diff --git a/sys/miscfs/fdesc/fdesc.h b/sys/miscfs/fdesc/fdesc.h index 4c682e7bd370c..ba022238ee049 100644 --- a/sys/miscfs/fdesc/fdesc.h +++ b/sys/miscfs/fdesc/fdesc.h @@ -35,7 +35,7 @@ * * @(#)fdesc.h 8.5 (Berkeley) 1/21/94 * - * $Id: fdesc.h,v 1.8 1993/04/06 15:28:33 jsp Exp $ + * $Id: fdesc.h,v 1.1.1.1 1994/05/24 10:04:59 rgrimes Exp $ */ #ifdef KERNEL diff --git a/sys/miscfs/fdesc/fdesc_vfsops.c b/sys/miscfs/fdesc/fdesc_vfsops.c index f63a0cd2fff59..fe5eff822ff46 100644 --- a/sys/miscfs/fdesc/fdesc_vfsops.c +++ b/sys/miscfs/fdesc/fdesc_vfsops.c @@ -35,7 +35,7 @@ * * @(#)fdesc_vfsops.c 8.4 (Berkeley) 1/21/94 * - * $Id: fdesc_vfsops.c,v 1.5 1995/09/02 20:17:57 mpp Exp $ + * $Id: fdesc_vfsops.c,v 1.4.4.1 1995/09/12 08:48:25 davidg Exp $ */ /* diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c index a2f64130b5f94..ecdae524f0374 100644 --- a/sys/miscfs/fdesc/fdesc_vnops.c +++ b/sys/miscfs/fdesc/fdesc_vnops.c @@ -35,7 +35,7 @@ * * @(#)fdesc_vnops.c 8.9 (Berkeley) 1/21/94 * - * $Id: fdesc_vnops.c,v 1.10 1995/09/02 20:19:12 mpp Exp $ + * $Id: fdesc_vnops.c,v 1.9.4.1 1995/09/12 08:48:26 davidg Exp $ */ /* diff --git a/sys/miscfs/fifofs/fifo.h b/sys/miscfs/fifofs/fifo.h index 3f2d8ef714e1e..21f8582e9fabc 100644 --- a/sys/miscfs/fifofs/fifo.h +++ b/sys/miscfs/fifofs/fifo.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fifo.h 8.2 (Berkeley) 2/2/94 - * $Id: fifo.h,v 1.4 1995/02/14 06:30:18 phk Exp $ + * $Id: fifo.h,v 1.5 1995/03/16 18:13:13 bde Exp $ */ extern int (**fifo_vnodeop_p)(); diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index f557ab13505f0..65112abb75124 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.2 (Berkeley) 1/4/94 - * $Id: fifo_vnops.c,v 1.9 1995/05/30 08:06:59 rgrimes Exp $ + * $Id: fifo_vnops.c,v 1.9.4.1 1995/09/28 13:32:03 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/kernfs/kernfs.h b/sys/miscfs/kernfs/kernfs.h index 2def608e55fc9..b96ee4cf19641 100644 --- a/sys/miscfs/kernfs/kernfs.h +++ b/sys/miscfs/kernfs/kernfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)kernfs.h 8.4 (Berkeley) 1/21/94 - * $Id$ + * $Id: kernfs.h,v 1.2 1994/08/02 07:44:59 davidg Exp $ */ #define _PATH_KERNFS "/kern" /* Default mountpoint */ diff --git a/sys/miscfs/kernfs/kernfs_vfsops.c b/sys/miscfs/kernfs/kernfs_vfsops.c index e6f97c700f912..6173bd30f629a 100644 --- a/sys/miscfs/kernfs/kernfs_vfsops.c +++ b/sys/miscfs/kernfs/kernfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)kernfs_vfsops.c 8.4 (Berkeley) 1/21/94 - * $Id: kernfs_vfsops.c,v 1.8 1995/03/16 20:23:38 wollman Exp $ + * $Id: kernfs_vfsops.c,v 1.9 1995/05/25 01:35:15 davidg Exp $ */ /* diff --git a/sys/miscfs/kernfs/kernfs_vnops.c b/sys/miscfs/kernfs/kernfs_vnops.c index 4558ff76d709b..e2f2c39694809 100644 --- a/sys/miscfs/kernfs/kernfs_vnops.c +++ b/sys/miscfs/kernfs/kernfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)kernfs_vnops.c 8.6 (Berkeley) 2/10/94 - * $Id: kernfs_vnops.c,v 1.10 1995/07/31 09:52:21 mpp Exp $ + * $Id: kernfs_vnops.c,v 1.8.4.1 1995/09/07 21:55:27 davidg Exp $ */ /* diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h index 14286ffeee0c7..6163735db5fed 100644 --- a/sys/miscfs/nullfs/null.h +++ b/sys/miscfs/nullfs/null.h @@ -35,7 +35,7 @@ * * @(#)null.h 8.2 (Berkeley) 1/21/94 * - * $Id: lofs.h,v 1.8 1992/05/30 10:05:43 jsp Exp jsp $ + * $Id: null.h,v 1.1.1.1 1994/05/24 10:05:04 rgrimes Exp $ */ struct null_args { diff --git a/sys/miscfs/nullfs/null_subr.c b/sys/miscfs/nullfs/null_subr.c index 8d18ffdc9e71e..e71f56a16c68e 100644 --- a/sys/miscfs/nullfs/null_subr.c +++ b/sys/miscfs/nullfs/null_subr.c @@ -35,7 +35,7 @@ * * @(#)null_subr.c 8.4 (Berkeley) 1/21/94 * - * $Id: null_subr.c,v 1.2 1994/05/25 09:08:00 rgrimes Exp $ + * $Id: null_subr.c,v 1.3 1994/10/02 17:48:14 phk Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index eb1a19231c7dd..6dfc42cf9932d 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -36,7 +36,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $Id: null_vfsops.c,v 1.6 1995/03/16 20:23:39 wollman Exp $ + * $Id: null_vfsops.c,v 1.7 1995/05/30 08:07:01 rgrimes Exp $ */ /* diff --git a/sys/miscfs/nullfs/null_vnops.c b/sys/miscfs/nullfs/null_vnops.c index 464d15aa62464..34b3f3695e9a5 100644 --- a/sys/miscfs/nullfs/null_vnops.c +++ b/sys/miscfs/nullfs/null_vnops.c @@ -35,7 +35,7 @@ * * @(#)null_vnops.c 8.1 (Berkeley) 6/10/93 * - * $Id: null_vnops.c,v 1.7 1995/03/19 14:28:54 davidg Exp $ + * $Id: null_vnops.c,v 1.8 1995/05/30 08:07:03 rgrimes Exp $ */ /* diff --git a/sys/miscfs/portal/portal.h b/sys/miscfs/portal/portal.h index 38d7ee0cdd279..00c99d3d62158 100644 --- a/sys/miscfs/portal/portal.h +++ b/sys/miscfs/portal/portal.h @@ -35,7 +35,7 @@ * * @(#)portal.h 8.4 (Berkeley) 1/21/94 * - * $Id: portal.h,v 1.3 1992/05/30 10:05:24 jsp Exp jsp $ + * $Id: portal.h,v 1.1.1.1 1994/05/24 10:05:06 rgrimes Exp $ */ struct portal_args { diff --git a/sys/miscfs/portal/portal_vfsops.c b/sys/miscfs/portal/portal_vfsops.c index 52c7bcf6094ec..f5a17bafb9950 100644 --- a/sys/miscfs/portal/portal_vfsops.c +++ b/sys/miscfs/portal/portal_vfsops.c @@ -35,7 +35,7 @@ * * @(#)portal_vfsops.c 8.6 (Berkeley) 1/21/94 * - * $Id: portal_vfsops.c,v 1.7 1995/03/16 20:23:41 wollman Exp $ + * $Id: portal_vfsops.c,v 1.8 1995/05/30 08:07:05 rgrimes Exp $ */ /* diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index 41fd2de3f4163..d9977c1004757 100644 --- a/sys/miscfs/portal/portal_vnops.c +++ b/sys/miscfs/portal/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94 * - * $Id: portal_vnops.c,v 1.5 1995/03/28 07:57:02 bde Exp $ + * $Id: portal_vnops.c,v 1.6 1995/05/30 08:07:06 rgrimes Exp $ */ /* diff --git a/sys/miscfs/procfs/README b/sys/miscfs/procfs/README index 38811b3f6e3a3..7c54a04ec66ca 100644 --- a/sys/miscfs/procfs/README +++ b/sys/miscfs/procfs/README @@ -110,4 +110,4 @@ the debugger, the debugger should fork and the child should stop itself "attach". as before, the child will hit a breakpoint on the first instruction in any newly exec'd image. -$Id: README,v 3.1 1993/12/15 09:40:17 jsp Exp $ +$Id: README,v 1.1.1.1 1994/05/24 10:05:10 rgrimes Exp $ diff --git a/sys/miscfs/procfs/procfs.h b/sys/miscfs/procfs/procfs.h index 22c3800b930d5..8c5779e1b3239 100644 --- a/sys/miscfs/procfs/procfs.h +++ b/sys/miscfs/procfs/procfs.h @@ -36,7 +36,7 @@ * * @(#)procfs.h 8.6 (Berkeley) 2/3/94 * - * $Id: procfs.h,v 1.4 1995/04/15 02:30:08 davidg Exp $ + * $Id: procfs.h,v 1.5 1995/05/25 01:35:22 davidg Exp $ */ /* diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index a9cbb49721f8e..9f40725654ef1 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -36,7 +36,7 @@ * * @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94 * - * $Id: procfs_ctl.c,v 1.6 1995/07/16 10:12:50 bde Exp $ + * $Id: procfs_ctl.c,v 1.5.4.1 1995/09/14 07:10:11 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c index 331a671279e26..eb6e7cdbc7a95 100644 --- a/sys/miscfs/procfs/procfs_fpregs.c +++ b/sys/miscfs/procfs/procfs_fpregs.c @@ -36,7 +36,7 @@ * * @(#)procfs_fpregs.c 8.1 (Berkeley) 1/27/94 * - * $Id: procfs_fpregs.c,v 1.1.1.1 1994/05/24 10:05:09 rgrimes Exp $ + * $Id: procfs_fpregs.c,v 1.2 1994/08/02 07:45:12 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index 0f1b3b02f96d6..cce660c462b46 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.4 (Berkeley) 1/21/94 * - * $Id: procfs_mem.c,v 1.6 1995/01/05 03:59:38 davidg Exp $ + * $Id: procfs_mem.c,v 1.7 1995/05/30 08:07:09 rgrimes Exp $ */ /* diff --git a/sys/miscfs/procfs/procfs_note.c b/sys/miscfs/procfs/procfs_note.c index a7699f29e123c..ca4b7d6920bc8 100644 --- a/sys/miscfs/procfs/procfs_note.c +++ b/sys/miscfs/procfs/procfs_note.c @@ -36,7 +36,7 @@ * * @(#)procfs_note.c 8.2 (Berkeley) 1/21/94 * - * $Id: procfs_note.c,v 1.1.1.1 1994/05/24 10:05:09 rgrimes Exp $ + * $Id: procfs_note.c,v 1.2 1994/08/02 07:45:16 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_regs.c b/sys/miscfs/procfs/procfs_regs.c index 8b0600a480d00..be9c579765e01 100644 --- a/sys/miscfs/procfs/procfs_regs.c +++ b/sys/miscfs/procfs/procfs_regs.c @@ -36,7 +36,7 @@ * * @(#)procfs_regs.c 8.3 (Berkeley) 1/27/94 * - * $Id: procfs_regs.c,v 1.1.1.1 1994/05/24 10:05:08 rgrimes Exp $ + * $Id: procfs_regs.c,v 1.2 1994/08/02 07:45:18 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_status.c b/sys/miscfs/procfs/procfs_status.c index f1290222d06bf..1af11f2a7db3e 100644 --- a/sys/miscfs/procfs/procfs_status.c +++ b/sys/miscfs/procfs/procfs_status.c @@ -36,7 +36,7 @@ * * @(#)procfs_status.c 8.3 (Berkeley) 2/17/94 * - * $Id: procfs_status.c,v 1.3 1994/10/10 07:55:38 phk Exp $ + * $Id: procfs_status.c,v 1.4 1995/05/30 08:07:10 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_subr.c b/sys/miscfs/procfs/procfs_subr.c index 6c464c1bdb770..83cad2bd8f744 100644 --- a/sys/miscfs/procfs/procfs_subr.c +++ b/sys/miscfs/procfs/procfs_subr.c @@ -36,7 +36,7 @@ * * @(#)procfs_subr.c 8.4 (Berkeley) 1/27/94 * - * $Id: procfs_subr.c,v 1.4 1995/04/15 02:30:12 davidg Exp $ + * $Id: procfs_subr.c,v 1.5 1995/05/30 08:07:11 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index 4113063218c39..20d5ef4acd9e5 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vfsops.c 8.4 (Berkeley) 1/21/94 * - * $Id: procfs_vfsops.c,v 1.9 1995/03/16 20:23:42 wollman Exp $ + * $Id: procfs_vfsops.c,v 1.10 1995/05/25 01:35:23 davidg Exp $ */ /* diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index dcf52a7b6389b..66a17a12ad653 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vnops.c 8.6 (Berkeley) 2/7/94 * - * $Id: procfs_vnops.c,v 1.16 1995/09/02 18:28:48 mpp Exp $ + * $Id: procfs_vnops.c,v 1.14.4.2 1995/09/12 08:52:41 davidg Exp $ */ /* diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index f3b88f026619a..142f703100341 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.11 1995/04/09 06:03:10 davidg Exp $ + * $Id: spec_vnops.c,v 1.11.4.1 1995/07/08 04:11:55 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/specfs/specdev.h b/sys/miscfs/specfs/specdev.h index bc26f9d59d127..46d6ff393f8da 100644 --- a/sys/miscfs/specfs/specdev.h +++ b/sys/miscfs/specfs/specdev.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)specdev.h 8.2 (Berkeley) 2/2/94 - * $Id$ + * $Id: specdev.h,v 1.2 1994/08/02 07:45:30 davidg Exp $ */ /* diff --git a/sys/miscfs/umapfs/umap.h b/sys/miscfs/umapfs/umap.h index 5be2e5eed4668..2490d8c2009a6 100644 --- a/sys/miscfs/umapfs/umap.h +++ b/sys/miscfs/umapfs/umap.h @@ -35,7 +35,7 @@ * * @(#)umap.h 8.3 (Berkeley) 1/21/94 * - * $Id: umap.h,v 1.2 1994/08/02 07:45:33 davidg Exp $ + * $Id: umap.h,v 1.3 1995/05/30 08:07:15 rgrimes Exp $ */ #define MAPFILEENTRIES 64 diff --git a/sys/miscfs/umapfs/umap_subr.c b/sys/miscfs/umapfs/umap_subr.c index 792f4a87b05eb..bc2f2af810758 100644 --- a/sys/miscfs/umapfs/umap_subr.c +++ b/sys/miscfs/umapfs/umap_subr.c @@ -35,7 +35,7 @@ * * @(#)umap_subr.c 8.6 (Berkeley) 1/26/94 * - * $Id: umap_subr.c,v 1.3 1994/10/10 07:55:43 phk Exp $ + * $Id: umap_subr.c,v 1.4 1995/05/30 08:07:17 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index 64f05bbd62d61..c67baec959aef 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -35,7 +35,7 @@ * * @(#)umap_vfsops.c 8.3 (Berkeley) 1/21/94 * - * $Id: umap_vfsops.c,v 1.7 1995/03/16 20:23:43 wollman Exp $ + * $Id: umap_vfsops.c,v 1.8 1995/05/30 08:07:18 rgrimes Exp $ */ /* diff --git a/sys/miscfs/umapfs/umap_vnops.c b/sys/miscfs/umapfs/umap_vnops.c index a82d1c6d327be..33812e76cb0b1 100644 --- a/sys/miscfs/umapfs/umap_vnops.c +++ b/sys/miscfs/umapfs/umap_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)umap_vnops.c 8.3 (Berkeley) 1/5/94 - * $Id: umap_vnops.c,v 1.8 1995/03/19 14:28:55 davidg Exp $ + * $Id: umap_vnops.c,v 1.9 1995/05/30 08:07:22 rgrimes Exp $ */ /* diff --git a/sys/miscfs/union/libc.opendir.c b/sys/miscfs/union/libc.opendir.c index 15e3a0ce76376..f3130ee7a5b25 100644 --- a/sys/miscfs/union/libc.opendir.c +++ b/sys/miscfs/union/libc.opendir.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: libc.opendir.c,v 1.2 1994/08/02 07:45:40 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/union/union.h b/sys/miscfs/union/union.h index 05fa4814086a7..bfa9eeae5b2b1 100644 --- a/sys/miscfs/union/union.h +++ b/sys/miscfs/union/union.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union.h 8.2 (Berkeley) 2/17/94 - * $Id: union.h,v 1.2 1994/08/02 07:45:42 davidg Exp $ + * $Id: union.h,v 1.3 1995/03/16 18:14:02 bde Exp $ */ struct union_args { diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c index 65149d3c58880..573038af5398d 100644 --- a/sys/miscfs/union/union_subr.c +++ b/sys/miscfs/union/union_subr.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.4 (Berkeley) 2/17/94 - * $Id: union_subr.c,v 1.7 1995/08/17 11:53:50 bde Exp $ + * $Id: union_subr.c,v 1.6.4.1 1995/09/18 05:33:20 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index 670c7ce98d907..837bb6c94d373 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vfsops.c 8.7 (Berkeley) 3/5/94 - * $Id: union_vfsops.c,v 1.9 1995/03/16 20:23:44 wollman Exp $ + * $Id: union_vfsops.c,v 1.10 1995/05/30 08:07:26 rgrimes Exp $ */ /* diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 2d082db7642f0..36305d5b8f261 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.6 (Berkeley) 2/17/94 - * $Id: union_vnops.c,v 1.8 1994/11/04 14:41:46 davidg Exp $ + * $Id: union_vnops.c,v 1.8.8.1 1995/09/18 05:33:21 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/msdosfs/bootsect.h b/sys/msdosfs/bootsect.h index f83b9ec0b1a19..73915dbb53e34 100644 --- a/sys/msdosfs/bootsect.h +++ b/sys/msdosfs/bootsect.h @@ -1,4 +1,4 @@ -/* $Id: bootsect.h,v 1.1 1994/09/19 15:41:36 dfr Exp $ */ +/* $Id: bootsect.h,v 1.2 1995/05/30 08:07:29 rgrimes Exp $ */ /* $NetBSD: bootsect.h,v 1.4 1994/06/29 06:35:28 cgd Exp $ */ /* diff --git a/sys/msdosfs/bpb.h b/sys/msdosfs/bpb.h index 7618126c31013..b10a0efd55f88 100644 --- a/sys/msdosfs/bpb.h +++ b/sys/msdosfs/bpb.h @@ -1,4 +1,4 @@ -/* $Id: bpb.h,v 1.1 1994/09/19 15:41:37 dfr Exp $ */ +/* $Id: bpb.h,v 1.2 1995/05/30 08:07:30 rgrimes Exp $ */ /* $NetBSD: bpb.h,v 1.3 1994/06/29 06:35:29 cgd Exp $ */ /* diff --git a/sys/msdosfs/denode.h b/sys/msdosfs/denode.h index a7f2928ec8c5e..4d50522cb2566 100644 --- a/sys/msdosfs/denode.h +++ b/sys/msdosfs/denode.h @@ -1,4 +1,4 @@ -/* $Id: denode.h,v 1.4 1995/03/16 18:14:17 bde Exp $ */ +/* $Id: denode.h,v 1.5 1995/05/30 08:07:32 rgrimes Exp $ */ /* $NetBSD: denode.h,v 1.8 1994/08/21 18:43:49 ws Exp $ */ /*- diff --git a/sys/msdosfs/direntry.h b/sys/msdosfs/direntry.h index f4eecac02d977..6a82a32ea8d62 100644 --- a/sys/msdosfs/direntry.h +++ b/sys/msdosfs/direntry.h @@ -1,4 +1,4 @@ -/* $Id: direntry.h,v 1.1 1994/09/19 15:41:39 dfr Exp $ */ +/* $Id: direntry.h,v 1.2 1995/05/30 08:07:33 rgrimes Exp $ */ /* $NetBSD: direntry.h,v 1.7 1994/08/21 18:43:54 ws Exp $ */ /*- diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h index 3b043c14d2304..80a1f9a024335 100644 --- a/sys/msdosfs/fat.h +++ b/sys/msdosfs/fat.h @@ -1,4 +1,4 @@ -/* $Id: fat.h,v 1.2 1994/09/27 20:42:41 phk Exp $ */ +/* $Id: fat.h,v 1.3 1995/05/30 08:07:34 rgrimes Exp $ */ /* $NetBSD: fat.h,v 1.4 1994/08/21 18:43:57 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfs_conv.c b/sys/msdosfs/msdosfs_conv.c index 88999827db524..046c4a3e332e5 100644 --- a/sys/msdosfs/msdosfs_conv.c +++ b/sys/msdosfs/msdosfs_conv.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_conv.c,v 1.4 1995/03/29 18:48:06 ache Exp $ */ +/* $Id: msdosfs_conv.c,v 1.5 1995/05/30 08:07:36 rgrimes Exp $ */ /* $NetBSD: msdosfs_conv.c,v 1.6.2.1 1994/08/30 02:27:57 cgd Exp $ */ /* diff --git a/sys/msdosfs/msdosfs_denode.c b/sys/msdosfs/msdosfs_denode.c index 60a68111833db..60755aed9b43f 100644 --- a/sys/msdosfs/msdosfs_denode.c +++ b/sys/msdosfs/msdosfs_denode.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_denode.c,v 1.11 1995/04/11 17:13:17 bde Exp $ */ +/* $Id: msdosfs_denode.c,v 1.12 1995/05/30 08:07:37 rgrimes Exp $ */ /* $NetBSD: msdosfs_denode.c,v 1.9 1994/08/21 18:44:00 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfs_fat.c b/sys/msdosfs/msdosfs_fat.c index b43f9595b6b55..514bfe7b224e5 100644 --- a/sys/msdosfs/msdosfs_fat.c +++ b/sys/msdosfs/msdosfs_fat.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_fat.c,v 1.6 1995/04/11 16:43:20 bde Exp $ */ +/* $Id: msdosfs_fat.c,v 1.7 1995/05/30 08:07:40 rgrimes Exp $ */ /* $NetBSD: msdosfs_fat.c,v 1.12 1994/08/21 18:44:04 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfs_lookup.c b/sys/msdosfs/msdosfs_lookup.c index a80e5ae7bac3c..da09cbba138ed 100644 --- a/sys/msdosfs/msdosfs_lookup.c +++ b/sys/msdosfs/msdosfs_lookup.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_lookup.c,v 1.3 1995/05/09 16:30:44 bde Exp $ */ +/* $Id: msdosfs_lookup.c,v 1.4 1995/05/30 08:07:41 rgrimes Exp $ */ /* $NetBSD: msdosfs_lookup.c,v 1.14 1994/08/21 18:44:07 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index bbb4fc6d27690..e5cb9575fe871 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.6 1994/12/12 12:35:47 bde Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.7 1995/05/30 08:07:43 rgrimes Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index dfdcddde20b7e..c2d31af314fd4 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.17.2.3 1995/10/09 06:13:08 davidg Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.17.2.4 1995/10/26 09:17:31 davidg Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.20 1994/08/21 18:44:13 ws Exp $ */ /*- diff --git a/sys/msdosfs/msdosfsmount.h b/sys/msdosfs/msdosfsmount.h index 5309acbd08515..59d4010ec47e6 100644 --- a/sys/msdosfs/msdosfsmount.h +++ b/sys/msdosfs/msdosfsmount.h @@ -1,4 +1,4 @@ -/* $Id: msdosfsmount.h,v 1.2 1994/09/27 20:42:59 phk Exp $ */ +/* $Id: msdosfsmount.h,v 1.3 1995/05/30 08:07:47 rgrimes Exp $ */ /* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */ /*- diff --git a/sys/net/bpf.c b/sys/net/bpf.c index bb2ea53fb0de7..6c15fdb320f99 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -37,7 +37,7 @@ * * @(#)bpf.c 8.2 (Berkeley) 3/28/94 * - * $Id: bpf.c,v 1.13 1995/09/22 17:57:45 wollman Exp $ + * $Id: bpf.c,v 1.7.4.4 1995/10/07 12:47:58 davidg Exp $ */ #include "bpfilter.h" diff --git a/sys/net/bpf.h b/sys/net/bpf.h index d546b6415c5c1..f5ef5227169c4 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 8.1 (Berkeley) 6/10/93 * - * $Id: bpf.h,v 1.6 1995/09/08 11:08:55 bde Exp $ + * $Id: bpf.h,v 1.4.4.2 1995/09/14 07:10:16 davidg Exp $ */ #ifndef _NET_BPF_H_ diff --git a/sys/net/bpf_compat.h b/sys/net/bpf_compat.h index 44dab52e0c9d7..a6312a501453a 100644 --- a/sys/net/bpf_compat.h +++ b/sys/net/bpf_compat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)bpf_compat.h 8.1 (Berkeley) 6/10/93 - * $Id: bpf_compat.h,v 1.2 1994/08/02 07:45:56 davidg Exp $ + * $Id: bpf_compat.h,v 1.3 1994/08/21 05:11:39 paul Exp $ */ #ifndef _NET_BPF_COMPAT_H_ diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 076f25577060a..95c2804a94e70 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -37,7 +37,7 @@ * * @(#)bpf_filter.c 8.1 (Berkeley) 6/10/93 * - * $Id: bpf_filter.c,v 1.4 1995/04/01 01:46:27 davidg Exp $ + * $Id: bpf_filter.c,v 1.5 1995/05/30 08:07:56 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index a0cf3b3006a68..17358dedb3883 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -37,7 +37,7 @@ * * @(#)bpfdesc.h 8.1 (Berkeley) 6/10/93 * - * $Id: bpfdesc.h,v 1.4 1994/08/21 05:11:39 paul Exp $ + * $Id: bpfdesc.h,v 1.4.8.1 1995/07/23 04:58:33 davidg Exp $ */ #ifndef _NET_BPFDESC_H_ diff --git a/sys/net/if.c b/sys/net/if.c index 5a69e467759a6..3a2a5f28dcd83 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.c 8.3 (Berkeley) 1/4/94 - * $Id: if.c,v 1.15 1995/05/30 08:07:58 rgrimes Exp $ + * $Id: if.c,v 1.15.4.1 1995/07/13 09:10:43 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/net/if.h b/sys/net/if.h index 9e898fb50bcd9..c0af5e39815b5 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.17 1995/04/26 18:10:44 pst Exp $ + * $Id: if.h,v 1.18 1995/05/30 08:07:59 rgrimes Exp $ */ #ifndef _NET_IF_H_ diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 1515110943015..b3a2cd34465e2 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_arp.h 8.1 (Berkeley) 6/10/93 - * $Id: if_arp.h,v 1.4 1994/11/15 14:41:38 bde Exp $ + * $Id: if_arp.h,v 1.5 1994/11/16 02:15:05 phk Exp $ */ #ifndef _NET_IF_ARP_H_ diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c index 0c261066022e9..9f41a4309e724 100644 --- a/sys/net/if_disc.c +++ b/sys/net/if_disc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)if_loop.c 8.1 (Berkeley) 6/10/93 - * $Id: if_disc.c,v 1.4 1995/05/30 08:08:01 rgrimes Exp $ + * $Id: if_disc.c,v 1.4.4.1 1995/10/07 12:51:12 davidg Exp $ */ /* diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index e76b88ad1f67c..1dfed2de457ff 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_dl.h 8.1 (Berkeley) 6/10/93 - * $Id: if_dl.h,v 1.3 1994/08/21 05:11:41 paul Exp $ + * $Id: if_dl.h,v 1.4 1995/05/30 08:08:02 rgrimes Exp $ */ #ifndef _NET_IF_DL_H_ diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index ff63303ae0107..5dce597bdf50d 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ethersubr.c,v 1.8.2.1 1995/06/03 04:46:21 davidg Exp $ + * $Id: if_ethersubr.c,v 1.9 1995/06/11 19:31:39 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index 41ea156800c93..9c6825a813b4c 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp - * $Id: if_fddisubr.c,v 1.4 1995/05/09 13:35:40 davidg Exp $ + * $Id: if_fddisubr.c,v 1.5 1995/05/30 08:08:05 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index da89ee7126f73..74e27fb4d00f6 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_llc.h 8.1 (Berkeley) 6/10/93 - * $Id: if_llc.h,v 1.2 1994/08/02 07:46:16 davidg Exp $ + * $Id: if_llc.h,v 1.3 1994/08/21 05:11:42 paul Exp $ */ #ifndef _NET_IF_LLC_H_ diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 843cfae457d46..e6dc67d788625 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_loop.c 8.1 (Berkeley) 6/10/93 - * $Id: if_loop.c,v 1.10 1995/05/30 08:08:06 rgrimes Exp $ + * $Id: if_loop.c,v 1.10.4.1 1995/10/07 12:51:13 davidg Exp $ */ /* diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index 10c876b5f10a6..26eaf575f6a45 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -69,7 +69,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $Id: if_ppp.c,v 1.14.2.2 1995/09/14 07:10:18 davidg Exp $ */ +/* $Id: if_ppp.c,v 1.14.2.3 1995/10/07 12:55:50 davidg Exp $ */ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #include "ppp.h" diff --git a/sys/net/if_ppp.h b/sys/net/if_ppp.h index 97df728e1a7e9..789a86075b346 100644 --- a/sys/net/if_ppp.h +++ b/sys/net/if_ppp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: if_ppp.h,v 1.2 1994/09/23 00:13:20 wollman Exp $ + * $Id: if_ppp.h,v 1.3 1995/05/30 08:08:09 rgrimes Exp $ */ #ifndef _IF_PPP_H_ diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c index c18f83d50e21f..4ce1c1e0748ab 100644 --- a/sys/net/if_sl.c +++ b/sys/net/if_sl.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_sl.c 8.6 (Berkeley) 2/1/94 - * $Id: if_sl.c,v 1.20.4.2 1995/09/14 07:10:19 davidg Exp $ + * $Id: if_sl.c,v 1.20.4.3 1995/10/07 12:57:41 davidg Exp $ */ /* diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h index ade190ff71576..e1506927c6113 100644 --- a/sys/net/if_slvar.h +++ b/sys/net/if_slvar.h @@ -32,7 +32,7 @@ * * @(#)if_slvar.h 8.3 (Berkeley) 2/1/94 * - * $Id: if_slvar.h,v 1.5 1995/03/30 20:43:32 ache Exp $ + * $Id: if_slvar.h,v 1.6 1995/05/30 08:08:13 rgrimes Exp $ */ #ifndef _NET_IF_SLVAR_H_ diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 9a573612b2d4f..a02ecfdb1e2b9 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_types.h 8.2 (Berkeley) 4/20/94 - * $Id: if_types.h,v 1.3 1994/08/21 05:11:43 paul Exp $ + * $Id: if_types.h,v 1.4 1995/02/25 15:57:55 davidg Exp $ */ #ifndef _NET_IF_TYPES_H_ diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 35583483ce8fe..ab72a7382d342 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netisr.h 8.1 (Berkeley) 6/10/93 - * $Id: netisr.h,v 1.5 1995/01/05 19:51:47 se Exp $ + * $Id: netisr.h,v 1.6 1995/05/11 00:13:10 wollman Exp $ */ #ifndef _NET_NETISR_H_ diff --git a/sys/net/pppcompress.c b/sys/net/pppcompress.c index 5485b0fbb4cf3..85ba7569f8e98 100644 --- a/sys/net/pppcompress.c +++ b/sys/net/pppcompress.c @@ -44,7 +44,7 @@ * so that the entire packet being decompressed doesn't have * to be in contiguous memory (just the compressed header). * - * $Id: pppcompress.c,v 1.3 1994/11/01 09:03:20 pst Exp $ + * $Id: pppcompress.c,v 1.4 1995/05/30 08:08:17 rgrimes Exp $ */ #include <sys/types.h> diff --git a/sys/net/pppcompress.h b/sys/net/pppcompress.h index 93f3e510211df..99b8817071ccd 100644 --- a/sys/net/pppcompress.h +++ b/sys/net/pppcompress.h @@ -39,7 +39,7 @@ * - added sl_uncompress_tcp_part. * * From: slcompress.h 7.4 90/06/28 - * $Id: pppcompress.h,v 1.2 1994/09/23 00:13:22 wollman Exp $ + * $Id: pppcompress.h,v 1.3 1995/05/30 08:08:18 rgrimes Exp $ */ #ifndef _NET_PPPCOMPRESS_H_ diff --git a/sys/net/radix.c b/sys/net/radix.c index 7073d604c8f1e..e327827ea19e7 100644 --- a/sys/net/radix.c +++ b/sys/net/radix.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)radix.c 8.4 (Berkeley) 11/2/94 - * $Id: radix.c,v 1.8 1995/04/28 23:01:34 pst Exp $ + * $Id: radix.c,v 1.9 1995/05/30 08:08:20 rgrimes Exp $ */ /* diff --git a/sys/net/radix.h b/sys/net/radix.h index 2384936cc56bf..118bb1acfb646 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)radix.h 8.2 (Berkeley) 10/31/94 - * $Id$ + * $Id: radix.h,v 1.8 1995/04/28 23:01:37 pst Exp $ */ #ifndef _RADIX_H_ diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c index dfb08e41598c5..a918446d28159 100644 --- a/sys/net/raw_cb.c +++ b/sys/net/raw_cb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)raw_cb.c 8.1 (Berkeley) 6/10/93 - * $Id: raw_cb.c,v 1.3 1994/10/08 22:38:24 phk Exp $ + * $Id: raw_cb.c,v 1.4 1995/05/30 08:08:21 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h index e975432e21807..6f117344a7d86 100644 --- a/sys/net/raw_cb.h +++ b/sys/net/raw_cb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)raw_cb.h 8.1 (Berkeley) 6/10/93 - * $Id: raw_cb.h,v 1.2 1994/08/02 07:46:36 davidg Exp $ + * $Id: raw_cb.h,v 1.3 1994/08/21 05:11:46 paul Exp $ */ #ifndef _NET_RAW_CB_H_ diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c index bf6f6bbdb4331..a55de12309f23 100644 --- a/sys/net/raw_usrreq.c +++ b/sys/net/raw_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)raw_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: raw_usrreq.c,v 1.5 1995/02/16 01:11:38 wollman Exp $ + * $Id: raw_usrreq.c,v 1.6 1995/05/30 08:08:22 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/route.c b/sys/net/route.c index 1da0261e193cc..34b22b9925d43 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)route.c 8.2 (Berkeley) 11/15/93 - * $Id: route.c,v 1.23.4.1 1995/07/23 04:55:01 davidg Exp $ + * $Id: route.c,v 1.23.4.2 1995/11/03 07:59:19 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/net/route.h b/sys/net/route.h index e12f986986e8a..ad0e225285d70 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)route.h 8.3 (Berkeley) 4/19/94 - * $Id: route.h,v 1.13 1995/03/20 21:30:21 wollman Exp $ + * $Id: route.h,v 1.14 1995/05/30 08:08:26 rgrimes Exp $ */ #ifndef _NET_ROUTE_H_ diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 7e65578dc12e4..95a0e3306cb55 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)rtsock.c 8.5 (Berkeley) 11/2/94 - * $Id: rtsock.c,v 1.12 1995/05/15 22:57:53 davidg Exp $ + * $Id: rtsock.c,v 1.13 1995/05/30 08:08:31 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c index 5630b51b64fe1..05a57c58d437c 100644 --- a/sys/net/slcompress.c +++ b/sys/net/slcompress.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)slcompress.c 8.2 (Berkeley) 4/16/94 - * $Id: slcompress.c,v 1.4 1994/10/08 22:38:27 phk Exp $ + * $Id: slcompress.c,v 1.5 1995/05/30 08:08:33 rgrimes Exp $ */ /* diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 239f63327f137..710d845afae8c 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -35,7 +35,7 @@ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. - * $Id: slcompress.h,v 1.5 1994/08/22 14:16:36 bde Exp $ + * $Id: slcompress.h,v 1.6 1995/05/30 08:08:34 rgrimes Exp $ */ #ifndef _NET_SLCOMPRESS_H_ diff --git a/sys/net/slip.h b/sys/net/slip.h index d438d42a3c8be..6ccf58075b817 100644 --- a/sys/net/slip.h +++ b/sys/net/slip.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)slip.h 8.1 (Berkeley) 2/12/94 - * $Id: slip.h,v 1.5 1995/04/28 18:47:29 ache Exp $ + * $Id: slip.h,v 1.6 1995/04/29 15:24:00 bde Exp $ */ #ifndef _NET_SLIP_H_ diff --git a/sys/netccitt/ccitt_proto.c b/sys/netccitt/ccitt_proto.c index b6b49b4579d82..7abd9412615b5 100644 --- a/sys/netccitt/ccitt_proto.c +++ b/sys/netccitt/ccitt_proto.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ccitt_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: ccitt_proto.c,v 1.2 1994/08/02 07:46:54 davidg Exp $ + * $Id: ccitt_proto.c,v 1.3 1995/05/11 00:13:13 wollman Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/dll.h b/sys/netccitt/dll.h index 005525b05f63a..01a69f805f72b 100644 --- a/sys/netccitt/dll.h +++ b/sys/netccitt/dll.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)dll.h 8.1 (Berkeley) 6/10/93 - * $Id: dll.h,v 1.3 1994/08/21 05:44:06 paul Exp $ + * $Id: dll.h,v 1.4 1995/05/30 08:08:37 rgrimes Exp $ */ #ifndef _NETCCITT_DLL_H_ diff --git a/sys/netccitt/hd_debug.c b/sys/netccitt/hd_debug.c index f368d420035ad..7ab44a2eabdbe 100644 --- a/sys/netccitt/hd_debug.c +++ b/sys/netccitt/hd_debug.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: hd_debug.c,v 1.3 1995/02/15 06:29:42 jkh Exp $ + * $Id: hd_debug.c,v 1.4 1995/05/30 08:08:38 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/hd_input.c b/sys/netccitt/hd_input.c index 91fd2fe7bdfa9..2c4fdd532ca81 100644 --- a/sys/netccitt/hd_input.c +++ b/sys/netccitt/hd_input.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_input.c 8.1 (Berkeley) 6/10/93 - * $Id: hd_input.c,v 1.4 1995/05/11 19:26:39 rgrimes Exp $ + * $Id: hd_input.c,v 1.5 1995/05/30 08:08:40 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/hd_output.c b/sys/netccitt/hd_output.c index 903c27e507cad..cc1d41f576171 100644 --- a/sys/netccitt/hd_output.c +++ b/sys/netccitt/hd_output.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_output.c 8.1 (Berkeley) 6/10/93 - * $Id: hd_output.c,v 1.3 1995/02/15 06:29:44 jkh Exp $ + * $Id: hd_output.c,v 1.4 1995/05/30 08:08:42 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/hd_subr.c b/sys/netccitt/hd_subr.c index c379188a8ce09..4d0b32eefc27e 100644 --- a/sys/netccitt/hd_subr.c +++ b/sys/netccitt/hd_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: hd_subr.c,v 1.3 1995/02/15 06:29:45 jkh Exp $ + * $Id: hd_subr.c,v 1.4 1995/05/30 08:08:43 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/hd_timer.c b/sys/netccitt/hd_timer.c index 8764043c527ac..31520707f5dc1 100644 --- a/sys/netccitt/hd_timer.c +++ b/sys/netccitt/hd_timer.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: hd_timer.c,v 1.3 1995/02/15 06:29:46 jkh Exp $ + * $Id: hd_timer.c,v 1.4 1995/05/30 08:08:44 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/hd_var.h b/sys/netccitt/hd_var.h index 24679ac32f77f..ef87870821271 100644 --- a/sys/netccitt/hd_var.h +++ b/sys/netccitt/hd_var.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_var.h 8.1 (Berkeley) 6/10/93 - * $Id: hd_var.h,v 1.2 1994/08/02 07:47:10 davidg Exp $ + * $Id: hd_var.h,v 1.3 1994/08/21 05:44:06 paul Exp $ */ #ifndef _NETCCITT_HD_VAR_H_ diff --git a/sys/netccitt/hdlc.h b/sys/netccitt/hdlc.h index f7fd79359b205..5ba875211180c 100644 --- a/sys/netccitt/hdlc.h +++ b/sys/netccitt/hdlc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hdlc.h 8.1 (Berkeley) 6/10/93 - * $Id: hdlc.h,v 1.2 1994/08/02 07:47:12 davidg Exp $ + * $Id: hdlc.h,v 1.3 1994/08/21 05:44:07 paul Exp $ */ #ifndef _NETCCITT_HDLC_H_ diff --git a/sys/netccitt/if_x25subr.c b/sys/netccitt/if_x25subr.c index 7b85f4a3ee14e..a48116031dd6e 100644 --- a/sys/netccitt/if_x25subr.c +++ b/sys/netccitt/if_x25subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_x25subr.c 8.1 (Berkeley) 6/10/93 - * $Id: if_x25subr.c,v 1.5 1995/04/26 18:10:50 pst Exp $ + * $Id: if_x25subr.c,v 1.6 1995/05/30 08:08:46 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/llc_input.c b/sys/netccitt/llc_input.c index 18effc365c7ca..37d8ef6e7d987 100644 --- a/sys/netccitt/llc_input.c +++ b/sys/netccitt/llc_input.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_input.c 8.1 (Berkeley) 6/10/93 - * $Id: llc_input.c,v 1.3 1994/12/13 22:32:13 wollman Exp $ + * $Id: llc_input.c,v 1.4 1995/05/30 08:08:48 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/llc_output.c b/sys/netccitt/llc_output.c index 05cf9ae69975e..cb72e4f4095bd 100644 --- a/sys/netccitt/llc_output.c +++ b/sys/netccitt/llc_output.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_output.c 8.1 (Berkeley) 6/10/93 - * $Id: llc_output.c,v 1.3 1995/03/19 14:29:00 davidg Exp $ + * $Id: llc_output.c,v 1.4 1995/05/30 08:08:50 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/llc_subr.c b/sys/netccitt/llc_subr.c index 9699be643e21c..8f03f93220f71 100644 --- a/sys/netccitt/llc_subr.c +++ b/sys/netccitt/llc_subr.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: llc_subr.c,v 1.4 1995/05/11 19:26:40 rgrimes Exp $ + * $Id: llc_subr.c,v 1.5 1995/05/30 08:08:52 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/llc_timer.c b/sys/netccitt/llc_timer.c index 0714d51e3b94a..e96261102957a 100644 --- a/sys/netccitt/llc_timer.c +++ b/sys/netccitt/llc_timer.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: llc_timer.c,v 1.2 1994/08/02 07:47:23 davidg Exp $ + * $Id: llc_timer.c,v 1.3 1995/05/30 08:08:53 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/llc_var.h b/sys/netccitt/llc_var.h index 6de1aa28a02be..a36b8d9d7037e 100644 --- a/sys/netccitt/llc_var.h +++ b/sys/netccitt/llc_var.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)llc_var.h 8.1 (Berkeley) 6/10/93 - * $Id: llc_var.h,v 1.3 1994/08/21 05:44:08 paul Exp $ + * $Id: llc_var.h,v 1.4 1995/05/30 08:08:55 rgrimes Exp $ */ #ifndef _NETCCITT_LLC_VAR_H_ diff --git a/sys/netccitt/pk.h b/sys/netccitt/pk.h index 50b9b091adcb9..053e1a4321578 100644 --- a/sys/netccitt/pk.h +++ b/sys/netccitt/pk.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)pk.h 8.1 (Berkeley) 6/10/93 - * $Id: pk.h,v 1.3 1994/08/21 05:44:09 paul Exp $ + * $Id: pk.h,v 1.4 1995/05/30 08:08:57 rgrimes Exp $ */ #ifndef _NETCCITT_PK_H_ diff --git a/sys/netccitt/pk_acct.c b/sys/netccitt/pk_acct.c index d3ba5bc0c4b56..21371785272bf 100644 --- a/sys/netccitt/pk_acct.c +++ b/sys/netccitt/pk_acct.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)pk_acct.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_acct.c,v 1.2 1994/08/02 07:47:29 davidg Exp $ + * $Id: pk_acct.c,v 1.3 1995/05/30 08:08:58 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_debug.c b/sys/netccitt/pk_debug.c index 338d167b37f02..2e6d08c7ecc8c 100644 --- a/sys/netccitt/pk_debug.c +++ b/sys/netccitt/pk_debug.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)pk_debug.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: pk_debug.c,v 1.2 1994/08/02 07:47:31 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_input.c b/sys/netccitt/pk_input.c index 777de53c2f3ba..0e86580858338 100644 --- a/sys/netccitt/pk_input.c +++ b/sys/netccitt/pk_input.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_input.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_input.c,v 1.4 1995/05/11 00:13:14 wollman Exp $ + * $Id: pk_input.c,v 1.5 1995/05/30 08:08:59 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_llcsubr.c b/sys/netccitt/pk_llcsubr.c index be18dafbcc726..30f00cbe0c5ce 100644 --- a/sys/netccitt/pk_llcsubr.c +++ b/sys/netccitt/pk_llcsubr.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)pk_llcsubr.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_llcsubr.c,v 1.3 1994/12/13 22:32:16 wollman Exp $ + * $Id: pk_llcsubr.c,v 1.4 1995/05/30 08:09:04 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_output.c b/sys/netccitt/pk_output.c index 7645502b2e006..9d609fc106567 100644 --- a/sys/netccitt/pk_output.c +++ b/sys/netccitt/pk_output.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_output.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_output.c,v 1.2 1994/08/02 07:47:38 davidg Exp $ + * $Id: pk_output.c,v 1.3 1995/05/30 08:09:05 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_subr.c b/sys/netccitt/pk_subr.c index a64375facb038..5f5c6e0f88c48 100644 --- a/sys/netccitt/pk_subr.c +++ b/sys/netccitt/pk_subr.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_subr.c,v 1.3 1994/12/13 22:32:17 wollman Exp $ + * $Id: pk_subr.c,v 1.4 1995/05/30 08:09:07 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_timer.c b/sys/netccitt/pk_timer.c index 72aea7783c33d..559c75cba6761 100644 --- a/sys/netccitt/pk_timer.c +++ b/sys/netccitt/pk_timer.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_timer.c,v 1.2 1994/08/02 07:47:44 davidg Exp $ + * $Id: pk_timer.c,v 1.3 1995/05/30 08:09:08 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_usrreq.c b/sys/netccitt/pk_usrreq.c index 84d6e2e1745dc..f0057c5fb35bb 100644 --- a/sys/netccitt/pk_usrreq.c +++ b/sys/netccitt/pk_usrreq.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: pk_usrreq.c,v 1.2 1994/08/02 07:47:46 davidg Exp $ + * $Id: pk_usrreq.c,v 1.3 1995/05/30 08:09:09 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netccitt/pk_var.h b/sys/netccitt/pk_var.h index 6bfe7bd8d9e92..af439559a551e 100644 --- a/sys/netccitt/pk_var.h +++ b/sys/netccitt/pk_var.h @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)pk_var.h 8.1 (Berkeley) 6/10/93 - * $Id: pk_var.h,v 1.4 1995/03/16 18:14:40 bde Exp $ + * $Id: pk_var.h,v 1.5 1995/05/30 08:09:11 rgrimes Exp $ */ #ifndef _NETCCITT_PK_VAR_H_ diff --git a/sys/netccitt/x25.h b/sys/netccitt/x25.h index bb91460430509..efb540cfbf7e0 100644 --- a/sys/netccitt/x25.h +++ b/sys/netccitt/x25.h @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * @(#)x25.h 8.1 (Berkeley) 6/10/93 - * $Id: x25.h,v 1.3 1994/08/21 05:44:11 paul Exp $ + * $Id: x25.h,v 1.4 1995/05/30 08:09:12 rgrimes Exp $ */ #ifndef _NETCCITT_X25_H_ diff --git a/sys/netccitt/x25acct.h b/sys/netccitt/x25acct.h index a5ecdd21a91b8..db1cfbb1143b4 100644 --- a/sys/netccitt/x25acct.h +++ b/sys/netccitt/x25acct.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)x25acct.h 8.1 (Berkeley) 6/10/93 - * $Id: x25acct.h,v 1.2 1994/08/02 07:47:52 davidg Exp $ + * $Id: x25acct.h,v 1.3 1994/08/21 05:44:11 paul Exp $ */ #ifndef _NETCCITT_X25ACCT_H_ diff --git a/sys/netccitt/x25err.h b/sys/netccitt/x25err.h index 94cf7cd89e82c..f510a65a2701d 100644 --- a/sys/netccitt/x25err.h +++ b/sys/netccitt/x25err.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)x25err.h 8.1 (Berkeley) 6/10/93 - * $Id: x25err.h,v 1.3 1994/08/21 05:44:12 paul Exp $ + * $Id: x25err.h,v 1.4 1995/05/30 08:09:13 rgrimes Exp $ */ #ifndef _NETCCITT_X25ERR_H_ diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index 90eeb4fbcd3f9..9d0d9a99e86e9 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)icmp_var.h 8.1 (Berkeley) 6/10/93 - * $Id: icmp_var.h,v 1.3 1994/08/21 05:27:23 paul Exp $ + * $Id: icmp_var.h,v 1.4 1995/02/16 00:27:40 wollman Exp $ */ #ifndef _NETINET_ICMP_VAR_H_ diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 8f6321620758b..dac3b80570516 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $Id: if_ether.c,v 1.17 1995/05/30 08:09:18 rgrimes Exp $ + * $Id: if_ether.c,v 1.17.4.1 1995/07/23 05:26:13 davidg Exp $ */ /* diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 2551fe3781133..8b12220ef33b6 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_ether.h 8.1 (Berkeley) 6/10/93 - * $Id: if_ether.h,v 1.8 1995/04/02 01:26:26 wpaul Exp $ + * $Id: if_ether.h,v 1.9 1995/05/30 08:09:20 rgrimes Exp $ */ #ifndef _NETINET_IF_ETHER_H_ diff --git a/sys/netinet/if_fddi.h b/sys/netinet/if_fddi.h index 14ec34389f194..c849a44d1d0d8 100644 --- a/sys/netinet/if_fddi.h +++ b/sys/netinet/if_fddi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_fddi.h 8.1 (Berkeley) 6/10/93 - * $Id: if_fddi.h,v 1.1 1995/03/14 09:14:14 davidg Exp $ + * $Id: if_fddi.h,v 1.2 1995/05/30 08:09:21 rgrimes Exp $ */ #ifndef _NETINET_IF_FDDI_H_ diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 1f795d9d14b3d..952a6ff3ca2f9 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)igmp.c 8.1 (Berkeley) 7/19/93 - * $Id: igmp.c,v 1.12 1995/06/13 17:51:05 wollman Exp $ + * $Id: igmp.c,v 1.11.4.1 1995/09/06 10:31:29 davidg Exp $ */ /* diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 07cefc8203d42..0189785cf8b41 100644 --- a/sys/netinet/igmp.h +++ b/sys/netinet/igmp.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)igmp.h 8.1 (Berkeley) 6/10/93 - * $Id: igmp.h,v 1.6 1995/06/13 17:51:06 wollman Exp $ + * $Id: igmp.h,v 1.5.4.1 1995/09/06 10:31:30 davidg Exp $ */ #ifndef _NETINET_IGMP_H_ diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index d845110bd742a..e12a469957c1a 100644 --- a/sys/netinet/igmp_var.h +++ b/sys/netinet/igmp_var.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)igmp_var.h 8.1 (Berkeley) 7/19/93 - * $Id: igmp_var.h,v 1.6 1995/06/13 17:51:07 wollman Exp $ + * $Id: igmp_var.h,v 1.5.4.1 1995/09/06 10:31:31 davidg Exp $ */ #ifndef _NETINET_IGMP_VAR_H_ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 51c073af344cd..454c4d8f94b26 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in.c 8.2 (Berkeley) 11/15/93 - * $Id: in.c,v 1.14 1995/05/30 08:09:26 rgrimes Exp $ + * $Id: in.c,v 1.14.4.1 1995/07/23 03:38:11 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 0892b205aa42b..5aad1daced3b9 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in.h 8.3 (Berkeley) 1/3/94 - * $Id: in.h,v 1.10 1995/06/13 17:51:08 wollman Exp $ + * $Id: in.h,v 1.9.4.1 1995/09/06 10:31:32 davidg Exp $ */ #ifndef _NETINET_IN_H_ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 9f12495e6f761..46bdaec4cebee 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_cksum.c 8.1 (Berkeley) 6/10/93 - * $Id: in_cksum.c,v 1.2 1994/08/02 07:48:16 davidg Exp $ + * $Id: in_cksum.c,v 1.3 1995/05/30 08:09:27 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 4df50be200a95..dd19aed3484ff 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_pcb.c 8.2 (Berkeley) 1/4/94 - * $Id: in_pcb.c,v 1.12 1995/05/30 08:09:28 rgrimes Exp $ + * $Id: in_pcb.c,v 1.12.4.1 1995/10/07 20:13:01 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 248ad7afdbe76..74af065f670de 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: in_pcb.h,v 1.7 1995/04/09 16:46:47 jkh Exp $ + * $Id: in_pcb.h,v 1.8 1995/04/10 00:43:18 davidg Exp $ */ #ifndef _NETINET_IN_PCB_H_ diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index e3586ebf2c90c..b31852d90d82f 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)in_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: in_proto.c,v 1.17 1995/06/26 16:11:51 wollman Exp $ + * $Id: in_proto.c,v 1.15.4.1 1995/09/06 10:31:34 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index 884d121db9e88..4b105c3de05a7 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: in_rmx.c,v 1.13 1995/05/30 08:09:31 rgrimes Exp $ + * $Id: in_rmx.c,v 1.13.4.1 1995/07/23 05:19:01 davidg Exp $ */ /* diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h index f35ab2ff1685d..fa82138e21bdd 100644 --- a/sys/netinet/in_systm.h +++ b/sys/netinet/in_systm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_systm.h 8.1 (Berkeley) 6/10/93 - * $Id: in_systm.h,v 1.2 1994/08/02 07:48:25 davidg Exp $ + * $Id: in_systm.h,v 1.3 1994/08/21 05:27:29 paul Exp $ */ #ifndef _NETINET_IN_SYSTM_H_ diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index a21ec47468f17..6c06bc1adad6a 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in_var.h 8.1 (Berkeley) 6/10/93 - * $Id: in_var.h,v 1.9 1995/03/23 18:14:41 wollman Exp $ + * $Id: in_var.h,v 1.10 1995/05/30 08:09:32 rgrimes Exp $ */ #ifndef _NETINET_IN_VAR_H_ diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 864474a065b34..52586555e0092 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip.h 8.1 (Berkeley) 6/10/93 - * $Id: ip.h,v 1.4 1995/05/05 14:36:38 ache Exp $ + * $Id: ip.h,v 1.5 1995/05/30 08:09:33 rgrimes Exp $ */ #ifndef _NETINET_IP_H_ diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index caf58295e5b71..f8b17e55dbad5 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -11,7 +11,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.c,v 1.14.4.1 1995/07/23 05:43:47 davidg Exp $ + * $Id: ip_fw.c,v 1.14.4.2 1995/08/25 01:58:04 davidg Exp $ */ /* diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index f488181713bc0..b780cc3f4492e 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -11,7 +11,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.h,v 1.13 1995/07/23 05:36:30 davidg Exp $ + * $Id: ip_fw.h,v 1.11.4.1 1995/07/23 05:43:48 davidg Exp $ */ /* diff --git a/sys/netinet/ip_fwdef.c b/sys/netinet/ip_fwdef.c index 8af86ba547832..30ea69ec6f4b0 100644 --- a/sys/netinet/ip_fwdef.c +++ b/sys/netinet/ip_fwdef.c @@ -11,7 +11,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fwdef.c,v 1.6 1995/07/23 05:36:31 davidg Exp $ + * $Id: ip_fwdef.c,v 1.3.4.1 1995/07/23 05:43:50 davidg Exp $ */ /* diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 4b203f523de3f..e60a9b796b209 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.c 8.2 (Berkeley) 1/4/94 - * $Id: ip_icmp.c,v 1.7 1995/05/30 08:09:42 rgrimes Exp $ + * $Id: ip_icmp.c,v 1.7.4.1 1995/07/23 05:52:51 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index aa0e3e169ff6b..6254725758d0b 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.h 8.1 (Berkeley) 6/10/93 - * $Id: ip_icmp.h,v 1.3 1994/08/21 05:27:31 paul Exp $ + * $Id: ip_icmp.h,v 1.4 1995/05/30 08:09:43 rgrimes Exp $ */ #ifndef _NETINET_IP_ICMP_H_ diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 6f107515d09dc..08096a31604e6 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 - * $Id: ip_input.c,v 1.25 1995/07/09 14:29:46 davidg Exp $ + * $Id: ip_input.c,v 1.22.4.2 1995/09/06 10:31:35 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index df300d2bf5f95..e712aef544ec6 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -9,7 +9,7 @@ * Modified by Bill Fenner, PARC, April 1995 * * MROUTING Revision: 3.5 - * $Id: ip_mroute.c,v 1.23 1995/10/06 19:30:43 wollman Exp $ + * $Id: ip_mroute.c,v 1.16.4.2 1995/10/09 06:22:13 davidg Exp $ */ diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index bf1392cdf32e0..43e08e7252f1a 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)ip_mroute.h 8.1 (Berkeley) 6/10/93 - * $Id: ip_mroute.h,v 1.9 1995/08/23 18:20:17 wollman Exp $ + * $Id: ip_mroute.h,v 1.7.4.1 1995/09/06 10:31:39 davidg Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index b5f1e974a87d3..a548a9814efc7 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_output.c 8.3 (Berkeley) 1/21/94 - * $Id: ip_output.c,v 1.23 1995/07/26 18:05:13 wollman Exp $ + * $Id: ip_output.c,v 1.19.4.2 1995/09/06 10:31:40 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index c84180fbc00ca..ef3853c410fed 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_var.h 8.1 (Berkeley) 6/10/93 - * $Id: ip_var.h,v 1.13 1995/07/26 18:05:16 wollman Exp $ + * $Id: ip_var.h,v 1.10.4.1 1995/09/06 10:31:42 davidg Exp $ */ #ifndef _NETINET_IP_VAR_H_ diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 616ef748ab0c0..109e8bb883bd1 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)raw_ip.c 8.7 (Berkeley) 5/15/95 - * $Id: raw_ip.c,v 1.19.4.2 1995/10/07 20:17:31 davidg Exp $ + * $Id: raw_ip.c,v 1.19.4.3 1995/10/21 03:02:54 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index a79acf96625b9..6c1eefdccc148 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp.h,v 1.5 1995/02/14 02:35:14 wollman Exp $ + * $Id: tcp.h,v 1.6 1995/05/30 08:09:53 rgrimes Exp $ */ #ifndef _NETINET_TCP_H_ diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index cef966cc73287..5f4dbf2023398 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.c,v 1.3 1995/02/09 23:13:22 wollman Exp $ + * $Id: tcp_debug.c,v 1.4 1995/04/19 10:26:04 olah Exp $ */ #ifdef TCPDEBUG diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 159b798108098..86b32462e2cbd 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.h,v 1.2 1994/08/02 07:48:56 davidg Exp $ + * $Id: tcp_debug.h,v 1.3 1994/08/21 05:27:35 paul Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 28f04f082f1e2..f2e6d2278efd3 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_fsm.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp_fsm.h,v 1.5 1995/02/16 01:53:31 wollman Exp $ + * $Id: tcp_fsm.h,v 1.6 1995/03/30 23:35:55 davidg Exp $ */ #ifndef _NETINET_TCP_FSM_H_ diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index b149eebf4883c..ddcec02f43405 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)tcp_input.c 8.5 (Berkeley) 4/10/94 - * $Id: tcp_input.c,v 1.25.4.1 1995/07/23 05:12:13 davidg Exp $ + * $Id: tcp_input.c,v 1.25.4.2 1995/08/24 05:52:06 davidg Exp $ */ #ifndef TUBA_INCLUDE diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 958713c48e325..987dde00bbf2e 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_output.c 8.3 (Berkeley) 12/30/93 - * $Id: tcp_output.c,v 1.12 1995/09/13 17:36:31 wollman Exp $ + * $Id: tcp_output.c,v 1.11.4.1 1995/09/15 08:58:07 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h index 6f0532f3449b3..da9fdd0f6cf84 100644 --- a/sys/netinet/tcp_seq.h +++ b/sys/netinet/tcp_seq.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_seq.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp_seq.h,v 1.4 1995/02/08 20:18:46 wollman Exp $ + * $Id: tcp_seq.h,v 1.5 1995/02/14 02:35:17 wollman Exp $ */ #ifndef _NETINET_TCP_SEQ_H_ diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 09b148cc5b082..d583c261d4d11 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_subr.c,v 1.11 1995/05/30 08:09:58 rgrimes Exp $ + * $Id: tcp_subr.c,v 1.11.4.1 1995/07/23 05:04:31 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 9badee0f24cd3..9d963f1a3eab3 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_timer.c,v 1.7 1995/05/30 08:09:59 rgrimes Exp $ + * $Id: tcp_timer.c,v 1.7.4.1 1995/07/29 23:16:52 davidg Exp $ */ #ifndef TUBA_INCLUDE diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index b9af05f81061e..6e15f96562136 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.h 8.1 (Berkeley) 6/10/93 - * $Id: tcp_timer.h,v 1.5 1995/02/08 20:18:47 wollman Exp $ + * $Id: tcp_timer.h,v 1.6 1995/02/14 02:35:18 wollman Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 4ea6c47b7358a..361eb00ecb814 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94 - * $Id: tcp_usrreq.c,v 1.15.2.1 1995/09/15 09:01:55 davidg Exp $ + * $Id: tcp_usrreq.c,v 1.15.2.2 1995/11/03 07:53:59 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 0ac6a74c61cbe..7c0c4f13ee9e9 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.3 (Berkeley) 4/10/94 - * $Id: tcp_var.h,v 1.11.4.1 1995/07/23 05:02:02 davidg Exp $ + * $Id: tcp_var.h,v 1.11.4.2 1995/07/29 23:16:53 davidg Exp $ */ #ifndef _NETINET_TCP_VAR_H_ diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index bc71fbc654d31..571fcbb434357 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcpip.h 8.1 (Berkeley) 6/10/93 - * $Id: tcpip.h,v 1.3 1994/08/21 05:27:40 paul Exp $ + * $Id: tcpip.h,v 1.4 1995/02/08 20:18:48 wollman Exp $ */ #ifndef _NETINET_TCPIP_H_ diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index d47ea918a4589..406c0d1d36474 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp.h 8.1 (Berkeley) 6/10/93 - * $Id: udp.h,v 1.2 1994/08/02 07:49:22 davidg Exp $ + * $Id: udp.h,v 1.3 1994/08/21 05:27:41 paul Exp $ */ #ifndef _NETINET_UDP_H_ diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index d5abe2633bc38..aa6fdbdff385a 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95 - * $Id: udp_usrreq.c,v 1.14 1995/09/22 19:56:26 wollman Exp $ + * $Id: udp_usrreq.c,v 1.12.4.2 1995/10/07 20:20:58 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index 6e98e9c4a7ace..efea9af2af695 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)udp_var.h 8.1 (Berkeley) 6/10/93 - * $Id: udp_var.h,v 1.4 1995/02/16 00:27:47 wollman Exp $ + * $Id: udp_var.h,v 1.5 1995/04/09 01:29:31 davidg Exp $ */ #ifndef _NETINET_UDP_VAR_H_ diff --git a/sys/netiso/argo_debug.h b/sys/netiso/argo_debug.h index e87da1cd89f83..1c8d3a638cdcb 100644 --- a/sys/netiso/argo_debug.h +++ b/sys/netiso/argo_debug.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)argo_debug.h 8.1 (Berkeley) 6/10/93 - * $Id: argo_debug.h,v 1.3 1994/08/21 06:14:11 paul Exp $ + * $Id: argo_debug.h,v 1.4 1995/05/30 08:10:09 rgrimes Exp $ */ #ifndef _NETISO_ARGO_DEBUG_H_ @@ -64,7 +64,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/argo_debug.h,v 1.3 1994/08/21 06:14:11 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/argo_debug.h,v 1.4 1995/05/30 08:10:09 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/argo_debug.h,v $ */ diff --git a/sys/netiso/clnl.h b/sys/netiso/clnl.h index 65c536ae075f6..068cbc61dc888 100644 --- a/sys/netiso/clnl.h +++ b/sys/netiso/clnl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnl.h 8.1 (Berkeley) 6/10/93 - * $Id: clnl.h,v 1.3 1994/08/21 06:14:12 paul Exp $ + * $Id: clnl.h,v 1.4 1995/05/30 08:10:11 rgrimes Exp $ */ #ifndef _NETISO_CLNL_H_ diff --git a/sys/netiso/clnp.h b/sys/netiso/clnp.h index 646b6b8fc6f23..a7308cb4a97d7 100644 --- a/sys/netiso/clnp.h +++ b/sys/netiso/clnp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp.h 8.2 (Berkeley) 4/16/94 - * $Id: clnp.h,v 1.3 1994/08/21 06:14:13 paul Exp $ + * $Id: clnp.h,v 1.4 1995/05/30 08:10:12 rgrimes Exp $ */ #ifndef _NETISO_CLNP_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp.h,v 1.3 1994/08/21 06:14:13 paul Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp.h,v 1.4 1995/05/30 08:10:12 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp.h,v $ */ /* should be config option but cpp breaks with too many #defines */ diff --git a/sys/netiso/clnp_debug.c b/sys/netiso/clnp_debug.c index 52d6f040dfa61..de475fb26ff4b 100644 --- a/sys/netiso/clnp_debug.c +++ b/sys/netiso/clnp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_debug.c,v 1.2 1994/08/02 07:49:35 davidg Exp $ + * $Id: clnp_debug.c,v 1.3 1995/05/30 08:10:14 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_debug.c,v 1.2 1994/08/02 07:49:35 davidg Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_debug.c,v 1.3 1995/05/30 08:10:14 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_debug.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_er.c b/sys/netiso/clnp_er.c index ca12308dde173..1df3ebfa5def3 100644 --- a/sys/netiso/clnp_er.c +++ b/sys/netiso/clnp_er.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_er.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_er.c,v 1.3 1994/11/15 14:26:10 bde Exp $ + * $Id: clnp_er.c,v 1.4 1995/05/30 08:10:15 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_er.c,v 1.3 1994/11/15 14:26:10 bde Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_er.c,v 1.4 1995/05/30 08:10:15 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_er.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_frag.c b/sys/netiso/clnp_frag.c index 69c92a5b8c1a7..d10b94ab82588 100644 --- a/sys/netiso/clnp_frag.c +++ b/sys/netiso/clnp_frag.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_frag.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_frag.c,v 1.2 1994/08/02 07:49:37 davidg Exp $ + * $Id: clnp_frag.c,v 1.3 1995/05/30 08:10:17 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_frag.c,v 1.2 1994/08/02 07:49:37 davidg Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_frag.c,v 1.3 1995/05/30 08:10:17 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_frag.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_input.c b/sys/netiso/clnp_input.c index c67df925bb3f5..afefeac758e6c 100644 --- a/sys/netiso/clnp_input.c +++ b/sys/netiso/clnp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_input.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_input.c,v 1.5 1995/05/11 00:13:20 wollman Exp $ + * $Id: clnp_input.c,v 1.6 1995/05/30 08:10:19 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_input.c,v 1.5 1995/05/11 00:13:20 wollman Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_input.c,v 1.6 1995/05/30 08:10:19 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_input.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_options.c b/sys/netiso/clnp_options.c index bac8b5b8da675..8a1731bcedc8a 100644 --- a/sys/netiso/clnp_options.c +++ b/sys/netiso/clnp_options.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_options.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_options.c,v 1.2 1994/08/02 07:49:40 davidg Exp $ + * $Id: clnp_options.c,v 1.3 1995/05/30 08:10:20 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_options.c,v 1.2 1994/08/02 07:49:40 davidg Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_options.c,v 1.3 1995/05/30 08:10:20 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_options.c,v $ */ #ifdef ISO diff --git a/sys/netiso/clnp_output.c b/sys/netiso/clnp_output.c index 579d923724c09..8fa6d55de6e52 100644 --- a/sys/netiso/clnp_output.c +++ b/sys/netiso/clnp_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_output.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_output.c,v 1.3 1994/11/15 14:26:12 bde Exp $ + * $Id: clnp_output.c,v 1.4 1995/05/30 08:10:22 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_output.c,v 1.3 1994/11/15 14:26:12 bde Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_output.c,v 1.4 1995/05/30 08:10:22 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_output.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_raw.c b/sys/netiso/clnp_raw.c index ade1ba24cf7e9..d8ad5de03cce5 100644 --- a/sys/netiso/clnp_raw.c +++ b/sys/netiso/clnp_raw.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_raw.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_raw.c,v 1.2 1994/08/02 07:49:44 davidg Exp $ + * $Id: clnp_raw.c,v 1.3 1995/05/30 08:10:23 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_raw.c,v 1.2 1994/08/02 07:49:44 davidg Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_raw.c,v 1.3 1995/05/30 08:10:23 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_raw.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/clnp_stat.h b/sys/netiso/clnp_stat.h index a6cdd0478f118..c3bf145694b93 100644 --- a/sys/netiso/clnp_stat.h +++ b/sys/netiso/clnp_stat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_stat.h 8.1 (Berkeley) 6/10/93 - * $Id: clnp_stat.h,v 1.3 1994/08/21 06:14:13 paul Exp $ + * $Id: clnp_stat.h,v 1.4 1995/05/30 08:10:24 rgrimes Exp $ */ #ifndef _NETISO_CLNP_STAT_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_stat.h,v 1.3 1994/08/21 06:14:13 paul Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_stat.h,v 1.4 1995/05/30 08:10:24 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_stat.h,v $ */ struct clnp_stat { diff --git a/sys/netiso/clnp_subr.c b/sys/netiso/clnp_subr.c index 138871ef625d2..8bedadbe0dca5 100644 --- a/sys/netiso/clnp_subr.c +++ b/sys/netiso/clnp_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_subr.c,v 1.2 1994/08/02 07:49:50 davidg Exp $ + * $Id: clnp_subr.c,v 1.3 1995/05/30 08:10:26 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_subr.c,v 1.2 1994/08/02 07:49:50 davidg Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_subr.c,v 1.3 1995/05/30 08:10:26 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_subr.c,v $ */ #ifdef ISO diff --git a/sys/netiso/clnp_timer.c b/sys/netiso/clnp_timer.c index 401d35866cf88..6bddeae241d2c 100644 --- a/sys/netiso/clnp_timer.c +++ b/sys/netiso/clnp_timer.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clnp_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: clnp_timer.c,v 1.3 1994/11/15 14:26:13 bde Exp $ + * $Id: clnp_timer.c,v 1.4 1995/05/30 08:10:27 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/clnp_timer.c,v 1.3 1994/11/15 14:26:13 bde Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/clnp_timer.c,v 1.4 1995/05/30 08:10:27 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/clnp_timer.c,v $ */ #include <sys/param.h> diff --git a/sys/netiso/cltp_usrreq.c b/sys/netiso/cltp_usrreq.c index 7b95f93bf087c..385ca5cd661ae 100644 --- a/sys/netiso/cltp_usrreq.c +++ b/sys/netiso/cltp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cltp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: cltp_usrreq.c,v 1.3 1994/11/15 14:26:14 bde Exp $ + * $Id: cltp_usrreq.c,v 1.4 1995/05/30 08:10:29 rgrimes Exp $ */ #ifndef CLTPOVAL_SRC /* XXX -- till files gets changed */ diff --git a/sys/netiso/cltp_var.h b/sys/netiso/cltp_var.h index 122a272b3dd7e..5b393e76a2bfd 100644 --- a/sys/netiso/cltp_var.h +++ b/sys/netiso/cltp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cltp_var.h 8.1 (Berkeley) 6/10/93 - * $Id: cltp_var.h,v 1.2 1994/08/02 07:49:58 davidg Exp $ + * $Id: cltp_var.h,v 1.3 1994/08/21 06:14:14 paul Exp $ */ #ifndef _NETISO_CLTP_VAR_H_ diff --git a/sys/netiso/cons.h b/sys/netiso/cons.h index ecaa3741b5d94..ad089dae7ad45 100644 --- a/sys/netiso/cons.h +++ b/sys/netiso/cons.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cons.h 8.1 (Berkeley) 6/10/93 - * $Id: cons.h,v 1.3 1994/08/21 06:14:15 paul Exp $ + * $Id: cons.h,v 1.4 1995/05/30 08:10:30 rgrimes Exp $ */ #ifndef _NETISO_CONS_H_ @@ -64,7 +64,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/cons.h,v 1.3 1994/08/21 06:14:15 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/cons.h,v 1.4 1995/05/30 08:10:30 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/cons.h,v $ * * interface between TP and CONS diff --git a/sys/netiso/cons_pcb.h b/sys/netiso/cons_pcb.h index 7a3b52f416d90..a70d9188cca51 100644 --- a/sys/netiso/cons_pcb.h +++ b/sys/netiso/cons_pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cons_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: cons_pcb.h,v 1.3 1994/08/21 06:14:16 paul Exp $ + * $Id: cons_pcb.h,v 1.4 1995/05/30 08:10:31 rgrimes Exp $ */ #ifndef _NETISO_CONS_PCB_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/cons_pcb.h,v 1.3 1994/08/21 06:14:16 paul Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/cons_pcb.h,v 1.4 1995/05/30 08:10:31 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/cons_pcb.h,v $ */ /* diff --git a/sys/netiso/eonvar.h b/sys/netiso/eonvar.h index 8b005329b34fe..78b8a0ec27f02 100644 --- a/sys/netiso/eonvar.h +++ b/sys/netiso/eonvar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)eonvar.h 8.1 (Berkeley) 6/10/93 - * $Id: eonvar.h,v 1.3 1994/08/21 06:14:17 paul Exp $ + * $Id: eonvar.h,v 1.4 1995/05/30 08:10:33 rgrimes Exp $ */ #ifndef _NETISO_EONVAR_H_ diff --git a/sys/netiso/esis.c b/sys/netiso/esis.c index f62de5d41012f..2dbcb06845f49 100644 --- a/sys/netiso/esis.c +++ b/sys/netiso/esis.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)esis.c 8.1 (Berkeley) 6/10/93 - * $Id: esis.c,v 1.3 1994/12/13 22:33:03 wollman Exp $ + * $Id: esis.c,v 1.4 1995/05/30 08:10:34 rgrimes Exp $ */ /*********************************************************** diff --git a/sys/netiso/esis.h b/sys/netiso/esis.h index 400d120387d68..d2601f19cc442 100644 --- a/sys/netiso/esis.h +++ b/sys/netiso/esis.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)esis.h 8.1 (Berkeley) 6/10/93 - * $Id: esis.h,v 1.3 1994/08/21 06:14:18 paul Exp $ + * $Id: esis.h,v 1.4 1995/05/30 08:10:36 rgrimes Exp $ */ #ifndef _NETISO_ESIS_H_ @@ -64,7 +64,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/esis.h,v 1.3 1994/08/21 06:14:18 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/esis.h,v 1.4 1995/05/30 08:10:36 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/esis.h,v $ */ diff --git a/sys/netiso/idrp_usrreq.c b/sys/netiso/idrp_usrreq.c index 8e3a3d2138440..e0de340c61564 100644 --- a/sys/netiso/idrp_usrreq.c +++ b/sys/netiso/idrp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)idrp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: idrp_usrreq.c,v 1.2 1994/08/02 07:50:16 davidg Exp $ + * $Id: idrp_usrreq.c,v 1.3 1995/05/30 08:10:38 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netiso/if_cons.c b/sys/netiso/if_cons.c index 28559b7bd1e5f..ae4ad51e86377 100644 --- a/sys/netiso/if_cons.c +++ b/sys/netiso/if_cons.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_cons.c 8.1 (Berkeley) 6/10/93 - * $Id: if_cons.c,v 1.3 1994/12/13 22:33:04 wollman Exp $ + * $Id: if_cons.c,v 1.4 1995/05/30 08:10:39 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/if_cons.c,v 1.3 1994/12/13 22:33:04 wollman Exp $ + * $Header: /home/ncvs/src/sys/netiso/if_cons.c,v 1.4 1995/05/30 08:10:39 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/if_cons.c,v $ * * cons.c - Connection Oriented Network Service: diff --git a/sys/netiso/if_eon.c b/sys/netiso/if_eon.c index c8ac5997be30e..f5e972d60dac3 100644 --- a/sys/netiso/if_eon.c +++ b/sys/netiso/if_eon.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_eon.c 8.1 (Berkeley) 6/10/93 - * $Id: if_eon.c,v 1.3 1995/04/26 18:10:57 pst Exp $ + * $Id: if_eon.c,v 1.4 1995/05/30 08:10:45 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/if_eon.c,v 1.3 1995/04/26 18:10:57 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/if_eon.c,v 1.4 1995/05/30 08:10:45 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/if_eon.c,v $ * * EON rfc diff --git a/sys/netiso/iso.c b/sys/netiso/iso.c index 447fb21279889..bccba097cfeb5 100644 --- a/sys/netiso/iso.c +++ b/sys/netiso/iso.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso.c 8.2 (Berkeley) 11/15/93 - * $Id: iso.c,v 1.3 1995/04/26 18:10:58 pst Exp $ + * $Id: iso.c,v 1.4 1995/05/30 08:10:46 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/iso.c,v 1.3 1995/04/26 18:10:58 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/iso.c,v 1.4 1995/05/30 08:10:46 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/iso.c,v $ * * iso.c: miscellaneous routines to support the iso address family diff --git a/sys/netiso/iso.h b/sys/netiso/iso.h index 1ac1f1353b368..ebb912ddc621b 100644 --- a/sys/netiso/iso.h +++ b/sys/netiso/iso.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.1 (Berkeley) 6/10/93 - * $Id: iso.h,v 1.3 1994/08/21 06:14:19 paul Exp $ + * $Id: iso.h,v 1.4 1995/05/30 08:10:49 rgrimes Exp $ */ #ifndef _NETISO_ISO_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/iso.h,v 1.3 1994/08/21 06:14:19 paul Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/iso.h,v 1.4 1995/05/30 08:10:49 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/iso.h,v $ */ /* diff --git a/sys/netiso/iso_chksum.c b/sys/netiso/iso_chksum.c index 19a3b65af687e..11705c3901029 100644 --- a/sys/netiso/iso_chksum.c +++ b/sys/netiso/iso_chksum.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_chksum.c 8.1 (Berkeley) 6/10/93 - * $Id: iso_chksum.c,v 1.2 1994/08/02 07:50:31 davidg Exp $ + * $Id: iso_chksum.c,v 1.3 1995/05/30 08:10:50 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/iso_chksum.c,v 1.2 1994/08/02 07:50:31 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/iso_chksum.c,v 1.3 1995/05/30 08:10:50 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/iso_chksum.c,v $ * * ISO CHECKSUM diff --git a/sys/netiso/iso_errno.h b/sys/netiso/iso_errno.h index 7f03492afec2e..ec7aaea82e989 100644 --- a/sys/netiso/iso_errno.h +++ b/sys/netiso/iso_errno.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_errno.h 8.1 (Berkeley) 6/10/93 - * $Id: iso_errno.h,v 1.4 1994/11/27 20:58:30 ats Exp $ + * $Id: iso_errno.h,v 1.5 1995/05/30 08:10:52 rgrimes Exp $ */ #ifndef _NETISO_ISO_ERRNO_H_ diff --git a/sys/netiso/iso_pcb.c b/sys/netiso/iso_pcb.c index 613f2c4e0d0b7..8e5540e5f3362 100644 --- a/sys/netiso/iso_pcb.c +++ b/sys/netiso/iso_pcb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_pcb.c 8.1 (Berkeley) 6/10/93 - * $Id: iso_pcb.c,v 1.2 1994/08/02 07:50:37 davidg Exp $ + * $Id: iso_pcb.c,v 1.3 1995/05/30 08:10:53 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/iso_pcb.c,v 1.2 1994/08/02 07:50:37 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/iso_pcb.c,v 1.3 1995/05/30 08:10:53 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/iso_pcb.c,v $ * * Iso address family net-layer(s) pcb stuff. NEH 1/29/87 diff --git a/sys/netiso/iso_pcb.h b/sys/netiso/iso_pcb.h index 80fc29a193a0e..5a7a67390f075 100644 --- a/sys/netiso/iso_pcb.h +++ b/sys/netiso/iso_pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: iso_pcb.h,v 1.3 1994/08/21 06:14:20 paul Exp $ + * $Id: iso_pcb.h,v 1.4 1995/05/30 08:10:55 rgrimes Exp $ */ #ifndef _NETISO_ISO_PCB_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/iso_pcb.h,v 1.3 1994/08/21 06:14:20 paul Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/iso_pcb.h,v 1.4 1995/05/30 08:10:55 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/iso_pcb.h,v $ */ #define MAXX25CRUDLEN 16 /* 16 bytes of call request user data */ diff --git a/sys/netiso/iso_proto.c b/sys/netiso/iso_proto.c index 86d6cf26089fd..57377c9449a8f 100644 --- a/sys/netiso/iso_proto.c +++ b/sys/netiso/iso_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: iso_proto.c,v 1.3 1995/05/11 00:13:20 wollman Exp $ + * $Id: iso_proto.c,v 1.4 1995/05/30 08:10:56 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/iso_proto.c,v 1.3 1995/05/11 00:13:20 wollman Exp $ +/* $Header: /home/ncvs/src/sys/netiso/iso_proto.c,v 1.4 1995/05/30 08:10:56 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/iso_proto.c,v $ * * iso_proto.c : protocol switch tables in the ISO domain diff --git a/sys/netiso/iso_snpac.c b/sys/netiso/iso_snpac.c index 3650231162d3b..965b226452d47 100644 --- a/sys/netiso/iso_snpac.c +++ b/sys/netiso/iso_snpac.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_snpac.c 8.1 (Berkeley) 6/10/93 - * $Id: iso_snpac.c,v 1.3 1994/12/13 22:33:05 wollman Exp $ + * $Id: iso_snpac.c,v 1.4 1995/05/30 08:10:58 rgrimes Exp $ */ /*********************************************************** @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/iso_snpac.c,v 1.3 1994/12/13 22:33:05 wollman Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/iso_snpac.c,v 1.4 1995/05/30 08:10:58 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/iso_snpac.c,v $ */ #ifdef ISO diff --git a/sys/netiso/iso_snpac.h b/sys/netiso/iso_snpac.h index e817b818b5a0f..0d9e48ee397b6 100644 --- a/sys/netiso/iso_snpac.h +++ b/sys/netiso/iso_snpac.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_snpac.h 8.1 (Berkeley) 6/10/93 - * $Id: iso_snpac.h,v 1.4 1995/03/28 07:57:14 bde Exp $ + * $Id: iso_snpac.h,v 1.5 1995/05/30 08:10:59 rgrimes Exp $ */ #ifndef _NETISO_ISO_SNPAC_H_ diff --git a/sys/netiso/iso_var.h b/sys/netiso/iso_var.h index b87499509ce5b..67068ddc2f06c 100644 --- a/sys/netiso/iso_var.h +++ b/sys/netiso/iso_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)iso_var.h 8.1 (Berkeley) 6/10/93 - * $Id: iso_var.h,v 1.4 1995/03/16 18:15:21 bde Exp $ + * $Id: iso_var.h,v 1.5 1995/05/30 08:11:01 rgrimes Exp $ */ #ifndef _NETISO_ISO_VAR_H_ @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: /home/ncvs/src/sys/netiso/iso_var.h,v 1.4 1995/03/16 18:15:21 bde Exp $ +/* $Header: /home/ncvs/src/sys/netiso/iso_var.h,v 1.5 1995/05/30 08:11:01 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/iso_var.h,v $ */ diff --git a/sys/netiso/tp.trans b/sys/netiso/tp.trans index edefc769b816c..4fcfd5f19889b 100644 --- a/sys/netiso/tp.trans +++ b/sys/netiso/tp.trans @@ -60,7 +60,7 @@ SOFTWARE. /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ -/* $Header: tp.trans,v 5.1 88/10/12 12:22:07 root Exp $ +/* $Header: /home/ncvs/src/sys/netiso/tp.trans,v 1.1.1.1 1994/05/24 10:07:31 rgrimes Exp $ * * Transition file for TP. * diff --git a/sys/netiso/tp_astring.c b/sys/netiso/tp_astring.c index 5bfa711151026..acf2d5b4b1397 100644 --- a/sys/netiso/tp_astring.c +++ b/sys/netiso/tp_astring.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_astring.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: tp_astring.c,v 1.2 1994/08/02 07:50:51 davidg Exp $ */ char *tp_sstring[] = { diff --git a/sys/netiso/tp_clnp.h b/sys/netiso/tp_clnp.h index 7e54a67397312..a8a132ff62ece 100644 --- a/sys/netiso/tp_clnp.h +++ b/sys/netiso/tp_clnp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_clnp.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_clnp.h,v 1.3 1994/08/21 06:14:23 paul Exp $ + * $Id: tp_clnp.h,v 1.4 1995/05/30 08:11:02 rgrimes Exp $ */ #ifndef _NETISO_TP_CLNP_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_clnp.h,v 1.3 1994/08/21 06:14:23 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_clnp.h,v 1.4 1995/05/30 08:11:02 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_clnp.h,v $ * * AF_ISO net-dependent structures and include files diff --git a/sys/netiso/tp_cons.c b/sys/netiso/tp_cons.c index ca2dc328a3c33..3f2ce3f100775 100644 --- a/sys/netiso/tp_cons.c +++ b/sys/netiso/tp_cons.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_cons.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_cons.c,v 1.3 1994/11/15 14:26:15 bde Exp $ + * $Id: tp_cons.c,v 1.4 1995/05/30 08:11:04 rgrimes Exp $ */ /*********************************************************** @@ -62,7 +62,7 @@ SOFTWARE. */ /* * ARGO TP - * $Header: /home/ncvs/src/sys/netiso/tp_cons.c,v 1.3 1994/11/15 14:26:15 bde Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_cons.c,v 1.4 1995/05/30 08:11:04 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_cons.c,v $ * * Here is where you find the iso- and cons-dependent code. We've tried diff --git a/sys/netiso/tp_driver.c b/sys/netiso/tp_driver.c index 5c42447896a2e..124731a614d64 100644 --- a/sys/netiso/tp_driver.c +++ b/sys/netiso/tp_driver.c @@ -1,5 +1,5 @@ /* - * $Id: tp_driver.c,v 1.2 1994/08/02 07:50:59 davidg Exp $ + * $Id: tp_driver.c,v 1.3 1995/05/30 08:11:05 rgrimes Exp $ */ #define _XEBEC_PG static diff --git a/sys/netiso/tp_emit.c b/sys/netiso/tp_emit.c index d26cea0880972..84570905c376c 100644 --- a/sys/netiso/tp_emit.c +++ b/sys/netiso/tp_emit.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_emit.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_emit.c,v 1.2 1994/08/02 07:51:02 davidg Exp $ + * $Id: tp_emit.c,v 1.3 1995/05/30 08:11:07 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_emit.c,v 1.2 1994/08/02 07:51:02 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_emit.c,v 1.3 1995/05/30 08:11:07 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_emit.c,v $ * * This file contains tp_emit() and tp_error_emit(), which diff --git a/sys/netiso/tp_events.h b/sys/netiso/tp_events.h index c425ceedb03f7..f37640ba1774b 100644 --- a/sys/netiso/tp_events.h +++ b/sys/netiso/tp_events.h @@ -1,5 +1,5 @@ /* - * $Id: tp_events.h,v 1.3 1994/08/21 06:14:24 paul Exp $ + * $Id: tp_events.h,v 1.4 1995/05/30 08:11:09 rgrimes Exp $ */ #ifndef _NETISO_TP_EVENTS_H_ diff --git a/sys/netiso/tp_inet.c b/sys/netiso/tp_inet.c index d8a9a4284aaad..87fd7616895f2 100644 --- a/sys/netiso/tp_inet.c +++ b/sys/netiso/tp_inet.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_inet.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_inet.c,v 1.4 1995/04/26 21:32:36 pst Exp $ + * $Id: tp_inet.c,v 1.5 1995/05/30 08:11:10 rgrimes Exp $ */ /*********************************************************** @@ -62,7 +62,7 @@ SOFTWARE. */ /* * ARGO TP - * $Header: /home/ncvs/src/sys/netiso/tp_inet.c,v 1.4 1995/04/26 21:32:36 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_inet.c,v 1.5 1995/05/30 08:11:10 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_inet.c,v $ * * Here is where you find the inet-dependent code. We've tried diff --git a/sys/netiso/tp_input.c b/sys/netiso/tp_input.c index 2caa2bf036e30..b0bb28a9b3984 100644 --- a/sys/netiso/tp_input.c +++ b/sys/netiso/tp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_input.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_input.c,v 1.2 1994/08/02 07:51:11 davidg Exp $ + * $Id: tp_input.c,v 1.3 1995/05/30 08:11:12 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_input.c,v 1.2 1994/08/02 07:51:11 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_input.c,v 1.3 1995/05/30 08:11:12 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_input.c,v $ * * tp_input() gets an mbuf chain from ip. Actually, not directly diff --git a/sys/netiso/tp_ip.h b/sys/netiso/tp_ip.h index 865e2fde69de5..433ba968e4e4e 100644 --- a/sys/netiso/tp_ip.h +++ b/sys/netiso/tp_ip.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_ip.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_ip.h,v 1.3 1994/08/21 06:14:24 paul Exp $ + * $Id: tp_ip.h,v 1.4 1995/05/30 08:11:13 rgrimes Exp $ */ #ifndef _NETISO_TP_IP_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_ip.h,v 1.3 1994/08/21 06:14:24 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_ip.h,v 1.4 1995/05/30 08:11:13 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_ip.h,v $ * * internet IP-dependent structures and include files diff --git a/sys/netiso/tp_iso.c b/sys/netiso/tp_iso.c index b62debedf2f0b..74b33517f8ca5 100644 --- a/sys/netiso/tp_iso.c +++ b/sys/netiso/tp_iso.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_iso.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_iso.c,v 1.2 1994/08/02 07:51:14 davidg Exp $ + * $Id: tp_iso.c,v 1.3 1995/05/30 08:11:18 rgrimes Exp $ */ /*********************************************************** @@ -62,7 +62,7 @@ SOFTWARE. */ /* * ARGO TP - * $Header: /home/ncvs/src/sys/netiso/tp_iso.c,v 1.2 1994/08/02 07:51:14 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_iso.c,v 1.3 1995/05/30 08:11:18 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_iso.c,v $ * * Here is where you find the iso-dependent code. We've tried diff --git a/sys/netiso/tp_meas.c b/sys/netiso/tp_meas.c index f7bbecb7d017c..eaf73ff046662 100644 --- a/sys/netiso/tp_meas.c +++ b/sys/netiso/tp_meas.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_meas.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_meas.c,v 1.2 1994/08/02 07:51:15 davidg Exp $ + * $Id: tp_meas.c,v 1.3 1995/05/30 08:11:20 rgrimes Exp $ */ /*********************************************************** @@ -61,7 +61,7 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: /home/ncvs/src/sys/netiso/tp_meas.c,v 1.2 1994/08/02 07:51:15 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_meas.c,v 1.3 1995/05/30 08:11:20 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_meas.c,v $ * * tp_meas.c : create a performance measurement event diff --git a/sys/netiso/tp_meas.h b/sys/netiso/tp_meas.h index ec38744d04b7e..653fed9d4ccfa 100644 --- a/sys/netiso/tp_meas.h +++ b/sys/netiso/tp_meas.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_meas.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_meas.h,v 1.3 1994/08/21 06:14:25 paul Exp $ + * $Id: tp_meas.h,v 1.4 1995/05/30 08:11:21 rgrimes Exp $ */ #ifndef _NETISO_TP_MEAS_H_ diff --git a/sys/netiso/tp_output.c b/sys/netiso/tp_output.c index bfa938b130127..184f6d12a4172 100644 --- a/sys/netiso/tp_output.c +++ b/sys/netiso/tp_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_output.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_output.c,v 1.3 1995/04/26 21:32:37 pst Exp $ + * $Id: tp_output.c,v 1.4 1995/05/30 08:11:23 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_output.c,v 1.3 1995/04/26 21:32:37 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_output.c,v 1.4 1995/05/30 08:11:23 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_output.c,v $ * * In here is tp_ctloutput(), the guy called by [sg]etsockopt(), diff --git a/sys/netiso/tp_param.h b/sys/netiso/tp_param.h index 6b0195314b9c6..9603543e5b9e8 100644 --- a/sys/netiso/tp_param.h +++ b/sys/netiso/tp_param.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_param.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_param.h,v 1.3 1994/08/21 06:14:26 paul Exp $ + * $Id: tp_param.h,v 1.4 1995/05/30 08:11:24 rgrimes Exp $ */ #ifndef _NETISO_TP_PARAM_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_param.h,v 1.3 1994/08/21 06:14:26 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_param.h,v 1.4 1995/05/30 08:11:24 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_param.h,v $ * */ diff --git a/sys/netiso/tp_pcb.c b/sys/netiso/tp_pcb.c index da34f3fa2402d..c1a22122fef53 100644 --- a/sys/netiso/tp_pcb.c +++ b/sys/netiso/tp_pcb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_pcb.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_pcb.c,v 1.4 1995/04/26 21:32:38 pst Exp $ + * $Id: tp_pcb.c,v 1.5 1995/05/30 08:11:26 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_pcb.c,v 1.4 1995/04/26 21:32:38 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_pcb.c,v 1.5 1995/05/30 08:11:26 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_pcb.c,v $ * * diff --git a/sys/netiso/tp_pcb.h b/sys/netiso/tp_pcb.h index 6322835dd379a..afe012db6dd79 100644 --- a/sys/netiso/tp_pcb.h +++ b/sys/netiso/tp_pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_pcb.h,v 1.4 1995/04/26 21:32:39 pst Exp $ + * $Id: tp_pcb.h,v 1.5 1995/05/30 08:11:27 rgrimes Exp $ */ #ifndef _NETISO_TP_PCB_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_pcb.h,v 1.4 1995/04/26 21:32:39 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_pcb.h,v 1.5 1995/05/30 08:11:27 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_pcb.h,v $ * * diff --git a/sys/netiso/tp_seq.h b/sys/netiso/tp_seq.h index 7b8fcd3394ae7..3c888d19c9b1f 100644 --- a/sys/netiso/tp_seq.h +++ b/sys/netiso/tp_seq.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_seq.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_seq.h,v 1.3 1994/08/21 06:14:28 paul Exp $ + * $Id: tp_seq.h,v 1.4 1995/05/30 08:11:29 rgrimes Exp $ */ #ifndef _NETISO_TP_SEQ_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_seq.h,v 1.3 1994/08/21 06:14:28 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_seq.h,v 1.4 1995/05/30 08:11:29 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_seq.h,v $ * * These macros perform sequence number arithmetic modulo (2**7 or 2**31). diff --git a/sys/netiso/tp_stat.h b/sys/netiso/tp_stat.h index e7c80fd22baac..87a24cb1ed48d 100644 --- a/sys/netiso/tp_stat.h +++ b/sys/netiso/tp_stat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_stat.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_stat.h,v 1.3 1994/08/21 06:14:28 paul Exp $ + * $Id: tp_stat.h,v 1.4 1995/05/30 08:11:30 rgrimes Exp $ */ #ifndef _NETISO_TP_STAT_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_stat.h,v 1.3 1994/08/21 06:14:28 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_stat.h,v 1.4 1995/05/30 08:11:30 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_stat.h,v $ * * Here are the data structures in which the global diff --git a/sys/netiso/tp_states.h b/sys/netiso/tp_states.h index aff73fe78d275..a4e67b4cbf9e3 100644 --- a/sys/netiso/tp_states.h +++ b/sys/netiso/tp_states.h @@ -1,5 +1,5 @@ /* - * $Id: tp_states.h,v 1.3 1994/08/05 12:33:30 davidg Exp $ + * $Id: tp_states.h,v 1.4 1994/08/21 06:14:29 paul Exp $ */ #ifndef _NETISO_TP_STATES_H_ diff --git a/sys/netiso/tp_states.init b/sys/netiso/tp_states.init index 89e53453866a6..645397d967c4d 100644 --- a/sys/netiso/tp_states.init +++ b/sys/netiso/tp_states.init @@ -1,5 +1,5 @@ -/* $Header$ */ -/* $Source$ */ +/* $Header: /home/ncvs/src/sys/netiso/tp_states.init,v 1.1.1.1 1994/05/24 10:07:29 rgrimes Exp $ */ +/* $Source: /home/ncvs/src/sys/netiso/tp_states.init,v $ */ {0x3,0x0}, {0x6,0x1}, {0x6,0x2}, diff --git a/sys/netiso/tp_subr.c b/sys/netiso/tp_subr.c index 6125a0a60747d..1d68ea0befc4c 100644 --- a/sys/netiso/tp_subr.c +++ b/sys/netiso/tp_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_subr.c,v 1.3 1995/04/26 21:32:40 pst Exp $ + * $Id: tp_subr.c,v 1.4 1995/05/30 08:11:32 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_subr.c,v 1.3 1995/04/26 21:32:40 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_subr.c,v 1.4 1995/05/30 08:11:32 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_subr.c,v $ * * The main work of data transfer is done here. diff --git a/sys/netiso/tp_subr2.c b/sys/netiso/tp_subr2.c index 943d11bcff736..9333d2811786b 100644 --- a/sys/netiso/tp_subr2.c +++ b/sys/netiso/tp_subr2.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_subr2.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_subr2.c,v 1.3 1995/04/26 21:32:41 pst Exp $ + * $Id: tp_subr2.c,v 1.4 1995/05/30 08:11:34 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_subr2.c,v 1.3 1995/04/26 21:32:41 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_subr2.c,v 1.4 1995/05/30 08:11:34 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_subr2.c,v $ * * Some auxiliary routines: diff --git a/sys/netiso/tp_timer.c b/sys/netiso/tp_timer.c index 6ccc615ff8a30..04702ae57fd43 100644 --- a/sys/netiso/tp_timer.c +++ b/sys/netiso/tp_timer.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_timer.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_timer.c,v 1.2 1994/08/02 07:51:27 davidg Exp $ + * $Id: tp_timer.c,v 1.3 1995/05/30 08:11:35 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_timer.c,v 1.2 1994/08/02 07:51:27 davidg Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_timer.c,v 1.3 1995/05/30 08:11:35 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_timer.c,v $ * */ diff --git a/sys/netiso/tp_timer.h b/sys/netiso/tp_timer.h index 0894480546bb5..a209857abdd3f 100644 --- a/sys/netiso/tp_timer.h +++ b/sys/netiso/tp_timer.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_timer.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_timer.h,v 1.3 1994/08/21 06:14:30 paul Exp $ + * $Id: tp_timer.h,v 1.4 1995/05/30 08:11:37 rgrimes Exp $ */ #ifndef _NETISO_TP_TIMER_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_timer.h,v 1.3 1994/08/21 06:14:30 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_timer.h,v 1.4 1995/05/30 08:11:37 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_timer.h,v $ * * ARGO TP diff --git a/sys/netiso/tp_tpdu.h b/sys/netiso/tp_tpdu.h index c9a36795323e3..3599c228be691 100644 --- a/sys/netiso/tp_tpdu.h +++ b/sys/netiso/tp_tpdu.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_tpdu.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_tpdu.h,v 1.3 1994/08/21 06:14:31 paul Exp $ + * $Id: tp_tpdu.h,v 1.4 1995/05/30 08:11:38 rgrimes Exp $ */ #ifndef _NETISO_TP_TPDU_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_tpdu.h,v 1.3 1994/08/21 06:14:31 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_tpdu.h,v 1.4 1995/05/30 08:11:38 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_tpdu.h,v $ * * This ghastly set of macros makes it possible to diff --git a/sys/netiso/tp_trace.c b/sys/netiso/tp_trace.c index a6f64ef06b344..64e3db046aa45 100644 --- a/sys/netiso/tp_trace.c +++ b/sys/netiso/tp_trace.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_trace.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_trace.c,v 1.3 1995/04/26 21:32:41 pst Exp $ + * $Id: tp_trace.c,v 1.4 1995/05/30 08:11:40 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_trace.c,v 1.3 1995/04/26 21:32:41 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_trace.c,v 1.4 1995/05/30 08:11:40 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_trace.c,v $ * * The whole protocol trace module. diff --git a/sys/netiso/tp_trace.h b/sys/netiso/tp_trace.h index b2dd01cb97405..d7fdc90e5f724 100644 --- a/sys/netiso/tp_trace.h +++ b/sys/netiso/tp_trace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_trace.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_trace.h,v 1.3 1994/08/21 06:14:32 paul Exp $ + * $Id: tp_trace.h,v 1.4 1995/05/30 08:11:41 rgrimes Exp $ */ #ifndef _NETISO_TP_TRACE_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_trace.h,v 1.3 1994/08/21 06:14:32 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_trace.h,v 1.4 1995/05/30 08:11:41 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_trace.h,v $ * * diff --git a/sys/netiso/tp_user.h b/sys/netiso/tp_user.h index bc86c2e2bd0d5..a8628bdafb325 100644 --- a/sys/netiso/tp_user.h +++ b/sys/netiso/tp_user.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_user.h 8.1 (Berkeley) 6/10/93 - * $Id: tp_user.h,v 1.3 1994/08/21 06:14:32 paul Exp $ + * $Id: tp_user.h,v 1.4 1995/05/30 08:11:43 rgrimes Exp $ */ #ifndef _NETISO_TP_USER_H_ @@ -66,7 +66,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_user.h,v 1.3 1994/08/21 06:14:32 paul Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_user.h,v 1.4 1995/05/30 08:11:43 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_user.h,v $ * * These are the values a real-live user ;-) needs. diff --git a/sys/netiso/tp_usrreq.c b/sys/netiso/tp_usrreq.c index 13948e8f9541e..6e4f53bf70378 100644 --- a/sys/netiso/tp_usrreq.c +++ b/sys/netiso/tp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: tp_usrreq.c,v 1.3 1995/04/26 21:32:42 pst Exp $ + * $Id: tp_usrreq.c,v 1.4 1995/05/30 08:11:44 rgrimes Exp $ */ /*********************************************************** @@ -63,7 +63,7 @@ SOFTWARE. /* * ARGO TP * - * $Header: /home/ncvs/src/sys/netiso/tp_usrreq.c,v 1.3 1995/04/26 21:32:42 pst Exp $ + * $Header: /home/ncvs/src/sys/netiso/tp_usrreq.c,v 1.4 1995/05/30 08:11:44 rgrimes Exp $ * $Source: /home/ncvs/src/sys/netiso/tp_usrreq.c,v $ * * tp_usrreq(), the fellow that gets called from most of the socket code. diff --git a/sys/netiso/tuba_subr.c b/sys/netiso/tuba_subr.c index 80a1e674d4451..576b4957c8df4 100644 --- a/sys/netiso/tuba_subr.c +++ b/sys/netiso/tuba_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tuba_subr.c 8.1 (Berkeley) 6/10/93 - * $Id: tuba_subr.c,v 1.2 1994/08/02 07:51:34 davidg Exp $ + * $Id: tuba_subr.c,v 1.3 1995/05/30 08:11:46 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netiso/tuba_table.c b/sys/netiso/tuba_table.c index 0b0a977bf5a06..6fd4632622bbc 100644 --- a/sys/netiso/tuba_table.c +++ b/sys/netiso/tuba_table.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tuba_table.c 8.2 (Berkeley) 11/15/93 - * $Id$ + * $Id: tuba_table.c,v 1.2 1994/08/02 07:51:35 davidg Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netiso/tuba_table.h b/sys/netiso/tuba_table.h index 5d2b2fd7701fe..8fb9e914b01a9 100644 --- a/sys/netiso/tuba_table.h +++ b/sys/netiso/tuba_table.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tuba_table.h 8.1 (Berkeley) 6/10/93 - * $Id: tuba_table.h,v 1.2 1994/08/02 07:51:37 davidg Exp $ + * $Id: tuba_table.h,v 1.3 1994/08/21 06:14:33 paul Exp $ */ #ifndef _NETISO_TUBA_TABLE_H_ diff --git a/sys/netiso/tuba_usrreq.c b/sys/netiso/tuba_usrreq.c index 2b4f716b14de2..9e9712bebc04c 100644 --- a/sys/netiso/tuba_usrreq.c +++ b/sys/netiso/tuba_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tuba_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: tuba_usrreq.c,v 1.2 1994/08/02 07:51:38 davidg Exp $ + * $Id: tuba_usrreq.c,v 1.3 1995/05/30 08:11:48 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netiso/xebec/debug.h b/sys/netiso/xebec/debug.h index c5b3622ce13c5..69f3027ffa947 100644 --- a/sys/netiso/xebec/debug.h +++ b/sys/netiso/xebec/debug.h @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/debug.h,v 1.1.1.1 1994/05/24 10:07:51 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/debug.h,v 1.2 1995/05/30 08:11:55 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/debug.h,v $ */ #define OUT stdout diff --git a/sys/netiso/xebec/llparse.c b/sys/netiso/xebec/llparse.c index 68b511ea78615..52e8ac2ec250a 100644 --- a/sys/netiso/xebec/llparse.c +++ b/sys/netiso/xebec/llparse.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/llparse.c,v 1.1.1.1 1994/05/24 10:07:51 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/llparse.c,v 1.2 1995/05/30 08:11:57 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/llparse.c,v $ */ /* * ************************* NOTICE ******************************* diff --git a/sys/netiso/xebec/llparse.h b/sys/netiso/xebec/llparse.h index 718c3608dbe09..25733ee8363bc 100644 --- a/sys/netiso/xebec/llparse.h +++ b/sys/netiso/xebec/llparse.h @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/llparse.h,v 1.1.1.1 1994/05/24 10:07:50 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/llparse.h,v 1.2 1995/05/30 08:11:59 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/llparse.h,v $ */ /************************************************************ diff --git a/sys/netiso/xebec/llscan.c b/sys/netiso/xebec/llscan.c index 8f1f1a033c59a..19720bbde34f7 100644 --- a/sys/netiso/xebec/llscan.c +++ b/sys/netiso/xebec/llscan.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/llscan.c,v 1.1.1.1 1994/05/24 10:07:50 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/llscan.c,v 1.2 1995/05/30 08:12:01 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/llscan.c,v $ */ /* * ************************* NOTICE ******************************* diff --git a/sys/netiso/xebec/main.c b/sys/netiso/xebec/main.c index b46a930f5cc33..b986fe600c7ba 100644 --- a/sys/netiso/xebec/main.c +++ b/sys/netiso/xebec/main.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/main.c,v 1.1.1.1 1994/05/24 10:07:49 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/main.c,v 1.2 1995/05/30 08:12:03 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/main.c,v $ */ /* * TODO: diff --git a/sys/netiso/xebec/main.h b/sys/netiso/xebec/main.h index 236058d680360..821d7a532820f 100644 --- a/sys/netiso/xebec/main.h +++ b/sys/netiso/xebec/main.h @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/main.h,v 1.1.1.1 1994/05/24 10:07:49 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/main.h,v 1.2 1995/05/30 08:12:05 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/main.h,v $ */ #define TRUE 1 diff --git a/sys/netiso/xebec/malloc.c b/sys/netiso/xebec/malloc.c index d09af2987cdb1..2e31e0f869a1a 100644 --- a/sys/netiso/xebec/malloc.c +++ b/sys/netiso/xebec/malloc.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/malloc.c,v 1.1.1.1 1994/05/24 10:07:48 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/malloc.c,v 1.2 1995/05/30 08:12:07 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/malloc.c,v $ */ /* * This code is such a kludge that I don't want to put my name on it. diff --git a/sys/netiso/xebec/malloc.h b/sys/netiso/xebec/malloc.h index 53d865bf47b53..f840fb2be2c4c 100644 --- a/sys/netiso/xebec/malloc.h +++ b/sys/netiso/xebec/malloc.h @@ -1,4 +1,4 @@ -/* $Header: malloc.h,v 2.1 88/09/19 12:56:27 nhall Exp $ */ -/* $Source: /var/home/tadl/src/argo/xebec/RCS/malloc.h,v $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/malloc.h,v 1.1.1.1 1994/05/24 10:07:47 rgrimes Exp $ */ +/* $Source: /home/ncvs/src/sys/netiso/xebec/malloc.h,v $ */ char *Malloc(); diff --git a/sys/netiso/xebec/procs.c b/sys/netiso/xebec/procs.c index 8134a82f65a89..2e177dffaccb9 100644 --- a/sys/netiso/xebec/procs.c +++ b/sys/netiso/xebec/procs.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/procs.c,v 1.1.1.1 1994/05/24 10:07:46 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/procs.c,v 1.2 1995/05/30 08:12:08 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/procs.c,v $ */ /* * This code is such a kludge that I don't want to put my name on it. diff --git a/sys/netiso/xebec/procs.h b/sys/netiso/xebec/procs.h index e41ae75995cea..2c16b0e760796 100644 --- a/sys/netiso/xebec/procs.h +++ b/sys/netiso/xebec/procs.h @@ -1,5 +1,5 @@ -/* $Header: procs.h,v 2.1 88/09/19 12:56:30 nhall Exp $ */ -/* $Source: /var/home/tadl/src/argo/xebec/RCS/procs.h,v $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/procs.h,v 1.1.1.1 1994/05/24 10:07:46 rgrimes Exp $ */ +/* $Source: /home/ncvs/src/sys/netiso/xebec/procs.h,v $ */ extern char *stash(); extern struct Object *SameState; diff --git a/sys/netiso/xebec/putdriver.c b/sys/netiso/xebec/putdriver.c index 85fcd501fccfd..9ad894130c725 100644 --- a/sys/netiso/xebec/putdriver.c +++ b/sys/netiso/xebec/putdriver.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/putdriver.c,v 1.1.1.1 1994/05/24 10:07:46 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/putdriver.c,v 1.2 1995/05/30 08:12:10 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/putdriver.c,v $ */ /* diff --git a/sys/netiso/xebec/sets.c b/sys/netiso/xebec/sets.c index 6022a894434d4..132e7a3cc2370 100644 --- a/sys/netiso/xebec/sets.c +++ b/sys/netiso/xebec/sets.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/sets.c,v 1.1.1.1 1994/05/24 10:07:45 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/sets.c,v 1.2 1995/05/30 08:12:12 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/sets.c,v $ */ /* * This code is such a kludge that I don't want to put my name on it. diff --git a/sys/netiso/xebec/sets.h b/sys/netiso/xebec/sets.h index 15168ef26b0d2..0b1dc5ef30702 100644 --- a/sys/netiso/xebec/sets.h +++ b/sys/netiso/xebec/sets.h @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/sets.h,v 1.1.1.1 1994/05/24 10:07:44 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/sets.h,v 1.2 1995/05/30 08:12:14 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/sets.h,v $ */ #define MAXEVENTS 200 diff --git a/sys/netiso/xebec/test.trans b/sys/netiso/xebec/test.trans index 49db361099433..663bad25197c4 100644 --- a/sys/netiso/xebec/test.trans +++ b/sys/netiso/xebec/test.trans @@ -1,4 +1,4 @@ -/* $Header: test.trans,v 0.2 88/09/19 12:58:29 nhall Exp $ +/* $Header: /home/ncvs/src/sys/netiso/xebec/test.trans,v 1.1.1.1 1994/05/24 10:07:51 rgrimes Exp $ */ *PROTOCOL test diff --git a/sys/netiso/xebec/xebec.c b/sys/netiso/xebec/xebec.c index 40f862fe10a36..3f9f52943a5e9 100644 --- a/sys/netiso/xebec/xebec.c +++ b/sys/netiso/xebec/xebec.c @@ -1,4 +1,4 @@ -/* $Header: /home/ncvs/src/sys/netiso/xebec/xebec.c,v 1.1.1.1 1994/05/24 10:07:43 rgrimes Exp $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/xebec.c,v 1.2 1995/05/30 08:12:16 rgrimes Exp $ */ /* $Source: /home/ncvs/src/sys/netiso/xebec/xebec.c,v $ */ #include "xebec.h" diff --git a/sys/netiso/xebec/xebec.h b/sys/netiso/xebec/xebec.h index 168bb77b249d8..78bc4e153a37d 100644 --- a/sys/netiso/xebec/xebec.h +++ b/sys/netiso/xebec/xebec.h @@ -1,5 +1,5 @@ -/* $Header: xebec.h,v 2.1 88/09/19 12:56:35 nhall Exp $ */ -/* $Source: /var/home/tadl/src/argo/xebec/RCS/xebec.h,v $ */ +/* $Header: /home/ncvs/src/sys/netiso/xebec/xebec.h,v 1.1.1.1 1994/05/24 10:07:40 rgrimes Exp $ */ +/* $Source: /home/ncvs/src/sys/netiso/xebec/xebec.h,v $ */ union llattrib { struct { diff --git a/sys/netns/idp.h b/sys/netns/idp.h index 96b8694d2fc77..8746ed80a583d 100644 --- a/sys/netns/idp.h +++ b/sys/netns/idp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)idp.h 8.1 (Berkeley) 6/10/93 - * $Id: idp.h,v 1.2 1994/08/02 07:51:40 davidg Exp $ + * $Id: idp.h,v 1.3 1994/08/21 06:22:05 paul Exp $ */ #ifndef _NETNS_IDP_H_ diff --git a/sys/netns/idp_usrreq.c b/sys/netns/idp_usrreq.c index d6ffaf41a605e..592da22aa09a3 100644 --- a/sys/netns/idp_usrreq.c +++ b/sys/netns/idp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)idp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: idp_usrreq.c,v 1.3 1994/11/15 14:26:30 bde Exp $ + * $Id: idp_usrreq.c,v 1.4 1995/05/30 08:12:20 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/idp_var.h b/sys/netns/idp_var.h index 7ff3823a70fe1..e4b9e9f45934b 100644 --- a/sys/netns/idp_var.h +++ b/sys/netns/idp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)idp_var.h 8.1 (Berkeley) 6/10/93 - * $Id: idp_var.h,v 1.2 1994/08/02 07:51:42 davidg Exp $ + * $Id: idp_var.h,v 1.3 1994/08/21 06:22:06 paul Exp $ */ #ifndef _NETNS_IDP_VAR_H_ diff --git a/sys/netns/ns.c b/sys/netns/ns.c index 61536e1a0aaf9..402f6b711bea4 100644 --- a/sys/netns/ns.c +++ b/sys/netns/ns.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns.c 8.2 (Berkeley) 11/15/93 - * $Id: ns.c,v 1.3 1994/11/15 14:26:31 bde Exp $ + * $Id: ns.c,v 1.4 1995/05/30 08:12:21 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns.h b/sys/netns/ns.h index 527c6950c9f93..27ba198fbfa68 100644 --- a/sys/netns/ns.h +++ b/sys/netns/ns.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns.h 8.1 (Berkeley) 6/10/93 - * $Id: ns.h,v 1.2 1994/08/02 07:51:44 davidg Exp $ + * $Id: ns.h,v 1.3 1994/08/21 06:22:07 paul Exp $ */ #ifndef _NETNS_NS_H_ diff --git a/sys/netns/ns_cksum.c b/sys/netns/ns_cksum.c index 617fb2c0f2eb3..6bd1bb44742e6 100644 --- a/sys/netns/ns_cksum.c +++ b/sys/netns/ns_cksum.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_cksum.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: ns_cksum.c,v 1.2 1994/08/02 07:51:45 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns_error.c b/sys/netns/ns_error.c index 0e7e24f0d5a51..7102c8925f4f7 100644 --- a/sys/netns/ns_error.c +++ b/sys/netns/ns_error.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_error.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_error.c,v 1.2 1994/08/02 07:51:46 davidg Exp $ + * $Id: ns_error.c,v 1.3 1995/05/30 08:12:22 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns_error.h b/sys/netns/ns_error.h index 5e88b2c8e8ee9..b5ecdcf4d9ac7 100644 --- a/sys/netns/ns_error.h +++ b/sys/netns/ns_error.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_error.h 8.1 (Berkeley) 6/10/93 - * $Id: ns_error.h,v 1.2 1994/08/02 07:51:47 davidg Exp $ + * $Id: ns_error.h,v 1.3 1994/08/21 06:22:07 paul Exp $ */ #ifndef _NETNS_NS_ERROR_H_ diff --git a/sys/netns/ns_if.h b/sys/netns/ns_if.h index a4a955ac82dd6..a20012853ce8d 100644 --- a/sys/netns/ns_if.h +++ b/sys/netns/ns_if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_if.h 8.1 (Berkeley) 6/10/93 - * $Id: ns_if.h,v 1.3 1994/08/21 06:22:08 paul Exp $ + * $Id: ns_if.h,v 1.4 1995/03/16 18:15:27 bde Exp $ */ #ifndef _NETNS_NS_IF_H_ diff --git a/sys/netns/ns_input.c b/sys/netns/ns_input.c index 6fa2e9c0eed50..72245b2086902 100644 --- a/sys/netns/ns_input.c +++ b/sys/netns/ns_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_input.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_input.c,v 1.4 1995/05/11 00:13:22 wollman Exp $ + * $Id: ns_input.c,v 1.5 1995/05/30 08:12:27 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns_ip.c b/sys/netns/ns_ip.c index e87e1656bc22a..44614a9f4d88c 100644 --- a/sys/netns/ns_ip.c +++ b/sys/netns/ns_ip.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_ip.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_ip.c,v 1.2 1994/08/02 07:51:50 davidg Exp $ + * $Id: ns_ip.c,v 1.3 1995/03/19 14:29:03 davidg Exp $ */ /* diff --git a/sys/netns/ns_output.c b/sys/netns/ns_output.c index 8b044896d4ea3..9d7715423831e 100644 --- a/sys/netns/ns_output.c +++ b/sys/netns/ns_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_output.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: ns_output.c,v 1.2 1994/08/02 07:51:51 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns_pcb.c b/sys/netns/ns_pcb.c index 754c9fb7f9dc7..1b07c32119466 100644 --- a/sys/netns/ns_pcb.c +++ b/sys/netns/ns_pcb.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_pcb.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_pcb.c,v 1.2 1994/08/02 07:51:52 davidg Exp $ + * $Id: ns_pcb.c,v 1.3 1995/05/30 08:12:28 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/ns_pcb.h b/sys/netns/ns_pcb.h index 69bd331f12a9c..3260113f4b846 100644 --- a/sys/netns/ns_pcb.h +++ b/sys/netns/ns_pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_pcb.h 8.1 (Berkeley) 6/10/93 - * $Id: ns_pcb.h,v 1.2 1994/08/02 07:51:53 davidg Exp $ + * $Id: ns_pcb.h,v 1.3 1994/08/21 06:22:09 paul Exp $ */ #ifndef _NETNS_NS_PCB_H_ diff --git a/sys/netns/ns_proto.c b/sys/netns/ns_proto.c index 3352aa0d7cb75..87b16522bfece 100644 --- a/sys/netns/ns_proto.c +++ b/sys/netns/ns_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)ns_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_proto.c,v 1.3 1995/05/11 00:13:23 wollman Exp $ + * $Id: ns_proto.c,v 1.4 1995/05/30 08:12:30 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/sp.h b/sys/netns/sp.h index 78b9134035425..1f50e6e1d13d6 100644 --- a/sys/netns/sp.h +++ b/sys/netns/sp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sp.h 8.1 (Berkeley) 6/10/93 - * $Id: sp.h,v 1.2 1994/08/02 07:51:55 davidg Exp $ + * $Id: sp.h,v 1.3 1994/08/21 06:22:09 paul Exp $ */ #ifndef _NETNS_SP_H_ diff --git a/sys/netns/spidp.h b/sys/netns/spidp.h index 5642f4a6b1373..52fdf786e3309 100644 --- a/sys/netns/spidp.h +++ b/sys/netns/spidp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spidp.h 8.1 (Berkeley) 6/10/93 - * $Id: spidp.h,v 1.2 1994/08/02 07:51:56 davidg Exp $ + * $Id: spidp.h,v 1.3 1994/08/21 06:22:10 paul Exp $ */ #ifndef _NETNS_SPIDP_H_ diff --git a/sys/netns/spp_debug.c b/sys/netns/spp_debug.c index f979a1ec9b89a..982c9aa141508 100644 --- a/sys/netns/spp_debug.c +++ b/sys/netns/spp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: spp_debug.c,v 1.2 1994/08/02 07:51:57 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/netns/spp_debug.h b/sys/netns/spp_debug.h index 51132e513eada..0f5b0930b6cd3 100644 --- a/sys/netns/spp_debug.h +++ b/sys/netns/spp_debug.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spp_debug.h 8.1 (Berkeley) 6/10/93 - * $Id: spp_debug.h,v 1.2 1994/08/02 07:51:58 davidg Exp $ + * $Id: spp_debug.h,v 1.3 1994/08/21 06:22:11 paul Exp $ */ #ifndef _NETNS_SPP_DEBUG_H_ diff --git a/sys/netns/spp_timer.h b/sys/netns/spp_timer.h index d480f20701e58..972fd6ab8d827 100644 --- a/sys/netns/spp_timer.h +++ b/sys/netns/spp_timer.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spp_timer.h 8.1 (Berkeley) 6/10/93 - * $Id: spp_timer.h,v 1.2 1994/08/02 07:51:59 davidg Exp $ + * $Id: spp_timer.h,v 1.3 1994/08/21 06:22:11 paul Exp $ */ #ifndef _NETNS_SPP_TIMER_H_ diff --git a/sys/netns/spp_usrreq.c b/sys/netns/spp_usrreq.c index fbce16af404a3..8a78580dfd038 100644 --- a/sys/netns/spp_usrreq.c +++ b/sys/netns/spp_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spp_usrreq.c 8.1 (Berkeley) 6/10/93 - * $Id: spp_usrreq.c,v 1.3 1995/03/19 14:29:04 davidg Exp $ + * $Id: spp_usrreq.c,v 1.4 1995/05/30 08:12:31 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/netns/spp_var.h b/sys/netns/spp_var.h index 98141671e02de..8b630d1c8ab65 100644 --- a/sys/netns/spp_var.h +++ b/sys/netns/spp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spp_var.h 8.1 (Berkeley) 6/10/93 - * $Id: spp_var.h,v 1.2 1994/08/02 07:52:01 davidg Exp $ + * $Id: spp_var.h,v 1.3 1994/08/21 06:22:12 paul Exp $ */ #ifndef _NETNS_SPP_VAR_H_ diff --git a/sys/nfs/nfs.h b/sys/nfs/nfs.h index cbf80c6d7fd6d..7c941c2420b49 100644 --- a/sys/nfs/nfs.h +++ b/sys/nfs/nfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.8 1994/11/02 00:11:00 wollman Exp $ + * $Id: nfs.h,v 1.9 1995/02/14 06:22:18 phk Exp $ */ #ifndef _NFS_NFS_H_ diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index f929012620001..ff9024ffa89a6 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94 - * $Id: nfs_bio.c,v 1.13 1995/05/21 21:39:21 davidg Exp $ + * $Id: nfs_bio.c,v 1.14 1995/05/30 08:12:35 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_node.c b/sys/nfs/nfs_node.c index a6bf9000738fb..f10e70b6d4e8f 100644 --- a/sys/nfs/nfs_node.c +++ b/sys/nfs/nfs_node.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_node.c 8.2 (Berkeley) 12/30/93 - * $Id: nfs_node.c,v 1.8 1995/03/16 18:15:36 bde Exp $ + * $Id: nfs_node.c,v 1.8.4.1 1995/07/22 03:40:56 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_nqlease.c b/sys/nfs/nfs_nqlease.c index 81571de2764af..e853c9c570f1a 100644 --- a/sys/nfs/nfs_nqlease.c +++ b/sys/nfs/nfs_nqlease.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_nqlease.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_nqlease.c,v 1.10 1995/02/15 03:39:58 davidg Exp $ + * $Id: nfs_nqlease.c,v 1.11 1995/05/30 08:12:36 rgrimes Exp $ */ /* diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 2b1b623c63284..4cdf0cecc18ad 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.15 1995/06/11 19:31:45 rgrimes Exp $ + * $Id: nfs_serv.c,v 1.15.2.1 1995/08/23 03:38:56 davidg Exp $ */ /* diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index 20253efb018b1..ad79d6873b6e1 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_socket.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_socket.c,v 1.6 1995/03/16 18:15:37 bde Exp $ + * $Id: nfs_socket.c,v 1.7 1995/05/30 08:12:40 rgrimes Exp $ */ /* diff --git a/sys/nfs/nfs_srvcache.c b/sys/nfs/nfs_srvcache.c index 0f31ae08a4aea..7759a50e14ee4 100644 --- a/sys/nfs/nfs_srvcache.c +++ b/sys/nfs/nfs_srvcache.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_srvcache.c 8.1 (Berkeley) 6/10/93 - * $Id: nfs_srvcache.c,v 1.4 1994/10/02 17:27:00 phk Exp $ + * $Id: nfs_srvcache.c,v 1.5 1994/10/17 17:47:36 phk Exp $ */ /* diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 08620b6e46b72..d1cd36e208f73 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.15.4.2 1995/07/20 07:52:09 davidg Exp $ + * $Id: nfs_subs.c,v 1.15.4.3 1995/07/20 10:34:12 davidg Exp $ */ /* diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index f7e159fd62359..9e44b4cd0ca35 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/nfs_syscalls.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_syscalls.c,v 1.5 1994/10/17 17:47:38 phk Exp $ + * $Id: nfs_syscalls.c,v 1.6 1995/05/30 08:12:45 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 2daa89117aa1e..a4e682c9ebe1d 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_vfsops.c,v 1.14.2.1 1995/06/02 11:13:15 davidg Exp $ + * $Id: nfs_vfsops.c,v 1.15 1995/06/11 19:31:46 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index ecc768fc4107e..4af2fa258e515 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.5 (Berkeley) 2/13/94 - * $Id: nfs_vnops.c,v 1.15.4.1 1995/07/25 07:47:54 davidg Exp $ + * $Id: nfs_vnops.c,v 1.15.4.2 1995/10/26 09:17:36 davidg Exp $ */ /* diff --git a/sys/nfs/nfsdiskless.h b/sys/nfs/nfsdiskless.h index 5df85e0f65923..70c7decd97ceb 100644 --- a/sys/nfs/nfsdiskless.h +++ b/sys/nfs/nfsdiskless.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsdiskless.h 8.1 (Berkeley) 6/10/93 - * $Id: nfsdiskless.h,v 1.3 1994/08/05 09:28:49 davidg Exp $ + * $Id: nfsdiskless.h,v 1.4 1994/08/21 06:50:09 paul Exp $ */ #ifndef _NFS_NFSDISKLESS_H_ diff --git a/sys/nfs/nfsm_subs.h b/sys/nfs/nfsm_subs.h index 030a985b40d17..c1ccbbe5c0bc0 100644 --- a/sys/nfs/nfsm_subs.h +++ b/sys/nfs/nfsm_subs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.1 (Berkeley) 6/16/93 - * $Id: nfsm_subs.h,v 1.5 1994/10/17 17:47:42 phk Exp $ + * $Id: nfsm_subs.h,v 1.6 1995/05/30 08:12:51 rgrimes Exp $ */ #ifndef _NFS_NFSM_SUBS_H_ diff --git a/sys/nfs/nfsmount.h b/sys/nfs/nfsmount.h index 99a1b48795f4a..725bf056e39db 100644 --- a/sys/nfs/nfsmount.h +++ b/sys/nfs/nfsmount.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsmount.h 8.1 (Berkeley) 6/10/93 - * $Id: nfsmount.h,v 1.3 1994/08/21 06:50:10 paul Exp $ + * $Id: nfsmount.h,v 1.4 1994/10/17 17:47:43 phk Exp $ */ #ifndef _NFS_NFSMOUNT_H_ diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index dc9162b061ccc..43150504fdcfb 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.4 (Berkeley) 2/13/94 - * $Id: nfsnode.h,v 1.8 1994/10/17 17:47:44 phk Exp $ + * $Id: nfsnode.h,v 1.9 1995/03/16 18:15:42 bde Exp $ */ #ifndef _NFS_NFSNODE_H_ diff --git a/sys/nfs/nfsrtt.h b/sys/nfs/nfsrtt.h index 4463f621645d0..defeddd556cef 100644 --- a/sys/nfs/nfsrtt.h +++ b/sys/nfs/nfsrtt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsrtt.h 8.1 (Berkeley) 6/10/93 - * $Id: nfsrtt.h,v 1.2 1994/08/02 07:52:24 davidg Exp $ + * $Id: nfsrtt.h,v 1.3 1994/08/21 06:50:12 paul Exp $ */ #ifndef _NFS_NFSRTT_H_ diff --git a/sys/nfs/nfsrvcache.h b/sys/nfs/nfsrvcache.h index b367b9f4a2c9f..5a8a6f176406f 100644 --- a/sys/nfs/nfsrvcache.h +++ b/sys/nfs/nfsrvcache.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsrvcache.h 8.1 (Berkeley) 6/10/93 - * $Id: nfsrvcache.h,v 1.3 1994/08/21 06:50:13 paul Exp $ + * $Id: nfsrvcache.h,v 1.4 1994/10/17 17:47:44 phk Exp $ */ #ifndef _NFS_NFSRVCACHE_H_ diff --git a/sys/nfs/nfsv2.h b/sys/nfs/nfsv2.h index 62ba33899be10..c4d0ddce14a69 100644 --- a/sys/nfs/nfsv2.h +++ b/sys/nfs/nfsv2.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfsv2.h 8.1 (Berkeley) 6/10/93 - * $Id: nfsv2.h,v 1.3 1994/08/18 22:35:37 wollman Exp $ + * $Id: nfsv2.h,v 1.4 1994/08/21 06:50:13 paul Exp $ */ #ifndef _NFS_NFSV2_H_ diff --git a/sys/nfs/nqnfs.h b/sys/nfs/nqnfs.h index 0f8f12b238dcc..e246a30e07c9d 100644 --- a/sys/nfs/nqnfs.h +++ b/sys/nfs/nqnfs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nqnfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nqnfs.h,v 1.5 1994/10/02 17:27:07 phk Exp $ + * $Id: nqnfs.h,v 1.6 1994/10/17 17:47:45 phk Exp $ */ #ifndef _NFS_NQNFS_H_ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 2360cdc3c40aa..2e926459f9c2e 100644 --- a/sys/nfs/rpcv2.h +++ b/sys/nfs/rpcv2.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)rpcv2.h 8.1 (Berkeley) 6/10/93 - * $Id: rpcv2.h,v 1.2 1994/08/02 07:52:29 davidg Exp $ + * $Id: rpcv2.h,v 1.3 1994/08/21 06:50:15 paul Exp $ */ #ifndef _NFS_RPCV2_H_ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index ac00385e7da06..ccb3ca2d99c31 100644 --- a/sys/nfs/xdr_subs.h +++ b/sys/nfs/xdr_subs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)xdr_subs.h 8.1 (Berkeley) 6/10/93 - * $Id: xdr_subs.h,v 1.3 1994/08/21 06:50:16 paul Exp $ + * $Id: xdr_subs.h,v 1.4 1995/01/10 13:11:42 davidg Exp $ */ #ifndef _NFS_XDR_SUBS_H_ diff --git a/sys/pci/README.de b/sys/pci/README.de index fb81945c4d73d..b693e39d2b85b 100644 --- a/sys/pci/README.de +++ b/sys/pci/README.de @@ -1,4 +1,4 @@ -$Id: README.de,v 1.3 1994/10/12 11:19:36 se Exp $ +$Id: README.de,v 1.4 1994/10/29 13:13:39 jkh Exp $ ---------------- diff --git a/sys/pci/README.de-le b/sys/pci/README.de-le index 60cd2e2750e03..3e7cd01bd3130 100644 --- a/sys/pci/README.de-le +++ b/sys/pci/README.de-le @@ -1,4 +1,4 @@ -$Id: README.de-le,v 1.1 1994/10/01 20:16:44 wollman Exp $ +$Id: README.de-le,v 1.2 1994/10/29 13:13:40 jkh Exp $ ---------------- diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index 7d925f70cad08..092635306973e 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7870.c,v 1.11.2.4 1995/10/09 06:27:50 davidg Exp $ + * $Id: aic7870.c,v 1.11.2.5 1995/10/29 09:46:11 davidg Exp $ */ #include <pci.h> diff --git a/sys/pci/dc21040.h b/sys/pci/dc21040.h index e3ff9e868018a..a727e82f9d2bc 100644 --- a/sys/pci/dc21040.h +++ b/sys/pci/dc21040.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: dc21040.h,v 1.4 1995/05/05 20:09:48 davidg Exp $ + * $Id: dc21040.h,v 1.4.4.1 1995/10/01 06:03:59 davidg Exp $ * */ diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 47191746bfc3b..74861aea12f67 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.29.2.4 1995/10/09 06:29:11 davidg Exp $ + * $Id: if_de.c,v 1.29.2.5 1995/10/26 07:47:14 davidg Exp $ * */ diff --git a/sys/pci/if_pdq.c b/sys/pci/if_pdq.c index 2c8885bde871b..59282e697071d 100644 --- a/sys/pci/if_pdq.c +++ b/sys/pci/if_pdq.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_pdq.c,v 1.5 1995/04/05 08:19:23 davidg Exp $ + * $Id: if_pdq.c,v 1.6 1995/05/30 08:13:04 rgrimes Exp $ * */ diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index ae84b16b8ab6a..719f6eaae0d64 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $ +** $Id: ncr.c,v 1.37.4.4 1995/10/10 00:28:31 davidg Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -1251,7 +1251,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $\n"; + "\n$Id: ncr.c,v 1.37.4.4 1995/10/10 00:28:31 davidg Exp $\n"; u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 1a8b9f1c1dcb2..392bbdd6a774c 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncrreg.h,v 1.2 1995/02/02 13:12:16 davidg Exp $ +** $Id: ncrreg.h,v 1.3 1995/03/21 22:48:36 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/pci.c b/sys/pci/pci.c index f6717c025f727..ea12d73046da4 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.32 1995/10/02 13:43:11 davidg Exp $ +** $Id: pci.c,v 1.23.4.4 1995/10/09 06:35:59 davidg Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () diff --git a/sys/pci/pcibus.h b/sys/pci/pcibus.h index 842d97c6dfa0e..a2ee88941364c 100644 --- a/sys/pci/pcibus.h +++ b/sys/pci/pcibus.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcibus.h,v 1.1 1995/02/01 22:56:47 se Exp $ +** $Id: pcibus.h,v 1.2 1995/03/21 23:01:03 se Exp $ ** ** Declarations for pci bus driver. ** diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index a1fbcdf0c18f2..719a7a8d15b1f 100644 --- a/sys/pci/pcireg.h +++ b/sys/pci/pcireg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcireg.h,v 1.4 1995/02/02 22:01:40 se Exp $ +** $Id: pcireg.h,v 1.5 1995/03/21 23:01:04 se Exp $ ** ** Names for PCI configuration space registers. ** diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index ba73b4830e9fa..d2af05e9f6cb3 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.13.4.1 1995/07/20 19:29:46 davidg Exp $ +** $Id: pcisupport.c,v 1.13.4.2 1995/09/09 23:10:21 davidg Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 207a7437d46f9..3b183c5050f3d 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcivar.h,v 1.5 1995/03/25 21:10:38 bde Exp $ +** $Id: pcivar.h,v 1.6 1995/05/30 08:13:12 rgrimes Exp $ ** ** Declarations for pci device drivers. ** diff --git a/sys/pci/pdq.c b/sys/pci/pdq.c index 610458bd19ece..a0a32d58fb72d 100644 --- a/sys/pci/pdq.c +++ b/sys/pci/pdq.c @@ -21,9 +21,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq.c,v 1.4 1995/04/01 01:43:56 davidg Exp $ + * $Id: pdq.c,v 1.5 1995/05/30 08:13:13 rgrimes Exp $ * * $Log: pdq.c,v $ + * Revision 1.5 1995/05/30 08:13:13 rgrimes + * Remove trailing whitespace. + * * Revision 1.4 1995/04/01 01:43:56 davidg * Patch from Matt Thomas to fix mbuf leak in FDDI driver. * diff --git a/sys/pci/pdq_os.h b/sys/pci/pdq_os.h index f7226e0b6738e..e1ddac0ac6462 100644 --- a/sys/pci/pdq_os.h +++ b/sys/pci/pdq_os.h @@ -21,9 +21,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq_os.h,v 1.3 1995/07/16 10:07:20 bde Exp $ + * $Id: pdq_os.h,v 1.2.4.1 1995/09/12 09:19:23 davidg Exp $ * * $Log: pdq_os.h,v $ + * Revision 1.2.4.1 1995/09/12 09:19:23 davidg + * Brought in change from rev 1.3: include systm.h. + * * Revision 1.3 1995/07/16 10:07:20 bde * Fix compiler warnings (systm.h wasn't included). * diff --git a/sys/pci/pdqreg.h b/sys/pci/pdqreg.h index 08038f4b7a9a3..aec2de52e8940 100644 --- a/sys/pci/pdqreg.h +++ b/sys/pci/pdqreg.h @@ -21,9 +21,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdqreg.h,v 1.1 1995/03/14 09:16:07 davidg Exp $ + * $Id: pdqreg.h,v 1.2 1995/05/30 08:13:15 rgrimes Exp $ * * $Log: pdqreg.h,v $ + * Revision 1.2 1995/05/30 08:13:15 rgrimes + * Remove trailing whitespace. + * * Revision 1.1 1995/03/14 09:16:07 davidg * Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters. * diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 550b5da88ab70..933aed2405e5b 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: cd.c,v 1.40 1995/05/03 18:09:06 dufault Exp $ + * $Id: cd.c,v 1.41 1995/05/30 08:13:20 rgrimes Exp $ */ #define SPLCD splbio diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c index a7c36d9efa5a4..ea0c0c963b465 100644 --- a/sys/scsi/ch.c +++ b/sys/scsi/ch.c @@ -2,7 +2,7 @@ * Written by grefen@????? * Based on scsi drivers by Julian Elischer (julian@tfs.com) * - * $Id: ch.c,v 1.20 1995/05/11 19:26:46 rgrimes Exp $ + * $Id: ch.c,v 1.21 1995/05/30 08:13:22 rgrimes Exp $ */ #include <sys/types.h> diff --git a/sys/scsi/pt.c b/sys/scsi/pt.c index 2d1a10b623360..a61b0724192c9 100644 --- a/sys/scsi/pt.c +++ b/sys/scsi/pt.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pt.c,v 1.4 1995/05/03 18:09:09 dufault Exp $ + * $Id: pt.c,v 1.5 1995/05/30 08:13:23 rgrimes Exp $ */ /* diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 8da591e743233..ad6f99fdf403e 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_all.h,v 1.12 1995/04/14 15:10:29 dufault Exp $ + * $Id: scsi_all.h,v 1.13 1995/05/30 08:13:25 rgrimes Exp $ */ /* diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 0bb9a341194b6..6dfeafba532a2 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -8,7 +8,7 @@ * file. * * Written by Julian Elischer (julian@dialix.oz.au) - * $Id: scsi_base.c,v 1.29 1995/05/30 08:13:27 rgrimes Exp $ + * $Id: scsi_base.c,v 1.29.4.1 1995/10/10 00:42:00 davidg Exp $ */ #define SPLSD splbio diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h index 7b8f63ccec0f7..859e78844802f 100644 --- a/sys/scsi/scsi_cd.h +++ b/sys/scsi/scsi_cd.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_cd.h,v 1.6 1993/11/18 05:02:52 rgrimes Exp $ + * $Id: scsi_cd.h,v 1.7 1995/05/30 08:13:29 rgrimes Exp $ */ #ifndef _SCSI_SCSI_CD_H #define _SCSI_SCSI_CD_H 1 diff --git a/sys/scsi/scsi_changer.h b/sys/scsi/scsi_changer.h index d7d628af756ef..c48491db92b71 100644 --- a/sys/scsi/scsi_changer.h +++ b/sys/scsi/scsi_changer.h @@ -19,7 +19,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_changer.h,v 1.6 1993/11/18 05:02:53 rgrimes Exp $ + * $Id: scsi_changer.h,v 1.7 1995/05/30 08:13:30 rgrimes Exp $ */ #ifndef _SCSI_SCSI_CHANGER_H #define _SCSI_SCSI_CHANGER_H 1 diff --git a/sys/scsi/scsi_debug.h b/sys/scsi/scsi_debug.h index 578cd43412d87..d1e0a1929f631 100644 --- a/sys/scsi/scsi_debug.h +++ b/sys/scsi/scsi_debug.h @@ -2,7 +2,7 @@ /* * Written by Julian Elischer (julian@tfs.com) * - * $Id: scsi_debug.h,v 1.1 1993/11/18 05:02:54 rgrimes Exp $ + * $Id: scsi_debug.h,v 1.2 1995/05/30 08:13:32 rgrimes Exp $ */ #ifndef _SCSI_SCSI_DEBUG_H #define _SCSI_SCSI_DEBUG_H 1 diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h index ecac2a47d926a..584d26f2b02a0 100644 --- a/sys/scsi/scsi_disk.h +++ b/sys/scsi/scsi_disk.h @@ -46,7 +46,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_disk.h,v 1.7 1995/01/08 15:13:40 ats Exp $ + * $Id: scsi_disk.h,v 1.8 1995/05/30 08:13:35 rgrimes Exp $ */ /* diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c index 23370a95558d5..86c4d7a093893 100644 --- a/sys/scsi/scsi_driver.c +++ b/sys/scsi/scsi_driver.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.c,v 1.9 1995/05/03 18:09:11 dufault Exp $ + * $Id: scsi_driver.c,v 1.10 1995/05/30 08:13:37 rgrimes Exp $ * */ #include <sys/types.h> diff --git a/sys/scsi/scsi_driver.h b/sys/scsi/scsi_driver.h index ec2e1c8243e5d..c50d6156f1c19 100644 --- a/sys/scsi/scsi_driver.h +++ b/sys/scsi/scsi_driver.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.h,v 1.3 1995/04/14 15:10:34 dufault Exp $ + * $Id: scsi_driver.h,v 1.4 1995/05/30 08:13:39 rgrimes Exp $ * */ #ifndef _SCSI__DRIVER_H_ diff --git a/sys/scsi/scsi_generic.h b/sys/scsi/scsi_generic.h index e1a3d883ff5de..8f7a9d37f84bb 100644 --- a/sys/scsi/scsi_generic.h +++ b/sys/scsi/scsi_generic.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * from: @(#)stdio.h 5.17 (Berkeley) 6/3/91 - * $Id: scsi_generic.h,v 1.3 1995/01/08 13:38:31 dufault Exp $ + * $Id: scsi_generic.h,v 1.4 1995/05/30 08:13:40 rgrimes Exp $ */ /* generic SCSI header file. We use the same minor number format diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c index f977662104171..49d355e1bb201 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: scsi_ioctl.c,v 1.16 1995/05/30 08:13:42 rgrimes Exp $ + * $Id: scsi_ioctl.c,v 1.16.4.1 1995/11/10 15:08:05 davidg Exp $ * * */ diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h index 0e184d18238f3..d577dac64bbd5 100644 --- a/sys/scsi/scsi_tape.h +++ b/sys/scsi/scsi_tape.h @@ -21,7 +21,7 @@ /* * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_tape.h,v 1.12 1995/04/29 21:30:26 joerg Exp $ + * $Id: scsi_tape.h,v 1.13 1995/05/30 08:13:43 rgrimes Exp $ */ #ifndef SCSI_SCSI_TAPE_H #define SCSI_SCSI_TAPE_H 1 diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 4297ecf052713..7574042182ac3 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.30.4.3 1995/08/31 06:36:25 davidg Exp $ + * $Id: scsiconf.c,v 1.30.4.4 1995/10/10 00:42:02 davidg Exp $ */ #include <sys/types.h> diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 843b03bedd920..3d725dbb60e51 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsiconf.h,v 1.26.4.1 1995/07/22 04:25:08 davidg Exp $ + * $Id: scsiconf.h,v 1.26.4.2 1995/08/31 06:36:26 davidg Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c index 597c263643d1b..225c3dfb06eec 100644 --- a/sys/scsi/sctarg.c +++ b/sys/scsi/sctarg.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sctarg.c,v 1.3 1995/05/30 08:13:49 rgrimes Exp $ + * $Id: sctarg.c,v 1.3.4.1 1995/07/22 04:25:09 davidg Exp $ */ /* diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 1ae8533701bcb..eb4fa634e1703 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.64 1995/05/08 16:53:33 bde Exp $ + * $Id: sd.c,v 1.65 1995/05/30 08:13:51 rgrimes Exp $ */ #define SPLSD splbio diff --git a/sys/scsi/ssc.c b/sys/scsi/ssc.c index df7fbb680047c..d5cadef19c3ac 100644 --- a/sys/scsi/ssc.c +++ b/sys/scsi/ssc.c @@ -49,7 +49,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *End copyright - * $Id: ssc.c,v 1.2 1995/01/08 15:56:09 dufault Exp $ + * $Id: ssc.c,v 1.3 1995/05/03 18:09:18 dufault Exp $ */ #include <sys/types.h> diff --git a/sys/scsi/st.c b/sys/scsi/st.c index d4fa18cda5a19..b3ec3fef7f02a 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: st.c,v 1.36 1995/05/30 08:13:54 rgrimes Exp $ + * $Id: st.c,v 1.36.4.1 1995/07/22 04:25:10 davidg Exp $ */ /* diff --git a/sys/scsi/su.c b/sys/scsi/su.c index dd73c2b7f2fbe..97f4809a6e364 100644 --- a/sys/scsi/su.c +++ b/sys/scsi/su.c @@ -44,7 +44,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: su.c,v 1.4 1995/03/04 20:51:07 dufault Exp $ + * $Id: su.c,v 1.5 1995/05/03 18:09:20 dufault Exp $ * * Tabstops 4 */ diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c index 0518612feb084..67c76540482ec 100644 --- a/sys/scsi/uk.c +++ b/sys/scsi/uk.c @@ -2,7 +2,7 @@ * Driver for a device we can't identify. * by Julian Elischer (julian@tfs.com) * - * $Id: uk.c,v 1.8 1995/03/04 20:51:08 dufault Exp $ + * $Id: uk.c,v 1.9 1995/05/30 08:13:56 rgrimes Exp $ * * If you find that you are adding any code to this file look closely * at putting it in "scsi_driver.c" instead. diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c index 8c5a2eb87a77d..9d6f4ee8201cf 100644 --- a/sys/scsi/worm.c +++ b/sys/scsi/worm.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: worm.c,v 1.7 1995/05/30 08:13:58 rgrimes Exp $ + * $Id: worm.c,v 1.7.4.1 1995/10/10 00:42:03 davidg Exp $ */ /* XXX This is PRELIMINARY. diff --git a/sys/sys/acct.h b/sys/sys/acct.h index 0ea88d8ea1120..edf66c87744f0 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)acct.h 8.2 (Berkeley) 1/21/94 - * $Id: acct.h,v 1.3 1994/08/21 04:41:31 paul Exp $ + * $Id: acct.h,v 1.4 1994/09/26 21:09:15 davidg Exp $ */ #ifndef _SYS_ACCT_H_ diff --git a/sys/sys/buf.h b/sys/sys/buf.h index 6948b10bf2774..efd904eb59227 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.7 (Berkeley) 1/21/94 - * $Id: buf.h,v 1.19 1995/05/30 08:14:07 rgrimes Exp $ + * $Id: buf.h,v 1.19.4.1 1995/09/12 09:22:59 davidg Exp $ */ #ifndef _SYS_BUF_H_ diff --git a/sys/sys/callout.h b/sys/sys/callout.h index 81380b33f4ed5..928e777605697 100644 --- a/sys/sys/callout.h +++ b/sys/sys/callout.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)callout.h 8.2 (Berkeley) 1/21/94 - * $Id: callout.h,v 1.3 1994/08/18 22:35:41 wollman Exp $ + * $Id: callout.h,v 1.4 1994/08/21 04:41:33 paul Exp $ */ #ifndef _SYS_CALLOUT_H_ diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 03233d046ca27..19ac7363fd75b 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.7 (Berkeley) 1/21/94 - * $Id: cdefs.h,v 1.7 1994/12/08 15:42:17 bde Exp $ + * $Id: cdefs.h,v 1.8 1994/12/23 22:38:54 nate Exp $ */ #ifndef _SYS_CDEFS_H_ diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h index 8af5d6524a2e8..977af0e942a84 100644 --- a/sys/sys/cdio.h +++ b/sys/sys/cdio.h @@ -1,7 +1,7 @@ /* * 16 Feb 93 Julian Elischer (julian@dialix.oz.au) * - * $Id: cdio.h,v 1.7 1995/04/09 15:50:48 jkh Exp $ + * $Id: cdio.h,v 1.8 1995/05/30 08:14:11 rgrimes Exp $ */ /* <1> Fixed a conflict with ioctl usage. There were two different diff --git a/sys/sys/chio.h b/sys/sys/chio.h index cc566ec9b1944..634876bf84f41 100644 --- a/sys/sys/chio.h +++ b/sys/sys/chio.h @@ -1,7 +1,7 @@ /* * 16 Feb 93 Julian Elischer ADDED for SCSI system * - * $Id: chio.h,v 1.4 1993/11/18 05:03:24 rgrimes Exp $ + * $Id: chio.h,v 1.5 1995/05/30 08:14:13 rgrimes Exp $ */ /* This is a "convertet" mtio.h from 386BSD diff --git a/sys/sys/clist.h b/sys/sys/clist.h index f1438a160d2aa..3b644ecd3cc33 100644 --- a/sys/sys/clist.h +++ b/sys/sys/clist.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)clist.h 8.1 (Berkeley) 6/4/93 - * $Id: clist.h,v 1.4 1994/08/21 04:41:35 paul Exp $ + * $Id: clist.h,v 1.5 1995/01/07 06:08:15 davidg Exp $ */ #ifndef _SYS_CLIST_H_ diff --git a/sys/sys/conf.h b/sys/sys/conf.h index d42e1163a9099..9bd51e5788e6c 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.3 (Berkeley) 1/21/94 - * $Id: conf.h,v 1.14 1995/05/14 03:00:03 davidg Exp $ + * $Id: conf.h,v 1.15 1995/05/30 08:14:14 rgrimes Exp $ */ #ifndef _SYS_CONF_H_ diff --git a/sys/sys/devconf.h b/sys/sys/devconf.h index d468c33223a80..96b143be901dc 100644 --- a/sys/sys/devconf.h +++ b/sys/sys/devconf.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devconf.h,v 1.5 1995/04/12 20:47:13 wollman Exp $ + * $Id: devconf.h,v 1.6 1995/04/13 20:37:51 wollman Exp $ */ /* diff --git a/sys/sys/device.h b/sys/sys/device.h index 2fe1d6a70b3cb..6c0b4ec1aed25 100644 --- a/sys/sys/device.h +++ b/sys/sys/device.h @@ -40,7 +40,7 @@ * SUCH DAMAGE. * * @(#)device.h 8.2 (Berkeley) 2/17/94 - * $Id$ + * $Id: device.h,v 1.2 1994/08/02 07:52:45 davidg Exp $ */ #ifndef _SYS_DEVICE_H_ diff --git a/sys/sys/dir.h b/sys/sys/dir.h index c0347c1ec5547..e80b1943778e6 100644 --- a/sys/sys/dir.h +++ b/sys/sys/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 1/4/94 - * $Id$ + * $Id: dir.h,v 1.2 1994/08/02 07:52:46 davidg Exp $ */ /* diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index 53b9e7a4848fb..5df97e2464db9 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dirent.h 8.1 (Berkeley) 6/2/93 - * $Id: dirent.h,v 1.3 1994/08/21 04:41:38 paul Exp $ + * $Id: dirent.h,v 1.4 1995/05/30 08:14:16 rgrimes Exp $ */ #ifndef _SYS_DIRENT_H_ diff --git a/sys/sys/disk.h b/sys/sys/disk.h index c90eca5b0d32e..a375d0d2aa296 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.h @@ -41,7 +41,7 @@ * * @(#)disk.h 8.1 (Berkeley) 6/2/93 * - * $Id: disk.h,v 1.2 1994/08/02 07:52:48 davidg Exp $ + * $Id: disk.h,v 1.3 1994/08/21 04:41:39 paul Exp $ */ #ifndef _SYS_DISK_H_ diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index f9e77f9d345a5..8ccf5fd32bf3e 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.1 (Berkeley) 6/2/93 - * $Id: disklabel.h,v 1.15 1995/05/16 07:52:17 davidg Exp $ + * $Id: disklabel.h,v 1.16 1995/05/30 08:14:17 rgrimes Exp $ */ #ifndef _SYS_DISKLABEL_H_ diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h index 6721e339d7670..c3843ed15614c 100644 --- a/sys/sys/diskslice.h +++ b/sys/sys/diskslice.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: diskslice.h,v 1.9 1995/05/08 16:27:10 bde Exp $ + * $Id: diskslice.h,v 1.10 1995/05/30 08:14:19 rgrimes Exp $ */ #ifndef _SYS_DISKSLICE_H_ diff --git a/sys/sys/dkbad.h b/sys/sys/dkbad.h index eb75c61b0b229..6b560772b2dac 100644 --- a/sys/sys/dkbad.h +++ b/sys/sys/dkbad.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dkbad.h 8.1 (Berkeley) 6/2/93 - * $Id: dkbad.h,v 1.4 1994/12/11 23:20:50 bde Exp $ + * $Id: dkbad.h,v 1.5 1995/04/15 23:21:28 bde Exp $ */ #ifndef _SYS_DKBAD_H_ diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index 82dbcbbf72f31..244ea80ef87de 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)dkstat.h 8.2 (Berkeley) 1/21/94 - * $Id: dkstat.h,v 1.5 1994/10/16 05:03:05 wollman Exp $ + * $Id: dkstat.h,v 1.6 1994/12/24 10:11:18 bde Exp $ */ #ifndef _SYS_DKSTAT_H_ diff --git a/sys/sys/dmap.h b/sys/sys/dmap.h index b9ca5a1e55c61..5a82bd30f318d 100644 --- a/sys/sys/dmap.h +++ b/sys/sys/dmap.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dmap.h 8.2 (Berkeley) 1/4/94 - * $Id$ + * $Id: dmap.h,v 1.2 1994/08/02 07:52:52 davidg Exp $ */ #ifndef _SYS_DMAP_H_ diff --git a/sys/sys/domain.h b/sys/sys/domain.h index 87021f67bd765..e3790b950fdec 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)domain.h 8.1 (Berkeley) 6/2/93 - * $Id: domain.h,v 1.4 1995/05/11 00:13:26 wollman Exp $ + * $Id: domain.h,v 1.5 1995/05/15 22:55:18 davidg Exp $ */ #ifndef _SYS_DOMAIN_H_ diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 3bac4ed751de2..c9c00c1000980 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)errno.h 8.5 (Berkeley) 1/21/94 - * $Id: errno.h,v 1.2 1994/08/02 07:52:54 davidg Exp $ + * $Id: errno.h,v 1.3 1994/08/21 04:41:42 paul Exp $ */ #ifndef _SYS_ERRNO_H_ diff --git a/sys/sys/exec.h b/sys/sys/exec.h index b47b11db3ecdd..e6a0501423acc 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 1/21/94 - * $Id: exec.h,v 1.9 1994/10/09 21:50:57 sos Exp $ + * $Id: exec.h,v 1.10 1995/03/16 18:16:15 bde Exp $ */ #ifndef _SYS_EXEC_H_ diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h index b38522f57f3ce..7e9972d2d6516 100644 --- a/sys/sys/fbio.h +++ b/sys/sys/fbio.h @@ -36,7 +36,7 @@ * * @(#)fbio.h 8.2 (Berkeley) 10/30/93 * - * $Id: fbio.h,v 1.2 1994/08/02 07:52:56 davidg Exp $ + * $Id: fbio.h,v 1.3 1994/08/21 04:41:44 paul Exp $ */ #ifndef _SYS_FBIO_H_ diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h index 33afa9a454d5b..69e799bfdad2e 100644 --- a/sys/sys/fcntl.h +++ b/sys/sys/fcntl.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)fcntl.h 8.3 (Berkeley) 1/21/94 - * $Id$ + * $Id: fcntl.h,v 1.2 1994/08/02 07:52:57 davidg Exp $ */ #ifndef _SYS_FCNTL_H_ diff --git a/sys/sys/file.h b/sys/sys/file.h index 309a73258ef6b..d34d31076e8e4 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)file.h 8.1 (Berkeley) 6/2/93 - * $Id: file.h,v 1.4 1995/02/20 19:42:37 guido Exp $ + * $Id: file.h,v 1.5 1995/03/16 18:16:16 bde Exp $ */ #ifndef _SYS_FILE_H_ diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 4742a015394ac..68c5cc8f2b80c 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)filedesc.h 8.1 (Berkeley) 6/2/93 - * $Id: filedesc.h,v 1.5 1995/03/16 18:16:16 bde Exp $ + * $Id: filedesc.h,v 1.6 1995/05/30 08:14:20 rgrimes Exp $ */ #ifndef _SYS_FILEDESC_H_ diff --git a/sys/sys/filio.h b/sys/sys/filio.h index b82a649c0feb1..d53f4e2d6a2f9 100644 --- a/sys/sys/filio.h +++ b/sys/sys/filio.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)filio.h 8.1 (Berkeley) 3/28/94 - * $Id$ + * $Id: filio.h,v 1.2 1994/08/02 07:53:01 davidg Exp $ */ #ifndef _SYS_FILIO_H_ diff --git a/sys/sys/gmon.h b/sys/sys/gmon.h index bc60cf4f9c2b7..e53b6be6cc90c 100644 --- a/sys/sys/gmon.h +++ b/sys/sys/gmon.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)gmon.h 8.2 (Berkeley) 1/4/94 - * $Id: gmon.h,v 1.5 1995/05/14 03:00:04 davidg Exp $ + * $Id: gmon.h,v 1.6 1995/05/30 08:14:22 rgrimes Exp $ */ #ifndef _SYS_GMON_H_ diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h index 354efb2e130a1..7ccdba51be36a 100644 --- a/sys/sys/imgact.h +++ b/sys/sys/imgact.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact.h,v 1.8 1994/10/02 17:24:45 phk Exp $ + * $Id: imgact.h,v 1.9 1995/05/30 08:14:24 rgrimes Exp $ */ #ifndef _SYS_IMGACT_H_ diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 361d37a497afd..b32a5e31a5ccd 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $Id: imgact_aout.h,v 1.4 1995/07/26 17:25:48 davidg Exp $ + * $Id: imgact_aout.h,v 1.3.4.1 1995/09/12 09:24:47 davidg Exp $ */ #ifndef _IMGACT_AOUT_H_ diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h index a16ce4f1152db..e42f686c45e3c 100644 --- a/sys/sys/inflate.h +++ b/sys/sys/inflate.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: inflate.h,v 1.5 1995/04/15 06:54:04 phk Exp $ + * $Id: inflate.h,v 1.6 1995/05/30 08:14:27 rgrimes Exp $ * */ #ifndef _SYS_INFLATE_H_ diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h index 9958ac77d344a..ead880974a123 100644 --- a/sys/sys/ioccom.h +++ b/sys/sys/ioccom.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ioccom.h 8.2 (Berkeley) 3/28/94 - * $Id$ + * $Id: ioccom.h,v 1.2 1994/08/02 07:53:03 davidg Exp $ */ #ifndef _SYS_IOCCOM_H_ diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index abe902f57825d..24c281f99bbc8 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 - * $Id$ + * $Id: ioctl.h,v 1.2 1994/08/02 07:53:04 davidg Exp $ */ #ifndef _SYS_IOCTL_H_ diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index ab067b97e42ba..c60dfbb8c8b26 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ioctl_compat.h 8.4 (Berkeley) 1/21/94 - * $Id$ + * $Id: ioctl_compat.h,v 1.2 1994/08/02 07:53:05 davidg Exp $ */ #ifndef _SYS_IOCTL_COMPAT_H_ diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index 4e537845e5660..314758ebe96ac 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -41,7 +41,7 @@ * SUCH DAMAGE. * * @(#)ipc.h 8.3 (Berkeley) 1/21/94 - * $Id: ipc.h,v 1.4 1994/10/02 17:24:47 phk Exp $ + * $Id: ipc.h,v 1.5 1994/12/30 05:38:14 davidg Exp $ */ /* diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index 7c032b2a03f0d..d6e9ebfb7b351 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kernel.h 8.3 (Berkeley) 1/21/94 - * $Id: kernel.h,v 1.8 1995/03/17 22:02:05 wollman Exp $ + * $Id: kernel.h,v 1.9 1995/03/20 19:20:26 wollman Exp $ */ #ifndef _SYS_KERNEL_H_ diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 15f14b5349854..597de066d0b4e 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ktrace.h 8.1 (Berkeley) 6/2/93 - * $Id: ktrace.h,v 1.6 1994/10/02 17:24:48 phk Exp $ + * $Id: ktrace.h,v 1.7 1995/03/16 18:16:19 bde Exp $ */ #ifndef _SYS_KTRACE_H_ diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index 6264baa440f84..6925a333cb93a 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)libkern.h 8.1 (Berkeley) 6/10/93 - * $Id: libkern.h,v 1.6 1995/03/16 18:12:58 bde Exp $ + * $Id: libkern.h,v 1.7 1995/04/23 08:05:25 bde Exp $ */ #include <sys/types.h> diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h deleted file mode 100644 index 15277a725a8e0..0000000000000 --- a/sys/sys/link_aout.h +++ /dev/null @@ -1,297 +0,0 @@ -/* - * Copyright (c) 1993 Paul Kranenburg - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Paul Kranenburg. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: link.h,v 1.4 1995/03/04 17:49:20 nate Exp $ - */ - -/* - * RRS section definitions. - * - * The layout of some data structures defined in this header file is - * such that we can provide compatibility with the SunOS 4.x shared - * library scheme. - */ - -#ifndef _LINK_H_ -#define _LINK_H_ - -/* - * A `Shared Object Descriptor' descibes a shared object that is needed - * to complete the link edit process of the object containing it. - * A list of such objects (chained through `sod_next') is pointed at - * by `sdt_sods' in the section_dispatch_table structure. - */ - -struct sod { /* Shared Object Descriptor */ - long sod_name; /* name (relative to load address) */ - u_int sod_library : 1, /* Searched for by library rules */ - sod_reserved : 31; - short sod_major; /* major version number */ - short sod_minor; /* minor version number */ - long sod_next; /* next sod */ -}; - -/* - * `Shared Object Map's are used by the run-time link editor (ld.so) to - * keep track of all shared objects loaded into a process' address space. - * These structures are only used at run-time and do not occur within - * the text or data segment of an executable or shared library. - */ -struct so_map { /* Shared Object Map */ - caddr_t som_addr; /* Address at which object mapped */ - char *som_path; /* Path to mmap'ed file */ - struct so_map *som_next; /* Next map in chain */ - struct sod *som_sod; /* Sod responsible for this map */ - caddr_t som_sodbase; /* Base address of this sod */ - u_int som_write : 1; /* Text is currently writable */ - struct _dynamic *som_dynamic; /* _dynamic structure */ - caddr_t som_spd; /* Private data */ -}; - -/* - * Symbol description with size. This is simply an `nlist' with - * one field (nz_size) added. - * Used to convey size information on items in the data segment - * of shared objects. An array of these live in the shared object's - * text segment and is addressed by the `sdt_nzlist' field. - */ -struct nzlist { - struct nlist nlist; - u_long nz_size; -#define nz_un nlist.n_un -#define nz_strx nlist.n_un.n_strx -#define nz_name nlist.n_un.n_name -#define nz_type nlist.n_type -#define nz_value nlist.n_value -#define nz_desc nlist.n_desc -#define nz_other nlist.n_other -}; - -#define N_AUX(p) ((p)->n_other & 0xf) -#define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf) -#define N_OTHER(r, v) (((unsigned int)(r) << 4) | ((v) & 0xf)) - -#define AUX_OBJECT 1 -#define AUX_FUNC 2 -/*#define BIND_LOCAL 0 not used */ -/*#define BIND_GLOBAL 1 not used */ -#define BIND_WEAK 2 - - -/* - * The `section_dispatch_table' structure contains offsets to various data - * structures needed to do run-time relocation. - */ -struct section_dispatch_table { - struct so_map *sdt_loaded; /* List of loaded objects */ - long sdt_sods; /* List of shared objects descriptors */ - long sdt_filler1; /* Unused (was: search rules) */ - long sdt_got; /* Global offset table */ - long sdt_plt; /* Procedure linkage table */ - long sdt_rel; /* Relocation table */ - long sdt_hash; /* Symbol hash table */ - long sdt_nzlist; /* Symbol table itself */ - long sdt_filler2; /* Unused (was: stab_hash) */ - long sdt_buckets; /* Number of hash buckets */ - long sdt_strings; /* Symbol strings */ - long sdt_str_sz; /* Size of symbol strings */ - long sdt_text_sz; /* Size of text area */ - long sdt_plt_sz; /* Size of procedure linkage table */ -}; - -/* - * RRS symbol hash table, addressed by `sdt_hash' in section_dispatch_table. - * Used to quickly lookup symbols of the shared object by hashing - * on the symbol's name. `rh_symbolnum' is the index of the symbol - * in the shared object's symbol list (`sdt_nzlist'), `rh_next' is - * the next symbol in the hash bucket (in case of collisions). - */ -struct rrs_hash { - int rh_symbolnum; /* Symbol number */ - int rh_next; /* Next hash entry */ -}; - -/* - * `rt_symbols' is used to keep track of run-time allocated commons - * and data items copied from shared objects. - */ -struct rt_symbol { - struct nzlist *rt_sp; /* The symbol */ - struct rt_symbol *rt_next; /* Next in linear list */ - struct rt_symbol *rt_link; /* Next in bucket */ - caddr_t rt_srcaddr; /* Address of "master" copy */ - struct so_map *rt_smp; /* Originating map */ -}; - -/* - * Debugger interface structure. - */ -struct so_debug { - int dd_version; /* Version # of interface */ - int dd_in_debugger; /* Set when run by debugger */ - int dd_sym_loaded; /* Run-time linking brought more - symbols into scope */ - char *dd_bpt_addr; /* Address of rtld-generated bpt */ - int dd_bpt_shadow; /* Original contents of bpt */ - struct rt_symbol *dd_cc; /* Allocated commons/copied data */ -}; - -/* - * Version returned to crt0 from ld.so - */ -#define LDSO_VERSION_NONE 0 /* FreeBSD2.0, 2.0.5 */ -#define LDSO_VERSION_HAS_DLEXIT 1 /* includes dlexit in ld_entry */ - -/* - * Entry points into ld.so - user interface to the run-time linker. - * Entries are valid for the given version numbers returned by ld.so - * to crt0. - */ -struct ld_entry { - void *(*dlopen) __P((char *, int)); /* NONE */ - int (*dlclose) __P((void *)); /* NONE */ - void *(*dlsym) __P((void *, char *)); /* NONE */ - char *(*dlerror) __P((void)); /* NONE */ - void (*dlexit) __P((void)); /* HAS_DLEXIT */ -}; - -/* - * dl*() prototypes. - */ -extern void *dlopen __P((char *, int)); -extern int dlclose __P((void *)); -extern void *dlsym __P((void *, char *)); -extern char *dlerror __P((void)); - - -/* - * This is the structure pointed at by the __DYNAMIC symbol if an - * executable requires the attention of the run-time link editor. - * __DYNAMIC is given the value zero if no run-time linking needs to - * be done (it is always present in shared objects). - * The union `d_un' provides for different versions of the dynamic - * linking mechanism (switched on by `d_version'). The last version - * used by Sun is 3. We leave some room here and go to version number - * 8 for NetBSD, the main difference lying in the support for the - * `nz_list' type of symbols. - */ - -struct _dynamic { - int d_version; /* version # of this interface */ - struct so_debug *d_debug; - union { - struct section_dispatch_table *d_sdt; - } d_un; - struct ld_entry *d_entry; /* XXX */ -}; - -#define LD_VERSION_SUN (3) -#define LD_VERSION_BSD (8) -#define LD_VERSION_NZLIST_P(v) ((v) >= 8) - -#define LD_GOT(x) ((x)->d_un.d_sdt->sdt_got) -#define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt) -#define LD_REL(x) ((x)->d_un.d_sdt->sdt_rel) -#define LD_SYMBOL(x) ((x)->d_un.d_sdt->sdt_nzlist) -#define LD_HASH(x) ((x)->d_un.d_sdt->sdt_hash) -#define LD_STRINGS(x) ((x)->d_un.d_sdt->sdt_strings) -#define LD_NEED(x) ((x)->d_un.d_sdt->sdt_sods) -#define LD_BUCKETS(x) ((x)->d_un.d_sdt->sdt_buckets) - -#define LD_GOTSZ(x) ((x)->d_un.d_sdt->sdt_plt - (x)->d_un.d_sdt->sdt_got) -#define LD_RELSZ(x) ((x)->d_un.d_sdt->sdt_hash - (x)->d_un.d_sdt->sdt_rel) -#define LD_HASHSZ(x) ((x)->d_un.d_sdt->sdt_nzlist - (x)->d_un.d_sdt->sdt_hash) -#define LD_STABSZ(x) ((x)->d_un.d_sdt->sdt_strings - (x)->d_un.d_sdt->sdt_nzlist) -#define LD_PLTSZ(x) ((x)->d_un.d_sdt->sdt_plt_sz) -#define LD_STRSZ(x) ((x)->d_un.d_sdt->sdt_str_sz) -#define LD_TEXTSZ(x) ((x)->d_un.d_sdt->sdt_text_sz) - -/* - * Interface to ld.so - */ -struct crt_ldso { - int crt_ba; /* Base address of ld.so */ - int crt_dzfd; /* "/dev/zero" file decriptor (SunOS) */ - int crt_ldfd; /* ld.so file descriptor */ - struct _dynamic *crt_dp; /* Main's __DYNAMIC */ - char **crt_ep; /* environment strings */ - caddr_t crt_bp; /* Breakpoint if run from debugger */ - char *crt_prog; /* Program name (v3) */ - char *crt_ldso; /* Link editor name (v4) */ - struct ld_entry *crt_ldentry; /* dl*() access (v4) */ -}; - -/* - * Version passed from crt0 to ld.so (1st argument to _rtld()). - */ -#define CRT_VERSION_SUN 1 -#define CRT_VERSION_BSD_2 2 -#define CRT_VERSION_BSD_3 3 -#define CRT_VERSION_BSD_4 4 - -/* - * Maximum number of recognized shared object version numbers. - */ -#define MAXDEWEY 8 - -/* - * Header of the hints file. - */ -struct hints_header { - long hh_magic; -#define HH_MAGIC 011421044151 - long hh_version; /* Interface version number */ -#define LD_HINTS_VERSION_1 1 - long hh_hashtab; /* Location of hash table */ - long hh_nbucket; /* Number of buckets in hashtab */ - long hh_strtab; /* Location of strings */ - long hh_strtab_sz; /* Size of strings */ - long hh_ehints; /* End of hints (max offset in file) */ -}; - -#define HH_BADMAG(hdr) ((hdr).hh_magic != HH_MAGIC) - -/* - * Hash table element in hints file. - */ -struct hints_bucket { - /* namex and pathx are indices into the string table */ - int hi_namex; /* Library name */ - int hi_pathx; /* Full path */ - int hi_dewey[MAXDEWEY]; /* The versions */ - int hi_ndewey; /* Number of version numbers */ -#define hi_major hi_dewey[0] -#define hi_minor hi_dewey[1] - int hi_next; /* Next in this bucket */ -}; - -#define _PATH_LD_HINTS "/var/run/ld.so.hints" - -#endif /* _LINK_H_ */ - diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h deleted file mode 100644 index 15277a725a8e0..0000000000000 --- a/sys/sys/link_elf.h +++ /dev/null @@ -1,297 +0,0 @@ -/* - * Copyright (c) 1993 Paul Kranenburg - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Paul Kranenburg. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $Id: link.h,v 1.4 1995/03/04 17:49:20 nate Exp $ - */ - -/* - * RRS section definitions. - * - * The layout of some data structures defined in this header file is - * such that we can provide compatibility with the SunOS 4.x shared - * library scheme. - */ - -#ifndef _LINK_H_ -#define _LINK_H_ - -/* - * A `Shared Object Descriptor' descibes a shared object that is needed - * to complete the link edit process of the object containing it. - * A list of such objects (chained through `sod_next') is pointed at - * by `sdt_sods' in the section_dispatch_table structure. - */ - -struct sod { /* Shared Object Descriptor */ - long sod_name; /* name (relative to load address) */ - u_int sod_library : 1, /* Searched for by library rules */ - sod_reserved : 31; - short sod_major; /* major version number */ - short sod_minor; /* minor version number */ - long sod_next; /* next sod */ -}; - -/* - * `Shared Object Map's are used by the run-time link editor (ld.so) to - * keep track of all shared objects loaded into a process' address space. - * These structures are only used at run-time and do not occur within - * the text or data segment of an executable or shared library. - */ -struct so_map { /* Shared Object Map */ - caddr_t som_addr; /* Address at which object mapped */ - char *som_path; /* Path to mmap'ed file */ - struct so_map *som_next; /* Next map in chain */ - struct sod *som_sod; /* Sod responsible for this map */ - caddr_t som_sodbase; /* Base address of this sod */ - u_int som_write : 1; /* Text is currently writable */ - struct _dynamic *som_dynamic; /* _dynamic structure */ - caddr_t som_spd; /* Private data */ -}; - -/* - * Symbol description with size. This is simply an `nlist' with - * one field (nz_size) added. - * Used to convey size information on items in the data segment - * of shared objects. An array of these live in the shared object's - * text segment and is addressed by the `sdt_nzlist' field. - */ -struct nzlist { - struct nlist nlist; - u_long nz_size; -#define nz_un nlist.n_un -#define nz_strx nlist.n_un.n_strx -#define nz_name nlist.n_un.n_name -#define nz_type nlist.n_type -#define nz_value nlist.n_value -#define nz_desc nlist.n_desc -#define nz_other nlist.n_other -}; - -#define N_AUX(p) ((p)->n_other & 0xf) -#define N_BIND(p) (((unsigned int)(p)->n_other >> 4) & 0xf) -#define N_OTHER(r, v) (((unsigned int)(r) << 4) | ((v) & 0xf)) - -#define AUX_OBJECT 1 -#define AUX_FUNC 2 -/*#define BIND_LOCAL 0 not used */ -/*#define BIND_GLOBAL 1 not used */ -#define BIND_WEAK 2 - - -/* - * The `section_dispatch_table' structure contains offsets to various data - * structures needed to do run-time relocation. - */ -struct section_dispatch_table { - struct so_map *sdt_loaded; /* List of loaded objects */ - long sdt_sods; /* List of shared objects descriptors */ - long sdt_filler1; /* Unused (was: search rules) */ - long sdt_got; /* Global offset table */ - long sdt_plt; /* Procedure linkage table */ - long sdt_rel; /* Relocation table */ - long sdt_hash; /* Symbol hash table */ - long sdt_nzlist; /* Symbol table itself */ - long sdt_filler2; /* Unused (was: stab_hash) */ - long sdt_buckets; /* Number of hash buckets */ - long sdt_strings; /* Symbol strings */ - long sdt_str_sz; /* Size of symbol strings */ - long sdt_text_sz; /* Size of text area */ - long sdt_plt_sz; /* Size of procedure linkage table */ -}; - -/* - * RRS symbol hash table, addressed by `sdt_hash' in section_dispatch_table. - * Used to quickly lookup symbols of the shared object by hashing - * on the symbol's name. `rh_symbolnum' is the index of the symbol - * in the shared object's symbol list (`sdt_nzlist'), `rh_next' is - * the next symbol in the hash bucket (in case of collisions). - */ -struct rrs_hash { - int rh_symbolnum; /* Symbol number */ - int rh_next; /* Next hash entry */ -}; - -/* - * `rt_symbols' is used to keep track of run-time allocated commons - * and data items copied from shared objects. - */ -struct rt_symbol { - struct nzlist *rt_sp; /* The symbol */ - struct rt_symbol *rt_next; /* Next in linear list */ - struct rt_symbol *rt_link; /* Next in bucket */ - caddr_t rt_srcaddr; /* Address of "master" copy */ - struct so_map *rt_smp; /* Originating map */ -}; - -/* - * Debugger interface structure. - */ -struct so_debug { - int dd_version; /* Version # of interface */ - int dd_in_debugger; /* Set when run by debugger */ - int dd_sym_loaded; /* Run-time linking brought more - symbols into scope */ - char *dd_bpt_addr; /* Address of rtld-generated bpt */ - int dd_bpt_shadow; /* Original contents of bpt */ - struct rt_symbol *dd_cc; /* Allocated commons/copied data */ -}; - -/* - * Version returned to crt0 from ld.so - */ -#define LDSO_VERSION_NONE 0 /* FreeBSD2.0, 2.0.5 */ -#define LDSO_VERSION_HAS_DLEXIT 1 /* includes dlexit in ld_entry */ - -/* - * Entry points into ld.so - user interface to the run-time linker. - * Entries are valid for the given version numbers returned by ld.so - * to crt0. - */ -struct ld_entry { - void *(*dlopen) __P((char *, int)); /* NONE */ - int (*dlclose) __P((void *)); /* NONE */ - void *(*dlsym) __P((void *, char *)); /* NONE */ - char *(*dlerror) __P((void)); /* NONE */ - void (*dlexit) __P((void)); /* HAS_DLEXIT */ -}; - -/* - * dl*() prototypes. - */ -extern void *dlopen __P((char *, int)); -extern int dlclose __P((void *)); -extern void *dlsym __P((void *, char *)); -extern char *dlerror __P((void)); - - -/* - * This is the structure pointed at by the __DYNAMIC symbol if an - * executable requires the attention of the run-time link editor. - * __DYNAMIC is given the value zero if no run-time linking needs to - * be done (it is always present in shared objects). - * The union `d_un' provides for different versions of the dynamic - * linking mechanism (switched on by `d_version'). The last version - * used by Sun is 3. We leave some room here and go to version number - * 8 for NetBSD, the main difference lying in the support for the - * `nz_list' type of symbols. - */ - -struct _dynamic { - int d_version; /* version # of this interface */ - struct so_debug *d_debug; - union { - struct section_dispatch_table *d_sdt; - } d_un; - struct ld_entry *d_entry; /* XXX */ -}; - -#define LD_VERSION_SUN (3) -#define LD_VERSION_BSD (8) -#define LD_VERSION_NZLIST_P(v) ((v) >= 8) - -#define LD_GOT(x) ((x)->d_un.d_sdt->sdt_got) -#define LD_PLT(x) ((x)->d_un.d_sdt->sdt_plt) -#define LD_REL(x) ((x)->d_un.d_sdt->sdt_rel) -#define LD_SYMBOL(x) ((x)->d_un.d_sdt->sdt_nzlist) -#define LD_HASH(x) ((x)->d_un.d_sdt->sdt_hash) -#define LD_STRINGS(x) ((x)->d_un.d_sdt->sdt_strings) -#define LD_NEED(x) ((x)->d_un.d_sdt->sdt_sods) -#define LD_BUCKETS(x) ((x)->d_un.d_sdt->sdt_buckets) - -#define LD_GOTSZ(x) ((x)->d_un.d_sdt->sdt_plt - (x)->d_un.d_sdt->sdt_got) -#define LD_RELSZ(x) ((x)->d_un.d_sdt->sdt_hash - (x)->d_un.d_sdt->sdt_rel) -#define LD_HASHSZ(x) ((x)->d_un.d_sdt->sdt_nzlist - (x)->d_un.d_sdt->sdt_hash) -#define LD_STABSZ(x) ((x)->d_un.d_sdt->sdt_strings - (x)->d_un.d_sdt->sdt_nzlist) -#define LD_PLTSZ(x) ((x)->d_un.d_sdt->sdt_plt_sz) -#define LD_STRSZ(x) ((x)->d_un.d_sdt->sdt_str_sz) -#define LD_TEXTSZ(x) ((x)->d_un.d_sdt->sdt_text_sz) - -/* - * Interface to ld.so - */ -struct crt_ldso { - int crt_ba; /* Base address of ld.so */ - int crt_dzfd; /* "/dev/zero" file decriptor (SunOS) */ - int crt_ldfd; /* ld.so file descriptor */ - struct _dynamic *crt_dp; /* Main's __DYNAMIC */ - char **crt_ep; /* environment strings */ - caddr_t crt_bp; /* Breakpoint if run from debugger */ - char *crt_prog; /* Program name (v3) */ - char *crt_ldso; /* Link editor name (v4) */ - struct ld_entry *crt_ldentry; /* dl*() access (v4) */ -}; - -/* - * Version passed from crt0 to ld.so (1st argument to _rtld()). - */ -#define CRT_VERSION_SUN 1 -#define CRT_VERSION_BSD_2 2 -#define CRT_VERSION_BSD_3 3 -#define CRT_VERSION_BSD_4 4 - -/* - * Maximum number of recognized shared object version numbers. - */ -#define MAXDEWEY 8 - -/* - * Header of the hints file. - */ -struct hints_header { - long hh_magic; -#define HH_MAGIC 011421044151 - long hh_version; /* Interface version number */ -#define LD_HINTS_VERSION_1 1 - long hh_hashtab; /* Location of hash table */ - long hh_nbucket; /* Number of buckets in hashtab */ - long hh_strtab; /* Location of strings */ - long hh_strtab_sz; /* Size of strings */ - long hh_ehints; /* End of hints (max offset in file) */ -}; - -#define HH_BADMAG(hdr) ((hdr).hh_magic != HH_MAGIC) - -/* - * Hash table element in hints file. - */ -struct hints_bucket { - /* namex and pathx are indices into the string table */ - int hi_namex; /* Library name */ - int hi_pathx; /* Full path */ - int hi_dewey[MAXDEWEY]; /* The versions */ - int hi_ndewey; /* Number of version numbers */ -#define hi_major hi_dewey[0] -#define hi_minor hi_dewey[1] - int hi_next; /* Next in this bucket */ -}; - -#define _PATH_LD_HINTS "/var/run/ld.so.hints" - -#endif /* _LINK_H_ */ - diff --git a/sys/sys/lkm.h b/sys/sys/lkm.h index 486ddbe43de09..bd09af99ff08d 100644 --- a/sys/sys/lkm.h +++ b/sys/sys/lkm.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lkm.h,v 1.5 1995/04/20 05:08:51 wpaul Exp $ + * $Id: lkm.h,v 1.5.4.1 1995/08/05 07:42:51 davidg Exp $ */ #ifndef _SYS_LKM_H_ diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 09b2b68af90df..bbbaf2a84968f 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)lockf.h 8.1 (Berkeley) 6/11/93 - * $Id: lockf.h,v 1.1 1994/08/08 17:30:58 davidg Exp $ + * $Id: lockf.h,v 1.2 1994/08/21 04:41:50 paul Exp $ */ #ifndef _SYS_LOCKF_H_ diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index e7c96f262e0b0..de20bef594e89 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)malloc.h 8.3 (Berkeley) 1/12/94 - * $Id: malloc.h,v 1.7 1995/03/12 13:25:01 ugen Exp $ + * $Id: malloc.h,v 1.8 1995/04/20 03:18:15 julian Exp $ */ #ifndef _SYS_MALLOC_H_ diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 3f888a6261355..7a6ffa50a2060 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mbuf.h 8.3 (Berkeley) 1/21/94 - * $Id: mbuf.h,v 1.8 1994/11/04 00:28:38 davidg Exp $ + * $Id: mbuf.h,v 1.9 1994/11/14 13:54:20 bde Exp $ */ #ifndef _SYS_MBUF_H_ diff --git a/sys/sys/mman.h b/sys/sys/mman.h index a3d4c47a97a10..b02c28d0538d9 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mman.h 8.1 (Berkeley) 6/2/93 - * $Id: mman.h,v 1.6 1995/03/25 17:28:30 davidg Exp $ + * $Id: mman.h,v 1.7 1995/05/14 19:19:07 nate Exp $ */ #ifndef _SYS_MMAN_H_ diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 1e6b19a849f01..d39ff89dbb1f7 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.13 (Berkeley) 3/27/94 - * $Id: mount.h,v 1.18 1995/05/21 21:39:24 davidg Exp $ + * $Id: mount.h,v 1.19 1995/05/30 08:14:28 rgrimes Exp $ */ #ifndef _SYS_MOUNT_H_ diff --git a/sys/sys/msg.h b/sys/sys/msg.h index 48e7c5bd21eef..035bb655f70b7 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -1,4 +1,4 @@ -/* $Id: msg.h,v 1.2 1994/09/17 13:24:27 davidg Exp $ */ +/* $Id: msg.h,v 1.3 1995/03/28 07:57:34 bde Exp $ */ /* $NetBSD: msg.h,v 1.4 1994/06/29 06:44:43 cgd Exp $ */ /* diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index d4823ea6685de..43eb79a6ed0a7 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)msgbuf.h 8.1 (Berkeley) 6/2/93 - * $Id: msgbuf.h,v 1.5 1995/03/16 18:16:21 bde Exp $ + * $Id: msgbuf.h,v 1.5.4.1 1995/08/11 04:04:20 davidg Exp $ */ #ifndef _SYS_MSGBUF_H_ diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index 8dbdd8b1f4e18..c3ad7d1e7a740 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mtio.h 8.1 (Berkeley) 6/2/93 - * $Id: mtio.h,v 1.4 1994/10/28 13:19:42 jkh Exp $ + * $Id: mtio.h,v 1.5 1995/03/21 11:21:37 dufault Exp $ */ #ifndef _SYS_MTIO_H_ diff --git a/sys/sys/namei.h b/sys/sys/namei.h index 421e3f284599b..d21476b9fb1bf 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)namei.h 8.2 (Berkeley) 1/4/94 - * $Id: namei.h,v 1.5 1995/03/09 20:27:21 phk Exp $ + * $Id: namei.h,v 1.5.4.1 1995/08/25 01:49:15 davidg Exp $ */ #ifndef _SYS_NAMEI_H_ diff --git a/sys/sys/nlist_aout.h b/sys/sys/nlist_aout.h deleted file mode 100644 index b80c0b21f7173..0000000000000 --- a/sys/sys/nlist_aout.h +++ /dev/null @@ -1,90 +0,0 @@ -/*- - * Copyright (c) 1991, 1993 - * The Regents of the University of California. All rights reserved. - * (c) UNIX System Laboratories, Inc. - * All or some portions of this file are derived from material licensed - * to the University of California by American Telephone and Telegraph - * Co. or Unix System Laboratories, Inc. and are reproduced herein with - * the permission of UNIX System Laboratories, Inc. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * @(#)nlist.h 8.2 (Berkeley) 1/21/94 - * - * $Id$ - */ - -#ifndef _NLIST_H_ -#define _NLIST_H_ - -/* - * Symbol table entry format. The #ifdef's are so that programs including - * nlist.h can initialize nlist structures statically. - */ -struct nlist { -#ifdef _AOUT_INCLUDE_ - union { - char *n_name; /* symbol name (in memory) */ - long n_strx; /* file string table offset (on disk) */ - } n_un; -#else - char *n_name; /* symbol name (in memory) */ -#endif - -#define N_UNDF 0x00 /* undefined */ -#define N_ABS 0x02 /* absolute address */ -#define N_TEXT 0x04 /* text segment */ -#define N_DATA 0x06 /* data segment */ -#define N_BSS 0x08 /* bss segment */ -#define N_INDR 0x0a /* alias definition */ -#define N_SIZE 0x0c /* pseudo type, defines a symbol's size */ -#define N_COMM 0x12 /* common reference */ -#define N_FN 0x1e /* file name (N_EXT on) */ -#define N_WARN 0x1e /* warning message (N_EXT off) */ - -#define N_EXT 0x01 /* external (global) bit, OR'ed in */ -#define N_TYPE 0x1e /* mask for all the type bits */ - unsigned char n_type; /* type defines */ - - char n_other; /* spare */ -#define n_hash n_desc /* used internally by ld(1); XXX */ - short n_desc; /* used by stab entries */ - unsigned long n_value; /* address/value of the symbol */ -}; - -#define N_FORMAT "%08x" /* namelist value format; XXX */ -#define N_STAB 0x0e0 /* mask for debugger symbols -- stab(5) */ - -#include <sys/cdefs.h> - -__BEGIN_DECLS -int nlist __P((const char *, struct nlist *)); -__END_DECLS - -#endif /* !_NLIST_H_ */ diff --git a/sys/sys/param.h b/sys/sys/param.h index 09cb1ce9ccd95..c2d9f59ea46e6 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.h 8.2 (Berkeley) 1/21/94 - * $Id: param.h,v 1.7 1995/02/07 03:33:05 davidg Exp $ + * $Id: param.h,v 1.8 1995/05/14 03:00:05 davidg Exp $ */ #ifndef _SYS_PARAM_H_ diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 9097d0b3c0034..c3394aa9d58a7 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.8 (Berkeley) 1/21/94 - * $Id: proc.h,v 1.16 1995/02/21 00:37:31 davidg Exp $ + * $Id: proc.h,v 1.17 1995/03/16 18:16:22 bde Exp $ */ #ifndef _SYS_PROC_H_ diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index f01f91013c99c..00bd154e473ab 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)protosw.h 8.1 (Berkeley) 6/2/93 - * $Id: protosw.h,v 1.5 1994/10/08 22:22:57 phk Exp $ + * $Id: protosw.h,v 1.6 1995/02/07 02:01:57 wollman Exp $ */ #ifndef _SYS_PROTOSW_H_ diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index 9c6c15945a9b2..e308870ec4e0c 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.2 (Berkeley) 1/4/94 - * $Id: ptrace.h,v 1.3 1994/08/08 13:00:27 davidg Exp $ + * $Id: ptrace.h,v 1.4 1995/03/16 18:16:23 bde Exp $ */ #ifndef _SYS_PTRACE_H_ diff --git a/sys/sys/queue.h b/sys/sys/queue.h index 0c53c003fa22a..ebf4a87030a8b 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)queue.h 8.4 (Berkeley) 1/4/94 - * $Id: queue.h,v 1.2 1994/08/02 07:53:25 davidg Exp $ + * $Id: queue.h,v 1.3 1995/05/30 08:14:30 rgrimes Exp $ */ #ifndef _SYS_QUEUE_H_ diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 29f2ce0ef84d6..8187bcf916a19 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reboot.h 8.1 (Berkeley) 6/2/93 - * $Id: reboot.h,v 1.9 1995/01/25 20:05:03 bde Exp $ + * $Id: reboot.h,v 1.10 1995/04/20 06:06:42 phk Exp $ */ #ifndef _SYS_REBOOT_H_ diff --git a/sys/sys/resource.h b/sys/sys/resource.h index 432667ac58c10..49de69045d6af 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)resource.h 8.2 (Berkeley) 1/4/94 - * $Id: resource.h,v 1.2 1994/08/02 07:53:28 davidg Exp $ + * $Id: resource.h,v 1.3 1995/01/21 14:58:25 bde Exp $ */ #ifndef _SYS_RESOURCE_H_ diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index f03d3085dee5a..c06d40d1aa27c 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)resourcevar.h 8.3 (Berkeley) 2/22/94 - * $Id: resourcevar.h,v 1.5 1994/10/10 00:58:33 phk Exp $ + * $Id: resourcevar.h,v 1.6 1994/11/14 14:09:38 bde Exp $ */ #ifndef _SYS_RESOURCEVAR_H_ diff --git a/sys/sys/rlist.h b/sys/sys/rlist.h index 4c85b717b592e..86cb3c6b37cdb 100644 --- a/sys/sys/rlist.h +++ b/sys/sys/rlist.h @@ -16,7 +16,7 @@ * rlist_alloc(&swapmap, 100, &loc); obtain 100 sectors from swap * * from: unknown? - * $Id: rlist.h,v 1.6 1993/11/25 01:38:01 wollman Exp $ + * $Id: rlist.h,v 1.7 1994/10/09 07:35:10 davidg Exp $ */ #ifndef _SYS_RLIST_H_ diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h index 9a22a34806b75..217c624124323 100644 --- a/sys/sys/rtprio.h +++ b/sys/sys/rtprio.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rtprio.h,v 1.1 1994/09/01 05:12:53 davidg Exp $ + * $Id: rtprio.h,v 1.2 1994/10/02 04:45:59 davidg Exp $ */ #ifndef _SYS_RTPRIO_H_ diff --git a/sys/sys/scsiio.h b/sys/sys/scsiio.h index de461663a5167..75c86a13e052d 100644 --- a/sys/sys/scsiio.h +++ b/sys/sys/scsiio.h @@ -1,5 +1,5 @@ /* - * $Id: scsiio.h,v 1.3 1995/01/08 13:39:46 dufault Exp $ + * $Id: scsiio.h,v 1.4 1995/04/28 19:26:02 dufault Exp $ */ #ifndef _SYS_SCSIIO_H_ #define _SYS_SCSIIO_H_ diff --git a/sys/sys/select.h b/sys/sys/select.h index e69971e3b6845..138eb17fa44c8 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)select.h 8.2 (Berkeley) 1/4/94 - * $Id$ + * $Id: select.h,v 1.2 1994/08/02 07:53:31 davidg Exp $ */ #ifndef _SYS_SELECT_H_ diff --git a/sys/sys/sem.h b/sys/sys/sem.h index ef08f4e25ed25..26dc95e713428 100644 --- a/sys/sys/sem.h +++ b/sys/sys/sem.h @@ -1,4 +1,4 @@ -/* $Id: sem.h,v 1.2 1994/09/17 13:24:28 davidg Exp $ */ +/* $Id: sem.h,v 1.3 1995/03/28 07:57:35 bde Exp $ */ /* $NetBSD: sem.h,v 1.5 1994/06/29 06:45:15 cgd Exp $ */ /* diff --git a/sys/sys/shm.h b/sys/sys/shm.h index 710ad4475dca9..f0548ecc21d24 100644 --- a/sys/sys/shm.h +++ b/sys/sys/shm.h @@ -1,4 +1,4 @@ -/* $Id: shm.h,v 1.2 1994/09/17 13:24:29 davidg Exp $ */ +/* $Id: shm.h,v 1.3 1994/10/02 17:24:54 phk Exp $ */ /* $NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $ */ /* diff --git a/sys/sys/signal.h b/sys/sys/signal.h index c26054b094a97..fd18532ffea34 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.2 (Berkeley) 1/21/94 - * $Id: signal.h,v 1.2 1994/08/02 07:53:32 davidg Exp $ + * $Id: signal.h,v 1.3 1995/01/29 01:19:25 ats Exp $ */ #ifndef _SYS_SIGNAL_H_ diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h index 9495c5f321003..fe002f995006e 100644 --- a/sys/sys/signalvar.h +++ b/sys/sys/signalvar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)signalvar.h 8.3 (Berkeley) 1/4/94 - * $Id: signalvar.h,v 1.4 1994/10/02 17:24:55 phk Exp $ + * $Id: signalvar.h,v 1.5 1995/03/16 18:16:24 bde Exp $ */ #ifndef _SYS_SIGNALVAR_H_ /* tmp for user.h */ diff --git a/sys/sys/socket.h b/sys/sys/socket.h index edc25d11fa09d..1c2bcf303f5c5 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socket.h 8.4 (Berkeley) 2/21/94 - * $Id: socket.h,v 1.7 1995/09/13 05:35:49 davidg Exp $ + * $Id: socket.h,v 1.6.4.1 1995/09/15 10:13:05 davidg Exp $ */ #ifndef _SYS_SOCKET_H_ diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 9ac9dfaa03e8b..852dfaceb06e3 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socketvar.h 8.1 (Berkeley) 6/2/93 - * $Id: socketvar.h,v 1.5 1994/10/02 17:24:57 phk Exp $ + * $Id: socketvar.h,v 1.6 1995/05/30 08:14:33 rgrimes Exp $ */ #ifndef _SYS_SOCKETVAR_H_ diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index 41fc86b15aac5..8f5478e240c7f 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sockio.h 8.1 (Berkeley) 3/28/94 - * $Id: sockio.h,v 1.4 1994/09/06 22:42:31 wollman Exp $ + * $Id: sockio.h,v 1.5 1994/12/21 22:57:05 wollman Exp $ */ #ifndef _SYS_SOCKIO_H_ diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 99ae6b9792dc1..b9e0903db0ae7 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)stat.h 8.6 (Berkeley) 3/8/94 - * $Id: stat.h,v 1.5 1994/10/02 17:24:57 phk Exp $ + * $Id: stat.h,v 1.6 1995/05/30 08:14:35 rgrimes Exp $ */ #ifndef _SYS_STAT_H_ diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 920bfd8635616..2131804ed5de9 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.h @@ -2,7 +2,7 @@ * System call hiders. * * DO NOT EDIT-- this file is automatically generated. - * created from $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $ + * created from $Id: syscall-hide.h,v 1.13 1995/04/23 12:22:03 ache Exp $ */ HIDE_POSIX(fork) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 16159793bf904..9efee7835de94 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from $Id: syscalls.master,v 1.14 1995/03/25 16:52:11 davidg Exp $ + * created from $Id: syscall.h,v 1.19 1995/04/23 12:22:06 ache Exp $ */ #define SYS_syscall 0 diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 2c61798a049d8..9a6d2d1316ceb 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)sysctl.h 8.1 (Berkeley) 6/2/93 - * $Id: sysctl.h,v 1.22 1995/05/12 19:17:25 wollman Exp $ + * $Id: sysctl.h,v 1.23 1995/05/30 08:14:36 rgrimes Exp $ */ #ifndef _SYS_SYSCTL_H_ diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index f2953a6fc1f33..bf70f79d28302 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sysent.h,v 1.3 1995/02/14 19:23:20 sos Exp $ + * $Id: sysent.h,v 1.4 1995/03/16 18:16:29 bde Exp $ */ #ifndef _SYS_SYSENT_H_ diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 2dc7a5bc34511..f5bfec3c1cbc7 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)syslimits.h 8.1 (Berkeley) 6/2/93 - * $Id: syslimits.h,v 1.5 1994/08/21 04:41:59 paul Exp $ + * $Id: syslimits.h,v 1.6 1994/12/03 17:36:37 smace Exp $ */ #ifndef _SYS_SYSLIMITS_H_ diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 969717b6dd317..8d684ae2bbdf1 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 - * $Id: syslog.h,v 1.3 1994/08/18 22:35:46 wollman Exp $ + * $Id: syslog.h,v 1.4 1994/08/21 04:42:00 paul Exp $ */ #ifndef _SYS_SYSLOG_H_ diff --git a/sys/sys/systm.h b/sys/sys/systm.h index d54968a3840b8..998378772e1f4 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.4 (Berkeley) 2/23/94 - * $Id: systm.h,v 1.23 1995/07/05 12:04:51 davidg Exp $ + * $Id: systm.h,v 1.22.4.1 1995/09/15 10:18:05 davidg Exp $ */ #ifndef _SYS_SYSTM_H_ diff --git a/sys/sys/tablet.h b/sys/sys/tablet.h index f9aefc0cac975..7bfb0a8b27af0 100644 --- a/sys/sys/tablet.h +++ b/sys/sys/tablet.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tablet.h 8.3 (Berkeley) 1/4/94 - * $Id$ + * $Id: tablet.h,v 1.2 1994/08/02 07:53:45 davidg Exp $ */ #ifndef _SYS_TABLET_H_ diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 14b264850604b..14280943ae818 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)termios.h 8.3 (Berkeley) 3/28/94 - * $Id: termios.h,v 1.5 1995/05/11 07:52:47 bde Exp $ + * $Id: termios.h,v 1.6 1995/05/30 08:14:40 rgrimes Exp $ */ #ifndef _SYS_TERMIOS_H_ diff --git a/sys/sys/time.h b/sys/sys/time.h index fa7aecc935b86..59fa7c705c77a 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.1 (Berkeley) 6/2/93 - * $Id: time.h,v 1.4 1994/10/02 17:25:01 phk Exp $ + * $Id: time.h,v 1.5 1994/10/10 00:58:36 phk Exp $ */ #ifndef _SYS_TIME_H_ diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h index 8759a7ca4f8dc..223ae15e58fad 100644 --- a/sys/sys/timeb.h +++ b/sys/sys/timeb.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)timeb.h 8.2 (Berkeley) 1/21/94 - * $Id: timeb.h,v 1.2 1994/08/02 07:53:49 davidg Exp $ + * $Id: timeb.h,v 1.3 1994/08/21 04:42:02 paul Exp $ */ #ifndef _SYS_TIMEB_H_ diff --git a/sys/sys/times.h b/sys/sys/times.h index 961ebfd182644..63cf0108e8d07 100644 --- a/sys/sys/times.h +++ b/sys/sys/times.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)times.h 8.4 (Berkeley) 1/21/94 - * $Id$ + * $Id: times.h,v 1.2 1994/08/02 07:53:50 davidg Exp $ */ #ifndef _SYS_TIMES_H_ diff --git a/sys/sys/tprintf.h b/sys/sys/tprintf.h index 5ef2934ced7b6..81bb41c435f33 100644 --- a/sys/sys/tprintf.h +++ b/sys/sys/tprintf.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tprintf.h 8.1 (Berkeley) 6/2/93 - * $Id: tprintf.h,v 1.2 1994/08/02 07:53:51 davidg Exp $ + * $Id: tprintf.h,v 1.3 1994/08/21 04:42:03 paul Exp $ */ #ifndef _SYS_TPRINTF_H_ diff --git a/sys/sys/tty.h b/sys/sys/tty.h index 069f90bb25b51..a683ec0e17b6d 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $Id: tty.h,v 1.31 1995/07/31 22:50:08 bde Exp $ + * $Id: tty.h,v 1.18.4.1 1995/09/14 07:10:24 davidg Exp $ */ #ifndef _SYS_TTY_H_ diff --git a/sys/sys/ttychars.h b/sys/sys/ttychars.h index 7146f600c714b..2a347ab75867d 100644 --- a/sys/sys/ttychars.h +++ b/sys/sys/ttychars.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ttychars.h 8.2 (Berkeley) 1/4/94 - * $Id: ttychars.h,v 1.3 1994/08/21 04:42:06 paul Exp $ + * $Id: ttychars.h,v 1.4 1994/08/22 19:34:03 csgr Exp $ */ #ifndef _SYS_TTYCHARS_H_ diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index 75c8619f3c088..0dfb7f7139204 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ttycom.h 8.1 (Berkeley) 3/28/94 - * $Id: ttycom.h,v 1.8 1995/03/30 05:17:50 ache Exp $ + * $Id: ttycom.h,v 1.9 1995/05/30 08:14:42 rgrimes Exp $ */ #ifndef _SYS_TTYCOM_H_ diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h index 43216c7f58ad4..703190ba8373a 100644 --- a/sys/sys/ttydefaults.h +++ b/sys/sys/ttydefaults.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94 - * $Id: ttydefaults.h,v 1.8 1995/05/11 07:52:48 bde Exp $ + * $Id: ttydefaults.h,v 1.9 1995/05/30 08:14:47 rgrimes Exp $ */ /* diff --git a/sys/sys/ttydev.h b/sys/sys/ttydev.h index 5f41b471d6c2d..8c07fe11fcc01 100644 --- a/sys/sys/ttydev.h +++ b/sys/sys/ttydev.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ttydev.h 8.2 (Berkeley) 1/4/94 - * $Id: ttydev.h,v 1.2 1994/08/02 07:53:58 davidg Exp $ + * $Id: ttydev.h,v 1.3 1994/08/26 12:07:31 jkh Exp $ */ /* COMPATABILITY HEADER FILE */ diff --git a/sys/sys/types.h b/sys/sys/types.h index 1a4e48b97db2d..81e8f452b5169 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.4 (Berkeley) 1/21/94 - * $Id: types.h,v 1.3 1994/09/16 11:44:45 paul Exp $ + * $Id: types.h,v 1.4 1994/09/25 15:56:25 davidg Exp $ */ #ifndef _SYS_TYPES_H_ diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index 33d64c036d529..5c4f6636154de 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ucred.h 8.2 (Berkeley) 1/4/94 - * $Id: ucred.h,v 1.4 1994/10/08 22:23:00 phk Exp $ + * $Id: ucred.h,v 1.5 1995/04/23 08:31:02 bde Exp $ */ #ifndef _SYS_UCRED_H_ diff --git a/sys/sys/uio.h b/sys/sys/uio.h index d48c0343a2674..9d84e21b89308 100644 --- a/sys/sys/uio.h +++ b/sys/sys/uio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uio.h 8.5 (Berkeley) 2/22/94 - * $Id: uio.h,v 1.3 1994/09/15 20:24:28 bde Exp $ + * $Id: uio.h,v 1.4 1995/04/04 17:01:49 davidg Exp $ */ #ifndef _SYS_UIO_H_ diff --git a/sys/sys/un.h b/sys/sys/un.h index b85714b973463..6255911a966fd 100644 --- a/sys/sys/un.h +++ b/sys/sys/un.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)un.h 8.1 (Berkeley) 6/2/93 - * $Id: un.h,v 1.5 1994/10/02 17:25:03 phk Exp $ + * $Id: un.h,v 1.6 1995/05/30 08:14:48 rgrimes Exp $ */ #ifndef _SYS_UN_H_ diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 1f63f61e89eed..17c2b4c51185d 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)unistd.h 8.2 (Berkeley) 1/7/94 - * $Id: unistd.h,v 1.2 1994/08/02 07:54:04 davidg Exp $ + * $Id: unistd.h,v 1.4 1995/05/11 07:52:49 bde Exp $ */ #ifndef _SYS_UNISTD_H_ diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index 41d8cfc09b7c3..c880c39a31704 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)unpcb.h 8.1 (Berkeley) 6/2/93 - * $Id: unpcb.h,v 1.2 1994/08/02 07:54:05 davidg Exp $ + * $Id: unpcb.h,v 1.3 1994/08/21 04:42:09 paul Exp $ */ #ifndef _SYS_UNPCB_H_ diff --git a/sys/sys/user.h b/sys/sys/user.h index 08e74dc79ea11..c2876a1dca0ab 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)user.h 8.2 (Berkeley) 9/23/93 - * $Id: user.h,v 1.3 1994/08/21 04:42:10 paul Exp $ + * $Id: user.h,v 1.4 1995/05/30 08:14:50 rgrimes Exp $ */ #ifndef _SYS_USER_H_ diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h index 0387cc1d206ec..e65ffa58eb3e3 100644 --- a/sys/sys/utsname.h +++ b/sys/sys/utsname.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)utsname.h 8.1 (Berkeley) 1/4/94 - * $Id$ + * $Id: utsname.h,v 1.3 1994/08/02 07:54:07 davidg Exp $ */ #ifndef _SYS_UTSNAME_H diff --git a/sys/sys/vadvise.h b/sys/sys/vadvise.h index e8ed7235f520a..9171c92d92c21 100644 --- a/sys/sys/vadvise.h +++ b/sys/sys/vadvise.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vadvise.h 8.1 (Berkeley) 6/2/93 - * $Id: vadvise.h,v 1.2 1994/08/02 07:54:08 davidg Exp $ + * $Id: vadvise.h,v 1.3 1994/08/21 04:42:11 paul Exp $ */ #ifndef _SYS_VADVISE_H_ diff --git a/sys/sys/vcmd.h b/sys/sys/vcmd.h index 4d59e36dd2415..cc0b9945d57f2 100644 --- a/sys/sys/vcmd.h +++ b/sys/sys/vcmd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vcmd.h 8.1 (Berkeley) 6/2/93 - * $Id: vcmd.h,v 1.2 1994/08/02 07:54:09 davidg Exp $ + * $Id: vcmd.h,v 1.3 1994/08/21 04:42:12 paul Exp $ */ #ifndef _SYS_VCMD_H_ diff --git a/sys/sys/vlimit.h b/sys/sys/vlimit.h index b1a1fe330e2c3..5d86c8e46e106 100644 --- a/sys/sys/vlimit.h +++ b/sys/sys/vlimit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vlimit.h 8.1 (Berkeley) 6/2/93 - * $Id: vlimit.h,v 1.3 1994/08/21 04:42:13 paul Exp $ + * $Id: vlimit.h,v 1.4 1995/05/30 08:14:51 rgrimes Exp $ */ #ifndef _SYS_VLIMIT_H_ diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index 99693fc3a0ce1..45875ccb14d73 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vmmeter.h 8.1 (Berkeley) 6/2/93 - * $Id: vmmeter.h,v 1.11 1995/07/29 10:47:05 bde Exp $ + * $Id: vmmeter.h,v 1.10.4.1 1995/09/15 10:20:10 davidg Exp $ */ #ifndef _SYS_VMMETER_H_ diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index de1afd02598d3..2e0867e522a20 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 - * $Id: vnode.h,v 1.20 1995/04/20 03:18:19 julian Exp $ + * $Id: vnode.h,v 1.20.4.1 1995/07/07 06:21:57 davidg Exp $ */ #ifndef _SYS_VNODE_H_ diff --git a/sys/sys/vsio.h b/sys/sys/vsio.h index b867b8b42ced8..14573a0dc65a0 100644 --- a/sys/sys/vsio.h +++ b/sys/sys/vsio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vsio.h 8.1 (Berkeley) 6/2/93 - * $Id: vsio.h,v 1.3 1994/08/21 04:42:16 paul Exp $ + * $Id: vsio.h,v 1.4 1995/05/30 08:14:52 rgrimes Exp $ */ #ifndef _SYS_VSIO_H_ diff --git a/sys/sys/wait.h b/sys/sys/wait.h index 0b8ec48970b16..936dd95aad74b 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)wait.h 8.1 (Berkeley) 6/2/93 - * $Id: wait.h,v 1.3 1994/08/21 04:42:17 paul Exp $ + * $Id: wait.h,v 1.4 1995/05/30 08:14:54 rgrimes Exp $ */ #ifndef _SYS_WAIT_H_ diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index d91c557616f9d..def4125302a8f 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_alloc.c 8.8 (Berkeley) 2/21/94 - * $Id: ffs_alloc.c,v 1.13 1995/05/11 19:26:48 rgrimes Exp $ + * $Id: ffs_alloc.c,v 1.14 1995/05/30 08:14:57 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index cbe9c6051c843..10310925f3f20 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_balloc.c 8.4 (Berkeley) 9/23/93 - * $Id: ffs_balloc.c,v 1.8 1995/05/28 04:32:23 davidg Exp $ + * $Id: ffs_balloc.c,v 1.9 1995/05/30 08:14:59 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 43e7bbefaf4fb..6b463776c0b04 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_extern.h 8.3 (Berkeley) 4/16/94 - * $Id: ffs_extern.h,v 1.5 1994/09/22 19:38:32 wollman Exp $ + * $Id: ffs_extern.h,v 1.6 1995/03/28 07:57:46 bde Exp $ */ struct buf; diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index f6c1662ad7288..5908f781f011f 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_inode.c 8.5 (Berkeley) 12/30/93 - * $Id: ffs_inode.c,v 1.13 1995/03/26 23:29:10 davidg Exp $ + * $Id: ffs_inode.c,v 1.13.4.1 1995/08/24 06:03:02 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index cbf96521b7a1e..83748d842deaf 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_subr.c 8.2 (Berkeley) 9/21/93 - * $Id: ffs_subr.c,v 1.3 1994/10/10 01:04:38 phk Exp $ + * $Id: ffs_subr.c,v 1.4 1995/05/30 08:15:00 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 089334ff6e4b1..163f9e76fca4e 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_tables.c 8.1 (Berkeley) 6/11/93 - * $Id: ffs_tables.c,v 1.2 1994/08/02 07:54:22 davidg Exp $ + * $Id: ffs_tables.c,v 1.3 1995/05/30 08:15:02 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index ec17c3c363059..e27b8896b4ccd 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94 - * $Id: ffs_vfsops.c,v 1.21 1995/05/30 08:15:03 rgrimes Exp $ + * $Id: ffs_vfsops.c,v 1.21.4.1 1995/07/22 03:43:39 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index c5209fc2609ee..1f56be303b8dc 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vnops.c 8.7 (Berkeley) 2/3/94 - * $Id: ffs_vnops.c,v 1.10 1995/05/21 21:39:26 davidg Exp $ + * $Id: ffs_vnops.c,v 1.11 1995/05/30 08:15:05 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 41f204cb6f382..11280318019fe 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fs.h 8.7 (Berkeley) 4/19/94 - * $Id: fs.h,v 1.4 1995/03/10 22:18:16 davidg Exp $ + * $Id: fs.h,v 1.5 1995/05/30 08:15:07 rgrimes Exp $ */ #ifndef _UFS_FFS_FS_H_ diff --git a/sys/ufs/lfs/lfs.h b/sys/ufs/lfs/lfs.h index 1ae1e23ef9194..7e21c36040ff0 100644 --- a/sys/ufs/lfs/lfs.h +++ b/sys/ufs/lfs/lfs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs.h 8.3 (Berkeley) 9/23/93 - * $Id: lfs.h,v 1.5 1994/11/17 01:30:47 gibbs Exp $ + * $Id: lfs.h,v 1.6 1995/05/30 08:15:11 rgrimes Exp $ */ #ifndef _UFS_LFS_LFS_H_ diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c index fb60c3dfc954d..ceccee4f23574 100644 --- a/sys/ufs/lfs/lfs_alloc.c +++ b/sys/ufs/lfs/lfs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_alloc.c 8.4 (Berkeley) 1/4/94 - * $Id: lfs_alloc.c,v 1.7 1995/03/28 07:58:02 bde Exp $ + * $Id: lfs_alloc.c,v 1.8 1995/04/16 11:25:47 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_balloc.c b/sys/ufs/lfs/lfs_balloc.c index 81fac0d5db7e4..8a28fac72580b 100644 --- a/sys/ufs/lfs/lfs_balloc.c +++ b/sys/ufs/lfs/lfs_balloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_balloc.c 8.1 (Berkeley) 6/11/93 - * $Id: lfs_balloc.c,v 1.6 1995/04/09 06:03:41 davidg Exp $ + * $Id: lfs_balloc.c,v 1.7 1995/05/30 08:15:12 rgrimes Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ufs/lfs/lfs_bio.c b/sys/ufs/lfs/lfs_bio.c index 9344dbb590f54..5adc57c65c612 100644 --- a/sys/ufs/lfs/lfs_bio.c +++ b/sys/ufs/lfs/lfs_bio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_bio.c 8.4 (Berkeley) 12/30/93 - * $Id: lfs_bio.c,v 1.4 1994/08/20 03:49:01 davidg Exp $ + * $Id: lfs_bio.c,v 1.5 1994/10/10 01:04:49 phk Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_cksum.c b/sys/ufs/lfs/lfs_cksum.c index b3f689c95dbdc..9a92cb3203390 100644 --- a/sys/ufs/lfs/lfs_cksum.c +++ b/sys/ufs/lfs/lfs_cksum.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_cksum.c 8.1 (Berkeley) 6/11/93 - * $Id: lfs_cksum.c,v 1.2 1994/08/02 07:54:32 davidg Exp $ + * $Id: lfs_cksum.c,v 1.3 1995/05/30 08:15:14 rgrimes Exp $ */ #include <sys/types.h> diff --git a/sys/ufs/lfs/lfs_debug.c b/sys/ufs/lfs/lfs_debug.c index 1edffbf150f35..58bb2a6060d2c 100644 --- a/sys/ufs/lfs/lfs_debug.c +++ b/sys/ufs/lfs/lfs_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_debug.c 8.1 (Berkeley) 6/11/93 - * $Id: lfs_debug.c,v 1.2 1994/08/02 07:54:33 davidg Exp $ + * $Id: lfs_debug.c,v 1.3 1995/05/30 08:15:16 rgrimes Exp $ */ #ifdef DEBUG diff --git a/sys/ufs/lfs/lfs_extern.h b/sys/ufs/lfs/lfs_extern.h index 9a1fb4ab0f047..969c1824e1880 100644 --- a/sys/ufs/lfs/lfs_extern.h +++ b/sys/ufs/lfs/lfs_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_extern.h 8.2 (Berkeley) 4/16/94 - * $Id: lfs_extern.h,v 1.4 1994/09/22 19:38:34 wollman Exp $ + * $Id: lfs_extern.h,v 1.5 1995/03/28 07:58:04 bde Exp $ */ #ifndef _UFS_LFS_LFS_EXTERN_H_ diff --git a/sys/ufs/lfs/lfs_inode.c b/sys/ufs/lfs/lfs_inode.c index 61437c51d5263..e42e4a23b8ae9 100644 --- a/sys/ufs/lfs/lfs_inode.c +++ b/sys/ufs/lfs/lfs_inode.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_inode.c 8.5 (Berkeley) 12/30/93 - * $Id: lfs_inode.c,v 1.8 1995/03/26 23:29:13 davidg Exp $ + * $Id: lfs_inode.c,v 1.9 1995/05/30 08:15:20 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_segment.c b/sys/ufs/lfs/lfs_segment.c index 48a73ce6cbe1b..5c9db125b9957 100644 --- a/sys/ufs/lfs/lfs_segment.c +++ b/sys/ufs/lfs/lfs_segment.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_segment.c 8.5 (Berkeley) 1/4/94 - * $Id: lfs_segment.c,v 1.10 1995/05/11 19:26:51 rgrimes Exp $ + * $Id: lfs_segment.c,v 1.11 1995/05/30 08:15:22 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_subr.c b/sys/ufs/lfs/lfs_subr.c index f911c3fc93a51..d2a640ffff48e 100644 --- a/sys/ufs/lfs/lfs_subr.c +++ b/sys/ufs/lfs/lfs_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_subr.c 8.2 (Berkeley) 9/21/93 - * $Id: lfs_subr.c,v 1.6 1995/01/09 16:05:23 davidg Exp $ + * $Id: lfs_subr.c,v 1.7 1995/05/30 08:15:24 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_syscalls.c b/sys/ufs/lfs/lfs_syscalls.c index 1ec0cdc712794..966b6d3885516 100644 --- a/sys/ufs/lfs/lfs_syscalls.c +++ b/sys/ufs/lfs/lfs_syscalls.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_syscalls.c 8.5 (Berkeley) 4/20/94 - * $Id: lfs_syscalls.c,v 1.9 1995/05/11 19:26:52 rgrimes Exp $ + * $Id: lfs_syscalls.c,v 1.10 1995/05/30 08:15:25 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_vfsops.c b/sys/ufs/lfs/lfs_vfsops.c index e571dcd628afe..da73b104c79bc 100644 --- a/sys/ufs/lfs/lfs_vfsops.c +++ b/sys/ufs/lfs/lfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_vfsops.c 8.7 (Berkeley) 4/16/94 - * $Id: lfs_vfsops.c,v 1.10 1995/03/16 18:16:48 bde Exp $ + * $Id: lfs_vfsops.c,v 1.11 1995/03/19 14:29:20 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/lfs/lfs_vnops.c b/sys/ufs/lfs/lfs_vnops.c index 3d269532133e7..f1fade7bfc0a8 100644 --- a/sys/ufs/lfs/lfs_vnops.c +++ b/sys/ufs/lfs/lfs_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_vnops.c 8.5 (Berkeley) 12/30/93 - * $Id: lfs_vnops.c,v 1.8 1995/04/09 06:03:42 davidg Exp $ + * $Id: lfs_vnops.c,v 1.9 1995/05/30 08:15:27 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/mfs/mfs_extern.h b/sys/ufs/mfs/mfs_extern.h index fa51177ac9fe0..8d516464cfd68 100644 --- a/sys/ufs/mfs/mfs_extern.h +++ b/sys/ufs/mfs/mfs_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_extern.h 8.1 (Berkeley) 6/11/93 - * $Id: mfs_extern.h,v 1.2 1994/08/02 07:54:42 davidg Exp $ + * $Id: mfs_extern.h,v 1.3 1994/08/21 07:16:10 paul Exp $ */ #ifndef _UFS_MFS_MFS_EXTERN_H_ diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index dee40871c0dfb..0da670c667080 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.4 (Berkeley) 4/16/94 - * $Id: mfs_vfsops.c,v 1.9 1995/05/29 03:27:37 phk Exp $ + * $Id: mfs_vfsops.c,v 1.9.4.1 1995/08/24 06:06:25 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/mfs/mfs_vnops.c b/sys/ufs/mfs/mfs_vnops.c index d0f6a644f1804..1d11ef56b9c7d 100644 --- a/sys/ufs/mfs/mfs_vnops.c +++ b/sys/ufs/mfs/mfs_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vnops.c 8.3 (Berkeley) 9/21/93 - * $Id: mfs_vnops.c,v 1.9 1995/03/19 14:29:22 davidg Exp $ + * $Id: mfs_vnops.c,v 1.10 1995/05/11 19:26:53 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/mfs/mfsiom.h b/sys/ufs/mfs/mfsiom.h index a420aa3210c4b..f91f2e41f668b 100644 --- a/sys/ufs/mfs/mfsiom.h +++ b/sys/ufs/mfs/mfsiom.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfsiom.h 8.1 (Berkeley) 6/11/93 - * $Id: mfsiom.h,v 1.2 1994/08/02 07:54:45 davidg Exp $ + * $Id: mfsiom.h,v 1.3 1994/08/21 07:16:11 paul Exp $ */ #ifndef _UFS_MFS_MFSIOM_H_ diff --git a/sys/ufs/mfs/mfsnode.h b/sys/ufs/mfs/mfsnode.h index 28d9254265cf5..f0d329cbb0e17 100644 --- a/sys/ufs/mfs/mfsnode.h +++ b/sys/ufs/mfs/mfsnode.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfsnode.h 8.2 (Berkeley) 8/11/93 - * $Id: mfsnode.h,v 1.2 1994/08/02 07:54:46 davidg Exp $ + * $Id: mfsnode.h,v 1.3 1994/08/21 07:16:12 paul Exp $ */ #ifndef _UFS_MFS_MFSNODE_H_ diff --git a/sys/ufs/ufs/dinode.h b/sys/ufs/ufs/dinode.h index b91843b7a79ed..b72d18721f8b3 100644 --- a/sys/ufs/ufs/dinode.h +++ b/sys/ufs/ufs/dinode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)dinode.h 8.3 (Berkeley) 1/21/94 - * $Id: dinode.h,v 1.2 1994/08/02 07:54:47 davidg Exp $ + * $Id: dinode.h,v 1.3 1994/08/21 07:16:13 paul Exp $ */ #ifndef _UFS_UFS_DINODE_H_ diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index f18eca8dc8aa6..bd6a7c02a07a9 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 1/21/94 - * $Id: dir.h,v 1.2 1994/08/02 07:54:48 davidg Exp $ + * $Id: dir.h,v 1.3 1994/08/21 07:16:14 paul Exp $ */ #ifndef _UFS_UFS_DIR_H_ diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index 00105ea3635df..ff63f7c28f47c 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.4 (Berkeley) 1/21/94 - * $Id: inode.h,v 1.5 1995/04/24 05:13:11 dyson Exp $ + * $Id: inode.h,v 1.6 1995/05/30 08:15:30 rgrimes Exp $ */ #ifndef _UFS_UFS_INODE_H_ diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index 35dafa934cf36..7ef0a91a77041 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)quota.h 8.1 (Berkeley) 6/11/93 - * $Id: quota.h,v 1.2 1994/08/02 07:54:51 davidg Exp $ + * $Id: quota.h,v 1.3 1994/08/21 07:16:16 paul Exp $ */ #ifndef _UFS_UFS_QUOTA_ diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index 900d2c24a7094..f7c570a4f0a7a 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ufs_bmap.c 8.6 (Berkeley) 1/21/94 - * $Id: ufs_bmap.c,v 1.7 1995/03/28 07:58:16 bde Exp $ + * $Id: ufs_bmap.c,v 1.8 1995/05/30 08:15:31 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_disksubr.c b/sys/ufs/ufs/ufs_disksubr.c index 83400a919c6f7..29afdf6b00ad0 100644 --- a/sys/ufs/ufs/ufs_disksubr.c +++ b/sys/ufs/ufs/ufs_disksubr.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * @(#)ufs_disksubr.c 8.5 (Berkeley) 1/21/94 - * $Id: ufs_disksubr.c,v 1.15 1995/05/30 08:15:33 rgrimes Exp $ + * $Id: ufs_disksubr.c,v 1.15.4.1 1995/09/18 06:15:15 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_extern.h b/sys/ufs/ufs/ufs_extern.h index 8ff0d949d505a..bdc878fd1541d 100644 --- a/sys/ufs/ufs/ufs_extern.h +++ b/sys/ufs/ufs/ufs_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ufs_extern.h 8.3 (Berkeley) 4/16/94 - * $Id: ufs_extern.h,v 1.6 1994/11/14 13:50:15 bde Exp $ + * $Id: ufs_extern.h,v 1.7 1995/03/28 07:58:17 bde Exp $ */ #ifndef _UFS_UFS_EXTERN_H_ diff --git a/sys/ufs/ufs/ufs_ihash.c b/sys/ufs/ufs/ufs_ihash.c index 18ac11c406223..dd61b6b3f7261 100644 --- a/sys/ufs/ufs/ufs_ihash.c +++ b/sys/ufs/ufs/ufs_ihash.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ufs_ihash.c 8.4 (Berkeley) 12/30/93 - * $Id: ufs_ihash.c,v 1.4 1994/10/08 06:57:23 phk Exp $ + * $Id: ufs_ihash.c,v 1.5 1995/04/24 05:13:13 dyson Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index c3e4c51e4f294..acbefaf4beb75 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ufs_inode.c 8.4 (Berkeley) 1/21/94 - * $Id: ufs_inode.c,v 1.5 1994/10/15 04:08:44 ache Exp $ + * $Id: ufs_inode.c,v 1.6 1995/01/04 23:48:04 gibbs Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_lookup.c b/sys/ufs/ufs/ufs_lookup.c index 25a10aa24d2e7..adf84ff4dccbf 100644 --- a/sys/ufs/ufs/ufs_lookup.c +++ b/sys/ufs/ufs/ufs_lookup.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ufs_lookup.c 8.6 (Berkeley) 4/1/94 - * $Id: ufs_lookup.c,v 1.3 1994/10/08 06:57:26 phk Exp $ + * $Id: ufs_lookup.c,v 1.3.8.1 1995/10/26 09:17:44 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 9b1f6218d3372..e6e54469d2190 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ufs_quota.c 8.2 (Berkeley) 12/30/93 - * $Id: ufs_quota.c,v 1.4 1994/10/08 06:57:27 phk Exp $ + * $Id: ufs_quota.c,v 1.5 1995/05/30 08:15:36 rgrimes Exp $ */ #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ufs/ufs/ufs_readwrite.c b/sys/ufs/ufs/ufs_readwrite.c index 5b273bedeb40e..51b189026b0da 100644 --- a/sys/ufs/ufs/ufs_readwrite.c +++ b/sys/ufs/ufs/ufs_readwrite.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ufs_readwrite.c 8.7 (Berkeley) 1/21/94 - * $Id: ufs_readwrite.c,v 1.8 1995/04/09 06:03:44 davidg Exp $ + * $Id: ufs_readwrite.c,v 1.9 1995/04/24 05:13:15 dyson Exp $ */ #ifdef LFS_READWRITE diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index 950f386e17228..267eb538da2cd 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ufs_vfsops.c 8.4 (Berkeley) 4/16/94 - * $Id: ufs_vfsops.c,v 1.3 1994/10/08 06:57:28 phk Exp $ + * $Id: ufs_vfsops.c,v 1.4 1995/03/10 22:06:39 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 48fd7460b19d6..cbe46804624aa 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)ufs_vnops.c 8.10 (Berkeley) 4/1/94 - * $Id: ufs_vnops.c,v 1.24.4.2 1995/10/09 07:42:46 davidg Exp $ + * $Id: ufs_vnops.c,v 1.24.4.3 1995/10/26 09:17:50 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index 02fdff2eb3faa..96d3b8a8a6c0f 100644 --- a/sys/ufs/ufs/ufsmount.h +++ b/sys/ufs/ufs/ufsmount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ufsmount.h 8.2 (Berkeley) 1/12/94 - * $Id: ufsmount.h,v 1.2 1994/08/02 07:55:04 davidg Exp $ + * $Id: ufsmount.h,v 1.3 1994/08/21 07:16:18 paul Exp $ */ #ifndef _UFS_UFS_UFSMOUNT_H_ diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 8ce0bc164fc50..2bb0144df480d 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)device_pager.c 8.1 (Berkeley) 6/11/93 - * $Id: device_pager.c,v 1.10 1995/05/18 02:59:18 davidg Exp $ + * $Id: device_pager.c,v 1.11 1995/05/30 08:15:46 rgrimes Exp $ */ /* diff --git a/sys/vm/device_pager.h b/sys/vm/device_pager.h index 6fa8bfe6ac510..950a67b63f643 100644 --- a/sys/vm/device_pager.h +++ b/sys/vm/device_pager.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)device_pager.h 8.3 (Berkeley) 12/13/93 - * $Id: device_pager.h,v 1.2 1994/08/02 07:55:07 davidg Exp $ + * $Id: device_pager.h,v 1.3 1995/01/09 16:05:30 davidg Exp $ */ #ifndef _DEVICE_PAGER_ diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c index 30be6763c1888..1234086694a2f 100644 --- a/sys/vm/kern_lock.c +++ b/sys/vm/kern_lock.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: kern_lock.c,v 1.5 1995/04/16 12:56:12 davidg Exp $ + * $Id: kern_lock.c,v 1.6 1995/05/30 08:15:49 rgrimes Exp $ */ /* diff --git a/sys/vm/lock.h b/sys/vm/lock.h index 6cd71edc29476..b5d2f08b12d15 100644 --- a/sys/vm/lock.h +++ b/sys/vm/lock.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: lock.h,v 1.2 1994/08/02 07:55:11 davidg Exp $ + * $Id: lock.h,v 1.3 1995/01/09 16:05:31 davidg Exp $ */ /* diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index b55519f2f20dc..8a25edb00819b 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: pmap.h,v 1.5 1994/11/14 08:19:07 bde Exp $ + * $Id: pmap.h,v 1.6 1995/01/09 16:05:32 davidg Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 8403fd88d0ffe..f0f25079ef098 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -39,7 +39,7 @@ * from: Utah $Hdr: swap_pager.c 1.4 91/04/30$ * * @(#)swap_pager.c 8.9 (Berkeley) 3/21/94 - * $Id: swap_pager.c,v 1.41.4.1 1995/07/20 05:52:57 davidg Exp $ + * $Id: swap_pager.c,v 1.41.4.2 1995/07/22 04:41:47 davidg Exp $ */ /* diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 5a1393f5e0e17..9b03b57474798 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90 - * $Id: swap_pager.h,v 1.5 1995/02/02 09:08:09 davidg Exp $ + * $Id: swap_pager.h,v 1.6 1995/05/10 18:56:04 davidg Exp $ */ /* diff --git a/sys/vm/vm.h b/sys/vm/vm.h index a24ba321a5692..4999882e61eb0 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm.h 8.2 (Berkeley) 12/13/93 - * $Id: vm.h,v 1.3 1994/08/02 07:55:16 davidg Exp $ + * $Id: vm.h,v 1.4 1995/01/09 16:05:37 davidg Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 997f41a0e21d0..80641b6eaa321 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $Id: vm_extern.h,v 1.14 1995/05/10 18:56:04 davidg Exp $ + * $Id: vm_extern.h,v 1.15 1995/05/14 03:00:09 davidg Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index c061c3eb6f125..6915886814cf0 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -66,7 +66,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_fault.c,v 1.24 1995/05/18 02:59:22 davidg Exp $ + * $Id: vm_fault.c,v 1.25 1995/05/30 08:15:59 rgrimes Exp $ */ /* diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index c49cd5c38f42f..c72c24aea8e09 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,7 +59,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.20.4.1 1995/09/17 01:51:19 davidg Exp $ + * $Id: vm_glue.c,v 1.20.4.2 1995/10/16 20:43:05 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_inherit.h b/sys/vm/vm_inherit.h index ee212e19bdc57..65a54beb41fcd 100644 --- a/sys/vm/vm_inherit.h +++ b/sys/vm/vm_inherit.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_inherit.h,v 1.2 1994/08/02 07:55:20 davidg Exp $ + * $Id: vm_inherit.h,v 1.3 1995/01/09 16:05:41 davidg Exp $ */ /* diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 64f3814d21840..ce1d4ea81fa34 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_init.c,v 1.5 1995/01/09 16:05:42 davidg Exp $ + * $Id: vm_init.c,v 1.6 1995/03/16 18:17:11 bde Exp $ */ /* diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 07b4c49e7f76f..a481bb6b94b96 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.c,v 1.12 1995/03/15 07:52:06 davidg Exp $ + * $Id: vm_kern.c,v 1.13 1995/05/30 08:16:04 rgrimes Exp $ */ /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 627c70d2a6f15..b93a44de11718 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.h,v 1.4 1994/08/18 22:36:03 wollman Exp $ + * $Id: vm_kern.h,v 1.5 1995/01/09 16:05:44 davidg Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index bed9d3540fb00..c998984c5cb32 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.22 1995/05/30 08:16:07 rgrimes Exp $ + * $Id: vm_map.c,v 1.22.4.1 1995/11/12 08:59:56 davidg Exp $ */ /* diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index f250144047d94..89b0ffb56a7af 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.h,v 1.4 1995/01/09 16:05:46 davidg Exp $ + * $Id: vm_map.h,v 1.5 1995/03/16 18:17:17 bde Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index bf65f8ca4ad8d..88bab58fa9bba 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_meter.c 8.4 (Berkeley) 1/4/94 - * $Id: vm_meter.c,v 1.5 1995/01/09 16:05:47 davidg Exp $ + * $Id: vm_meter.c,v 1.6 1995/01/10 07:32:47 davidg Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 106b62b6a529d..aac04cd858f7b 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$ * * @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94 - * $Id: vm_mmap.c,v 1.24 1995/05/30 08:16:09 rgrimes Exp $ + * $Id: vm_mmap.c,v 1.24.4.1 1995/07/20 10:34:15 davidg Exp $ */ /* diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index e51b6c07c7556..52d92a9cac9bf 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.48 1995/06/11 19:31:53 rgrimes Exp $ + * $Id: vm_object.c,v 1.48.2.1 1995/06/14 17:21:58 davidg Exp $ */ /* diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 18b4e9ac4bffa..efe92914ea66a 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.17 1995/04/09 06:03:51 davidg Exp $ + * $Id: vm_object.h,v 1.18 1995/05/02 05:57:11 davidg Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 30983e14bbb7a..b917e5b1330c6 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)vm_page.c 7.4 (Berkeley) 5/7/91 - * $Id: vm_page.c,v 1.31 1995/04/16 12:56:21 davidg Exp $ + * $Id: vm_page.c,v 1.32 1995/05/30 08:16:15 rgrimes Exp $ */ /* diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 4a4e54d87c9f9..81bb3547aa45a 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_page.h,v 1.17 1995/03/26 23:33:14 davidg Exp $ + * $Id: vm_page.h,v 1.18 1995/04/23 08:05:49 bde Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index c4c351fd38cfa..7de495e2323ac 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -65,7 +65,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pageout.c,v 1.50 1995/05/21 21:39:31 davidg Exp $ + * $Id: vm_pageout.c,v 1.51 1995/05/30 08:16:18 rgrimes Exp $ */ /* diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index d1da63c280ed9..fc22edbae1282 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pageout.h,v 1.11 1995/04/09 06:03:55 davidg Exp $ + * $Id: vm_pageout.h,v 1.12 1995/05/30 08:16:20 rgrimes Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index f7f1976d7b6bb..7d4cb7b13f19c 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pager.c,v 1.14 1995/04/25 06:22:47 davidg Exp $ + * $Id: vm_pager.c,v 1.15 1995/05/10 18:56:07 davidg Exp $ */ /* diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 1cab34a5045b0..aec798667489f 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $Id: vm_pager.h,v 1.6 1995/03/16 18:17:32 bde Exp $ + * $Id: vm_pager.h,v 1.7 1995/05/10 18:56:08 davidg Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 4b047f9e06caf..086a8bf2227b0 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_param.h,v 1.3 1994/08/02 07:55:37 davidg Exp $ + * $Id: vm_param.h,v 1.4 1995/01/09 16:05:57 davidg Exp $ */ /* diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index 36079a0c1ed9c..b50a90150ec45 100644 --- a/sys/vm/vm_prot.h +++ b/sys/vm/vm_prot.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_prot.h,v 1.3 1994/08/02 07:55:38 davidg Exp $ + * $Id: vm_prot.h,v 1.4 1995/01/09 16:05:57 davidg Exp $ */ /* diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 9b90074ddc8d8..d2fbf2dd06b2c 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_swap.c 8.5 (Berkeley) 2/17/94 - * $Id: vm_swap.c,v 1.20 1995/05/25 03:38:11 davidg Exp $ + * $Id: vm_swap.c,v 1.21 1995/05/30 08:16:21 rgrimes Exp $ */ #include <sys/param.h> diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 51f50616880d6..ae888fd26f444 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_unix.c 1.1 89/11/07$ * * @(#)vm_unix.c 8.1 (Berkeley) 6/11/93 - * $Id: vm_unix.c,v 1.4 1995/01/09 16:05:59 davidg Exp $ + * $Id: vm_unix.c,v 1.5 1995/02/20 17:36:36 davidg Exp $ */ /* diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 4abda8acc3e47..375830662faf0 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * from: @(#)vnode_pager.c 7.5 (Berkeley) 4/20/91 - * $Id: vnode_pager.c,v 1.40.4.1 1995/07/07 06:22:00 davidg Exp $ + * $Id: vnode_pager.c,v 1.40.4.2 1995/07/20 10:34:17 davidg Exp $ */ /* diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index 381af99feb695..6e40dcbc2494a 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93 - * $Id: vnode_pager.h,v 1.3 1994/08/02 07:55:43 davidg Exp $ + * $Id: vnode_pager.h,v 1.4 1995/01/09 16:06:02 davidg Exp $ */ #ifndef _VNODE_PAGER_ |