summaryrefslogtreecommitdiff
path: root/usr.sbin/config/misc.c
AgeCommit message (Expand)Author
2011-10-02Fix some minor things in config(8):Edd Barrett
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2005-04-28if running in -e mode, and stdin is not a tty, then re-print the commandsTheo de Raadt
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-03Nuke terms 3 & 4 on my code.Tobias Weingartner
2002-07-14kill sprintfTheo de Raadt
1999-10-04config -e support; ukc from maja@Theo de Raadt