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