summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variable; pointed out by clangflorian2017-07-281-2/+1
| | | | OK kettenis
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
| | | | | | | move daemon-local functions into new logmsg.c, and reduce the (mostly whitespace) differences so that log.c's can be diffed easily. ok claudio@
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
|
* pledge "route" no longer needed for if_indextoname & if_nametoindexderaadt2015-10-251-2/+2
|
* pledge "stdio route"; untested. this has the if_nametoindex() problem asderaadt2015-10-101-1/+4
| | | | | other *ctl programs using their daemon's log.c, and thus requires "route" for now. we hope to solve that issue soon.
* As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.stsp2015-09-271-27/+6
| | | | | Remove unused function get_ifms_type(). No ifmedia in here anymore. "move forward" deraadt@
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
|
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+3
| | | | ok benno
* do not store a time_t or the result of a time_t division in an intgilles2013-04-091-3/+4
| | | | prompted by deraadt@, ok claudio@ chl@ guenther@
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
| | | | change. ok claudio
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+5
| | | | | | | | Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
* Mention that commands may be abbreviated. ok claudio@sthen2010-05-101-2/+6
|
* Don't use [] in function arguments when dealing with arraysjsg2009-11-132-6/+6
| | | | | | we don't know the size of, otherwise gcc >= 4 will error. ok markus@ deraadt@
* sort;jmc2009-11-031-4/+4
|
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-024-6/+32
| | | | logging. henning, sthen, michele like the idea
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
| | | | | | | | few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
| | | | ok jmc@
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-26/+14
| | | | | | 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
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-14/+9
| | | | ``put it in'' claudio@, ok eric@
* Reflect dvmrpd changes, nbr_cnt is no more needed.michele2009-01-241-3/+3
| | | | ok norby@
* sync synopsis/usage.sobrado2008-12-311-2/+2
|
* the ellipsis allows more than one argument being specified.sobrado2008-12-061-3/+3
|
* specifying int instead of just unsigned is better stylederaadt2007-10-151-2/+2
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* yuck, no cookie for mehenning2007-05-301-4/+1
|
* spelling: Multicast not Mutlicastdavid2007-02-281-2/+2
|
* Sync with ospfctl/bgpctl: correctly detect missing arguments. OK norby@claudio2007-01-261-4/+6
|
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+4
| | | | | | | | 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@
* Remove -Wredundant-decls from CFLAGSclaudio2006-08-171-2/+2
|
* amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadhenning2006-07-251-2/+2
| | | | | (and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
* Controller for dvmrpd.norby2006-06-015-0/+1116
Almost all available information in dvmrpd can be read. Not connected to builds yet. ok claudio@