diff options
Diffstat (limited to 'usr.sbin/sup/lib')
-rw-r--r-- | usr.sbin/sup/lib/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/sup/lib/libc.h | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/log.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/netcryptvoid.c | 5 | ||||
-rw-r--r-- | usr.sbin/sup/lib/quit.c | 5 | ||||
-rw-r--r-- | usr.sbin/sup/lib/run.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/scan.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/scm.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/scmio.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/stree.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/sup.h | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/supmsg.c | 3 | ||||
-rw-r--r-- | usr.sbin/sup/lib/supmsg.h | 3 |
13 files changed, 41 insertions, 1 deletions
diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile index f6b7326f6484..90eeb474568f 100644 --- a/usr.sbin/sup/lib/Makefile +++ b/usr.sbin/sup/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/12/26 22:32:21 peter Exp $ +# $Id: Makefile,v 1.3 1996/01/04 16:10:36 peter Exp $ LIB= sup SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \ diff --git a/usr.sbin/sup/lib/libc.h b/usr.sbin/sup/lib/libc.h index 0e59542a4e68..03ec69d28d6c 100644 --- a/usr.sbin/sup/lib/libc.h +++ b/usr.sbin/sup/lib/libc.h @@ -26,6 +26,9 @@ ********************************************************************** * HISTORY * $Log: libc.h,v $ + * Revision 1.3 1995/12/26 22:32:22 peter + * get rid of non-applicable files... + * * Revision 1.2 1995/12/26 05:02:45 peter * Apply ports/net/sup/patches/patch-aa... * diff --git a/usr.sbin/sup/lib/log.c b/usr.sbin/sup/lib/log.c index 2974b4aab131..280ad91bb12b 100644 --- a/usr.sbin/sup/lib/log.c +++ b/usr.sbin/sup/lib/log.c @@ -27,6 +27,9 @@ ********************************************************************** * HISTORY * $Log: log.c,v $ + * Revision 1.2 1995/12/26 05:02:46 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/netcryptvoid.c b/usr.sbin/sup/lib/netcryptvoid.c index 9dd3c7872486..c56ac721e10c 100644 --- a/usr.sbin/sup/lib/netcryptvoid.c +++ b/usr.sbin/sup/lib/netcryptvoid.c @@ -25,6 +25,11 @@ /********************************************************************** * HISTORY * $Log: netcryptvoid.c,v $ + * Revision 1.1.1.1 1995/12/26 04:54:47 peter + * Import the unmodified version of the sup that we are using. + * The heritage of this version is not clear. It appears to be NetBSD + * derived from some time ago. + * * Revision 1.1.1.1 1993/08/21 00:46:33 jkh * Current sup with compression support. * diff --git a/usr.sbin/sup/lib/quit.c b/usr.sbin/sup/lib/quit.c index 23b4cb7a5e76..d403a636a6ea 100644 --- a/usr.sbin/sup/lib/quit.c +++ b/usr.sbin/sup/lib/quit.c @@ -36,6 +36,11 @@ ********************************************************************** * HISTORY * $Log: quit.c,v $ + * Revision 1.1.1.1 1995/12/26 04:54:47 peter + * Import the unmodified version of the sup that we are using. + * The heritage of this version is not clear. It appears to be NetBSD + * derived from some time ago. + * * Revision 1.1.1.1 1993/08/21 00:46:33 jkh * Current sup with compression support. * diff --git a/usr.sbin/sup/lib/run.c b/usr.sbin/sup/lib/run.c index 0e9a581beeb5..2e53c9424387 100644 --- a/usr.sbin/sup/lib/run.c +++ b/usr.sbin/sup/lib/run.c @@ -47,6 +47,9 @@ ********************************************************************** * HISTORY * $Log: run.c,v $ + * Revision 1.2 1995/12/26 05:02:47 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/scan.c b/usr.sbin/sup/lib/scan.c index edb42ea6c465..d4740539cebb 100644 --- a/usr.sbin/sup/lib/scan.c +++ b/usr.sbin/sup/lib/scan.c @@ -28,6 +28,9 @@ ********************************************************************** * HISTORY * $Log: scan.c,v $ + * Revision 1.3 1995/12/26 05:10:59 peter + * Apply ports/net/sup/patches/patch-ab + * * Revision 1.2 1995/12/26 05:02:48 peter * Apply ports/net/sup/patches/patch-aa... * diff --git a/usr.sbin/sup/lib/scm.c b/usr.sbin/sup/lib/scm.c index 9b793e2912e5..5918cc558e65 100644 --- a/usr.sbin/sup/lib/scm.c +++ b/usr.sbin/sup/lib/scm.c @@ -69,6 +69,9 @@ * since Tahoe version of <netinet/in.h> does not define them. * * $Log: scm.c,v $ + * Revision 1.2 1995/12/26 05:02:49 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/scmio.c b/usr.sbin/sup/lib/scmio.c index 713ceefabcb2..85f6efa834ce 100644 --- a/usr.sbin/sup/lib/scmio.c +++ b/usr.sbin/sup/lib/scmio.c @@ -109,6 +109,9 @@ ********************************************************************** * HISTORY * $Log: scmio.c,v $ + * Revision 1.2 1995/12/26 05:02:50 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/stree.c b/usr.sbin/sup/lib/stree.c index 5b094308ae5b..c64ea14a8788 100644 --- a/usr.sbin/sup/lib/stree.c +++ b/usr.sbin/sup/lib/stree.c @@ -28,6 +28,9 @@ ********************************************************************** * HISTORY * $Log: stree.c,v $ + * Revision 1.2 1995/12/26 05:02:51 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/sup.h b/usr.sbin/sup/lib/sup.h index 12f03c3da901..972d3226b28f 100644 --- a/usr.sbin/sup/lib/sup.h +++ b/usr.sbin/sup/lib/sup.h @@ -39,6 +39,9 @@ * across the network to save BandWidth * * $Log: sup.h,v $ + * Revision 1.2 1995/12/26 05:02:52 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/supmsg.c b/usr.sbin/sup/lib/supmsg.c index b12c945462f5..1877689ea79d 100644 --- a/usr.sbin/sup/lib/supmsg.c +++ b/usr.sbin/sup/lib/supmsg.c @@ -31,6 +31,9 @@ * across the network to save BandWidth * * $Log: supmsg.c,v $ + * Revision 1.2 1995/12/26 05:02:53 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD diff --git a/usr.sbin/sup/lib/supmsg.h b/usr.sbin/sup/lib/supmsg.h index e6185c486ba0..986c9755c2b7 100644 --- a/usr.sbin/sup/lib/supmsg.h +++ b/usr.sbin/sup/lib/supmsg.h @@ -33,6 +33,9 @@ * across the network to save BandWidth * * $Log: supmsg.h,v $ + * Revision 1.2 1995/12/26 05:02:54 peter + * Apply ports/net/sup/patches/patch-aa... + * * Revision 1.1.1.1 1995/12/26 04:54:47 peter * Import the unmodified version of the sup that we are using. * The heritage of this version is not clear. It appears to be NetBSD |