summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpctl/dvmrpctl.c
AgeCommit message (Expand)Author
4 daysConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
4 daysUnify error reporting in various control programs.Claudio Jeker
4 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
4 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
4 daysUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2022-01-20dvmrpctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-10-25pledge "route" no longer needed for if_indextoname & if_nametoindexTheo de Raadt
2015-10-10pledge "stdio route"; untested. this has the if_nametoindex() problem asTheo de Raadt
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.Stefan Sperling
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
2009-06-06make dvmrpd imsg-in-a-lib ready as well.Pierre-Yves Ritschard
2009-01-24Reflect dvmrpd changes, nbr_cnt is no more needed.Michele Marchetto
2008-12-31sync synopsis/usage.Igor Sobrado
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-05-30yuck, no cookie for meHenning Brauer
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-06-01Controller for dvmrpd.Esben Norby