summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-12/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-14/+7
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-201-25/+8
* Devfs isn't quite dead yet... Add back devfs support to ptys..Julian Elischer1999-08-171-1/+36
* Add new sysctl "kern.ttys" which return all the struct tty's which havePoul-Henning Kamp1999-08-081-1/+2
* Make the pty driver as close to a cloning device as we can get for now,Poul-Henning Kamp1999-08-081-99/+62
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-6/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-13/+41
* TIOCEXT is also inapproriate before the slave is open, return EAGAIN whenLuoqi Chen1999-05-181-29/+31
* Ignore some ioctls on the master until the slave is open.Luoqi Chen1999-05-141-3/+12
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-14/+18
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-151-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-251-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-2/+4
* Extend to use poll backend. If memory serves correctly, most of this wasPeter Wemm1997-09-141-46/+42
* Removed unused #includes.Bruce Evans1997-09-021-2/+1
* fix a few problems with pty. warn about how if you only have 1 ptyJohn-Mark Gurney1997-07-301-13/+16
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includeBruce Evans1997-03-241-2/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-9/+5
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. OutputBruce Evans1996-04-111-4/+15
* Merge in Lite2: buf fix with comparison of wrong field against EXTPROC.Jeffrey Hsu1996-03-111-3/+3
* Fix a bug I made in the devfs.Poul-Henning Kamp1996-01-261-3/+3
* Avoid local sprintfs and other printf'isms.Poul-Henning Kamp1996-01-251-8/+7
* Fixed pty names. The control and slave names were back to front.Bruce Evans1995-12-221-5/+5
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-12/+12
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-2/+2
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-42/+63
* I fixed this before than committed it on my machine and not on freefall.Julian Elischer1995-12-021-5/+5
* Submitted by: Heikki SuonsivuJulian Elischer1995-12-021-8/+8
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-12/+12
* OK, that's it..Julian Elischer1995-11-291-1/+63
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-3/+1
* Removed an annoying redundant declaration that I added in the previousBruce Evans1995-10-301-2/+1
* Fixed data loss in writes to pty masters. Data was almost always lostBruce Evans1995-10-251-8/+23
* Don't clear the session pointer in ptcclose(). It must be left aloneBruce Evans1995-09-191-2/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-2/+5
* Back out predefined termios speeds check, it can cause troublesAndrey A. Chernov1995-08-021-28/+1