aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvsJordan K. Hubbard1994-11-221-1/+1
* Return immediately from ttwrite() if the ttysleep()s that wait forBruce Evans1994-11-011-3/+3
* Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect outputDavid Greenman1994-10-231-3/+3
* ttywait: check conditions again right after oprocAndrey A. Chernov1994-10-151-5/+8
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.Poul-Henning Kamp1994-10-081-2/+2
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Add VMIN/VTIME supportAndrey A. Chernov1994-10-031-18/+131
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-30/+41
* Added support for TIOCSTAT ioctl. This allows shells that use raw/cbreakDavid Greenman1994-08-181-1/+5
* Added $Id$David Greenman1994-08-021-0/+1
* Allow for output processing routine to handle entire character bufferDavid Greenman1994-08-011-2/+4
* Added code to allocate and deallocate a number of cblocks on open/close ofDavid Greenman1994-07-061-0/+15
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1923