Age | Commit message (Expand) | Author |
2005-04-25 | Call if_init() later and for each interface separately. | Claudio Jeker |
2005-04-25 | Move the creation of the ospf_socket from if_init() directly into ospfe(). | Claudio Jeker |
2005-04-25 | Call if_init() in ospfe only, neither the rde nor the parent need it. | Claudio Jeker |
2005-04-25 | Change order of execution in if_act_reset(). First notify all neighbor | Claudio Jeker |
2005-04-25 | tweaks; | Jason McIntyre |
2005-04-25 | spelling; | Jason McIntyre |
2005-04-25 | put EXAMPLES into a more standard format (first description, then | Jason McIntyre |
2005-04-25 | - login names may contain underscores | Jason McIntyre |
2005-04-25 | - don't loop infinitely after a missed "mouse up" event | Uwe Stuehler |
2005-04-25 | - display a message centered on the screen | Uwe Stuehler |
2005-04-24 | use the last position of the pen before it was lifted up | Uwe Stuehler |
2005-04-24 | - indentation | Uwe Stuehler |
2005-04-24 | how to use ztsscale... | Theo de Raadt |
2005-04-24 | enter ztsscale | Theo de Raadt |
2005-04-24 | sync up, add some missing types | Brad Smith |
2005-04-24 | spacing | Theo de Raadt |
2005-04-24 | Import matthieu's touch screen calibration tool for zaurus. | Uwe Stuehler |
2005-04-22 | RFC tells that the MTU in the db exchange packet may not be bigger than | Claudio Jeker |
2005-04-22 | snprintf cleanup. OK deraadt@, moritz@ | Chad Loder |
2005-04-21 | avoid looping on failed tty or /dev/console writes and just drop the message | Damien Miller |
2005-04-21 | spacing | Theo de Raadt |
2005-04-20 | fix buffer overrun introduced with my previous commit. Found and fixed by | Hans-Joerg Hoexer |
2005-04-20 | be more careful with snprintf. ok cloder@ deraadt@ | Moritz Jodeit |
2005-04-20 | fix signal race by removing STATE_QUIT completely. | Moritz Jodeit |
2005-04-19 | Document the fact that ospfctl(8) understands "show rib". | Esben Norby |
2005-04-19 | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | Moritz Jodeit |
2005-04-19 | handle snprintf() returning -1. ok henning@ | Moritz Jodeit |
2005-04-19 | move the "reply from ... " log msg in -d mdoe uop a bit so it actually | Henning Brauer |
2005-04-19 | Don't call event_set() before event_init(). | Claudio Jeker |
2005-04-18 | extra paranoia, from a discussion with joerg | Henning Brauer |
2005-04-18 | snprintf() return value handling. ok cloder@ henning@ | Moritz Jodeit |
2005-04-18 | correctness: only account for offset after settime in next and deadline | Henning Brauer |
2005-04-18 | tidy up AS section a little; | Jason McIntyre |
2005-04-18 | Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@ | Claudio Jeker |
2005-04-18 | after setting the clock hard correct the "next" and "deadline" timestamps | Henning Brauer |
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | Claudio Jeker |
2005-04-18 | prevent replies with negative delay from being used, could happen with -s | Henning Brauer |
2005-04-18 | Print mrt config after the main and network config. Main and network config | Claudio Jeker |
2005-04-18 | grammar | Jolan Luff |
2005-04-18 | AfriNIC has been established as RIR for Africa now | Henning Brauer |
2005-04-17 | Use fatalx() instead of ospfd_shutdown() if kr_init() fails. | Claudio Jeker |
2005-04-17 | and don't try to free a null set either | Henning Brauer |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer |
2005-04-17 | remove amd64 special casing. | Brad Smith |
2005-04-17 | fix snprintf abuse, partly from, and ok deraadt@ | Bob Beck |
2005-04-16 | Static routes are flagged with F_STATIC and not with F_KERNEL. | Claudio Jeker |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker |
2005-04-16 | Simplify return codes of aspath_asprint(). | Claudio Jeker |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder |
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder |