1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Update the graffiti.

This commit is contained in:
Peter Wemm 2003-11-08 04:39:22 +00:00
parent 398dbb11d8
commit fcfe57d640
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122296
13 changed files with 18 additions and 3 deletions

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@ -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

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1993 The Regents of the University of California.
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1993 The Regents of the University of California.
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 Andrew Moore, Talke Studio
* All rights reserved.
*

View File

@ -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_ */

View File

@ -1,4 +1,5 @@
/*
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1991 Regents of the University of California.
* All rights reserved.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm.
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*

View File

@ -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.
*

View File

@ -1,4 +1,5 @@
/*-
* Copyright (c) 2003 Peter Wemm
* Copyright (c) 1999 Marcel Moolenaar
* All rights reserved.
*

View File

@ -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.