Age | Commit message (Expand) | Author |
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 |
2007-03-22 | s/%ssredistribute/%sredistribute/. One s is enough and makes -nv output | Claudio Jeker |
2007-03-22 | Somehow I forgot how to correctly sort in alphabetical order. | Claudio Jeker |
2007-03-22 | do not try to grab default router list on "ndp -r" if it's empty | Jun-ichiro itojun Hagino |
2007-03-22 | backout | Otto Moerbeek |
2007-03-21 | Added code to parse unicast routes learned from route report packets. | Michele Marchetto |
2007-03-21 | tweak a sentence; | Jason McIntyre |
2007-03-21 | Add RFC 3137 and remove the caveats section. Ospfd will now automaticaly | Claudio Jeker |
2007-03-21 | Document "stub router (yes|no)" and how/why it is used. | Claudio Jeker |
2007-03-21 | Add support for RFC 3137: OSPF Stub Router Advertisement | Claudio Jeker |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-20 | document the args to the "timezone" command; | Jason McIntyre |
2007-03-20 | various text improvements to make this page read better. also add in | Jason McIntyre |
2007-03-20 | make synopsis/usage() a little nicer; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-19 | Doh! If we support "redistribute rtlabel" we should actually track the | Claudio Jeker |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2007-03-19 | make `no @owner', `weird mode' and `@dirrm' into errors. | Marc Espie |
2007-03-18 | handle more errors during package creation. | Marc Espie |
2007-03-18 | do not use section names for locating a string tab; miod@ ok | Michael Shalayeff |
2007-03-18 | use strtonum() to avoid out of range values, way simpler than the | Theo de Raadt |
2007-03-18 | remove some unnecessary sanity checks. /var/db/pkg is supposed to contain | Marc Espie |
2007-03-17 | remove a debug message | Reyk Floeter |
2007-03-17 | fix a bug in the initial setup of the pfe2relay communication sockets | Reyk Floeter |
2007-03-17 | Exchange a strlcpy() with a strncpy(). A similar change was done in parse.y | Claudio Jeker |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter |
2007-03-17 | fix the natlook mode. | Reyk Floeter |
2007-03-16 | Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh. | Claudio Jeker |