aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* - Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-6/+8
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Remove __P.Alfred Perlstein2002-03-191-6/+6
* Fix lock leakage and late unlock.Seigo Tanimura2002-03-021-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-5/+3
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-2/+17
* The ICANON flag is an lflag, not an iflag.Matthew Dillon2002-02-181-2/+2
* o Move suser() calls in kern/ to using suser_xxx() with an explicitRobert Watson2001-11-011-1/+1
* Use the passed in thread pointer instead of curthread in calls toJohn Baldwin2001-09-211-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-17/+20
* Don't remove the SI_CHEAPCLONE for unsupported minorsBrian Somers2001-06-181-1/+2
* With the new kernel dev_t conversions done at release 4.X,Poul-Henning Kamp2001-05-281-0/+1
* Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,Poul-Henning Kamp2001-05-251-11/+12
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-2/+2
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-4/+6
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-191-2/+2
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-32/+1
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-9/+64
* Unused include: #include "pty.h"Peter Wemm2000-06-101-1/+0
* Since ptys are allocated dynamically, there is no needs to keep theirAndrey A. Chernov2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* Correct an oversight in jail() that allowed processes in jail to accessRobert Watson2000-02-091-1/+8
* Revert peter's commit to remove cdevsw_add() - it was a bit prematureJordan K. Hubbard1999-11-211-0/+2
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.Peter Wemm1999-11-181-2/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-4/+3
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-16/+6
* 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