Added copyright notice

This commit is contained in:
ceriel 1987-03-09 21:20:21 +00:00
parent 815166e421
commit d6e4d5a18c
38 changed files with 152 additions and 0 deletions

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* Intended as a common directory for ALL temporary files */ /* Intended as a common directory for ALL temporary files */
#define TMP_DIR "/usr/tmp" #define TMP_DIR "/usr/tmp"

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* collection of options, selected by including or excluding 'defines' */ /* collection of options, selected by including or excluding 'defines' */
/* Version number of the EM object code */ /* Version number of the EM object code */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define ARMAG 0177545 #define ARMAG 0177545
#define AALMAG 0177454 #define AALMAG 0177454

View file

@ -1 +1,5 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define as_magic (sp_magic|(14<<8)) #define as_magic (sp_magic|(14<<8))

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#include <stdio.h> #include <stdio.h>
/* $Header$ */ /* $Header$ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
# #
/* $Header$ */ /* $Header$ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* offsets of interesting fields in EM-pattern */ /* offsets of interesting fields in EM-pattern */
#define PO_HASH 0 #define PO_HASH 0

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */ /* $Header$ */
/* offsets of interesting fields in EM-pattern */ /* offsets of interesting fields in EM-pattern */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define LINO_AD 0 #define LINO_AD 0
#define FILN_AD 4 #define FILN_AD 4

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* The various different hints as given after a mes ms_ego * The various different hints as given after a mes ms_ego
* *

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* flags */ /* flags */
#define EM_PAR 0017 /* parameter type */ #define EM_PAR 0017 /* parameter type */
#define EM_FLO 0060 /* flow information */ #define EM_FLO 0060 /* flow information */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* mnemonics for the message numbers in EM * mnemonics for the message numbers in EM
*/ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define ptyp(x) (1<<(x-sp_fspec)) #define ptyp(x) (1<<(x-sp_fspec))
#define cst_ptyp (ptyp(sp_cst2)|ptyp(sp_cst4)) #define cst_ptyp (ptyp(sp_cst2)|ptyp(sp_cst4))

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* mes ms_reg,offset,size,type,priority * mes ms_reg,offset,size,type,priority
* *

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* ocm_chan.h - channel definitions */ /* ocm_chan.h - channel definitions */
#include <stdio.h> #include <stdio.h>
#include "ocm_parco.h" #include "ocm_parco.h"

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* parco.h - Define names for simulation routines /* parco.h - Define names for simulation routines
* *
* This file is to be included by users of the higher-level routines * This file is to be included by users of the higher-level routines

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* process.h - Define administration types and functions /* process.h - Define administration types and functions
* *
* This file is to be included by implementors of the higher * This file is to be included by implementors of the higher

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */ /* $Header$ */
/* /*
* output format for ACK assemblers * output format for ACK assemblers

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define EARGC 64 #define EARGC 64
#define EEXP 65 #define EEXP 65
#define ELOG 66 #define ELOG 66

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define WRBIT 0100000 #define WRBIT 0100000
#define TXTBIT 040000 #define TXTBIT 040000
#define EOFBIT 020000 #define EOFBIT 020000

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/*fundamental */ /*fundamental */
#define sz_byte 1 #define sz_byte 1

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */ /* $Header$ */
#ifndef SYMDEF #ifndef SYMDEF

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */ /* $Header$ */
/* A S S E R T I O N M A C R O D E F I N I T I O N */ /* A S S E R T I O N M A C R O D E F I N I T I O N */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* File : ctypes.h /* File : ctypes.h
Author : Richard A. O'Keefe. Author : Richard A. O'Keefe.
Updated: 26 April 1984 Updated: 26 April 1984

View file

@ -1 +1,5 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
typedef char jmp_buf[256]; typedef char jmp_buf[256];

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define BUFSIZ 1024 #define BUFSIZ 1024
#define _NFILES 20 #define _NFILES 20
#define NULL 0 #define NULL 0

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifdef BSD4_2 #ifdef BSD4_2
#define MAXNAMLEN 255 #define MAXNAMLEN 255
#else #else

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
struct stat { struct stat {
dev_t st_dev; dev_t st_dev;
ino_t st_ino; ino_t st_ino;

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* Basic system types and major/minor device constructing/busting macros. * Basic system types and major/minor device constructing/busting macros.
*/ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* Error codes * Error codes
*/ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define NSIG 17 #define NSIG 17
#define SIGHUP 1 /* hangup */ #define SIGHUP 1 /* hangup */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
struct timeb { struct timeb {
time_t time; time_t time;
u_short millitm; u_short millitm;

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* /*
* Basic system types and major/minor device constructing/busting macros. * Basic system types and major/minor device constructing/busting macros.
*/ */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* PROGRAM'S INTERFACE TO MEMORY ALLOCATION ROUTINES */ /* PROGRAM'S INTERFACE TO MEMORY ALLOCATION ROUTINES */
/* This file serves as the interface between the program and the /* This file serves as the interface between the program and the

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifdef DEBUG #ifdef DEBUG
#define PRIVATE #define PRIVATE
#else #else

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header$ */ /* $Header$ */
/* A S S E R T I O N M A C R O D E F I N I T I O N */ /* A S S E R T I O N M A C R O D E F I N I T I O N */

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* private inclusion file */ /* private inclusion file */
#include <em_arith.h> #include <em_arith.h>

View file

@ -1,3 +1,7 @@
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* private inclusion file */ /* private inclusion file */
#include <em_arith.h> #include <em_arith.h>