summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-05-08documentation tweaks.Igor Sobrado
2008-05-08Insert pad blocks after sub-messages to keep the structures aligned toTheo de Raadt
2008-05-08backout shit committed on accidentHenning Brauer
2008-05-08timer_due is not needed any moreHenning Brauer
2008-05-08KNFHenning Brauer
2008-05-08take advanatge of the timewheelin timer_nextduein - we just need to lookHenning Brauer
2008-05-08we can stopin timer_set if new timeout equals the oldone.Henning Brauer
2008-05-08take advantage of the timewheel: instead of checking each an everyHenning Brauer
2008-05-08in timer_set, when figuring out the right position for the timer,Henning Brauer
2008-05-08this should really only be in one file.Bob Beck
2008-05-08change timer internals so that we use a timewheel (tailq, sorted by expiryHenning Brauer
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-08make sure we always send back something on IMSG_CTL_SHOW_NEIGHBORHenning Brauer
2008-05-08move the session keys used by dns in a protocol-specific private ptr.Reyk Floeter
2008-05-08missed to set the default for tables to round-robin, so it wasReyk Floeter
2008-05-07OSPF uses the highest IP address, not the lowest.Joel Sing
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2008-05-07Ref to ripd instead of routed.Claudio Jeker
2008-05-07Remove .Xr to routed and reword the sentence a bit to make more sense.Claudio Jeker
2008-05-07add an alternative "route to" mode to relayd redirections which mapsReyk Floeter
2008-05-06tweak previous;Jason McIntyre
2008-05-06the manpage mentioned "timeout" in relay sections, while the grammarReyk Floeter
2008-05-06the message digest http check does not work on binary content, add manpageReyk Floeter
2008-05-06fix the table stats clr ioctlReyk Floeter
2008-05-06do not attempt to reload a configuration if we come from a non pfPierre-Yves Ritschard
2008-05-06More missing RTM_VERSION checks. OK henning@Claudio Jeker
2008-05-06Do not unconditionnaly load pf. If pf isn't required by the configurationPierre-Yves Ritschard
2008-05-05clean up after reyk (tab at EOL)Henning Brauer
2008-05-05don't install a /128 bit net route for 'proxy' ndp entriesMarkus Friedl
2008-05-05Use rtm_hdrlen instead of the static header length. OK norby@Claudio Jeker
2008-05-05Put relay sockets in non blocking mode too. This got forgotten along thePierre-Yves Ritschard
2008-05-02Compare flags against the right flag field or else unexpected things mayClaudio Jeker
2008-05-02Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthopClaudio Jeker
2008-05-02do not always delay log initialization, when no configuration file isPierre-Yves Ritschard
2008-04-30* add xetcXX.tgz support to sysmerge and handle binary filesAntoine Jacoutot
2008-04-28tweak previous;Jason McIntyre
2008-04-28Improve the dvmrpd(8) manpage.Esben Norby
2008-04-25neccessary -> necessary; from Pierre RiteauJason McIntyre
2008-04-25spelling: pathes->paths, ok henningStuart Henderson
2008-04-24kill first personTheo de Raadt
2008-04-23- clarify copyright / licenseAntoine Jacoutot
2008-04-23build sysmerge inTheo de Raadt
2008-04-23usage is only used once; ok millertTheo de Raadt
2008-04-23Re-indent codeTodd C. Miller
2008-04-23Replace handrolled lists with SLISTs or TAILQs.Pierre-Yves Ritschard
2008-04-22Welcome sysmerge(8), a mergemaster-based utility to help you updateAntoine Jacoutot
2008-04-22tweak previous;Jason McIntyre
2008-04-22Flush output buffers before closing TCP session. Fixes the case whereJoel Knight
2008-04-21If a |program is too slow to process the input,Marco Pfatschbacher
2008-04-21Clean up logging by introducing the logging API used inRainer Giedat