Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Copyright maintenance.
details: https://anonhg.NetBSD.org/src/rev/84d18ac34e95
branches: trunk
changeset: 574498:84d18ac34e95
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Mar 02 11:05:34 2005 +0000
description:
Copyright maintenance.
diffstat:
sys/kern/exec_elf32.c | 6 +++---
sys/kern/kern_clock.c | 8 +++++---
sys/kern/kern_fork.c | 8 +++++---
sys/kern/kern_sa.c | 6 +++---
sys/kern/kern_synch.c | 8 +++++---
sys/kern/kern_time.c | 6 +++---
sys/kern/vfs_subr.c | 8 +++++---
7 files changed, 29 insertions(+), 21 deletions(-)
diffs (182 lines):
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/exec_elf32.c
--- a/sys/kern/exec_elf32.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/exec_elf32.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: exec_elf32.c,v 1.101 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: exec_elf32.c,v 1.102 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1994, 2000, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.101 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.102 2005/03/02 11:05:34 mycroft Exp $");
/* If not included by exec_elf64.c, ELFSIZE won't be defined. */
#ifndef ELFSIZE
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/kern_clock.c
--- a/sys/kern/kern_clock.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/kern_clock.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,12 +1,14 @@
-/* $NetBSD: kern_clock.c,v 1.93 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: kern_clock.c,v 1.94 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 2000, 2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -74,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.93 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_clock.c,v 1.94 2005/03/02 11:05:34 mycroft Exp $");
#include "opt_ntp.h"
#include "opt_multiprocessor.h"
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/kern_fork.c
--- a/sys/kern/kern_fork.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/kern_fork.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,12 +1,14 @@
-/* $NetBSD: kern_fork.c,v 1.120 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: kern_fork.c,v 1.121 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999, 2001, 2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -74,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_fork.c,v 1.120 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_fork.c,v 1.121 2005/03/02 11:05:34 mycroft Exp $");
#include "opt_ktrace.h"
#include "opt_systrace.h"
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/kern_sa.c
--- a/sys/kern/kern_sa.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/kern_sa.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: kern_sa.c,v 1.59 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: kern_sa.c,v 1.60 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * Copyright (c) 2001, 2004, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sa.c,v 1.59 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sa.c,v 1.60 2005/03/02 11:05:34 mycroft Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/kern_synch.c
--- a/sys/kern/kern_synch.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/kern_synch.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,12 +1,14 @@
-/* $NetBSD: kern_synch.c,v 1.147 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: kern_synch.c,v 1.148 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999, 2000, 2004 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -74,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.147 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_synch.c,v 1.148 2005/03/02 11:05:34 mycroft Exp $");
#include "opt_ddb.h"
#include "opt_ktrace.h"
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/kern_time.c
--- a/sys/kern/kern_time.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/kern_time.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: kern_time.c,v 1.87 2005/02/26 21:34:55 perry Exp $ */
+/* $NetBSD: kern_time.c,v 1.88 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 2000, 2004, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_time.c,v 1.87 2005/02/26 21:34:55 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_time.c,v 1.88 2005/03/02 11:05:34 mycroft Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
diff -r a135dc5feb54 -r 84d18ac34e95 sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c Wed Mar 02 10:20:18 2005 +0000
+++ b/sys/kern/vfs_subr.c Wed Mar 02 11:05:34 2005 +0000
@@ -1,12 +1,14 @@
-/* $NetBSD: vfs_subr.c,v 1.242 2005/02/26 21:34:56 perry Exp $ */
+/* $NetBSD: vfs_subr.c,v 1.243 2005/03/02 11:05:34 mycroft Exp $ */
/*-
- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997, 1998, 2004, 2005 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
* NASA Ames Research Center.
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -78,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.242 2005/02/26 21:34:56 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.243 2005/03/02 11:05:34 mycroft Exp $");
#include "opt_inet.h"
#include "opt_ddb.h"
Home |
Main Index |
Thread Index |
Old Index