summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-191-2/+2
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-32/+1
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-9/+64
* Unused include: #include "pty.h"peter2000-06-101-1/+0
* Since ptys are allocated dynamically, there is no needs to keep theirache2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-011-0/+1
* Correct an oversight in jail() that allowed processes in jail to accessrwatson2000-02-091-1/+8
* Revert peter's commit to remove cdevsw_add() - it was a bit prematurejkh1999-11-211-0/+2
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.peter1999-11-181-2/+0
* sigset_t change (part 2 of 5)marcel1999-09-291-4/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-10/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-16/+6
* s/si_tty_tty/si_tty/gphk1999-08-301-12/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-14/+7
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-25/+8
* Devfs isn't quite dead yet... Add back devfs support to ptys..julian1999-08-171-1/+36
* Add new sysctl "kern.ttys" which return all the struct tty's which havephk1999-08-081-1/+2
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-081-99/+62
* Simplify cdevsw registration.phk1999-05-311-6/+3
* This commit should be a extensive NO-OP:phk1999-05-301-13/+41
* TIOCEXT is also inapproriate before the slave is open, return EAGAIN whenluoqi1999-05-181-29/+31
* Ignore some ioctls on the master until the slave is open.luoqi1999-05-141-3/+12
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-14/+18
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+4
* Extend to use poll backend. If memory serves correctly, most of this waspeter1997-09-141-46/+42
* Removed unused #includes.bde1997-09-021-2/+1
* 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
OpenPOWER on IntegriCloud