OpenBSD CVS

CVS log for src/usr.sbin/dvmrpctl/dvmrpctl.c


[BACK] Up to [local] / src / usr.sbin / dvmrpctl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 20 14:10:07 2022 UTC (2 years, 4 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.15: +1 -4 lines
Diff to previous 1.15 (colored)

dvmrpctl: fix -Wunused-but-set-variable warning

ok guenther@

Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 5 13:11:00 2015 UTC (8 years, 6 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

EAGAIN handling for imsg_read. OK henning@ benno@

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 25 20:23:00 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

pledge "route" no longer needed for if_indextoname & if_nametoindex

Revision 1.13 / (download) - annotate - [select for diffs], Sat Oct 10 22:11:37 2015 UTC (8 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12 (colored)

pledge "stdio route"; untested.  this has the if_nametoindex() problem as
other *ctl programs using their daemon's log.c, and thus requires "route"
for now.  we hope to solve that issue soon.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 27 17:29:45 2015 UTC (8 years, 8 months ago) by stsp
Branch: MAIN
Changes since 1.11: +6 -27 lines
Diff to previous 1.11 (colored)

As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.
Remove unused function get_ifms_type(). No ifmedia in here anymore.
"move forward" deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 14 20:48:51 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.10: +3 -2 lines
Diff to previous 1.10 (colored)

cope with the EAGAIN API change for msgbuf_write()
ok benno

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 9 14:51:33 2013 UTC (11 years, 2 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.9: +4 -3 lines
Diff to previous 1.9 (colored)

do not store a time_t or the result of a time_t division in an int

prompted by deraadt@, ok claudio@ chl@ guenther@

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 2 20:32:17 2009 UTC (14 years, 7 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.8: +13 -2 lines
Diff to previous 1.8 (colored)

Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 14 11:49:25 2009 UTC (14 years, 8 months ago) by claudio
Branch: MAIN
Changes since 1.7: +14 -26 lines
Diff to previous 1.7 (colored)

Switch the various link state printing codes to use the new if_media
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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 6 07:52:04 2009 UTC (15 years ago) by pyr
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.6: +9 -14 lines
Diff to previous 1.6 (colored)

make dvmrpd imsg-in-a-lib ready as well.
``put it in'' claudio@, ok eric@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 24 16:23:52 2009 UTC (15 years, 4 months ago) by michele
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Reflect dvmrpd changes, nbr_cnt is no more needed.

ok norby@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 31 14:10:20 2008 UTC (15 years, 5 months ago) by sobrado
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

sync synopsis/usage.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 15 02:16:35 2007 UTC (16 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

specifying int instead of just unsigned is better style

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 30 02:21:08 2007 UTC (17 years ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.2: +1 -4 lines
Diff to previous 1.2 (colored)

yuck, no cookie for me

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 28 19:21:15 2006 UTC (17 years, 6 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.1: +4 -2 lines
Diff to previous 1.1 (colored)

add additional link states to report the half duplex / full duplex
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@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 1 14:21:28 2006 UTC (18 years ago) by norby
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0

Controller for dvmrpd.

Almost all available information in dvmrpd can be read.
Not connected to builds yet.

ok claudio@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.