summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pty.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use proper markup for ioctl arguments instead of documenting them usinganton2018-06-051-37/+36
| | | | | | free-form text. ok jmc@
* Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave tompi2018-01-081-2/+14
| | | | | | | | | | | corresponding user mode ioctls. If the master part of the pseudo terminal previously enabled TIOCUCNTL, it will now receive the TIOCUCNTL_{S,C}BRK commands. This allows to send BREAKS commands over a pty(4) independently of the serial terminal emulator used. Guidance and ok nicm@, ok ccardenas@, looks ok to deraadt@
* don't need the .xr to sysctl now eithertedu2016-06-301-3/+2
|
* 992 ptys is the hard max.tedu2016-06-301-6/+3
|
* fix NAME; ok schwarzejmc2015-11-211-3/+4
|
* Document TIOCEXT and cleanup other ioctl descriptions.matthew2012-04-261-34/+46
| | | | ok jmc, nicm
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* fix Xref to self;jmc2005-06-021-2/+2
|
* remove references to telnetd(8);jmc2005-06-021-6/+3
| | | | ok deraadt@
* update FILES;jmc2004-11-251-4/+4
| | | | | | fixes pr #3998; diff from frank denis, though slightly different fix committed; help and ok millert@
* The pseudo-device keyword takes only one count as an argument.aaron2004-06-201-2/+1
|
* Crank max ptys to 992. We now have 62 pty/tty pairs for each lettermillert2004-04-111-2/+2
| | | | | | instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
* Homogeneize config lines for pseudo-devices, and do not put fixed values.miod2004-03-211-2/+2
|
* be more emphatic: ptys are still allocated using openpty(3), it justderaadt2004-02-221-2/+4
| | | | happens to use this new ptm thing underneath
* Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETmillert2004-02-101-8/+72
| | | | | | | | | | | ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* files with dead .Xr's;jmc2003-03-111-3/+3
| | | | | | | left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
* .Xr typos, and some dead ones;jmc2003-03-061-3/+3
| | | | ok deraadt@
* GENERIC allocates 64 ptys, not 32; Keoki Seumillert2001-12-141-2/+2
|
* o) Fix bogus .Xr usage;mpech2001-11-131-8/+8
| | | | | | | | | | | | o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help;
* Cleanup.aaron2000-07-101-17/+18
|
* - remove all trailing whitespaceaaron1999-07-091-8/+8
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* more .Os cleanup, remove some trailing whitespace, cleanse some .Nmaaron1999-06-051-1/+1
|
* doc TIOCPKT_IOCTL; fairderaadt1998-03-231-1/+19
|
* initial import of NetBSD treederaadt1995-10-181-0/+214