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