summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pts.c
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize copyrights in some files I hold copyrights on:rwatson2007-01-081-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+5
* Increment nb_allocated while holding the pt_mtx lock to avoid races.jhb2006-11-011-1/+1
* Comment and style tweak.jhb2006-11-011-2/+2
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-1/+15
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+11
* Also check use_pty in the ptmx clone lookup; this means that when ptmxrwatson2006-04-281-0/+3
* Allow root to open prison pts devices too.csjp2006-01-311-1/+1
* Move pts master devices into /dev/pty/ instead of littering /dev with them;rwatson2006-01-301-2/+2
* Rename use_old_pty variable to use_pts, as this more accurately reflectsrwatson2006-01-281-5/+4
* Merge a bunch of changes that where done in tty_pty.c after tty_pts.c wascognet2006-01-271-104/+7
* Take into account that bits 0x0000ff00 can't be used for minor.cognet2006-01-271-4/+7
* Don't attempt to re-create the /dev entry for the slave part if it alreadycognet2006-01-261-2/+6
* Bring in a sysv-style pts implementation, as found in the rwatson_pts perforc...cognet2006-01-261-0/+970
OpenPOWER on IntegriCloud