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
|
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
|
bd0c8f83d5
|
changes for ring buffers vs. clists.
|
1993-07-07 07:07:20 +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
|
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 |
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 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
cgd
|
6dedb5151c
|
add hp300 kernel files. generic kernel files might need some help...
|
1993-05-13 13:56:20 +00:00 |