summaryrefslogtreecommitdiff
path: root/usr.sbin/dvmrpctl
AgeCommit message (Collapse)Author
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok claudio@
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
other *ctl programs using their daemon's log.c, and thus requires "route" for now. we hope to solve that issue soon.
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.Stefan Sperling
Remove unused function get_ifms_type(). No ifmedia in here anymore. "move forward" deraadt@
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
ok benno
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
prompted by deraadt@, ok claudio@ chl@ guenther@
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
change. ok claudio
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
2010-05-10Mention that commands may be abbreviated. ok claudio@Stuart Henderson
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
we don't know the size of, otherwise gcc >= 4 will error. ok markus@ deraadt@
2009-11-03sort;Jason McIntyre
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
logging. henning, sthen, michele like the idea
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
ok jmc@
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
independent LINK_STATE_DESCRIPTIONS. Code is now more or less a one to one copy of get_linkstate() in route/route.c. OK henning, michele, sthen, deraadt
2009-06-06make dvmrpd imsg-in-a-lib ready as well.Pierre-Yves Ritschard
``put it in'' claudio@, ok eric@
2009-01-24Reflect dvmrpd changes, nbr_cnt is no more needed.Michele Marchetto
ok norby@
2008-12-31sync synopsis/usage.Igor Sobrado
2008-12-06the ellipsis allows more than one argument being specified.Igor Sobrado
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30yuck, no cookie for meHenning Brauer
2007-02-28spelling: Multicast not MutlicastDavid Krause
2007-01-26Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@Claudio Jeker
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@
2006-08-17Remove -Wredundant-decls from CFLAGSClaudio Jeker
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
2006-06-01Controller for dvmrpd.Esben Norby
Almost all available information in dvmrpd can be read. Not connected to builds yet. ok claudio@