summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-11-19do not print "Processing config {dir,file} ...." messages unless the -tRobert Nagy
2007-11-19rework the internal handling of protocol actions a little bit:Reyk Floeter
2007-11-19always enable "late connect" relay mode if an "expect" or "filter"Reyk Floeter
2007-11-19move repeated code to cleanup a protocol tree into a function.Reyk Floeter
2007-11-18simplify macro call;Jason McIntyre
2007-11-18Add support for dumping PCI config space in hex.Mark Kettenis
2007-11-17Add code to print type 1 (PCI-PCI bridge) and type 2 (CardBus bridge) devices.Mark Kettenis
2007-11-17allow whitespace before = sign when reading variables from a .pc file.Steven Mestdagh
2007-11-17GPIO pins can be programmed to invert input or output on some devices.Marc Balmer
2007-11-17Deal with timespec vs. timeval precision issues. Fixes a problemTodd C. Miller
2007-11-17the usage message should start with "usage:";Igor Sobrado
2007-11-17avoid false double space;Jason McIntyre
2007-11-17GPIO improvements:Jason McIntyre
2007-11-17pull-down (GPIO_PIN_PULLDOWN) is a valid flags for some GPIO devices,Marc Balmer
2007-11-16fix formatting error as a result of having too many arguments to a macro;Jason McIntyre
2007-11-15Do not insert proto_default inside the dynamically alloced protocol queue.Pierre-Yves Ritschard
2007-11-14We don't have /dev/eeprom on sparc64.Mark Kettenis
2007-11-14update IP address of L.ROOT-SERVERS.NET; fix PR#5629Jakob Schlyter
2007-11-14reset global variables everytime we enter parse_config.Pierre-Yves Ritschard
2007-11-14do go through relays when none exist.Pierre-Yves Ritschard
2007-11-14add some sanity, that will be useful later on.Pierre-Yves Ritschard
2007-11-14make protos dynamic tooPierre-Yves Ritschard
2007-11-13relays are dynamic now.Pierre-Yves Ritschard
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-11-12Make this compile on macppc (OpenPROM support only) and build it there.Mark Kettenis
2007-11-06avoid coredump when ther;s only one token on a line; ok millert@Otto Moerbeek
2007-11-05Slight rewording of @depend description (this -> that)Stuart Henderson
2007-11-05document Ev FTP_KEEPALIVE;Jason McIntyre
2007-11-04the last change to enable logging to stderr on startup also enabledReyk Floeter
2007-11-04Not using all defined protocols is not a hard error. Just print a warningClaudio Jeker
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-10-31better .Nd; from Pierre RiteauJason McIntyre
2007-10-30untangle a mess in the state update logicReyk Floeter
2007-10-30Add two module configuration directories named modules and modules.sampleRobert Nagy
2007-10-30fix printing of enterprise-specific SNMP traps.Reyk Floeter
2007-10-29More tweaking of option processing, this time around the creation ofKenneth R Westerback
2007-10-28Remove duplicate DHO_HOST_NAME entry and add missingKenneth R Westerback
2007-10-27Rework option storing so the code is readable, and eliminate oddKenneth R Westerback
2007-10-26Fix alignment issues on sparc64. Fixes pr 5608.Moritz Jodeit
2007-10-25segement -> segment; from Denis DoroshenkoJason McIntyre
2007-10-25kill extraneous item macro, thus avoiding badness;Jason McIntyre
2007-10-25Add -D makro=value as well so that all routing daemons are in sync.Claudio Jeker
2007-10-25Support -D makro=value like bgpd and ripd. OK norby@Claudio Jeker
2007-10-25Max values are 255:31:7 not 256:32:8.Tobias Stoeckmann
2007-10-25oops, forgot to clean up the manpage bits.Pierre-Yves Ritschard
2007-10-25sync logging with most other daemons.Pierre-Yves Ritschard
2007-10-24Make the packet buffer u_int8_t * everywhere. This is binary data and notClaudio Jeker
2007-10-24The metric is a 8bit value ranging from 1 to INFINITY (defined as a whoppingClaudio Jeker
2007-10-24An u_int8_t is enough as prefixlen. Another lint warning gone.Claudio Jeker
2007-10-24Document -D. Stolen from bgpd.8Claudio Jeker