summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/control.c
AgeCommit message (Expand)Author
29 hoursConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
30 hoursConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
30 hoursUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
30 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
30 hoursConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
30 hoursIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2021-01-19Same control cleanup that was done for ospfd and ripd. Move theClaudio Jeker
2018-08-05Revert back previous and remove cpath pledge(2) promise entirely. We decidedRicardo Mestre
2017-01-08Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2016-09-02Make functions and variables static whenever possible.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-01-15Add support for manually clearing neighbors.Renato Westphal
2015-12-13Introduce new command to show traffic statistics.Renato Westphal
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-10-02Welcome eigrpdRenato Westphal