1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-01-11 23:52:54 +00:00

13 Commits

Author SHA1 Message Date
Olaf Seibert
c948e8efff <asm/io.h> moved to <sys/io.h>. 2015-07-18 02:18:05 +02:00
Olaf Seibert
b9fcfeab37 Make build script more useful
by making it guess the build type from the directory you're in.
Alternatively you can override it on the command line.
2015-07-18 02:16:26 +02:00
Olaf Seibert
52e89809fc Add handy building script. 2015-05-04 01:08:45 +02:00
Olaf Seibert
d59d61451c Rename FILE *logf and static void log(char *fmt, ...)
because gcc complains about them:

vdkfmt.c:133:7: warning: built-in function 'logf' declared as non-function
tapedd.c:246:7: warning: built-in function 'logf' declared as non-function
enaddr.c:174:13: warning: conflicting types for built-in function 'log'

even though it probably should not. <math.h> has not been included as
far as I can see.
2015-05-04 01:07:26 +02:00
Olaf Seibert
9800c5b768 Fix some undeclared functions
by adding the proper #includes.
gcc warned with "warning: incompatible implicit declaration of built-in
function 'foo'".
2015-05-04 00:47:36 +02:00
Olaf Seibert
aad94caa2f Fix undefined int swstatus
when building enaddr.
2015-05-04 00:38:33 +02:00
Olaf Seibert
425337375c Remove src/*.old files. 2015-04-27 23:37:11 +02:00
Olaf Seibert
79e1a9e898 Add a build note for strange error
"[DTE: Bad to-10 BP 442200,,733000][dte_10xfrbeg: 10cnt left:
4086][dte_10xfrbeg: out of data, no I bit]"
2015-04-27 23:34:34 +02:00
Olaf Seibert
0a03946833 Add tap/bridge support,
and some other small build support things for my environment.
2015-04-27 23:33:58 +02:00
Olaf Seibert
f5ed23867f Fix bad code generation
multiple modifications of the same variable between sequence
points leads to undefined behaviour.
2015-04-27 23:20:16 +02:00
Olaf Seibert
58b59dbaa1 Overlay panda-dist/klh10-2.0h
by the late MRC, Mark Crispin.
Source: probably the former http://panda.com/tops-20/ .
panda-dist.tar.gz dated Mar 30  2007.
klh10-2.0h
2015-04-27 23:07:21 +02:00
Olaf Seibert
00b977cfde Add klh10-2.0a-aux.tgz. klh10-2.0a 2015-04-27 22:59:12 +02:00
Olaf Seibert
742b43d025 Initial import of klh10-2.0a.tgz
dated Nov 19  2001.
Source: http://klh10.trailing-edge.com/
2015-04-27 22:54:12 +02:00