index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dvmrpd
Age
Commit message (
Expand
)
Author
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-01-19
Like ospfd allocate the recv buffer with malloc() on first call.
Claudio Jeker
2021-01-19
Make struct imsgev static like in the other routing daemons. With this
Claudio Jeker
2021-01-19
Kill dvrmpd_process and log_procnames. Unneeded abstraction for this
Claudio Jeker
2021-01-19
Cleanup control like in the other routing daemons. Move control_state
Claudio Jeker
2021-01-19
Another pkt_ptr cleanup. There is actually no need to make the pkt
Claudio Jeker
2021-01-19
Like all other log.c just exit(1) in fatal()
Claudio Jeker
2020-05-16
list example files in FILES with a short description: generally, "Example
Jason McIntyre
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2019-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-21
add missing braces implied by indentation
Jonathan Gray
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-18
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
Jason McIntyre
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-01-08
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-02
Simplify shutdown process.
Renato Westphal
2016-09-02
Close connections when msgbuf_write() returns 0.
Renato Westphal
2016-09-02
Don't fatal if the imsg pipe is closed, this is often triggered in the
Renato Westphal
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-07
Remove unneeded strings.h includes. From Serguey Parkhomovsky.
mmcc
2015-12-07
Replace bzero with memset, and change a strings.h include to string.h to
mmcc
2015-12-07
strings.h -> string.h to prevent implicit declarations. From Serguey
mmcc
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.
Stefan Sperling
2015-07-27
use file system path (.Pa) semantic markup macros where appropriate.
Igor Sobrado
2015-05-22
fix a non safe use of LIST_FOREACH with LIST_REMOVE
Jonathan Gray
2015-05-05
use the sizeof the struct not the sizeof a pointer to the struct
Jonathan Gray
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
More SOCK_NONBLOCK adjustments similar to the other daemons.
Claudio Jeker
2015-02-09
Oups forgot to remove the enums
Claudio Jeker
2015-02-09
Kill another session_socket_blockmode() ... 6 or so to go.
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
[next]