Age | Commit message (Expand) | Author |
2007-04-08 | I have an HP LaserJet (P2015dn) whose LPR implementation may not end | Kevin Steves |
2007-04-08 | remove warning (exiting thru next) | Marc Espie |
2007-04-07 | KNF, spaces; ok millert@ | Kevin Steves |
2007-04-07 | trailing "\n" not needed in fatal(); ok millert@ | Kevin Steves |
2007-04-07 | tweak previous; ok claudio | Jason McIntyre |
2007-04-07 | Document the terse format outputs. Additional input by jmc@ | Claudio Jeker |
2007-04-06 | Implement "bgpctl show neighbor <peer> terse" this will print all statistics | Claudio Jeker |
2007-04-06 | Include update statistics in the bgpctl show neighbor output. | Claudio Jeker |
2007-04-06 | Count the updates and withdraws for additional statisic gathering. | Claudio Jeker |
2007-04-05 | remove an unused function. | Pierre-Yves Ritschard |
2007-04-05 | another extra test i missed before, from charles longeau | Ted Unangst |
2007-04-05 | remove some extra tests, from charles longeau | Ted Unangst |
2007-04-05 | remove extra test, but do it correctly this time | Ted Unangst |
2007-04-04 | document correctly WHITE format; ok beck | Jason McIntyre |
2007-04-04 | Type 4 (router) summery LSA need to be sent out with an LS ID equal to the | Claudio Jeker |
2007-04-04 | There is no need to originate inter-area routes to the backbone. | Claudio Jeker |
2007-04-03 | Don't get upset about short sized input files. | Jonathan Gray |
2007-04-02 | Use fatal() if calloc fails instead of fatalx(). | Claudio Jeker |
2007-04-02 | Typo. | Claudio Jeker |
2007-03-31 | some KNF, partially pt out by rivo nurges <rix@estpak.ee> | Henning Brauer |
2007-03-31 | Some code cleanups. Added one lint command, removed one unused function and | Michele Marchetto |
2007-03-30 | Preserve the contents of the memory buffers when syslogd reinitializes | Can Erkin Acar |
2007-03-30 | Use correct function name in fatalx() message. | Claudio Jeker |
2007-03-30 | Restore full version reporting when using the -v and -V switch. | Pierre-Yves Ritschard |
2007-03-29 | sync sync sync is so 1970; ok miod | Theo de Raadt |
2007-03-29 | Document the new inet and inet6 filter parameters. OK henning@ | Claudio Jeker |
2007-03-29 | Until now prefixlen defaulted to AF_INET if it was used without a prefix. | Claudio Jeker |
2007-03-28 | flesh out the addresses to make it clear what they are; requested by jmc | Theo de Raadt |
2007-03-28 | Since /etc/crontab is not edited via crontab(1) there's no good | Todd C. Miller |
2007-03-28 | Remove unused variable found by lint. | Claudio Jeker |
2007-03-28 | add support for bgpctl show rib community <community> | Henning Brauer |
2007-03-28 | add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community | Henning Brauer |
2007-03-28 | IPv6 ttl setting via IPV6_HOPLIMIT no longer works. Switch to | Claudio Jeker |
2007-03-27 | finally remove old warning, @lib has been around (and used) since 3.7. | Marc Espie |
2007-03-27 | Remove unused parameter in nbr_new | Michele Marchetto |
2007-03-27 | Normalize tv so that tv_usec is positive. The kernel also normalizes, | Otto Moerbeek |
2007-03-27 | Fix aligenment issues by using bcopy() and a local variable instead of the | Claudio Jeker |
2007-03-27 | First step to make ospfd equal cost multipath aware. | Claudio Jeker |
2007-03-27 | Correctly handle connected routes in srt_check_route() | Michele Marchetto |
2007-03-26 | even better wording. | Marc Espie |
2007-03-26 | adjust documentation to simplify the common case. | Marc Espie |
2007-03-26 | remove the unneccessary options descriptions from usage(); | Jason McIntyre |
2007-03-26 | Print the reason code of deauth and disassociation packets if in verbose mode. | Claudio Jeker |
2007-03-26 | fix lines with too many args; from Igor Sobrado | Jason McIntyre |
2007-03-26 | Route report packets with metric greater than infinity are legal, so don't | Michele Marchetto |
2007-03-25 | support a 2 address format (addr:port addr:port) like fstat outputs. | Theo de Raadt |
2007-03-25 | If the interface metric changes on reload it is necessary to re-originate | Claudio Jeker |
2007-03-24 | hugh says the vax workaround was for toolchain crashes, not rpc.bootparamd | Theo de Raadt |
2007-03-23 | Increase sensor polling interval to 30s, just like ntp polls. This | Chris Kuethe |
2007-03-22 | remove default output of version numbers to silence confused auditing | Pierre-Yves Ritschard |