summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-03-31some KNF, partially pt out by rivo nurges <rix@estpak.ee>Henning Brauer
2007-03-31Some code cleanups. Added one lint command, removed one unused function andMichele Marchetto
2007-03-30Preserve the contents of the memory buffers when syslogd reinitializesCan Erkin Acar
2007-03-30Use correct function name in fatalx() message.Claudio Jeker
2007-03-30Restore full version reporting when using the -v and -V switch.Pierre-Yves Ritschard
2007-03-29sync sync sync is so 1970; ok miodTheo de Raadt
2007-03-29Document the new inet and inet6 filter parameters. OK henning@Claudio Jeker
2007-03-29Until now prefixlen defaulted to AF_INET if it was used without a prefix.Claudio Jeker
2007-03-28flesh out the addresses to make it clear what they are; requested by jmcTheo de Raadt
2007-03-28Since /etc/crontab is not edited via crontab(1) there's no goodTodd C. Miller
2007-03-28Remove unused variable found by lint.Claudio Jeker
2007-03-28add support for bgpctl show rib community <community>Henning Brauer
2007-03-28add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given communityHenning Brauer
2007-03-28IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch toClaudio Jeker
2007-03-27finally remove old warning, @lib has been around (and used) since 3.7.Marc Espie
2007-03-27Remove unused parameter in nbr_newMichele Marchetto
2007-03-27Normalize tv so that tv_usec is positive. The kernel also normalizes,Otto Moerbeek
2007-03-27Fix aligenment issues by using bcopy() and a local variable instead of theClaudio Jeker
2007-03-27First step to make ospfd equal cost multipath aware.Claudio Jeker
2007-03-27Correctly handle connected routes in srt_check_route()Michele Marchetto
2007-03-26even better wording.Marc Espie
2007-03-26adjust documentation to simplify the common case.Marc Espie
2007-03-26remove the unneccessary options descriptions from usage();Jason McIntyre
2007-03-26Print the reason code of deauth and disassociation packets if in verbose mode.Claudio Jeker
2007-03-26fix lines with too many args; from Igor SobradoJason McIntyre
2007-03-26Route report packets with metric greater than infinity are legal, so don'tMichele Marchetto
2007-03-25support a 2 address format (addr:port addr:port) like fstat outputs.Theo de Raadt
2007-03-25If the interface metric changes on reload it is necessary to re-originateClaudio Jeker
2007-03-24hugh says the vax workaround was for toolchain crashes, not rpc.bootparamdTheo de Raadt
2007-03-23Increase sensor polling interval to 30s, just like ntp polls. ThisChris Kuethe
2007-03-22remove default output of version numbers to silence confused auditingPierre-Yves Ritschard
2007-03-22s/%ssredistribute/%sredistribute/. One s is enough and makes -nv outputClaudio Jeker
2007-03-22Somehow I forgot how to correctly sort in alphabetical order.Claudio Jeker
2007-03-22do not try to grab default router list on "ndp -r" if it's emptyJun-ichiro itojun Hagino
2007-03-22backoutOtto Moerbeek
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-03-21tweak a sentence;Jason McIntyre
2007-03-21Add RFC 3137 and remove the caveats section. Ospfd will now automaticalyClaudio Jeker
2007-03-21Document "stub router (yes|no)" and how/why it is used.Claudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-21in addition to the host retry option in tables, add support for theReyk Floeter
2007-03-20document the args to the "timezone" command;Jason McIntyre
2007-03-20various text improvements to make this page read better. also add inJason McIntyre
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-19Doh! If we support "redistribute rtlabel" we should actually track theClaudio Jeker
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer