summaryrefslogtreecommitdiff
path: root/usr.sbin/ripctl
AgeCommit message (Expand)Author
8 hoursConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
8 hoursUnify error reporting in various control programs.Claudio Jeker
8 hoursConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
8 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
9 hoursUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2017-07-28remove unused variables; pointed out by clangFlorian Obser
2016-10-13Document the -s option, descr adapted from ospfd/ospfctlJeremie Courreges-Anglas
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-08-02Allow specifying an alternate socket path.Jeremie Courreges-Anglas
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-10-09All commands seem to work fine with pledge "stdio" after the connect(),Theo de Raadt
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ripd.Stefan Sperling
2015-09-13match a few if_media uint64_t conversions; ok miodTheo de Raadt
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
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
2010-09-05Unbreak the tree. Bad tedu, no cookie.Mark Kettenis
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
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
2009-11-03sort;Jason McIntyre
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
2009-07-17Correcly mark as 'R' ripd(8) inserted routes evenMichele Marchetto
2009-06-06make ripctl/ripd imsg-in-a-lib ready too.Eric Faurot
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-09-1164bit baudrate and %llu to printHenning Brauer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30token fallout.. bad henningHenning Brauer
2007-01-26Sync with ospfctl/bgpctl: detect missing arguments. OK michele@Claudio Jeker
2006-11-30remove "show summary" and "detail" keywords that aren't supportedMichele Marchetto
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-10-24first appeared in OpenBSD 4.1 not 4.0David Krause
2006-10-18Controller for the ripd.Esben Norby