summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
Commit message (Expand)AuthorAgeFilesLines
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"phk2004-06-091-65/+65
* Ditch K&R function stylephk2004-06-091-63/+15
* Move PTY private defines into PTY private files.phk2004-06-091-0/+4
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-8/+8
* Use ttymalloc() instead of ttyregister(). Use ttyioctl() instead ofphk2004-06-041-8/+6
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Device megapatch 4/6:phk2004-02-211-2/+4
* Device megapatch 3/6:phk2004-02-211-3/+0
* Remove excess brackets.rwatson2004-02-151-3/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Don't use seltrue when that is not really what we mean.phk2003-09-271-1/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* "break" rather than fall through to a break in the default clause.phk2003-05-311-0/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+1
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Make TTYHOG tunable.das2003-03-051-0/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-2/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-28/+20
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-24/+24
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-4/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove cdevsw_add calls, they are deprecated.phk2002-12-281-2/+1
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-6/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-191-6/+6
* Fix lock leakage and late unlock.tanimura2002-03-021-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-5/+3
* Lock struct pgrp, session and sigio.tanimura2002-02-231-2/+17
* The ICANON flag is an lflag, not an iflag.dillon2002-02-181-2/+2
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-011-1/+1
* Use the passed in thread pointer instead of curthread in calls tojhb2001-09-211-2/+2
* KSE Milestone 2julian2001-09-121-17/+20
* Don't remove the SI_CHEAPCLONE for unsupported minorsbrian2001-06-181-1/+2
* With the new kernel dev_t conversions done at release 4.X,phk2001-05-281-0/+1
* Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,phk2001-05-251-11/+12
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-4/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* 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
OpenPOWER on IntegriCloud