Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | Fix pty descriptor leak if fork() fails. | Matthew Dempsky | |
ok millert | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-07-09 | ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in | Nicholas Marriott | |
util.h. ok guenther | |||
2012-04-26 | Drop support from openpty() for 8+ year old kernels that don't support | Matthew Dempsky | |
/dev/ptm. Users are strongly encouraged to upgrade to a more recent release if they haven't already. ok deraadt | |||
2006-03-30 | please lint (without making anything else worse) | Theo de Raadt | |
2005-08-02 | scrape $Id$ tags. | Marc Espie | |
okay deraadt@, millert@, krw@ | |||
2004-05-28 | knf; otto ok | Theo de Raadt | |
2004-04-11 | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | Todd C. Miller | |
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]* | |||
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
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. | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-06-09 | some -Wall and spaces cleanup, scsi.c left. | Federico G. Schwindt | |
some brave soul should look at it. | |||
2002-05-24 | strlcpy at most 16 characters, so says man page | Theo de Raadt | |
2002-05-24 | KNF | Theo de Raadt | |
1999-05-24 | permit threaded use; jb@freebsd | Theo de Raadt | |
1996-08-09 | pty from p to z, P to T. includes v | Theo de Raadt | |
1996-06-29 | fix multiple invocations; from tlb@viaweb.com | Theo de Raadt | |
1996-06-17 | util.h: new resting place | Jason Downs | |
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h" | |||
1996-05-22 | libutil | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |