summaryrefslogtreecommitdiffstats
path: root/libexec/getty/subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* silence a compiler warninggsoares2018-06-141-2/+2
* unifdef XXX_DELAY which is older than i amtedu2017-05-271-73/+1
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* assign pointers to NULL rather than 0mmcc2015-12-221-2/+2
* remove excess tab at end of line (how did they afford the extra bytes inderaadt2015-08-281-2/+2
* remove ancient support for edited hostnames. ok deraadt (long ago)tedu2015-07-161-41/+1
* remove the prototype for compatflags() which was removed in 2013.jsg2014-04-121-3/+1
* Drop the f0, f1, f2 gettytab capabilities that were used to pokenaddy2013-12-101-162/+1
* use poll + nanosleep instead of select with a fixed size fd_setderaadt2013-04-211-13/+12
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* KNFderaadt2002-07-031-20/+13
* unsigned to unsigned intderaadt2002-05-271-3/+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
* clean & KNFderaadt2001-11-191-25/+25
* -Wallderaadt2001-07-081-3/+3
* strncpy vs strlcpy, some strlen missuse.mickey2001-06-111-6/+5
* $OpenBSD$niklas2001-01-281-1/+3
* use fd_set instead of intderaadt2000-10-061-6/+6
* Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ okaaron2000-09-081-3/+2
* clean -Wallderaadt1997-04-061-3/+3
* Add traditional handling of all upper-case inputtholo1996-12-171-6/+7
* Implement more tty flags for better portability from other systems:tholo1996-12-161-2/+14
* strncat like THISderaadt1996-12-161-2/+2
* yet another strncat botchderaadt1996-12-161-2/+2
* buf oflowderaadt1996-08-311-2/+3
* expand hostname to 48 chars; pointed out by msaitoh@spa.is.uec.ac.jp, netbsd pr#2676deraadt1996-08-071-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+726