DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦f48c4f072⟧ TextFile

    Length: 951 (0x3b7)
    Types: TextFile
    Notes: UNIX file
    Names: »errorlog.h«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/usr/include/sys/errorlog.h« 

TextFile

/* log.h */
/* 87.03.24 copied from rc39 to xyz */

#define LOGWRITE 1
#define LOGSTREAM 0
#define TRACESTREAM 1
#define TRACECALL	0x80000000
#define TRACEEXIT	0x40000000
#define TRACESIG	0x20000000
#define TRACEINT	0x10000000
#define TRACECALSIG	0x08000000
#define TRACEFILE	"/tmp/tracefile"

#define T_PRC	0x80
#define T_IO	0x40
#define T_FS	0x20
#define T_ENV	0x10
#define T_DU	0x08
#define T_IMC	0x04
#define T_SEM	0x02
#define T_TR	0x01
#define T_ALL	0x100

#define TSETPID		1
#define TCLEAR		2
#define TSETOWNPID	3
#define TSETPGRP	4
#define TSETOWNPGRP	6
#define TSETMASK	7
#define TSETINT		9
#define TSETSIG		11
#define TSETCALL	11
#define TSETALL		13
#define TSTOP		15

#define TEOF		-1

struct logbuf {
  int cnt;
  int logno;
  int p[4];
};

struct logstream {
  struct chain_sem ls_logsem;
  struct proc * ls_logproc;
  struct logbuf * ls_firstlog,
                * ls_lastlog,
                * ls_velog,
                * ls_toplog;
};