summaryrefslogtreecommitdiffstats
path: root/usr.bin/tty
AgeCommit message (Collapse)AuthorFilesLines
2018-08-03unveil of _PATH_DEVDB "/var/run/dev.db" can be done before pledge forderaadt1-4/+7
use by ttyname, no other files are accessed after that.
2015-10-12ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longernaddy1-2/+2
needed here. ok deraadt@
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-07use tame "stdio rpath tty", for ttyname(). from Rob Pierce, who chose toderaadt1-2/+5
do this using ktrace step by step. not the method i recommend, because it requires 100% coverage via feature tests. better to read the code and understand everything being called, then make decisions.
2014-06-03-s is marked obsolete, so do not document it as an extension; while here,jmc1-7/+3
\*(Gt -> >, on ingo's advice;
2013-11-27remove erroneous char cast to switch expression processing getopt(3);okan1-2/+2
not used in any cases. ok deraadt@, guenther@, millert@
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
updates to follow;
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-3/+8
- note which options are extensions to POSIX
2003-06-10mostly ansi cleanup; pval okderaadt1-6/+4
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-3/+3
2000-03-11Various cleanups and standardizations.aaron1-7/+11
2000-03-06Add HISTORY sections; from FreeBSD.aaron1-1/+6
1999-07-13whoops, isatty(3) and ttyname(3) are the same man pageaaron1-2/+1
1999-07-13more tty cross referencesaaron1-2/+4
1999-07-13Xr isatty(3)aaron1-1/+2
1999-06-05- remove trailing white spaceaaron1-2/+2
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-10-30usr.bin/ man page fixes, t-zaaron1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1996-06-26rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+173