Age | Commit message (Expand) | Author |
2006-01-24 | Fix bad indent. | Esben Norby |
2006-01-24 | fclose file stream before opening a new one. | Otto Moerbeek |
2006-01-24 | Split SPF calc and AS Ext calc. | Esben Norby |
2006-01-24 | add -r to synopsis, and tweak its description a little; | Jason McIntyre |
2006-01-24 | Add missing break; in a switch case statement from r1.7 pread() changes. From | Aaron Campbell |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so can | Aaron Campbell |
2006-01-24 | bgpd does not and will never support route flap damping as defined in the | Claudio Jeker |
2006-01-24 | Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter | Claudio Jeker |
2006-01-24 | Functions in the poll() loop should only be moved around if there are no | Claudio Jeker |
2006-01-24 | Check if filter changed on a per peer basis. This should speed up the | Claudio Jeker |
2006-01-24 | Finally start using the Adj-RIB-In. The most complex part is the modification | Claudio Jeker |
2006-01-24 | It is possible that a prefix is part of two RIBs in that case prefix_remove() | Claudio Jeker |
2006-01-24 | Update comment to match reality. | Claudio Jeker |
2006-01-24 | Match a few more NVIDIA product ids found in Linux drivers. | Jonathan Gray |
2006-01-24 | regen | Jonathan Gray |
2006-01-24 | Some NVIDIA MCP04/MCP51/C51/MCP55 devices. | Jonathan Gray |
2006-01-24 | print locker's name if revision is locked; | Xavier Santolaria |
2006-01-24 | document -r | Henning Brauer |
2006-01-24 | missing space in error message, and make it slightly betterer while there | Henning Brauer |
2006-01-24 | KNF | Henning Brauer |
2006-01-24 | zap now unused var | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-24 | make bgpctl deal with IMSG_CTL_RESULT no matter what request was sent | Henning Brauer |
2006-01-24 | sync | Peter Valchev |
2006-01-24 | Remove unused fields from struct mac68k_machine. | Miod Vallat |
2006-01-24 | spelling; | Jason McIntyre |
2006-01-23 | The GL518SM is a real piece of shit, and if we don't detect it bad things | Mark Kettenis |
2006-01-23 | support PMTU-Discovery for link2 ipsec bridges; ok claudio | Markus Friedl |
2006-01-23 | Kill stupid comment. "not reached" after a continue is superfluous. | Claudio Jeker |
2006-01-23 | Open the routing socket before load_config() calls fetch_state(). | Marco Pfatschbacher |
2006-01-23 | Catch up with reality. | Mark Kettenis |
2006-01-23 | add a buffered event test. | Brad Smith |
2006-01-23 | add evbuffer_add_vprintf interface from artur grabowski | Brad Smith |
2006-01-23 | Be more careful when mapping DAFB color registers, so that we don't prevent | Miod Vallat |
2006-01-23 | Be sure to clear color capabilities from rasops at 8bpp if we do not have | Miod Vallat |
2006-01-23 | Don't match ITE chips matched by it(4). | Mark Kettenis |
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-23 | display usage if an unknown option is specified; | Xavier Santolaria |
2006-01-23 | add support for `-sstates' and `-w[logins]' options; tested and OK niallo@. | Xavier Santolaria |
2006-01-23 | snprintf() -> strlcpy()/strlcat(); OK niallo@. | Xavier Santolaria |
2006-01-23 | update for MII | Martin Reindl |
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl |
2006-01-23 | print complete command name in usage, not aliases. | Xavier Santolaria |
2006-01-23 | wrap usage; | Xavier Santolaria |
2006-01-23 | Make man page reflect current reality of play command. jmc@ cleaned | Kenneth R Westerback |
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini |
2006-01-22 | fixes miibus_{read,write}reg routines. | Damien Bergamini |
2006-01-22 | Colormap support for DAFB frame buffers (using information from Linux). | Miod Vallat |