index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
eigrpd
/
control.c
Age
Commit message (
Expand
)
Author
29 hours
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
30 hours
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
30 hours
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
30 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
30 hours
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
30 hours
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Same control cleanup that was done for ospfd and ripd. Move the
Claudio Jeker
2018-08-05
Revert back previous and remove cpath pledge(2) promise entirely. We decided
Ricardo Mestre
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-01-15
Add support for manually clearing neighbors.
Renato Westphal
2015-12-13
Introduce new command to show traffic statistics.
Renato Westphal
2015-12-05
Forgot about eigrp when doing the imsg_read EAGAIN fixes.
Claudio Jeker
2015-10-02
Welcome eigrpd
Renato Westphal