Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lies about openpty(4) searching for a free pseudo-tty by iterating | 2015-08-28 | 1 | -12/+6 | |
| | | | | through all existing pseudo-tty devices in /dev. | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -4/+4 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | update FILES; | 2004-11-25 | 1 | -3/+7 | |
| | | | | | | fixes pr #3998; diff from frank denis, though slightly different fix committed; help and ok millert@ | ||||
* | typo | 2004-02-21 | 1 | -2/+2 | |
| | |||||
* | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | 2004-02-10 | 1 | -2/+23 | |
| | | | | | | | | | | | 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 Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-06-02 | 1 | -5/+5 | |
| | | | | - clean up .Xr's | ||||
* | - typos | 2003-05-23 | 1 | -2/+2 | |
| | | | | - new sentence, new line | ||||
* | o) start new sentence on a new line; | 2002-05-01 | 1 | -4/+7 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | Make the list of required #includes match reality. | 2001-07-13 | 1 | -1/+2 | |
| | |||||
* | say how long the buffer needs to be | 1999-12-06 | 1 | -2/+3 | |
| | |||||
* | Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*. | 1999-08-23 | 1 | -10/+3 | |
| | |||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 1 | -2/+2 | |
| | | | | it's not supposed to be a hyphen/dash | ||||
* | Update from NetBSD. | 1996-11-24 | 1 | -5/+14 | |
| | | | | | | - correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) | ||||
* | openpty() returns int. | 1996-09-07 | 1 | -1/+2 | |
| | |||||
* | libutil | 1996-05-22 | 1 | -0/+153 | |