Commit Graph

2173 Commits

Author SHA1 Message Date
glass
2ba88bc252 cleanup, one time compile with -Wall, include systm.h
conversion to new asm.h, removal of ALTENTRY(), ENTRY() pairs replaced by
TWOENTRY().
moved idprom fetching stuff to sun3_startup
bug fixes to pmap
added to sun3_startup.c support for initializing the vm layout, and for
verifying the hardware vs the -Ds from config(8)
still doesn't link. but list is much shorter, and much stupider
1993-08-02 02:08:25 +00:00
glass
58e4b64f4d stupid cleanup; fixes to mon.h; rewrote asm.h based on old asm.h
and the i386 one from jolitz
cleaned up ending of virtaul addr space.
1993-08-02 02:04:30 +00:00
mycroft
4862b84c92 Add RCS identifiers (this time on the correct side of the branch), and
incorporate recent changes in netbsd-0-9 branch.
1993-08-01 19:22:24 +00:00
mycroft
a579b792ce Add RCS identifiers. 1993-08-01 18:59:54 +00:00
mycroft
8542364e07 Add RCS identifiers. 1993-08-01 18:49:50 +00:00
cgd
0928aae252 a couple of doc fixes from Havard Eidnes, and a couple more
that i noticed.
1993-08-01 18:49:39 +00:00
mycroft
e9d867ef50 Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mycroft
55b7fa6d0b Add RCS identifiers. 1993-08-01 07:54:52 +00:00
mycroft
b1bd4afedc Add RCS indentifiers. 1993-08-01 07:42:49 +00:00
mycroft
dfb9caab49 Add RCS indentifiers. 1993-08-01 07:32:48 +00:00
mycroft
c3e42d1c64 Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
mycroft
1b9ce7ae24 Add RCS identifiers. 1993-08-01 05:47:31 +00:00
mycroft
cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
mycroft
1fb80e5b34 Add RCS identifiers. 1993-08-01 05:26:30 +00:00
mycroft
2982be9a6f Add RCS identifiers. 1993-08-01 00:57:02 +00:00
mycroft
804be109a6 Feep. 1993-08-01 00:32:27 +00:00
mycroft
9d413dce44 New version to match new fts.c. 1993-08-01 00:23:18 +00:00
mycroft
3d297ded4f Fix bogus handling of short writes. 1993-08-01 00:06:15 +00:00
mycroft
5b11c06adf Add RCS indentifiers. 1993-07-31 15:27:53 +00:00
mycroft
690cae8181 Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
mycroft
07832ac9cf Add RCS identifiers. 1993-07-31 00:20:24 +00:00
mycroft
75ff3a90bd Add RCS identifiers. 1993-07-30 23:49:23 +00:00
mycroft
d0f8d5d2bb Add RCS identifiers. 1993-07-30 22:28:22 +00:00
mycroft
b465cf4697 Add RCS identifiers. 1993-07-30 22:11:51 +00:00
mycroft
3731815919 Add RCS identifiers. 1993-07-30 20:50:20 +00:00
glass
3f3c6b44f5 snapshot. working on vm bootstrapping problems, and resolution of undefined
symbols.
1993-07-30 17:05:57 +00:00
glass
42255b6429 whatever was necessary to make the rest of it work. 1993-07-30 17:02:44 +00:00
glass
a669406b6f add todo list for dev directory 1993-07-30 17:01:46 +00:00
glass
23ee68e447 bogus placeholder obio addr 1993-07-30 16:59:24 +00:00
glass
48ffb148d4 make idprom compile, and a bogus OBIO addr 1993-07-30 16:58:51 +00:00
glass
babf5ee73f added more files. marked idprom as a device-driver 1993-07-30 16:57:31 +00:00
glass
87f867eb9f Fri Jul 30 16:52:00 PDT 1993:
snapshot.  things compile but don't link.  pmap stuff compiles but
just starting work on interfacing it to the vm system.  current projects
appear to be both physical memory and virtual memory maps.
1993-07-30 16:54:39 +00:00
mycroft
080e65aef6 Add RCS identifiers. 1993-07-30 11:10:53 +00:00
mycroft
0e9c8e4524 Add RCS identifiers. 1993-07-30 08:34:38 +00:00
mycroft
f23f94cb77 Add even more RCS frobs. 1993-07-30 08:21:41 +00:00
mycroft
2e9407c8eb Remove patchkit lossage, and RCS frob, and make tolower() and toupper() a
little faster.
1993-07-30 08:07:44 +00:00
mycroft
adb8dc2533 Add RCS frob. 1993-07-30 07:59:55 +00:00
mycroft
e7ae1531d5 Latest versions from uunet. 1993-07-30 07:57:48 +00:00
mycroft
dbd4200b5d Latest version from uunet. 1993-07-30 07:35:47 +00:00
mycroft
01094e51c2 When generating a default OBJS, ignore .h files. 1993-07-30 03:40:07 +00:00
mycroft
6001d6e5c9 system.c 1993-07-30 03:29:07 +00:00
mycroft
889dce8d1b Add param.h to SRCS so it will get built before depending.
Remove bogus empty depend target.
1993-07-30 03:13:07 +00:00
mycroft
b6f2050461 Merge changes from netbsd-0-9 branch. 1993-07-30 01:31:48 +00:00
mycroft
bccc50a733 Merge changes from netbsd-0-9 branch. 1993-07-30 01:00:27 +00:00
mycroft
bdbbba0b73 Use execve() rather than execl(). This is faster and doesn't use malloc()
(and thus avoids an annoying problem which only seems to manifest itself
in KCL).
1993-07-29 22:09:42 +00:00
mycroft
8846a74782 Don't print the `making ...' message if an obj dir already exists.
Also, a minor cleanup.
1993-07-29 22:04:53 +00:00
jtc
3643c134f1 Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc.
from complaining about a trivial issue.
1993-07-29 21:42:19 +00:00
mycroft
d77ae6d412 Don't repeat the last character in a range. 1993-07-29 16:29:40 +00:00
mycroft
4ff2032a1d Clean up deleted files. 1993-07-29 12:40:19 +00:00
jtc
1829761419 back out LOGNAME until I have the situation confirmed. 1993-07-28 20:36:17 +00:00