summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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