Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some

minor cleanup.  Added $Id$ to files that did not have any version info, etc
This commit is contained in:
Rodney W. Grimes 1993-10-16 14:40:57 +00:00
parent 47cacd3854
commit 34a8ed1be1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=621
47 changed files with 95 additions and 198 deletions

View File

@ -12,6 +12,8 @@
* Søren Schmidt Email: sos@kmd-ac.dk
* Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
* DK9210 Aalborg SO Phone: +45 9814 8076
*
* $Id$
*/
#ifndef _CONSOLE_H_

View File

@ -1,5 +1,7 @@
/*
* IBM PC display definitions
*
* $Id$
*/
/* Color attributes for foreground text */

View File

@ -2,6 +2,8 @@
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
*
* $Id$
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */

View File

@ -1,6 +1,8 @@
/*
* Functions to provide access to special i386 instructions.
* XXX - bezillions more are defined in locore.s but are not declared anywhere.
*
* $Id$
*/
#include <sys/cdefs.h>

View File

@ -22,42 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
/*
* HISTORY
* $Log: db_machdep.h,v $
* Revision 2.8 92/02/19 15:07:56 elf
* Added db_thread_fp_used.
* [92/02/19 rpd]
*
* Revision 2.7 91/10/09 16:06:28 af
* Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
* Added access and task name macros.
* [91/08/29 tak]
*
* Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
* Added access and task name macros.
* [91/08/29 tak]
*
* Revision 2.6 91/05/14 16:05:58 mrt
* Correcting copyright
*
* Revision 2.5 91/02/05 17:11:17 mrt
* Changed to new Mach copyright
* [91/02/01 17:31:24 mrt]
*
* Revision 2.4 91/01/08 15:10:16 rpd
* Added dummy inst_load/inst_store macros.
* [90/12/11 rpd]
*
* Revision 2.3 90/10/25 14:44:49 rwd
* Added watchpoint support.
* [90/10/18 rpd]
*
* Revision 2.2 90/08/27 21:56:15 dbg
* Created.
* [90/07/25 dbg]
*
* $Id$
*/
#ifndef _I386_DB_MACHDEP_H_

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)float.h 7.1 (Berkeley) 5/8/90
* from: @(#)float.h 7.1 (Berkeley) 5/8/90
* $Id$
*/
#define FLT_RADIX 2 /* b */

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
* from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
* $Id$
*/
/*

View File

@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)npx.h 5.3 (Berkeley) 1/18/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00154
* -------------------- ----- ----------------------
*
* 20 Apr 93 Bruce Evans New npx-0.5 code
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)npx.h 5.3 (Berkeley) 1/18/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00154
* -------------------- ----- ----------------------
*
* 20 Apr 93 Bruce Evans New npx-0.5 code
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -1,5 +1,7 @@
/*
* IBM PC display definitions
*
* $Id$
*/
/* Color attributes for foreground text */

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)proc.h 7.1 (Berkeley) 5/15/91
* from: @(#)proc.h 7.1 (Berkeley) 5/15/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)psl.h 5.2 (Berkeley) 1/18/91
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)reg.h 5.5 (Berkeley) 1/18/91
* from: @(#)reg.h 5.5 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)segments.h 7.1 (Berkeley) 5/9/91
* from: @(#)segments.h 7.1 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)specialreg.h 7.1 (Berkeley) 5/9/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00154
* -------------------- ----- ----------------------
*
* 20 Apr 93 Bruce Evans New npx-0.5 code
*
* from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -1,5 +1,7 @@
/*
* Architecture specific syscalls (i386)
*
* $Id$
*/
#define I386_GET_LDT 0
#define I386_SET_LDT 1

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)trap.h 5.4 (Berkeley) 5/9/91
* from: @(#)trap.h 5.4 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)tss.h 5.4 (Berkeley) 1/18/91
* from: @(#)tss.h 5.4 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)limits.h 7.2 (Berkeley) 6/28/90
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
* $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)ansi.h 7.1 (Berkeley) 3/9/91
* from: @(#)ansi.h 7.1 (Berkeley) 3/9/91
* $Id$
*/
#ifndef _ANSI_H_

View File

@ -12,6 +12,8 @@
* Søren Schmidt Email: sos@kmd-ac.dk
* Tritonvej 36 UUCP: ...uunet!dkuug!kmd-ac!sos
* DK9210 Aalborg SO Phone: +45 9814 8076
*
* $Id$
*/
#ifndef _CONSOLE_H_

View File

@ -1,6 +1,8 @@
/*
* Functions to provide access to special i386 instructions.
* XXX - bezillions more are defined in locore.s but are not declared anywhere.
*
* $Id$
*/
#include <sys/cdefs.h>

View File

@ -22,42 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
/*
* HISTORY
* $Log: db_machdep.h,v $
* Revision 2.8 92/02/19 15:07:56 elf
* Added db_thread_fp_used.
* [92/02/19 rpd]
*
* Revision 2.7 91/10/09 16:06:28 af
* Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
* Added access and task name macros.
* [91/08/29 tak]
*
* Revision 2.6.3.1 91/10/05 13:10:32 jeffreyh
* Added access and task name macros.
* [91/08/29 tak]
*
* Revision 2.6 91/05/14 16:05:58 mrt
* Correcting copyright
*
* Revision 2.5 91/02/05 17:11:17 mrt
* Changed to new Mach copyright
* [91/02/01 17:31:24 mrt]
*
* Revision 2.4 91/01/08 15:10:16 rpd
* Added dummy inst_load/inst_store macros.
* [90/12/11 rpd]
*
* Revision 2.3 90/10/25 14:44:49 rwd
* Added watchpoint support.
* [90/10/18 rpd]
*
* Revision 2.2 90/08/27 21:56:15 dbg
* Created.
* [90/07/25 dbg]
*
* $Id$
*/
#ifndef _I386_DB_MACHDEP_H_

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)dkio.h 5.2 (Berkeley) 1/18/91
* from: @(#)dkio.h 5.2 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -22,21 +22,8 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
/*
* HISTORY
* $Log: eflags.h,v $
* Revision 2.4 91/05/14 16:06:35 mrt
* Correcting copyright
*
* Revision 2.3 91/02/05 17:11:26 mrt
* Changed to new Mach copyright
* [91/02/01 17:31:41 mrt]
*
* Revision 2.2 90/05/03 15:25:03 dbg
* Created.
* [90/02/08 dbg]
*
*
* $Id$
*/
#ifndef _I386_EFLAGS_H_

View File

@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)endian.h 7.8 (Berkeley) 4/3/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00093
* -------------------- ----- ----------------------
*
* 27 Feb 93 Charles Hannum Better byte-swapping macros for
* i386/i486.
* from: @(#)endian.h 7.8 (Berkeley) 4/3/91
* $Id$
*/
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)float.h 7.1 (Berkeley) 5/8/90
* from: @(#)float.h 7.1 (Berkeley) 5/8/90
* $Id$
*/
#define FLT_RADIX 2 /* b */

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
* from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
* $Id$
*/
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)limits.h 7.2 (Berkeley) 6/28/90
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
* $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */

View File

@ -0,0 +1,4 @@
/*
* Unused in 386BSD port
* $Id$
*/

View File

@ -33,15 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)npx.h 5.3 (Berkeley) 1/18/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00154
* -------------------- ----- ----------------------
*
* 20 Apr 93 Bruce Evans New npx-0.5 code
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -1,5 +1,7 @@
/*
* IBM PC display definitions
*
* $Id$
*/
/* Color attributes for foreground text */

View File

@ -2,6 +2,8 @@
* msdos common header file
* [obtained from mtools -wfj]
* how to decipher DOS disk structures in coexisting with DOS
*
* $Id$
*/
#define MSECTOR_SIZE 512 /* MSDOS sector size in bytes */

View File

@ -3,41 +3,10 @@
* Copyright (c) 1990 Carnegie-Mellon University
* All rights reserved. The CMU software License Agreement specifies
* the terms and conditions for use and redistribution.
*
* from: Mach, unknown, 386BSD patch kit
* $Id$
*/
/*
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00158
* -------------------- ----- ----------------------
*
* 27 May 93 Rodney W. Grimes Added #ifndef around inb so that the
* clash with cpufunc.h does not cause
* a compile warning.. this is a hack.
* All of this needs cleaned up at 0.1.5
*
* HISTORY
* $Log: pio.h,v $
* Revision 1.1 1992/05/27 00:48:30 balsup
* machkern/cor merge
*
* Revision 1.1 1991/10/10 20:11:39 balsup
* Initial revision
*
* Revision 2.2 91/04/02 11:52:29 mbj
* [90/08/14 mg32]
*
* Now we know how types are factor in.
* Cleaned up a bunch: eliminated ({ for output and flushed unused
* output variables.
* [90/08/14 rvb]
*
* This is how its done in gcc:
* Created.
* [90/03/26 rvb]
*
*/
#define inl(y) \
({ unsigned long _tmp__; \

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)proc.h 7.1 (Berkeley) 5/15/91
* from: @(#)proc.h 7.1 (Berkeley) 5/15/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)psl.h 5.2 (Berkeley) 1/18/91
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pte.h 5.5 (Berkeley) 5/9/91
* from: @(#)pte.h 5.5 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)reg.h 5.5 (Berkeley) 1/18/91
* from: @(#)reg.h 5.5 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)segments.h 7.1 (Berkeley) 5/9/91
* from: @(#)segments.h 7.1 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -30,15 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)specialreg.h 7.1 (Berkeley) 5/9/91
*
* PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
* -------------------- ----- ----------------------
* CURRENT PATCH LEVEL: 1 00154
* -------------------- ----- ----------------------
*
* 20 Apr 93 Bruce Evans New npx-0.5 code
*
* from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)stdarg.h 7.2 (Berkeley) 5/4/91
* from: @(#)stdarg.h 7.2 (Berkeley) 5/4/91
* $Id$
*/
typedef char *va_list;

View File

@ -1,5 +1,7 @@
/*
* Architecture specific syscalls (i386)
*
* $Id$
*/
#define I386_GET_LDT 0
#define I386_SET_LDT 1

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)trap.h 5.4 (Berkeley) 5/9/91
* from: @(#)trap.h 5.4 (Berkeley) 5/9/91
* $Id$
*/
/*

View File

@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)tss.h 5.4 (Berkeley) 1/18/91
* from: @(#)tss.h 5.4 (Berkeley) 1/18/91
* $Id$
*/
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)types.h 7.5 (Berkeley) 3/9/91
* from: @(#)types.h 7.5 (Berkeley) 3/9/91
* $Id$
*/
#ifndef _MACHTYPES_H_

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)limits.h 7.2 (Berkeley) 6/28/90
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
* $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)limits.h 7.2 (Berkeley) 6/28/90
* from: @(#)limits.h 7.2 (Berkeley) 6/28/90
* $Id$
*/
#define CHAR_BIT 8 /* number of bits in a char */