index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
pty.c
Age
Commit message (
Expand
)
Author
2022-04-20
Make the termp and winp arguments for openpty, et al. const.
Todd C. Miller
2017-04-20
Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs
Nicholas Marriott
2016-08-30
Use O_CLOEXEC when opening fds local to a function
Philip Guenther
2013-05-21
Fix pty descriptor leak if fork() fails.
Matthew Dempsky
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-07-09
ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in
Nicholas Marriott
2012-04-26
Drop support from openpty() for 8+ year old kernels that don't support
Matthew Dempsky
2006-03-30
please lint (without making anything else worse)
Theo de Raadt
2005-08-02
scrape $Id$ tags.
Marc Espie
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
2004-02-10
Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-09
some -Wall and spaces cleanup, scsi.c left.
Federico G. Schwindt
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
1996-05-22
libutil
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt