summaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
AgeCommit message (Expand)Author
1995-06-04Only do software flow control if IXOFF is set. Also fix hardware flow controlmycroft
1995-06-04Use ISSET() and CLR() in two cases.mycroft
1995-04-19Change ttselect() to use a callback to get the tty structure.mycroft
1994-11-17Added ifdef COMPAT_SVR4 to the kernel compat code needed.christos
1994-10-30Change argument list of ttioctl() to match other ioctl functions.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-24Fix a bug I introduced in the last commit, regarding a VTIME timeout causingmycroft
1994-10-12Remove the need for some untimeouts.mycroft
1994-09-18fix PR#484 relating to backspacing over a tab.deraadt
1994-08-30Convert process, file, and namei lists and hash tables to use queue.h.mycroft
1994-08-02Clear t_flags on first open.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-25use u_char's instead of char's; else the TTY_QUOTE bit can get accidentallyderaadt
1994-05-12upgrade to 4.4-Lite's tty code. our bug fixes included, some might need GC.cgd
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-04Rename a lot of process flags.cgd
1994-04-09FIONREAD plays with an int, not an off_t.deraadt
1994-03-18fix somebody's typocgd
1994-03-18add hw input flow control supportcgd
1994-03-05Don't do TIOCHPCL if !COMPAT_43. In the new world, you use termios.mycroft
1994-02-20Return a legitimate value from ttylclose().mycroft
1994-02-20Don't send SIGINFO if ISIG off.mycroft
1994-02-20Some formatting changes.mycroft
1994-02-14(Hopefully) do the right thing with VTIME > 0 and selectws
1994-02-09All ioctl routines take a struct proc * now.mycroft
1994-02-01more untimouts needed, from someone at freebsdderaadt
1994-01-28undo totally misguided changes from Andrew Chernov in rev. 1.7:deraadt
1994-01-23more COMPAT_SUNOS changes.deraadt
1994-01-07do the *right* thing with resident set sizecgd
1994-01-07really fix the tab codederaadt
1994-01-05from Mike Karels <karels@bsdi.com>: clear the PENDIN flag if ICANONcgd
1993-12-30print out what we think is the resident set size. very nasty; the fieldcgd
1993-12-24OXTABS expansion was putting fewer than the required spaces if the clistsderaadt
1993-12-20load average changes from magnumcgd
1993-12-18Canonicalize all #includes.mycroft
1993-12-16fix from Daniel Harris <daniel@werple.apana.org.au>deraadt
1993-12-13VMIN/VTIME support from Marc Teitelbaum <marc@vangogh.cs.berkeley.edu>deraadt
1993-12-09echo ^V^? correctly as ^?. From Edward Wang <edward@homer.CS.Berkeley.EDU>deraadt
1993-08-23If ospeed is set to 0, SIGHUP the session leader (if any).mycroft
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
1993-07-19Move flushq() macro into tty.h.mycroft
1993-07-19Use flushq() macro instead.mycroft
1993-07-19Use ndflush(), not while(getc()).mycroft
1993-07-12Change tty code to use clist interface, but with ring buffer implementation.mycroft
1993-07-11re-add two changes which had been deleted by commit of r1.7cgd
1993-07-02Blasted ftpd!mycroft
1993-07-02Fix bugs in rb_write and rb_cwrite, and make tab handling use rb_cwrite.mycroft
1993-07-01Fix a situation where we might forget to splx().mycroft
1993-06-27* ansificationsandrew
1993-06-20Fixed ECHONL.andrew