summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pts.c
Commit message (Expand)AuthorAgeFilesLines
* 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