summaryrefslogtreecommitdiffstats
path: root/usr.bin/tty/tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unveil of _PATH_DEVDB "/var/run/dev.db" can be done before pledge forderaadt2018-08-031-4/+7
* ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longernaddy2015-10-121-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* use tame "stdio rpath tty", for ttyname(). from Rob Pierce, who chose toderaadt2015-10-071-2/+5
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Part 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.millert2002-02-161-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+88