summaryrefslogtreecommitdiff
path: root/lib/libutil/pty.c
AgeCommit message (Expand)Author
2022-04-20Make the termp and winp arguments for openpty, et al. const.Todd C. Miller
2017-04-20Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programsNicholas Marriott
2016-08-30Use O_CLOEXEC when opening fds local to a functionPhilip Guenther
2013-05-21Fix pty descriptor leak if fork() fails.Matthew Dempsky
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-07-09ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) inNicholas Marriott
2012-04-26Drop support from openpty() for 8+ year old kernels that don't supportMatthew Dempsky
2006-03-30please lint (without making anything else worse)Theo de Raadt
2005-08-02scrape $Id$ tags.Marc Espie
2004-05-28knf; otto okTheo de Raadt
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-09some -Wall and spaces cleanup, scsi.c left.Federico G. Schwindt
2002-05-24strlcpy at most 16 characters, so says man pageTheo de Raadt
2002-05-24KNFTheo de Raadt
1999-05-24permit threaded use; jb@freebsdTheo de Raadt
1996-08-09pty from p to z, P to T. includes vTheo de Raadt
1996-06-29fix multiple invocations; from tlb@viaweb.comTheo de Raadt
1996-06-17util.h: new resting placeJason Downs
1996-05-22libutilTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt