summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-03-14fix sentence to make sense.Bob Beck
2006-03-14fix incorrect sizeof(), spotted by ckuetheBob Beck
2006-03-14Some more usage of const and correct fmt string for a size_t.Moritz Jodeit
2006-03-14Kill unneeded util.h include.Claudio Jeker
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2006-03-13delint; from David HillOtto Moerbeek
2006-03-13Simplify error() and warning() a bit. From Alexey Dobriyan.Moritz Jodeit
2006-03-13Fix for PR 5052. Be more careful about the announced networks we accept.Claudio Jeker
2006-03-13cleanup from dhillTheo de Raadt
2006-03-13clean-up some name handling:Marc Espie
2006-03-13repair pkg_add -Marc Espie
2006-03-13The return value of the start/stop timer functions is almost never checked.Claudio Jeker
2006-03-12missing close(); dhill@mindcry.orgTheo de Raadt
2006-03-12more getopt() EOF crud; adobriyan@gmailTheo de Raadt
2006-03-10print IAPP messages for the old IAPP port 2313.Reyk Floeter
2006-03-10add whitespaceReyk Floeter
2006-03-10some IAPP implementations still use the pre-standard port 2313 in broadcastReyk Floeter
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek
2006-03-09Track interface uptime.Esben Norby
2006-03-09Add some NOTREACHED to please lint.Claudio Jeker
2006-03-09More spring cleaning with lint. Change a few types and add some comments toClaudio Jeker
2006-03-09It seems that 60 secs is a reasonable amount of time to reach state FULL.Esben Norby
2006-03-09Start using *_name function that are now shared between ospfd and ospfctl.Claudio Jeker
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
2006-03-09Correctly warn about unsupported interface types as it is done in other places.Claudio Jeker
2006-03-09KNF, remove some unneded type casts and add some ARGSUSED. This makes lintClaudio Jeker
2006-03-09Mark event callbacks with ARGSUSED to silence lint.Claudio Jeker
2006-03-09Switch send_packet from char * to void * and from int to size_t. The functionClaudio Jeker
2006-03-09in_cksum() should return a u_int16_t and not int. Switch a variable toClaudio Jeker
2006-03-09if_event_names is only used by interface.c so move it there.Claudio Jeker
2006-03-09Log link state changes.Esben Norby
2006-03-08Remove unused quit flag inherited from bgpd long ago.Claudio Jeker
2006-03-08Cleanup with lint. Kill unused variable and fix some types.Claudio Jeker
2006-03-08Move procnames from log.h to log.c it is only used there.Claudio Jeker
2006-03-08Spaces and other minor cleanup.Claudio Jeker
2006-03-08Last kroute.c commit changed the meaning of the flags so check them correctly.Claudio Jeker
2006-03-08Fix logic of the kroute code. First of all there was a porblem if a prefixClaudio Jeker
2006-03-08Check for implied acks. If we receive an update that is on our retransmissionClaudio Jeker
2006-03-08Document "set community delete ..." and sync that section with the oneClaudio Jeker
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-08fix race condition in SCP for real.Marc Espie
2006-03-07Fix a bug reported by Xavier Beaudouin. On config reloads set parametersClaudio Jeker
2006-03-07"set attribute ..." in neighbor blocks needs better documentation.Claudio Jeker
2006-03-07do not write partial files out if the PKG_CACHE filesystem overflows.Marc Espie
2006-03-07Use 65535 instead of 0xffff to specify the maximum number that can be usedClaudio Jeker
2006-03-07Fix pkg_copy().Bernd Ahlers
2006-03-07properly zap temporary file.Marc Espie
2006-03-07rendez-vous with subchild through signal USR1.Marc Espie
2006-03-07make pkg_copy be overidable by subclass.Marc Espie
2006-03-07only the grand child can have issuesMarc Espie