summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused variable; pointed out by clangflorian2017-07-281-2/+1
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
* 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
* As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.stsp2015-09-271-27/+6
* 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
* do not store a time_t or the result of a time_t division in an intgilles2013-04-091-3/+4
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+5
* 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
* sort;jmc2009-11-031-4/+4
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-024-6/+32
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* Switch the various link state printing codes to use the new if_mediaclaudio2009-09-141-26/+14
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-14/+9
* Reflect dvmrpd changes, nbr_cnt is no more needed.michele2009-01-241-3/+3
* 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
* 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
* Controller for dvmrpd.norby2006-06-015-0/+1116