summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-12/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-18/+18
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* add missing braces implied by indentationjsg2018-09-211-2/+3
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* Do for most running out of memory err() what was done for most runningkrw2018-07-111-3/+3
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;jmc2018-06-181-4/+4
* Plug leak in error case of the common 'varset' implementations.krw2018-04-261-1/+3
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-4/+4
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-081-7/+9
* Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with morekrw2017-01-051-3/+2
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-051-5/+7
* work on making log.c similar in all daemons:benno2016-09-028-84/+121
* Simplify shutdown process.renato2016-09-023-72/+43
* Close connections when msgbuf_write() returns 0.renato2016-09-023-8/+18
* Don't fatal if the imsg pipe is closed, this is often triggered in therenato2016-09-023-16/+48
* do not allow whitespace in macro names, i.e. "this is" = "a variable".benno2016-06-211-1/+9
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* Remove unneeded strings.h includes. From Serguey Parkhomovsky.mmcc2015-12-073-6/+3
* Replace bzero with memset, and change a strings.h include to string.h tommcc2015-12-076-14/+14
* strings.h -> string.h to prevent implicit declarations. From Sergueymmcc2015-12-072-4/+4
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-054-11/+12
* As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.stsp2015-09-273-10/+10
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-4/+4
* fix a non safe use of LIST_FOREACH with LIST_REMOVEjsg2015-05-221-2/+2
* use the sizeof the struct not the sizeof a pointer to the structjsg2015-05-057-14/+14
* Use sizeof(u_short) in the first check since there are RT messages thatclaudio2015-02-111-2/+2
* More SOCK_NONBLOCK adjustments similar to the other daemons.claudio2015-02-103-7/+16
* Oups forgot to remove the enumsclaudio2015-02-091-6/+1
* Kill another session_socket_blockmode() ... 6 or so to go.claudio2015-02-093-38/+13
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-4/+2
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* Nuke more obvious #include duplications.krw2014-11-184-8/+4
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-033-10/+9
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-258-16/+8
* Fixed typo in error message.tobias2014-07-201-2/+2
* msgbuf_write() <= 0 for a few more daemons.krw2014-07-123-8/+8
* Close the control fd when it has reported EOF.krw2014-07-111-2/+2
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-2/+2
* relax the cfg file secrecy check slightly to allow group readabilityhenning2014-01-221-3/+3
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-264-10/+10
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-7/+7
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3