summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Really set column to 0 when outputting a carriage return...tholo1996-12-191-2/+2
|
* Fix oversight in column handling with OCRNL enabledtholo1996-12-171-2/+2
|
* Reset output column when outputting \r with ONLCRtholo1996-12-171-1/+2
|
* Implement more tty flags for better portability from other systems:tholo1996-12-161-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 happinessniklas1996-12-081-4/+4
|
* Flush input and output in receipt of break (unless break is ignored)tholo1996-11-111-2/+3
|
* Implement CREADtholo1996-11-091-1/+6
|
* Use passed-in process, not curproc to determine if the process is in thetholo1996-11-091-2/+2
| | | | background
* 0377 handling in ISTRIP/PARMRK modederaadt1996-11-061-4/+8
|
* Add more cases that should generate SIGTTOUtholo1996-11-051-1/+4
|
* Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, )tholo1996-11-051-2/+4
|
* support _POSIX_VDISABLE for VEOF and VEOL tooderaadt1996-11-041-3/+3
|
* If VMIN=0, and timer>0 and expires, read should return 0deraadt1996-11-041-1/+3
|
* random device is permanent now.mickey1996-10-191-7/+1
|
* rnd -> randomderaadt1996-08-291-4/+4
|
* xconsole was broken after last patch (UCONSOLE zap).mickey1996-08-011-14/+17
|
* TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attackderaadt1996-07-311-6/+17
|
* Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything.downsj1996-06-171-2/+2
|
* tty_init/attach/detach()deraadt1996-06-101-3/+58
|
* Supply randomness source for the rnd device.mickey1996-04-241-1/+9
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-6/+6
|
* From NetBSD: 960217 mergeniklas1996-03-031-43/+47
|
* from netbsd; Correct test for ECHONL (from der Mouse; PR#1922).deraadt1996-01-121-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+2053