summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove unused variables; pointed out by clangflorian2017-07-281-3/+1
* Document the -s option, descr adapted from ospfd/ospfctljca2016-10-131-2/+14
* work on making log.c similar in all daemons:benno2016-09-021-2/+2
* Allow specifying an alternate socket path.jca2016-08-021-5/+22
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* All commands seem to work fine with pledge "stdio" after the connect(),deraadt2015-10-091-1/+4
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-271-14/+14
* match a few if_media uint64_t conversions; ok miodderaadt2015-09-131-5/+5
* 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
* Unbreak the tree. Bad tedu, no cookie.kettenis2010-09-051-2/+2
* 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/+4
* 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/+31
* 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-43/+17
* Correcly mark as 'R' ripd(8) inserted routes evenmichele2009-07-171-2/+2
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-18/+12
* 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
* 64bit baudrate and %llu to printhenning2007-09-111-7/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* token fallout.. bad henninghenning2007-05-301-7/+1
* Sync with ospfctl/bgpctl: detect missing arguments. OK michele@claudio2007-01-261-4/+6
* remove "show summary" and "detail" keywords that aren't supportedmichele2006-11-301-15/+7
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+4
* first appeared in OpenBSD 4.1 not 4.0david2006-10-241-2/+2
* Controller for the ripd.norby2006-10-185-0/+1011