From fcfe57d64080fe861c8dc9d41bc675338ff4ad9a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 8 Nov 2003 04:39:22 +0000 Subject: [PATCH] Update the graffiti. --- sys/amd64/amd64/cpu_switch.S | 1 + sys/amd64/amd64/pmap.c | 2 ++ sys/amd64/amd64/support.S | 1 + sys/amd64/amd64/sys_machdep.c | 1 + sys/amd64/include/cpufunc.h | 1 + sys/amd64/include/frame.h | 1 + sys/amd64/include/ieeefp.h | 1 + sys/amd64/include/pcb.h | 7 ++++--- sys/amd64/include/pmap.h | 1 + sys/amd64/include/reg.h | 1 + sys/amd64/include/signal.h | 1 + sys/amd64/include/ucontext.h | 1 + sys/amd64/include/vmparam.h | 2 ++ 13 files changed, 18 insertions(+), 3 deletions(-) diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S index 93c8fcf202b..56f0c84803d 100644 --- a/sys/amd64/amd64/cpu_switch.S +++ b/sys/amd64/amd64/cpu_switch.S @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index f9a73f35059..4e4c124d231 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -5,6 +5,8 @@ * All rights reserved. * Copyright (c) 1994 David Greenman * All rights reserved. + * Copyright (c) 2003 Peter Wemm + * All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 0d983f7947f..94d7bbada7f 100644 --- a/sys/amd64/amd64/support.S +++ b/sys/amd64/amd64/support.S @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index e5593e0983e..8fed5a36254 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 5d4c0dce25f..f0607855a1f 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index e6cbe852fc5..b329a8dafa7 100644 --- a/sys/amd64/include/frame.h +++ b/sys/amd64/include/frame.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h index c28c7cdf99e..214f3b56167 100644 --- a/sys/amd64/include/ieeefp.h +++ b/sys/amd64/include/ieeefp.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 Andrew Moore, Talke Studio * All rights reserved. * diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 9e638e437b1..1d909cdf33e 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * @@ -37,8 +38,8 @@ * $FreeBSD$ */ -#ifndef _I386_PCB_H_ -#define _I386_PCB_H_ +#ifndef _AMD64_PCB_H_ +#define _AMD64_PCB_H_ /* * AMD64 process control block @@ -76,4 +77,4 @@ struct pcb { void savectx(struct pcb *); #endif -#endif /* _I386_PCB_H_ */ +#endif /* _AMD64_PCB_H_ */ diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index cc4608bba4c..77a25a4b250 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -1,4 +1,5 @@ /* + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h index a5a8cf64691..73b52d7b1aa 100644 --- a/sys/amd64/include/reg.h +++ b/sys/amd64/include/reg.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h index a98d8fb4048..e7ea46a42c5 100644 --- a/sys/amd64/include/signal.h +++ b/sys/amd64/include/signal.h @@ -1,4 +1,5 @@ /* + * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1986, 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/amd64/include/ucontext.h b/sys/amd64/include/ucontext.h index 43bd6fb0558..5c138033632 100644 --- a/sys/amd64/include/ucontext.h +++ b/sys/amd64/include/ucontext.h @@ -1,4 +1,5 @@ /*- + * Copyright (c) 2003 Peter Wemm * Copyright (c) 1999 Marcel Moolenaar * All rights reserved. * diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index d72b5990c08..d90dd78bbbf 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -3,6 +3,8 @@ * All rights reserved. * Copyright (c) 1994 John S. Dyson * All rights reserved. + * Copyright (c) 2003 Peter Wemm + * All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz.