summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* I fixed this before than committed it on my machine and not on freefall.julian1995-12-021-5/+5
* Submitted by: Heikki Suonsivujulian1995-12-021-8/+8
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-12/+12
* OK, that's it..julian1995-11-291-1/+63
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-3/+1
* Removed an annoying redundant declaration that I added in the previousbde1995-10-301-2/+1
* Fixed data loss in writes to pty masters. Data was almost always lostbde1995-10-251-8/+23
* Don't clear the session pointer in ptcclose(). It must be left alonebde1995-09-191-2/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-2/+5
* Back out predefined termios speeds check, it can cause troublesache1995-08-021-28/+1
* Check for valid speed values in pty driveache1995-08-021-2/+29
* Don't set TS_ZOMBIE flag for non-open ptys. ptcclose() has always donebde1995-08-021-4/+6
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-13/+19
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-9/+9
* Move the inline code for waking up writers to a new functionbde1995-07-221-8/+2
* Obtained from: partly from ancient patches by ache and me via 1.1.5bde1995-07-211-9/+8
* Obtained from: partly from an ancient patch of mine via 1.1.5bde1995-07-211-3/+1
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Call ptsstop in ptsclose instead of ptcwakeupache1995-04-101-2/+2
* ptcwakeup() was called from wrong placesache1995-04-091-4/+5
* Incorporate bde's code-review comments.pst1995-02-281-11/+1
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-1/+21
* write ptys use _the_same_ tsleep/wakeup address as read ptys due toache1994-10-291-3/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-13/+18
* Supply prototypes for some functions that were implicitly declared andbde1994-09-151-2/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+15
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+691
OpenPOWER on IntegriCloud