summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.c
AgeCommit message (Expand)Author
2003-12-23spacingTheo de Raadt
2003-12-23send shutdown requests to the child processes and wait for a ackmessage fromHenning Brauer
2003-12-22delay setting up the signal handlers in the main process until after fork(),Henning Brauer
2003-12-22o add low-level functions for adding/chaining/removing kernel routesHenning Brauer
2003-12-22uid check later; configtest is useful as non-rootHenning Brauer
2003-12-22add a configtest modeHenning Brauer
2003-12-22No need to setup a signal handler for SIGKILL as you can't catch it anyway.Miod Vallat
2003-12-22in the same vein we can plain errx() if the geteuid check fails.Henning Brauer
2003-12-22when starting up and the configuration has errors, do not call fatal().Henning Brauer
2003-12-21rename get_imsg() to imsg_get(); that's more consistentHenning Brauer
2003-12-21wrap read & write buffers for imsgs into a struct.Henning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-21use pipe(2)s instead of socketpair(2)s.Henning Brauer
2003-12-20more from the castathon; imsg_compose takes void * now so get rid of the castsHenning Brauer
2003-12-20few missing break; in default: cases in switch; one noticed by tedu@Henning Brauer
2003-12-20spacingTheo de Raadt
2003-12-20parent: waitpid() for the child processes on exitHenning Brauer
2003-12-20keep track which process we are so fatal() can log in which proc theHenning Brauer
2003-12-20read(2)/write(2) return ssize_t, not size_tHenning Brauer
2003-12-17send reconf requests to the RDE as well and handle them there; syncing peerHenning Brauer
2003-12-17welcome, bgpdHenning Brauer