mycroft
|
7f50bd1829
|
Canonicalize all #includes.
|
1993-12-18 04:21:37 +00:00 |
deraadt
|
33d816fdbc
|
add a ptyattach() function, as in magnum.
|
1993-11-15 09:17:05 +00:00 |
cgd
|
c6ff42e027
|
from Mike Karels, via bsdi-users: nuking session pointer prevents cleanup.
|
1993-11-12 15:15:57 +00:00 |
cgd
|
4a21fe3648
|
ifdef out the ttyfree()'s, so that fill_eproc doesn't panic when
a process's session still holds a ref to a tty which has been deallocated
and reused.
|
1993-09-29 02:36:21 +00:00 |
deraadt
|
9aed375ba3
|
tty XXstart() routines return void
|
1993-08-29 13:46:31 +00:00 |
mycroft
|
7aecc812a5
|
Move flushq() macro into tty.h.
|
1993-07-19 05:52:27 +00:00 |
mycroft
|
69fdebd9fa
|
Make sure there are character in the ring before flushing.
|
1993-07-19 05:49:13 +00:00 |
mycroft
|
b8756ae04c
|
Use ndflush(), not while(getc()).
|
1993-07-19 05:10:30 +00:00 |
mycroft
|
41b03a4a6e
|
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:33:54 +00:00 |
andrew
|
6535028529
|
* ansifications
* fixed the arguments given to the line discipline l_open function in
ptsopen()
* should ptsstart() return 1 if (tp->t_state & TS_TTSTOP)?
|
1993-06-27 06:06:47 +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 |
deraadt
|
2f0c0eb674
|
tty dynamic allocation
|
1993-05-26 10:06:41 +00:00 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
deraadt
|
64f341ec2a
|
ring buffer now uses rbchar's (shorts) instead of chars.
|
1993-05-10 23:15:37 +00:00 |
cgd
|
e541169ce2
|
after 0.2.2 "stable" patches applied
|
1993-03-21 18:04:42 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |