summaryrefslogtreecommitdiff
path: root/usr.sbin/config/main.c
AgeCommit message (Expand)Author
2019-07-19In the synopsis, put options that take no arguments before those that do.Ingo Schwarze
2019-05-14allow specifying a cmdfile instead of trying to pipe in commands for -ef.Ted Unangst
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2017-06-19delete accidental blank lineTheo de Raadt
2016-10-16Add a == EOF that was accidentally lost in previous commit.Theo Buehler
2016-10-16Use the err(3) family of functions more consistently.Theo Buehler
2016-10-16Remove the -g option. It is obsolete/undocumented since the initialMartin Natano
2016-10-16Remove declarations for optarg and optind. They are declared in <unistd.h>.Martin Natano
2016-10-16Stop complaining about changed kernel options when called for an emptyMartin Natano
2016-10-14Change the default non -b behaviour of config(8) to operate with theTheo de Raadt
2016-09-12strlen + emalloc + snprintf = asprintfMichal Mazurek
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-12pledge "stdio rpath wpath cpath"; all the path options are usedTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-18use reallocarray and friends. okay miod@Marc Espie
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-10-29emit an extra "config" convenience target that allows oneMarc Espie
2012-06-22Improve error messages when removing/recreating symlinks in the build dirPhilip Guenthe
2011-10-02Fix some minor things in config(8):Edd Barrett
2011-04-15do not need the run "make depend" reminder anymoreTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-03correct comment; a part of PR4184Theo de Raadt
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2005-11-12spacingTheo de Raadt
2005-04-28if running in -e mode, and stdin is not a tty, then re-print the commandsTheo de Raadt
2004-01-04knf and lintTheo de Raadt
2004-01-04Wall and spacing, I am hunting bugsTheo de Raadt
2003-12-29similar to pr 3614, but simplified diff. reduce 500-byte limit on identifiers;Theo de Raadt
2003-09-26use emalloc and watch for strdup failureTheo de Raadt
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-28We were malloc()ing one byte more than we needed; Alexander FarberTodd C. Miller
2002-09-06; after label:Theo de Raadt
2002-07-14kill sprintfTheo de Raadt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-29more snprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-11Make Makefile.boot produce a working config(8) again, at least on 4.4BSD.Miod Vallat
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2000-01-04Add rmoption/rmoptions; useful for people who want a slightlyAngelos D. Keromytis
1999-11-27re-enable config without arguments; fix usageDavid Leonard
1999-10-04config -e support; ukc from maja@Theo de Raadt
1998-05-25missing :; tvTheo de Raadt
1997-11-13from mycroft;Theo de Raadt
1997-07-06-Wall happinessJason Downs
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
1997-04-14do not whine about new directories; reported by briggsTheo de Raadt
1997-04-04with small quantities of beer and pizza i produce fewer bugs. really.Theo de Raadt