4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jun 1993 13:47:35 +0000 (05:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 11 Jun 1993 13:47:35 +0000 (05:47 -0800)
SCCS-vsn: sys/net/bpfdesc.h 8.1
SCCS-vsn: sys/net/if.c 8.1
SCCS-vsn: sys/net/if.h 8.1
SCCS-vsn: sys/net/if_arp.h 8.1
SCCS-vsn: sys/net/if_dl.h 8.1
SCCS-vsn: sys/net/if_ethersubr.c 8.1
SCCS-vsn: sys/net/if_llc.h 8.1
SCCS-vsn: sys/net/if_loop.c 8.1
SCCS-vsn: sys/net/if_sl.c 8.1
SCCS-vsn: sys/net/if_slvar.h 8.1
SCCS-vsn: sys/net/if_types.h 8.1
SCCS-vsn: sys/net/netisr.h 8.1
SCCS-vsn: sys/net/radix.c 8.1
SCCS-vsn: sys/net/radix.h 8.1
SCCS-vsn: sys/net/raw_cb.c 8.1
SCCS-vsn: sys/net/raw_cb.h 8.1
SCCS-vsn: sys/net/raw_usrreq.c 8.1
SCCS-vsn: sys/net/route.c 8.1
SCCS-vsn: sys/net/route.h 8.1
SCCS-vsn: sys/net/rtsock.c 8.1
SCCS-vsn: sys/net/slcompress.c 8.1
SCCS-vsn: sys/net/slcompress.h 8.1
SCCS-vsn: sys/pmax/dist/buildmini 7.3
SCCS-vsn: sys/net/bpf_filter.c 8.1
SCCS-vsn: sys/pmax/dist/README 8.1
SCCS-vsn: sys/pmax/dist/README_TOO 8.1
SCCS-vsn: sys/pmax/dist/get 8.1
SCCS-vsn: sys/pmax/dist/maketape 8.1

28 files changed:
usr/src/sys/net/bpf_filter.c
usr/src/sys/net/bpfdesc.h
usr/src/sys/net/if.c
usr/src/sys/net/if.h
usr/src/sys/net/if_arp.h
usr/src/sys/net/if_dl.h
usr/src/sys/net/if_ethersubr.c
usr/src/sys/net/if_llc.h
usr/src/sys/net/if_loop.c
usr/src/sys/net/if_sl.c
usr/src/sys/net/if_slvar.h
usr/src/sys/net/if_types.h
usr/src/sys/net/netisr.h
usr/src/sys/net/radix.c
usr/src/sys/net/radix.h
usr/src/sys/net/raw_cb.c
usr/src/sys/net/raw_cb.h
usr/src/sys/net/raw_usrreq.c
usr/src/sys/net/route.c
usr/src/sys/net/route.h
usr/src/sys/net/rtsock.c
usr/src/sys/net/slcompress.c
usr/src/sys/net/slcompress.h
usr/src/sys/pmax/dist/README
usr/src/sys/pmax/dist/README_TOO
usr/src/sys/pmax/dist/buildmini
usr/src/sys/pmax/dist/get
usr/src/sys/pmax/dist/maketape

index 341dd57..aefa7ff 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1990, 1991 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)bpf_filter.c       7.6 (Berkeley) %G%
+ *      @(#)bpf_filter.c       8.1 (Berkeley) %G%
  *
  * static char rcsid[] =
  * "$Header: bpf_filter.c,v 1.16 91/10/27 21:22:35 mccanne Exp $";
  *
  * static char rcsid[] =
  * "$Header: bpf_filter.c,v 1.16 91/10/27 21:22:35 mccanne Exp $";
index 65d6c91..d20a23a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1990, 1991 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
  *
  * This code is derived from the Stanford/CMU enet packet filter,
  * (net/enet.c) distributed as part of 4.3BSD, and code contributed
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)bpfdesc.h  7.6 (Berkeley) %G%
+ *      @(#)bpfdesc.h  8.1 (Berkeley) %G%
  *
  * @(#) $Header: bpfdesc.h,v 1.9 91/10/27 21:22:38 mccanne Exp $ (LBL)
  */
  *
  * @(#) $Header: bpfdesc.h,v 1.9 91/10/27 21:22:38 mccanne Exp $ (LBL)
  */
index cd88b0b..859b45e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if.c        7.27 (Berkeley) %G%
+ *     @(#)if.c        8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 46501c5..d85d7ef 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1982, 1986, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1986, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if.h        7.22 (Berkeley) %G%
+ *     @(#)if.h        8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0ce5a40..c494c20 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_arp.h    7.6 (Berkeley) %G%
+ *     @(#)if_arp.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 28ff235..6a237f7 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1990 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_dl.h     7.2 (Berkeley) %G%
+ *     @(#)if_dl.h     8.1 (Berkeley) %G%
  */
 
 /* 
  */
 
 /* 
index e4388b6..4a7fabf 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1982, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_ethersubr.c      7.26 (Berkeley) %G%
+ *     @(#)if_ethersubr.c      8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index f43f8f6..40760ce 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1988, 1993 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *      @(#)if_llc.h   7.3 (Berkeley) %G%
+ *      @(#)if_llc.h   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 9643fdd..554059d 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_loop.c   7.22 (Berkeley) %G%
+ *     @(#)if_loop.c   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 90730e6..c6b03c5 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1987, 1989, 1992 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1989, 1992, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_sl.c     7.32 (Berkeley) %G%
+ *     @(#)if_sl.c     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 031fa79..8f65a08 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_slvar.h  7.10 (Berkeley) %G%
+ *     @(#)if_slvar.h  8.1 (Berkeley) %G%
  *
  * $Header: if_slvar.h,v 1.3 89/05/31 02:25:18 van Exp $
  */
  *
  * $Header: if_slvar.h,v 1.3 89/05/31 02:25:18 van Exp $
  */
index cb0cc03..4637211 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if_types.h  7.5 (Berkeley) %G%
+ *     @(#)if_types.h  8.1 (Berkeley) %G%
  */
 
 
  */
 
 
index 251b8e6..bb1511c 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)netisr.h    7.9 (Berkeley) %G%
+ *     @(#)netisr.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 74f8b3a..e11b38d 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1988, 1989  Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)radix.c     7.20 (Berkeley) %G%
+ *     @(#)radix.c     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 799f4a8..31b4be6 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1988, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)radix.h     7.9 (Berkeley) %G%
+ *     @(#)radix.h     8.1 (Berkeley) %G%
  */
 
 #ifndef _RADIX_H_
  */
 
 #ifndef _RADIX_H_
index 2b1517f..61dbd5b 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)raw_cb.c    7.14 (Berkeley) %G%
+ *     @(#)raw_cb.c    8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 8a34bfc..b750ac0 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)raw_cb.h    7.7 (Berkeley) %G%
+ *     @(#)raw_cb.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index bb88306..aa2b157 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)raw_usrreq.c        7.13 (Berkeley) %G%
+ *     @(#)raw_usrreq.c        8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 8da3dbf..d36be40 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)route.c     7.34 (Berkeley) %G%
+ *     @(#)route.c     8.1 (Berkeley) %G%
  */
 #include <sys/param.h>
 #include <sys/systm.h>
  */
 #include <sys/param.h>
 #include <sys/systm.h>
index 73c1daf..b3afcf7 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980, 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)route.h     7.19 (Berkeley) %G%
+ *     @(#)route.h     8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 67d58f2..1ea335d 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1988, 1991 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)rtsock.c    7.38 (Berkeley) %G%
+ *     @(#)rtsock.c    8.1 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 1c8816a..02eca86 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)slcompress.c        7.9 (Berkeley) %G%
+ *     @(#)slcompress.c        8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index d5869f2..fb4c076 100644 (file)
@@ -1,11 +1,11 @@
-/*     slcompress.h    7.5     93/06/04        */
+/*     slcompress.h    8.1     93/06/10        */
 /*
  * Definitions for tcp compression routines.
  *
  * $Header: slcompress.h,v 1.10 89/12/31 08:53:02 van Exp $
  *
 /*
  * Definitions for tcp compression routines.
  *
  * $Header: slcompress.h,v 1.10 89/12/31 08:53:02 van Exp $
  *
- * Copyright (c) 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
index 537c004..3a6ddfd 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)README      7.1 (Berkeley) %G%
+#      @(#)README      8.1 (Berkeley) %G%
 
 The scripts needed to build a boot tape for 4.2 and beyond
 live here.  Before trying anything look at the scripts 
 
 The scripts needed to build a boot tape for 4.2 and beyond
 live here.  Before trying anything look at the scripts 
index 0244bac..2786df3 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)README_TOO  7.1 (Berkeley) %G%
+#      @(#)README_TOO  8.1 (Berkeley) %G%
 
 Sun Mar 29 22:19:51 PST 1992
 
 
 Sun Mar 29 22:19:51 PST 1992
 
index 183d309..fe7bca9 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1992 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1992, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)buildmini   7.2 (Berkeley) %G%
+#      @(#)buildmini   7.3 (Berkeley) %G%
 #
 
 dist=/sys/pmax/dist
 #
 
 dist=/sys/pmax/dist
index ac314e4..cd63cd5 100644 (file)
@@ -5,7 +5,7 @@
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)get 7.2 (Berkeley) %G%
+#      @(#)get 8.1 (Berkeley) %G%
 #
 
 # Shell script to build a mini-root file system in preparation for building
 #
 
 # Shell script to build a mini-root file system in preparation for building
index be686df..e1375a6 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1992 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1992, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)maketape    7.1 (Berkeley) %G%
+#      @(#)maketape    8.1 (Berkeley) %G%
 #
 
 # maketape [ 6250 | 1600 [ tapename [ remotetapemachine ] ] ]
 #
 
 # maketape [ 6250 | 1600 [ tapename [ remotetapemachine ] ] ]