add LBL credit line
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 27 May 1992 05:37:39 +0000 (21:37 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 27 May 1992 05:37:39 +0000 (21:37 -0800)
SCCS-vsn: lib/libkvm/kvm.3 5.3
SCCS-vsn: lib/libkvm/kvm.c 5.28
SCCS-vsn: lib/libkvm/kvm_file.c 5.2
SCCS-vsn: lib/libkvm/kvm_geterr.3 5.3
SCCS-vsn: lib/libkvm/kvm_getfiles.3 5.3
SCCS-vsn: lib/libkvm/kvm_getprocs.3 5.3
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.25
SCCS-vsn: lib/libkvm/kvm_nlist.3 5.5
SCCS-vsn: lib/libkvm/kvm_open.3 5.3
SCCS-vsn: lib/libkvm/kvm_private.h 5.3
SCCS-vsn: lib/libkvm/kvm_proc.c 5.25

usr/src/lib/libkvm/kvm.3
usr/src/lib/libkvm/kvm.c
usr/src/lib/libkvm/kvm_file.c
usr/src/lib/libkvm/kvm_geterr.3
usr/src/lib/libkvm/kvm_getfiles.3
usr/src/lib/libkvm/kvm_getprocs.3
usr/src/lib/libkvm/kvm_hp300.c
usr/src/lib/libkvm/kvm_nlist.3
usr/src/lib/libkvm/kvm_open.3
usr/src/lib/libkvm/kvm_private.h
usr/src/lib/libkvm/kvm_proc.c

index dbe5907..8defd66 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm.3      5.2 (Berkeley) %G%
+.\"     @(#)kvm.3      5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM 3
 .\"
 .Dd 
 .Dt KVM 3
index 48a6581..fdf32f8 100644 (file)
@@ -2,11 +2,15 @@
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software developed by the Computer Systems
+ * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+ * BG 91-66 and contributed to Berkeley.
+ *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)kvm.c      5.27 (Berkeley) %G%";
+static char sccsid[] = "@(#)kvm.c      5.28 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 318a78e..091abd7 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)kvm_file.c 5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)kvm_file.c 5.2 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index be39c8a..e269854 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm_geterr.3       5.2 (Berkeley) %G%
+.\"     @(#)kvm_geterr.3       5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM_GETERR 3
 .\"
 .Dd 
 .Dt KVM_GETERR 3
index 466fd92..6756afb 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm_getfiles.3     5.2 (Berkeley) %G%
+.\"     @(#)kvm_getfiles.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM_GETFILES 3
 .\"
 .Dd 
 .Dt KVM_GETFILES 3
index 0d3ea30..7b218ae 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm_getprocs.3     5.2 (Berkeley) %G%
+.\"     @(#)kvm_getprocs.3     5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM_GETPROCS 3
 .\"
 .Dd 
 .Dt KVM_GETPROCS 3
index fe9998e..a0a2ca3 100644 (file)
@@ -2,11 +2,15 @@
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software developed by the Computer Systems
+ * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+ * BG 91-66 and contributed to Berkeley.
+ *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)kvm_hp300.c        5.24 (Berkeley) %G%";
+static char sccsid[] = "@(#)kvm_hp300.c        5.25 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index da6a98f..e8289c1 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm_nlist.3        5.4 (Berkeley) %G%
+.\"     @(#)kvm_nlist.3        5.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM_NLIST 3
 .\"
 .Dd 
 .Dt KVM_NLIST 3
index 971a8b7..babb26c 100644 (file)
@@ -1,9 +1,13 @@
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1992 The Regents of the University of California.
 .\" All rights reserved.
 .\"
+.\" This code is derived from software developed by the Computer Systems
+.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+.\" BG 91-66 and contributed to Berkeley.
+.\"
 .\" %sccs.include.redist.man%
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)kvm_open.3 5.2 (Berkeley) %G%
+.\"     @(#)kvm_open.3 5.3 (Berkeley) %G%
 .\"
 .Dd 
 .Dt KVM_OPEN 3
 .\"
 .Dd 
 .Dt KVM_OPEN 3
index 84f13ce..081ebb5 100644 (file)
@@ -2,9 +2,13 @@
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1992 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software developed by the Computer Systems
+ * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+ * BG 91-66 and contributed to Berkeley.
+ *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kvm_private.h       5.2 (Berkeley) %G%
+ *     @(#)kvm_private.h       5.3 (Berkeley) %G%
  */
 
 struct __kvm {
  */
 
 struct __kvm {
index 413cc3e..fb37bb9 100644 (file)
@@ -2,11 +2,15 @@
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
+ * This code is derived from software developed by the Computer Systems
+ * Engineering group at Lawrence Berkeley Laboratory under DARPA contract
+ * BG 91-66 and contributed to Berkeley.
+ *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)kvm_proc.c 5.24 (Berkeley) %G%";
+static char sccsid[] = "@(#)kvm_proc.c 5.25 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*