]> git.ipfire.org Git - thirdparty/bird.git/history - sysdep/unix/krt.c
Marked unused parameters in sysdep code as such.
[thirdparty/bird.git] / sysdep / unix / krt.c
2004-06-05  Martin MaresMarked unused parameters in sysdep code as such.
2003-08-13  Martin MaresThis probably IS the memory leak we're looking for...
2002-11-13  Martin MaresAdded missing includes.
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-07  Martin MaresFixes to the progdoc.
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-05  Martin MaresDocumented all the sysdeps (only briefly, I admit).
2000-05-16  Martin MaresWhen in persist mode, don't delete routes from kernel...
2000-05-13  Martin MaresAdapted to new rt_notify semantics.
2000-05-08  Martin MaresDon't crash when reporting deleted routes.
2000-05-04  Martin MaresRemoved a lot of unused variables.
2000-03-12  Martin MaresCleaned up debugging in kernel syncer. Netlink has...
2000-03-04  Martin MaresGarbage collector events and counters are now per table...
2000-01-18  Martin MaresKilled protocol->priority. Protocol startup should...
2000-01-18  Martin MaresKernel route syncer now supports dynamic reconfiguratio...
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-17  Martin MaresReconfiguration for device protocol.
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-08  Martin MaresExcept for special protocols (nowadays only the kernel...
1999-08-03  Martin MaresKernel route syncer supports multiple tables.
1999-05-31  Martin MaresAdded extra argument to rt_update hook which contains...
1999-05-17  Martin MaresKill remaining master_table relics in KRT code.
1999-04-12  Martin MaresRemoved TOS support. This simplifies many things a...
1999-04-03  Martin MaresMore changes to the kernel syncer.
1999-03-29  Martin MaresDon't try to delete interface routes on CONFIG_AUTO_ROU...
1999-03-26  Martin MaresMoved to a much more systematic way of configuring...
1999-03-04  Martin MaresFixed processing of !krt_capable() routes. Converted...
1999-03-04  Martin MaresKRT: Implemented asynchronous route / interface state...
1999-03-03  Martin MaresFix several things I broke today.
1999-03-03  Martin MaresRewrote the kernel syncer. The old layering was horrible.