summaryrefslogtreecommitdiff
path: root/libexec/getty/subr.c
AgeCommit message (Collapse)Author
2001-07-08-WallTheo de Raadt
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-01-28$OpenBSD$Niklas Hallqvist
2000-10-06use fd_set instead of intTheo de Raadt
2000-09-08Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ okAaron Campbell
1997-04-06clean -WallTheo de Raadt
1996-12-17Add traditional handling of all upper-case inputThorsten Lockert
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags.
1996-12-16strncat like THISTheo de Raadt
1996-12-16yet another strncat botchTheo de Raadt
1996-08-31buf oflowTheo de Raadt
1996-08-07expand hostname to 48 chars; pointed out by msaitoh@spa.is.uec.ac.jp, netbsd ↵Theo de Raadt
pr#2676
1995-10-18initial import of NetBSD treeTheo de Raadt