Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Really set column to 0 when outputting a carriage return... | 1996-12-19 | 1 | -2/+2 | ||
| | ||||||
* | Fix oversight in column handling with OCRNL enabled | 1996-12-17 | 1 | -2/+2 | ||
| | ||||||
* | Reset output column when outputting \r with ONLCR | 1996-12-17 | 1 | -1/+2 | ||
| | ||||||
* | Implement more tty flags for better portability from other systems: | 1996-12-16 | 1 | -3/+81 | ||
| | | | | | | | | | | | | | XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||||
* | -Wcast-qual happiness | 1996-12-08 | 1 | -4/+4 | ||
| | ||||||
* | Flush input and output in receipt of break (unless break is ignored) | 1996-11-11 | 1 | -2/+3 | ||
| | ||||||
* | Implement CREAD | 1996-11-09 | 1 | -1/+6 | ||
| | ||||||
* | Use passed-in process, not curproc to determine if the process is in the | 1996-11-09 | 1 | -2/+2 | ||
| | | | | background | |||||
* | 0377 handling in ISTRIP/PARMRK mode | 1996-11-06 | 1 | -4/+8 | ||
| | ||||||
* | Add more cases that should generate SIGTTOU | 1996-11-05 | 1 | -1/+4 | ||
| | ||||||
* | Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, ) | 1996-11-05 | 1 | -2/+4 | ||
| | ||||||
* | support _POSIX_VDISABLE for VEOF and VEOL too | 1996-11-04 | 1 | -3/+3 | ||
| | ||||||
* | If VMIN=0, and timer>0 and expires, read should return 0 | 1996-11-04 | 1 | -1/+3 | ||
| | ||||||
* | random device is permanent now. | 1996-10-19 | 1 | -7/+1 | ||
| | ||||||
* | rnd -> random | 1996-08-29 | 1 | -4/+4 | ||
| | ||||||
* | xconsole was broken after last patch (UCONSOLE zap). | 1996-08-01 | 1 | -14/+17 | ||
| | ||||||
* | TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attack | 1996-07-31 | 1 | -6/+17 | ||
| | ||||||
* | Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything. | 1996-06-17 | 1 | -2/+2 | ||
| | ||||||
* | tty_init/attach/detach() | 1996-06-10 | 1 | -3/+58 | ||
| | ||||||
* | Supply randomness source for the rnd device. | 1996-04-24 | 1 | -1/+9 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -6/+6 | ||
| | ||||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -43/+47 | ||
| | ||||||
* | from netbsd; Correct test for ECHONL (from der Mouse; PR#1922). | 1996-01-12 | 1 | -2/+2 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+2053 | ||