summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-25snprintf() cleanup; OK niallo@.Xavier Santolaria
2006-01-25spell fall through as FALLTHROUGHTed Unangst
2006-01-25lint says Pflag isn't needed. i concurTed Unangst
2006-01-25some warning reductionTed Unangst
2006-01-25an old diff from tech to convert to using strtonum and some other miscTed Unangst
2006-01-25another fix from art.Brad Smith
2006-01-25Remove gratuitous fetch_state() calls in state_change().Marco Pfatschbacher
2006-01-24Initial stab at glenv(4), a driver for the GL518SM.Mark Kettenis
2006-01-24Correct debug textEsben Norby
2006-01-24protect against weird situations where dependencies don't matchMarc Espie
2006-01-24Fix bad indent.Esben Norby
2006-01-24fclose file stream before opening a new one.Otto Moerbeek
2006-01-24Split SPF calc and AS Ext calc.Esben Norby
2006-01-24add -r to synopsis, and tweak its description a little;Jason McIntyre
2006-01-24Add missing break; in a switch case statement from r1.7 pread() changes. FromAaron Campbell
2006-01-24introduce "bgpctl show summary terse", shows summary in an easy to parseHenning Brauer
2006-01-24Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so canAaron Campbell
2006-01-24bgpd does not and will never support route flap damping as defined in theClaudio Jeker
2006-01-24Last bits for softreconfig in support. Now bgpd will automaticaly rei-filterClaudio Jeker
2006-01-24Functions in the poll() loop should only be moved around if there are noClaudio Jeker
2006-01-24Check if filter changed on a per peer basis. This should speed up theClaudio Jeker
2006-01-24Finally start using the Adj-RIB-In. The most complex part is the modificationClaudio Jeker
2006-01-24It is possible that a prefix is part of two RIBs in that case prefix_remove()Claudio Jeker
2006-01-24Update comment to match reality.Claudio Jeker
2006-01-24Match a few more NVIDIA product ids found in Linux drivers.Jonathan Gray
2006-01-24regenJonathan Gray
2006-01-24Some NVIDIA MCP04/MCP51/C51/MCP55 devices.Jonathan Gray
2006-01-24print locker's name if revision is locked;Xavier Santolaria
2006-01-24document -rHenning Brauer
2006-01-24missing space in error message, and make it slightly betterer while thereHenning Brauer
2006-01-24KNFHenning Brauer
2006-01-24zap now unused varHenning Brauer
2006-01-24introduce a second control socket, which is restricted to certain messages,Henning Brauer
2006-01-24make bgpctl deal with IMSG_CTL_RESULT no matter what request was sentHenning Brauer
2006-01-24syncPeter Valchev
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-24spelling;Jason McIntyre
2006-01-23The GL518SM is a real piece of shit, and if we don't detect it bad thingsMark Kettenis
2006-01-23support PMTU-Discovery for link2 ipsec bridges; ok claudioMarkus Friedl
2006-01-23Kill stupid comment. "not reached" after a continue is superfluous.Claudio Jeker
2006-01-23Open the routing socket before load_config() calls fetch_state().Marco Pfatschbacher
2006-01-23Catch up with reality.Mark Kettenis
2006-01-23add a buffered event test.Brad Smith
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis
2006-01-23Do not enable disabled sensors.Mark Kettenis
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23display usage if an unknown option is specified;Xavier Santolaria