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
/
eigrpd
/
eigrpd.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-19
Kill global eigrpd_process and instead pass the proc to merge_config()
Claudio Jeker
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2018-09-26
Fix use-after-free by moving the free(3) of the configured interfaces to after
Ricardo Mestre
2018-08-05
Remove now unused header which I forgot to commit on previous.
Ricardo Mestre
2018-08-05
Revert back previous and remove cpath pledge(2) promise entirely. We decided
Ricardo Mestre
2018-08-02
Actually order the promises in their canonical form, missed that in my
Ricardo Mestre
2018-08-02
Currently when eigrpd(8) shuts down then its unix control socket is being
Ricardo Mestre
2016-09-02
work on making log.c similar in all daemons:
Sebastian Benoit
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-09-02
Fix broken pipe teardown.
Renato Westphal
2016-08-08
Simplify shutdown process
Renato Westphal
2016-06-05
Fix potential SIGBUS in startup.
Renato Westphal
2016-06-05
Improve security by calling exec after fork.
Renato Westphal
2016-05-12
Improve support for config reloading.
Renato Westphal
2016-04-18
Revert previous commit.
Renato Westphal
2016-04-15
Kill the child processes if their parent dies unexpectedly.
Renato Westphal
2016-04-15
Move several other variables out of eigrpd_conf.
Renato Westphal
2016-04-15
Move the command line options out of struct eigrpd_config
Renato Westphal
2016-04-15
Minor fixes and code cleanup.
Renato Westphal
2016-02-23
I just stumbled on this and noticed that eigrpd requires inet and rpath in pl...
Gleydson Soares
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-02-21
Several minor tweaks.
Renato Westphal
2016-02-02
Remove setproctitle() for the parent process. Because rc.d(8) uses process
Stuart Henderson
2015-12-05
Forgot about eigrp when doing the imsg_read EAGAIN fixes.
Claudio Jeker
2015-10-21
Add support for route summarization.
Renato Westphal
2015-10-10
Make use of pledge(2).
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal