mycroft
|
e57b84a1a2
|
Slight restructuring to avoid relying on the tty structure associated with
an ITE until we're sure it's allocated.
|
1993-08-08 03:35:26 +00:00 |
mycroft
|
9033342b47
|
Trampoline code is now stored in a different place.
|
1993-08-08 00:11:06 +00:00 |
mycroft
|
d3268a7616
|
Modified to use disklabels. Needs more work, but this at least boots.
|
1993-08-07 20:48:38 +00:00 |
mycroft
|
79704012eb
|
This seems to fix the calculation of the file name and arg string pointers
in icode.
|
1993-08-07 20:47:35 +00:00 |
mycroft
|
1ce54d77ca
|
Add PANICWAIT.
|
1993-08-07 18:52:43 +00:00 |
mycroft
|
02883d892a
|
bufpages multiplier is CLBYTES, not NBPG.
|
1993-08-07 16:24:41 +00:00 |
mycroft
|
450aa63575
|
Add RCS identifier.
|
1993-08-07 16:23:47 +00:00 |
mycroft
|
e67a273bb2
|
Add config file for my test machine.
|
1993-08-07 16:23:26 +00:00 |
cgd
|
d8b362e8f2
|
this lets it get through autoconfig
|
1993-08-07 08:54:02 +00:00 |
cgd
|
d0aa5a0b99
|
squish KGDB options
|
1993-08-07 07:29:45 +00:00 |
cgd
|
e1443b1923
|
add definition of mountroot()
|
1993-08-07 05:14:00 +00:00 |
cgd
|
18a419e9bb
|
some more ring buffer -> clist changes
|
1993-08-07 04:42:15 +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
|
690cae8181
|
Add RCS indentifiers.
|
1993-07-31 15:17:49 +00:00 |
mycroft
|
3be4221095
|
Change tty code to use clist interface, but with ring buffer implementation.
Also, fix a couple of bugs in tty.c and pccons.c, and some gross kluginess
in the hp300 stuff.
|
1993-07-12 11:36:53 +00:00 |
deraadt
|
7afa674eb4
|
the "struct tty *cn_tty" field in cons.c wasn't being used by anything
|
1993-07-07 11:12:26 +00:00 |
cgd
|
837c11c730
|
deal with make/shell strangenesses, and fix newvers problem
|
1993-07-07 07:49:09 +00:00 |
cgd
|
608b09065c
|
function definition changes...
|
1993-07-07 07:20:03 +00:00 |
cgd
|
2aeaba37fd
|
cpu_exit() returns void
|
1993-07-07 07:09:32 +00:00 |
cgd
|
f8827cb076
|
get rid of extraneous inclusion of seg.h
|
1993-07-07 07:08:47 +00:00 |
cgd
|
bd0c8f83d5
|
changes for ring buffers vs. clists.
|
1993-07-07 07:07:20 +00:00 |
cgd
|
3e210908e7
|
sd and st are "device-driver" under new scheme
|
1993-07-07 06:36:30 +00:00 |
cgd
|
640761aa1c
|
everybody needs a vnode pager...
|
1993-07-07 06:35:37 +00:00 |
cgd
|
db63cd6b23
|
get rid of extra strcmp definition
|
1993-07-07 06:26:59 +00:00 |
cgd
|
119ad60ccf
|
add MID_MACHINE #defined to be MID_HP300
|
1993-07-04 02:27:30 +00:00 |
cgd
|
3117628f3c
|
strcmp's args are supposed to be "const"...
|
1993-07-04 02:27:14 +00:00 |
cgd
|
f98105c8ce
|
use ringb rather than clist
|
1993-07-04 02:26:54 +00:00 |
mycroft
|
941652ff62
|
This has got to be a bug.
|
1993-07-01 18:04:16 +00:00 |
cgd
|
f1b8c74730
|
make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc()
don't conflict w/ansi prototypes...
|
1993-06-06 23:04:42 +00:00 |
cgd
|
20ed989018
|
fix stupid missing ||
|
1993-06-04 01:12:04 +00:00 |
cgd
|
53f34e4d5b
|
add support for a macro to be called from execve to check a_mid type
|
1993-06-03 01:28:36 +00:00 |
cgd
|
eff5542792
|
machine-dependent exec stuff
|
1993-06-02 02:46:58 +00:00 |
cgd
|
5e4f134585
|
fix for t_raw, rather than t_rawq for the tsleeps...
|
1993-05-29 19:41:40 +00:00 |
cgd
|
e27fa2003d
|
fix for dynamic tty allocation; was being used in a #define...
|
1993-05-29 19:41:03 +00:00 |
cgd
|
d37811a76c
|
update for "arch"
|
1993-05-29 19:25:17 +00:00 |
cgd
|
e8d8fcff7a
|
make it work with new config. still needs some cleanup
|
1993-05-29 19:21:06 +00:00 |
cgd
|
1628a9913a
|
change kernel names where necessary, also, other minor hacks
|
1993-05-29 19:15:31 +00:00 |
deraadt
|
a17c1c267a
|
-DKERNEL in same place as i386
|
1993-05-27 11:37:20 +00:00 |
deraadt
|
4659879b5f
|
compile directory has moved, relative paths change
-DKERNEL in Makefile, not in genassym.c, same as i386
|
1993-05-27 11:36:25 +00:00 |
deraadt
|
2032b7529e
|
Changes to hp300 code to support two things:
1. dynamic tty allocation
2. use ring buffers instead of clists
Of course, I can't test it :-)
|
1993-05-27 09:35:10 +00:00 |
cgd
|
fe1802950b
|
add include of select.h if necessary for protos, or delete if extraneous
|
1993-05-22 11:40:42 +00:00 |
cgd
|
30177b538f
|
add rcsids to everything and clean up headers
|
1993-05-22 07:56:12 +00:00 |
deraadt
|
e34f239662
|
First cut at cpu independent disklabels.
There will be niggly little details no doubt..
|
1993-05-20 22:48:23 +00:00 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
cgd
|
477a97590b
|
pseudo-update for new config changes
|
1993-05-18 10:36:06 +00:00 |
cgd
|
259cf0dbca
|
make sure hp300/compile stays in the distribution
|
1993-05-17 09:20:49 +00:00 |
cgd
|
1ffe55b9c2
|
add from net2. was symlink to ../../tahoe/tahoe/ns_cksum.c
|
1993-05-13 20:36:25 +00:00 |
cgd
|
a3219ac4fa
|
add from net2. were symlinks to ../../vax/include/*
|
1993-05-13 20:35:11 +00:00 |
cgd
|
0e180f179d
|
add from net/2 sources. was symlink to ../../tahoe/include/endian.h
|
1993-05-13 20:34:47 +00:00 |
cgd
|
6dedb5151c
|
add hp300 kernel files. generic kernel files might need some help...
|
1993-05-13 13:56:20 +00:00 |