Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker | |
long AS pathes in one or the other direction. It weights a prefix at a very late stage in the decision process. This is a nice bgpd feature to traffic engineer networks where most AS pathes are equally long. OK henning@ | |||
2005-04-12 | Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@ | Claudio Jeker | |
2005-04-12 | set metric is an alias of set med since a long time. OK henning@ | Claudio Jeker | |
2005-04-12 | add '-W interface' for 802.11 wireless statistics of the net80211 stack. | Reyk Floeter | |
ok dlg@ deraadt@ jmc@ | |||
2005-04-12 | note that args w/ whitespace and single quotes must be double quoted; | Jason McIntyre | |
requested by alexey e. suslikov; ok henning@ | |||
2005-04-12 | simplify vndopen() a bit. | Joris Vink | |
ok pedro@ | |||
2005-04-12 | lladdr w/o colon; ok henning | Markus Friedl | |
2005-04-12 | e.g., not i.e.; | Jason McIntyre | |
2005-04-12 | spelling | Theo de Raadt | |
2005-04-12 | Support for self originated AS-external LSA. | Claudio Jeker | |
With "redistribute (static|connected|default|none)" it is possible to tell ospfd which external routes should be announced. Connected routes will be announced only if there is no corresponding interface configured, in that case the prefix is not external. Adding and removing of announced prefixes are done automaticaly. OK norby@ | |||
2005-04-12 | spaces | Claudio Jeker | |
2005-04-12 | handle PMTU for ipip SAs, too; ok hshoexer, cloder | Markus Friedl | |
2005-04-12 | register descriptions for the inter-ic sound controller | David Gwynne | |
ok uwe@ | |||
2005-04-12 | size for the i2s controller registers, and add some comments for clarity | David Gwynne | |
ok uwe@ | |||
2005-04-12 | help option useless; any unused option does that | Theo de Raadt | |
2005-04-12 | Adapt test for "" now that we have reverted back to the old behaviour. | Otto Moerbeek | |
2005-04-12 | Special-case the old basename "" returns "" behaviour. Some people | Otto Moerbeek | |
depend on it. ok millert@ jaredy@ | |||
2005-04-12 | handle snprintf potential -1 case | Theo de Raadt | |
2005-04-12 | handle snprintf potential -1 case | Theo de Raadt | |
2005-04-12 | better reg descriptions of the ac97 controller. | David Gwynne | |
ok uwe@ | |||
2005-04-11 | sync | Theo de Raadt | |
2005-04-11 | Use absolute path for vi. OK deraadt | Chad Loder | |
2005-04-11 | Handle getnameinfo failure. OK niallo | Chad Loder | |
2005-04-11 | remove silly optimization which should eventually save | Moritz Jodeit | |
a syscall, when it were not broken. ok otto@ | |||
2005-04-11 | modify handling of RCS delta texts so we can handle arbitrary binary | Jean-Francois Brousseau | |
data | |||
2005-04-11 | handle snprintf return value overflow case; ok otto | Theo de Raadt | |
2005-04-11 | pull in new MD STACKGAP_RANDOM | Theo de Raadt | |
2005-04-11 | use STDERR_FILENO | Theo de Raadt | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-11 | open the RCS files in write mode by default to allow modifications | Jean-Francois Brousseau | |
2005-04-11 | fix year value in RCS output | Jean-Francois Brousseau | |
2005-04-11 | Make sure that the requested size is a multiple of block size in | Matthieu Herrb | |
auvia_build_dma_ops(). Patch by miod@, ok deraadt@. | |||
2005-04-11 | use writev() here too; henning ok | Theo de Raadt | |
2005-04-11 | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | Federico G. Schwindt | |
ok henning@ | |||
2005-04-11 | more snprintf return value sloppiness; ok otto | Theo de Raadt | |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink | |
anymore. | |||
2005-04-11 | remove EX_USAGE error codes | Joris Vink | |
ok jfb@ | |||
2005-04-11 | Ignore lcp up/down events in cisco mode | Can Erkin Acar | |
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt | |
2005-04-11 | knf; cloder ok | Theo de Raadt | |
2005-04-11 | handle snprintf returning -1; ok henning | Theo de Raadt | |
2005-04-11 | use writev; ok henning | Theo de Raadt | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-04-11 | Check for asprintf failure. From Bruno Rohee (thank you). | Chad Loder | |
2005-04-11 | pass size of right buffer to strlcat. ok deraadt@ | Otto Moerbeek | |
2005-04-11 | getting tired of explaining this: snprintf does not return how many | Theo de Raadt | |
bytes it PUT into the buffer, but how many it WANTED to, so it can be > buflen; ok otto | |||
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David Gwynne | |
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@ | |||
2005-04-11 | tcpdump developers are uncautious retards, plain and simple; ok otto | Theo de Raadt | |
2005-04-11 | typo in filename; from rick barter; | Jason McIntyre | |
2005-04-11 | move two snprintf out so easier to audit | Theo de Raadt | |