Age | Commit message (Expand) | Author |
1999-04-03 | More changes to the kernel syncer. | Martin Mares |
1999-04-02 | Fixed `too many interfaces' cases. | Martin Mares |
1999-04-02 | Believe it or not, printf()'s does not work too much without this one. | Pavel Machek |
1999-04-01 | Argh, the fix was wrong. | Martin Mares |
1999-04-01 | Portability fixes. | Martin Mares |
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | Don't try to delete interface routes on CONFIG_AUTO_ROUTES systems. | Martin Mares |
1999-03-29 | Moved all system-dependent #include's containing endianity conversion | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-04 | Fixed processing of !krt_capable() routes. Converted device route decisions | Martin Mares |
1999-03-04 | KRT: Implemented asynchronous route / interface state notifications | Martin Mares |
1999-03-04 | Use dmalloc instead of EFence when available (dmalloc has lot of improvements | Martin Mares |
1999-03-03 | Fix several things I broke today. | Martin Mares |
1999-03-03 | Rewrote the kernel syncer. The old layering was horrible. | Martin Mares |
1999-03-02 | o The if_change_too_big_p change was too high-spirited. Fixed. | Martin Mares |
1999-03-02 | Interface logic changes: | Martin Mares |
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares |
1999-03-01 | Use traditional Unix route/iface interface only when CONFIG_NETLINK | Martin Mares |
1999-02-13 | When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE | Martin Mares |
1999-02-13 | Moved sanity check of protocol state during annoucements to rte_announce. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-11 | Run the event queue before writing SIGUSR dumps. | Martin Mares |
1999-02-11 | Added simple event scheduling system to avoid recursive calling | Martin Mares |
1999-02-05 | Synced kernel interface to new interface. | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-01-15 | filters_init() renamed to filters_postconfig(). | Pavel Machek |
1999-01-15 | Filters, second try. This time they have their own directory. | Pavel Machek |
1999-01-15 | Properly initialize filters. Also bumped version to 0.0.0 as it | Pavel Machek |
1998-12-20 | die() -> bug() where appropriate. | Martin Mares |
1998-12-20 | Finer grained logging levels: | Martin Mares |
1998-12-08 | Hopefully finished kernel syncer (krt) rewrite: | Martin Mares |
1998-12-08 | Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday | Martin Mares |
1998-12-07 | KRF_* flags moved to krt.h as they are internal to kernel syncer, | Martin Mares |
1998-12-06 | Kernel syncer is now configurable. It will probably need some more | Martin Mares |
1998-11-27 | First attempt at protocol configuration (now done only for RIP). | Martin Mares |
1998-11-27 | Compile and use the new configuration code by default. | Martin Mares |
1998-11-16 | Complain loudly if the logging buffer would overflow. | Martin Mares |
1998-10-19 | Generate router_id automatically if possible (standard "smallest of local | Martin Mares |
1998-10-19 | Basic kernel routing table syncing implemented. Learning of routes installed | Martin Mares |
1998-10-19 | Use (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STREAM,IPPROTO_TCP). | Martin Mares |
1998-10-19 | Exporting fill_in_sockaddr() for use by other unix-dependent code. | Martin Mares |
1998-10-18 | Since almost every UNIX system requires different techniques for reading | Martin Mares |
1998-10-18 | Split protocol init to building of protocol list and real protocol init. | Martin Mares |
1998-10-17 | Solve chicken-and-egg problems with protocol startup. We now queue all inactive | Martin Mares |
1998-10-14 | Moved scanning of interfaces, so that they get initialized after all | Martin Mares |
1998-10-13 | o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When | Martin Mares |
1998-10-13 | Strange, on atrey ioctl() does not fill structure, and bird segfaults | Pavel Machek |