Cleanups for 4.4BSD-Lite
[unix-history] / usr / src / sys / kern / tty.c
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1992-12-16 Chris TorekTIOCSTI fails for 8-bit chars (from comp.unix.bsd)
1992-10-12 Keith Bosticmake kernel includes standard
1992-08-25 Marc Teitelbaumecho quoted ^? correctly
1992-08-25 Marc Teitelbaumsome flags got moved around and code wasen't consistent
1992-07-13 Jan-Simon PendryMIN -> min, MAX -> max
1992-07-08 Chris Toreklint; fix FIONREAD; new rusage calculations
1992-02-26 Kirk McKusickaverunnable now a structure
1992-02-16 Kirk McKusickconvert to use new select interface, selrecord/selwakeup
1992-02-15 Chris Torekmisc nits, additions for sun4c
1991-09-10 Marc Teitelbaumonly send SIGINFO on ^T if ISIG is set
1991-09-06 Keith Bostic'a b c^W' erases 'b c' instead of just 'c'
1991-08-03 Mike Karelscurproc is null if no one is running, but ignore curpro...
1991-05-29 Keith Bosticuse the printf routines in subr_prf instead of rolling...
1991-05-17 Marc Teitelbaumpass flags to l_close, dont ttywait if IO_NDELAY (revoke)
1991-05-10 Keith Bosticnew copyright; att/bsd/shared
1991-05-08 Mike Karelsredo partab using #defines; meta chars are normal;...
1991-05-06 Keith Bosticmove ttyprintf to subr_prf.c
1991-04-21 Mike Karelsrm user.h, reg.h; move ttspeedtab back for drivers;
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
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.
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-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-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
next