aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* Properly initialize filters. Also bumped version to 0.0.0 as itPavel Machek1999-01-151-2/+3
* New makefiles. Includes support for out-of-source-tree builds.Martin Mares1999-01-103-0/+3
* First step of "autoconfization". Created a configure script whichMartin Mares1999-01-092-47/+65
* die() -> bug() where appropriate.Martin Mares1998-12-204-7/+7
* Finer grained logging levels:Martin Mares1998-12-201-2/+12
* Hopefully finished kernel syncer (krt) rewrite:Martin Mares1998-12-0810-74/+203
* Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterdayMartin Mares1998-12-084-90/+136
* Comparison of kernel reject routes fixed.Martin Mares1998-12-071-0/+2
* KRF_* flags moved to krt.h as they are internal to kernel syncer,Martin Mares1998-12-071-0/+5
* Kernel syncer is now configurable. It will probably need some moreMartin Mares1998-12-069-7/+83
* Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with tokenMartin Mares1998-11-291-1/+1
* First attempt at protocol configuration (now done only for RIP).Martin Mares1998-11-271-9/+8
* Compile and use the new configuration code by default.Martin Mares1998-11-271-6/+33
* Added path to config file.Martin Mares1998-11-271-0/+4
* Complain loudly if the logging buffer would overflow.Martin Mares1998-11-161-2/+5
* Learn static device routes from the kernel (temporary until we can makeMartin Mares1998-10-201-5/+41
* Generate router_id automatically if possible (standard "smallest of localMartin Mares1998-10-191-0/+1
* Basic kernel routing table syncing implemented. Learning of routes installedMartin Mares1998-10-193-8/+135
* Use (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STREAM,IPPROTO_TCP).Martin Mares1998-10-191-1/+1
* Exporting fill_in_sockaddr() for use by other unix-dependent code.Martin Mares1998-10-192-1/+2
* We parse /proc/net/route and flag RT entries according to it. More to comeMartin Mares1998-10-181-1/+131
* Since almost every UNIX system requires different techniques for readingMartin Mares1998-10-1810-24/+183
* Split protocol init to building of protocol list and real protocol init.Martin Mares1998-10-185-1/+69
* Solve chicken-and-egg problems with protocol startup. We now queue all inactiveMartin Mares1998-10-171-2/+2
* Moved scanning of interfaces, so that they get initialized after allMartin Mares1998-10-141-2/+2
* o There are cases when SIOCGIFINDEX is defined, but it doesn't work. WhenMartin Mares1998-10-131-7/+11
* Strange, on atrey ioctl() does not fill structure, and bird segfaultsPavel Machek1998-10-131-1/+4
* Added comment explaining `now'.Martin Mares1998-07-151-1/+1
* Replaced remaining references of clock_t by bird_clock_t.Martin Mares1998-07-102-3/+3
* Making SIGUSR1 dump also all protocols.Pavel Machek1998-07-091-0/+1
* debug() and log() use the new printf. Feel free to use new formattingMartin Mares1998-06-171-11/+34
* Fixed processing of timers.Martin Mares1998-06-041-1/+4
* Killed socket debug code. Initialize config pool and protocols.Martin Mares1998-06-031-22/+14
* Synced to new interface code.Martin Mares1998-06-013-16/+15
* Whee, multicast sockets work!Martin Mares1998-05-263-8/+36
* Added CONFIG_AUTO_ROUTES (automatic device route creation) andMartin Mares1998-05-263-0/+6
* Implemented scanning of network interfaces. Mostly very ugly code due toMartin Mares1998-05-263-20/+188
* Added UNIX implementation of both timers and sockets. Timers should work,Martin Mares1998-05-243-2/+843
* Implemented timers. Using bird_clock_t for absolute time from now...Martin Mares1998-05-243-7/+22
* Added routing table and routing attribute code.Martin Mares1998-05-201-0/+2
* The library is now glued together from generic and OS-dependent partsMartin Mares1998-05-159-4/+66
* BIRD library: The story continues.Martin Mares1998-05-031-0/+4
* Added new subdir for UNIX-dependent files.Martin Mares1998-05-032-0/+150
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* First look at data structures. More to come tomorrow...Martin Mares1998-04-225-0/+86