summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-08regenAlexander Yurchenko
2002-12-08Add VIA VT8231 PCI to ISA bridgeAlexander Yurchenko
2002-12-08Fix pasto, spotted by lebel@Todd C. Miller
2002-12-08Treat a file name of "-" as either stdin or stdout, depending on position.Todd C. Miller
2002-12-08Remove special case code for sun/xterm that faked a DISPLAY andMarco S Hyman
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-12-08"flags X" is long dead, the /Y is mandantory now.Henning Brauer
2002-12-08Add 'br' (Brazil) to displayed list of keyboard encoding tables.Kenneth R Westerback
2002-12-08typo; gustavoHenning Brauer
2002-12-08Fix botch in last commit: prepend comments to hosts after adding FQDN toKenneth R Westerback
2002-12-08Fix & cleanup logic, especially around interrupted installs.Kenneth R Westerback
2002-12-08Test option "-" (BSD extension)Todd C. Miller
2002-12-08correct lcall opcode. fix provided by Hans-Joerg HoexerFederico G. Schwindt
2002-12-08In BUGS section, append a warning to not use '-' as the first characterTodd C. Miller
2002-12-08SUS (and apparently 1003.1-2001) say to check optstring for NULLTodd C. Miller
2002-12-08duh, provide a wrapper on the hardclock() since it's voidMichael Shalayeff
2002-12-08put the -fno-stack-protector into a proper placeMichael Shalayeff
2002-12-08If we are passed "-" in argv and the user didn't specify '-' in optstring,Todd C. Miller
2002-12-08strncpy is evil.Henning Brauer
2002-12-08GNU semantics say that if optstring begins with '-' thenTodd C. Miller
2002-12-08getopt returns -1, not EOFTodd C. Miller
2002-12-08grop long option names, like gzip.Michael Shalayeff
2002-12-08mirroring is raid1, from Shane J Pearson <shane@flashbsd.net>Michael Shalayeff
2002-12-08compile non-DIAGNOSTIC kernelsTheo de Raadt
2002-12-08BSD getopt() supports '-' in the optstring so we should too.Todd C. Miller
2002-12-08sync; ok deraadtPeter Valchev
2002-12-08No need to try and catch "--" by hand, getopt() does it for us.Todd C. Miller
2002-12-08Avoid setting optind to 0; drahn@ OKTodd C. Miller
2002-12-08 - Use LIST_ macros.Artur Grabowski
2002-12-08 - Lock the timeout wheel after the diagnostic checks.Artur Grabowski
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-12-08Avoid using "optind = 0" since its meaning to getopt() is implementationTodd C. Miller
2002-12-08test options on altq and queue rules in fancy orderHenning Brauer
2002-12-08scheduler keyword diesTheo de Raadt
2002-12-08adjust after syntax changeHenning Brauer
2002-12-08allow flexible options order like Theo did for rules.Henning Brauer
2002-12-08BNF improvement: show that queue options are now flexibleTheo de Raadt
2002-12-07regress test anchor syntaxDaniel Hartmeier
2002-12-07fromto is optional now, "from any to any" equals "all" equals omitted.Daniel Hartmeier
2002-12-07Support parameters in anchor rules. Allows conditional evaluation, like:Daniel Hartmeier
2002-12-07Backout unrelated changes in last commitTodd C. Miller
2002-12-07Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSDTodd C. Miller
2002-12-07repair BNF to show that filter-opts can now be flexibly ordered aTheo de Raadt
2002-12-07Repair -a flag parsing which I broke in revision 1.47.Todd C. Miller
2002-12-07Only use "ASPICFLAG=-k" a.out assembler, not binutils.Todd C. Miller
2002-12-07more KNFHenning Brauer
2002-12-07KNFHenning Brauer
2002-12-07now that we use the MTU from the interface instead of assuming 1500 theHenning Brauer
2002-12-07TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses printRyan Thomas McBride