summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-01-04cope with poll errorHenning Brauer
2004-01-04show da timersHenning Brauer
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
2004-01-04split the dispatch_imsg function into twom one per pipe.Henning Brauer
2004-01-04show message statistics in the "show neighbor" viewHenning Brauer
2004-01-04err, on receival of keepalives increase the keepalive counter, not the updateHenning Brauer
2004-01-04keep seperate message counters for open/update/keepalive/notificationHenning Brauer
2004-01-04new command "reload"Henning Brauer
2004-01-04-new imsg CTL_RELOADHenning Brauer
2004-01-04catch upHenning Brauer
2004-01-04allow "show neighbor" to be limited to one specific neighborHenning Brauer
2004-01-04re-org some parts; grudging ok from jmcTheo de Raadt
2004-01-04knf and lintTheo de Raadt
2004-01-04spacingTheo de Raadt
2004-01-04add infrastructure for command line parsingHenning Brauer
2004-01-04in the SE, keep the remote router-id in network byte order, just likeHenning Brauer
2004-01-04+syslogcDamien Miller
2004-01-04syslogc - client to read memory buffered logs from syslogd;Damien Miller
2004-01-04Buffered logging for syslogd. Logs may be stored in memory buffers andDamien Miller
2004-01-04print time since last up/down ninelyHenning Brauer
2004-01-04share statenamesHenning Brauer
2004-01-04Wall and spacing, I am hunting bugsTheo de Raadt
2004-01-04zap unused variable; ok mcbridePeter Valchev
2004-01-03keep track of last session up/down and last successfull readHenning Brauer
2004-01-03print message countersHenning Brauer
2004-01-03add message countersHenning Brauer
2004-01-03#include session.hHenning Brauer
2004-01-03move some session specific stuff to session.h and make the few filesHenning Brauer
2004-01-03decouple the peer list from bgpd_config.Henning Brauer
2004-01-03Replace bogus use of fgetln() (which doesn't NUL-terminate strings)Todd C. Miller
2004-01-03we'll have more than one view one day, strutural prepare for thatHenning Brauer
2004-01-03factor out the printing stuff and format nicer as wellHenning Brauer
2004-01-03cope with changed imsg_read semanticsHenning Brauer
2004-01-03change imsg_read semantics so that the number of bytes read is returned.Henning Brauer
2004-01-03there is no guarantee we get all we wan with a single read(), so weHenning Brauer
2004-01-03send an imsg as list end indicatorHenning Brauer
2004-01-03fix umask, noticed by theoHenning Brauer
2004-01-03do not create pid file. it was just for debugging and there was no properJun-ichiro itojun Hagino
2004-01-02factor out dump.c from rtsol by -DSMALLJun-ichiro itojun Hagino
2004-01-02unifdef for readability. req'ed by deraadtJun-ichiro itojun Hagino
2004-01-02whitespaceJun-ichiro itojun Hagino
2004-01-02SEE ALSO after FILES;Jason McIntyre
2004-01-02umask setting and unlink before bind() the unix socket, chmod and umaskHenning Brauer
2004-01-02connect bgpctlHenning Brauer
2004-01-02move the socket name #define to bgpd.h and get rid of bgpdctl*Henning Brauer
2004-01-02bring back bgpctlHenning Brauer
2004-01-02no, not thereTheo de Raadt
2004-01-02mark a few numbers U to please compilers; henning okTheo de Raadt
2004-01-02do not , after last element in an enumTheo de Raadt
2004-01-02no nested subdirs like this, henning did not discussTheo de Raadt