diff options
Diffstat (limited to 'sys/miscfs/procfs')
| -rw-r--r-- | sys/miscfs/procfs/README | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs.h | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_ctl.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_fpregs.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_note.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_regs.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_status.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_subr.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_vfsops.c | 2 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_vnops.c | 2 | 
11 files changed, 11 insertions, 11 deletions
| diff --git a/sys/miscfs/procfs/README b/sys/miscfs/procfs/README index 38811b3f6e3a..6234870f02ce 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 $ +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 7a1bbb81214b..6643ce1ceee5 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.1.1.1 1994/05/24 10:05:07 rgrimes Exp $ + *	procfs.h,v 1.2 1994/08/02 07:45:08 davidg Exp   */  /* diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 44ee3fd4bb1d..04cccddc53af 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.1.1.1 1994/05/24 10:05:10 rgrimes Exp $ + *	procfs_ctl.c,v 1.2 1994/08/02 07:45:10 davidg Exp   */  #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_fpregs.c b/sys/miscfs/procfs/procfs_fpregs.c index 331a671279e2..8f562204867a 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 $ + *	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 3b94a9907534..35cb49f667d7 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.4 1994/10/18 04:26:53 davidg Exp $ + *	procfs_mem.c,v 1.5 1994/10/18 04:40:41 davidg Exp   */  /* diff --git a/sys/miscfs/procfs/procfs_note.c b/sys/miscfs/procfs/procfs_note.c index a7699f29e123..48d3ff8bf9c3 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 $ + *	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 8b0600a480d0..e15eba8379d3 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 $ + *	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 c74cde9c8f65..24f4ca1eb070 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.2 1994/08/02 07:45:20 davidg Exp $ + *	procfs_status.c,v 1.3 1994/10/10 07:55:38 phk Exp   */  #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_subr.c b/sys/miscfs/procfs/procfs_subr.c index 4d255adc52d0..3c23170d7b3b 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.2 1994/08/02 07:45:21 davidg Exp $ + *	procfs_subr.c,v 1.3 1994/10/06 21:06:44 davidg Exp   */  #include <sys/param.h> diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index b9250ac088e6..2ff92d4a891e 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.5 1994/09/21 03:47:06 wollman Exp $ + *	procfs_vfsops.c,v 1.6 1994/10/10 07:55:39 phk Exp   */  /* diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index 6edfe8f21496..a67d90710d9f 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.6 1994/09/24 17:01:05 davidg Exp $ + *	procfs_vnops.c,v 1.7 1994/10/10 07:55:40 phk Exp   */  /* | 
