Age | Commit message (Expand) | Author |
2004-08-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller |
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller |
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie |
2004-08-06 | use OpenBSD::Makewhatis, avoid forking extra makewhatis. | Marc Espie |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-06 | In bgpctl show summary report the current and max prefix count if state is | Claudio Jeker |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-08-06 | fix one of the most bizarre bugs in a while... | Marc Espie |
2004-08-06 | @lib shared library marker. | Marc Espie |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie |
2004-08-06 | unneeded switch to main package. | Marc Espie |
2004-08-06 | avoid pulling in OpenBSD::md5 and File::Copy if we can. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-06 | Extradir name. | Marc Espie |
2004-08-06 | deinstall DirRm like DirBase. | Marc Espie |
2004-08-05 | kill 3 lines of unused code | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie |
2004-08-05 | comapring -> comparing noticed by brad@. | Claudio Jeker |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |
2004-08-05 | As usual cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-05 | Get rid of some statistics stuff that is no longer needed but helped in the | Claudio Jeker |
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker |
2004-08-05 | tab at EOL | Claudio Jeker |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-05 | we wanna ignore SIGPIPE here just like in the session engine, claudio ok | Henning Brauer |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-08-03 | Cleanup and remove some ENSURE. OK henning@ | Claudio Jeker |
2004-08-03 | Make mrt dumps mrt compliant. I already fixed one of those but this one | Claudio Jeker |
2004-08-03 | deny hilarious prepends. OK henning@ | Claudio Jeker |
2004-08-03 | Fix mem-leak on exit. OK henning@ | Claudio Jeker |
2004-08-03 | Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@ | Claudio Jeker |
2004-08-03 | forgot mandir. reorder slightly. | Marc Espie |
2004-08-03 | Support @sample, tested by fries@. | Marc Espie |
2004-08-03 | - kill a rake of unnecessary .Bk/.Ek macros | Jason McIntyre |
2004-08-03 | add ifconfig(8) Xr and spacing; | Jason McIntyre |
2004-08-03 | make pstat -f show locking | Michael Coulter |
2004-08-02 | Fix a possible mem leak and add a missing yyerror(). OK henning@ | Claudio Jeker |
2004-08-02 | Forgot to add "anounce default-route" here. OK henning@ | Claudio Jeker |
2004-08-02 | @man type file for manpages. | Marc Espie |
2004-08-02 | Reuse first component of @newdepends, @libdepends to contain | Marc Espie |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt |
2004-07-31 | Make UseCanonicalName off correctly grab port info from | Brad Smith |
2004-07-30 | smarten this page up a bit. usage() too. | Jason McIntyre |
2004-07-30 | Document "announce default-route" with a lot of help from jmc@ | Claudio Jeker |
2004-07-30 | setup(n.) -> set up(v.); | Jason McIntyre |
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker |
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker |
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer |