summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* fix a few problems with pty. warn about how if you only have 1 ptyjmg1997-07-301-13/+16
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-9/+5
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Outputbde1996-04-111-4/+15
* Merge in Lite2: buf fix with comparison of wrong field against EXTPROC.hsu1996-03-111-3/+3
* Fix a bug I made in the devfs.phk1996-01-261-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-251-8/+7
* Fixed pty names. The control and slave names were back to front.bde1995-12-221-5/+5
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-12/+12
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-2/+2
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-42/+63
* 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