summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/eigrpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling dup2(oldd, newd) when oldd == newd. In that case theyasuoka2019-03-311-2/+6
* Fix use-after-free by moving the free(3) of the configured interfaces to aftermestre2018-09-261-20/+20
* Remove now unused header which I forgot to commit on previous.mestre2018-08-051-2/+1
* Revert back previous and remove cpath pledge(2) promise entirely. We decidedmestre2018-08-051-5/+2
* Actually order the promises in their canonical form, missed that in mymestre2018-08-021-2/+2
* Currently when eigrpd(8) shuts down then its unix control socket is beingmestre2018-08-021-2/+6
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Make functions and variables static whenever possible.renato2016-09-021-39/+34
* Remove superfluous includes and follow style(9).renato2016-09-021-8/+7
* Fix broken pipe teardown.renato2016-09-021-6/+12
* Simplify shutdown processrenato2016-08-081-73/+33
* Fix potential SIGBUS in startup.renato2016-06-051-5/+5
* Improve security by calling exec after fork.renato2016-06-051-32/+130
* Improve support for config reloading.renato2016-05-121-2/+23
* Revert previous commit.renato2016-04-181-5/+7
* Kill the child processes if their parent dies unexpectedly.renato2016-04-151-7/+5
* Move several other variables out of eigrpd_conf.renato2016-04-151-10/+10
* Move the command line options out of struct eigrpd_configrenato2016-04-151-11/+13
* Minor fixes and code cleanup.renato2016-04-151-1/+4
* I just stumbled on this and noticed that eigrpd requires inet and rpath in pledge(2) call to make "reload",gsoares2016-02-231-2/+2
* Copy structs by assignment instead of memcpy.renato2016-02-211-2/+2
* Several minor tweaks.renato2016-02-211-2/+2
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-4/+1
* Forgot about eigrp when doing the imsg_read EAGAIN fixes.claudio2015-12-051-3/+3
* Add support for route summarization.renato2015-10-211-1/+2
* Make use of pledge(2).renato2015-10-101-1/+4
* Welcome eigrpdrenato2015-10-021-0/+657