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