summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-10-04Allow one more char for fstype, to avoid truncation of ISO9660 fstype.Otto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30print invalid hostmask when refusing it, ok deraadt@Daniel Hartmeier
2004-09-30remove stray const, noted by david@Otto Moerbeek
2004-09-29Note that the spanning tree protocol is disabled by default on interfacesRyan Thomas McBride
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
2004-09-27anchor rules referencing anchors using slashes may need quotes.Jared Yanovich
2004-09-27make usage() fatal, use err/warn, and minor knfJared Yanovich
2004-09-26fix printf's for route metrics. ok henningJared Yanovich
2004-09-26capitalize ESP and AHJared Yanovich
2004-09-25tidy usage; ok ho hshoexerJared Yanovich
2004-09-24simplify some parts, little more warn() fixing. ok henningJared Yanovich
2004-09-24Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ okHakan Olsson
2004-09-24kill homegrown quit(); use err()/errx() insteadJared Yanovich
2004-09-24kill osi and mask, ok henningJared Yanovich
2004-09-23grammar/punctuation fixesJared Yanovich
2004-09-23properly check read() and write() return values.Henning Brauer
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-21print route labels in monitor mode. ok henningJared Yanovich
2004-09-20compile cleanly with -Wsign-compareHans-Joerg Hoexer
2004-09-20Remove __func__Hans-Joerg Hoexer
2004-09-18remove unused var, and then fix the code to watch for waitpid() errorsTheo de Raadt
2004-09-18some delinting; ok ottoTheo de Raadt
2004-09-17avoid signal race.Hans-Joerg Hoexer
2004-09-17Missing #ifdefs.Hakan Olsson
2004-09-17#include <stdlib.h> for srandom().Hakan Olsson
2004-09-17Permit next payload type NAT-OA. Noted by Kamel Messaoudi.Hakan Olsson
2004-09-17ugly spacingTheo de Raadt
2004-09-16shrink the code in the -DNOKVM caseTheo de Raadt
2004-09-16prettier simple code; mcbride okTheo de Raadt
2004-09-16remove unused variablesTheo de Raadt
2004-09-15unused functionsTheo de Raadt
2004-09-15lint demands little cleanupsTheo de Raadt
2004-09-15use ftello() instead of ftell() where betterTheo de Raadt
2004-09-15spelling from jon olsson;Jason McIntyre
2004-09-15make examples match format specified in man page;Jason McIntyre
2004-09-15ARGSUSED, remove unused, ...Theo de Raadt
2004-09-15variable set but not usedTheo de Raadt
2004-09-15removed unused; avoid aliasing to libc functionsTheo de Raadt
2004-09-15no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-15print attr cache parameters in verbose mode. ok pedro@ millert@Otto Moerbeek
2004-09-15Restore correct noac option parsing.Miod Vallat
2004-09-14df is a flag, not some u_char thing with -1 value; millert okTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14do not alias over libc ttyname(3)Theo de Raadt
2004-09-10Bail out on errors when making very small filesystems. ok deraadt@Otto Moerbeek