summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+5
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-7/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushbde1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not dobde1996-11-291-9/+11
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-3/+3
* Fixed a wrong comment. Did tsleep() ever return the networking errnobde1996-08-281-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+3
* removed:phk1996-05-021-2/+2
* From Lite2: proc LIST changes.hsu1996-03-111-3/+3
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Oops, the last commit missed one change from 200 to OBUFSIZ + 100.bde1995-12-161-2/+2
* Changed the maximum output queue count from (TTMAXHIWAT + 200) tobde1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becausebde1995-12-151-1/+15
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-141-1/+27
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-23/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-6/+6
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* Fixed initialization of TS_CONNECTED bit in t_state. It wasn'tbde1995-10-311-1/+4
* Fix wakeups for TIOCDRAINWAIT. The conditional wakeups introduced in revbde1995-09-101-2/+3
* Check for valid speed values in pty driveache1995-08-021-22/+2
* Optimize a bit valid speed search using fact that speed table sortedache1995-08-011-1/+5
* Check for valid speeds in TIOCSET* and return EINVAL for incorrectache1995-08-011-1/+19
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-2/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-2/+6
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-311-1/+2
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-57/+65
* Assorted cosmetic changes:bde1995-07-311-26/+29
* Improve input flow control.bde1995-07-311-60/+80
* Don't swap the queue headers to implement concatenation of thebde1995-07-301-14/+23
* Split TS_ASLEEP (sleep on output [below low water])into TS_SO_OLOWAT (sleepbde1995-07-301-36/+25
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-291-24/+1
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-11/+11
* Move the inline code for waking up writers to a new functionbde1995-07-221-1/+18
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-211-2/+13
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-211-20/+15
* Obtained from: partly from anancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-4/+2
* Obtained from: an ancient patch of mine via 1.1.5bde1995-07-211-3/+11
* Add to TODO list and move it to near the top of the file.bde1995-07-211-18/+29
* Obtained from: ancient usenet posting as applied to 1.1.5bde1995-07-211-2/+2
* ttywait: convert EWOULDBLOCK to EIO, when t_timeout expiredache1995-06-241-1/+3
* Replace EWOULDBLOCK to EIO in ttwrite, when t_timeout expiredache1995-06-231-1/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-4/+21
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
OpenPOWER on IntegriCloud