BSD 4_3_Net_2 release
[unix-history] / usr / src / sys / kern / tty.c
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-06 Kirk McKusickupdate for new VM
1990-12-06 Kirk McKusickchecked in for Marc to create checkpoint for VM merge
1990-07-28 Marc Teitelbaum(by karels) typo in TIOCSETAF, was always flushing...
1990-06-29 Marc Teitelbaumreformat EXTPROC code
1990-06-22 Marc Teitelbaumttysleep - to catch revoked terminal
1990-06-21 Marc TeitelbaumVINFO -> VSTATUS
1990-06-21 Mike Hibleradd OTIOCCONS
1990-06-15 Marc TeitelbaumVFLUSHO -> VDISCARD
1990-06-15 Marc Teitelbaumcheck for revoked line
1990-06-06 Marc Teitelbaumpgsignal takes extra arg. telnet linemode changes...
1990-05-26 Kirk McKusickupdate from Mike Hibler at Utah
1990-05-18 Marc Teitelbaumabolish NOHANG flag. signal session leader on lost...
1990-05-17 Kirk McKusickvinfo under control of ICANON, extra checks in TIOCCONS
1990-05-05 Marc Teitelbaumlflag can change while we sleep in ttread.
1990-05-05 Marc Teitelbaumchange wchan messages to consistant format
1990-05-02 Marc Teitelbaum^T
1990-04-04 Mike Karelstsleep; unwind on interrupt; don't back up uio then...
1990-02-08 Marc Teitelbaumcheck for compat ioctls. pgrp can now be null.
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-10-27 Marc Teitelbaumcleanups, add ^T prototype, CIGNORE instead of separate...
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-02 Marc Teitelbaumclocal, nonblock, other carrier related stuff
1989-04-27 Kirk McKusickuse new form of suser()
1989-04-26 Kirk McKusick../machine => machine
1988-10-19 Marc Teitelbaumnew terminal driver
1988-05-27 Mike Karelslint
1988-04-09 Marc Teitelbaumminor fix in ^X where rocount != rawq.c_cc
1988-01-29 Mike Karelstypo
1988-01-06 Keith Bosticfix CTRL macro; for ANSI C
1987-10-06 Kirk McKusickavoid call through zero (t_oproc) when certain flags...
1987-08-24 Mike Karelscall ttystart before checking for queue overflow,
1987-07-22 Kirk McKusickdelete unneeded header files
1987-07-08 Keith Sklowertemporary change to count cooked char processing.
1987-03-30 Mike Karelsdon't let uprintf be interrupted (callers hold locked...
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1987-02-20 Mike KarelsTIOCCONS
1986-11-04 Mike Karelsmerge in tahoe support
1986-08-10 Mike Karelsadd substitutable cnputc, user console
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-24 Mike Karelslint
1985-12-11 Mike Karelsdon't flush when not changing line disciplines
1985-11-07 Mike Karelslet's get it all
1985-11-07 Mike Karelsmove nullmodem to tty.c, maintain TS_CARR_ON
1985-11-05 Mike Karelsuse modem entry in linesw to signal carrier change...
1985-08-23 Mike Karelsuse sigmask() instead of private definitions
1985-08-13 Jay Lepreauadd PASS8: pass all 8 bits of input
1985-06-09 Kirk McKusickAdd copyright
1985-06-09 Jim Bloomfix carrier drop handling in ttread & try improving...
1985-06-03 Jim Bloomoptimization and handle closure during sleeps correctly
1985-05-28 Kirk McKusickC definition of scanc moves to ufs_subr.c
1985-04-18 Jim Bloomcleanup and get rid of race
1985-02-09 Mike Karelswas too restrictive on SPGRP (it's all a crock anyway)
1985-01-01 Jim BloomAdded ioctls for window size changes, process group...
1984-12-21 Mike Karelsdon't flush when opening open terminal; missing splx...
1984-09-11 Kirk McKusicksecurity fix from George Goble
1984-08-30 Jim BloomChange to includes. no more ../h
1984-02-16 Mike Karelst_delct unused; use t_canq.c_cc instead
1983-12-17 Mike Karelsdon't sign extend local flags when shifting for TIOCLGET
1983-10-02 Mike Karelsfix the rest of the signal value checks
1983-10-02 Mike Karelsfix the rest of the signal value checking
1983-09-29 Mike Karelsin cooked tandem mode, no stopc until at least 1 delim
1983-09-26 Mike Karelsscanc returns count remaining, not pointer
1983-09-26 Mike Karelsreturn EWOULDBLOCK on read w/ no carrier or NBIO in...
1983-09-26 Mike Karelsnew signal code for SIGTTOU;
1983-09-10 Kirk McKusickget rid of passuc as it is equivalent to ureadc (shannon)
1983-07-29 Sam Leffler4.2 distribution
1983-07-09 Sam Lefflerparenthesis problem; wait a long time past col 127
1983-07-07 Sam Lefflercorrect terminal delays (kre)
1983-07-07 Sam Lefflerproper calculation of tty delays
1983-07-07 Sam Lefflerwait for silo's to drain on output (from kre)
1983-07-07 Sam Lefflerhang while device is waiting for silo to flush
1983-07-07 Sam Lefflerfix from edward for flushing type ahead on switch to...
1983-07-01 Sam Lefflerpurge #if sun's
1983-06-13 Sam Lefflerlet's not confuse the issue anymore than necessary
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-02-11 Sam Lefflerbogus return value; try to reopen old ldisp one TIOCSET...
1983-01-18 Sam Lefflerbeep lots more; don't give the sun scanc
1982-12-20 Sam Lefflertandem mode bug fix from Mike Karels; purge spl0's...
1982-12-20 Sam Lefflertandem mode bug fix from Mike Karels; cleanup spl0...
1982-12-18 Sam Lefflersun merge
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-12-14 Sam Lefflerstrip old ioctl's out and put them tty_xxx.c
1982-12-08 Sam Lefflermajor reorganization; t_lstate & t_lflags purged
1982-12-06 Sam Lefflerreorganized; t_lstate and t_lflags no more; rewrite...
1982-11-23 Sam Lefflerput back TIOCSTI
1982-10-31 Bill Joyvery high watermarks for 19.2 and 38.4k baud
1982-10-18 Bill Joyfix lint
1982-10-18 Bill Joyioctl and open routines return value
1982-10-14 Bill Joyreturn errors from ioctl routines and internal ldisc...
1982-09-16 CSRGStart development on BSD 4_3_Net_2
1982-09-12 Bill Joykernel.h include for lbolt
1982-08-23 Bill Joyuio'd
1982-08-13 Bill Joyfixes to get uio'd readi for char devs
1982-08-05 Sam Leffler^Y being recognized in old line discipline
next