aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* Some new warnings eliminated.Ondrej Filip2004-06-072-19/+18
* Marked unused parameters as unused.Ondrej Filip2004-06-075-18/+24
* Deleted some unused code.Ondrej Filip2004-06-071-24/+4
* Test old instance of BIRD.Ondrej Filip2004-06-064-5/+39
* Staticized lots of local functions.Martin Mares2004-06-051-1/+1
* Marked unused parameters in sysdep code as such.Martin Mares2004-06-056-25/+25
* Renamed log() to log_msg(), but still keeping the old name as a macro.Martin Mares2004-06-051-1/+1
* Cleaned up sk_reallocate() and friends.Martin Mares2004-06-051-29/+34
* OSPF is ready for changing MTU.Ondrej Filip2004-06-041-0/+14
* typo in READMEOndrej Filip2004-06-041-1/+1
* CONFIG_SKIP_MC_BIND added.Ondrej Filip2004-06-037-0/+11
* Deleted useless rfree. (Socked was freed by cli_free())Ondrej Filip2004-06-021-1/+0
* Code clean up.Ondrej Filip2004-06-011-13/+2
* Reverting last patch.Ondrej Filip2004-06-011-11/+6
* Caching loopback interface.Ondrej Filip2004-06-011-6/+11
* log->DBGOndrej Filip2004-06-011-3/+3
* Minor changes caused by MJ's comment.Ondrej Filip2004-06-011-10/+8
* #ifdef CONFIG_UNIX_DONTROUTE added.Ondrej Filip2004-06-016-2/+9
* Useles log()s deleted.Ondrej Filip2004-06-011-12/+5
* bzero has 2 arguments.Ondrej Filip2004-06-011-1/+1
* memset -> bzeroOndrej Filip2004-06-012-5/+5
* Move CLI socket to the newly created CLI's pool.Martin Mares2004-05-311-0/+1
* Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares2004-05-312-59/+84
* Fix handling on full pipe to client in bird. Prevent packet overflowsMartin Mares2004-05-311-2/+4
* Previous change was mistake.Ondrej Filip2004-05-311-5/+4
* *BSD port added. (Tested on FreeBSD and NetBSD)Ondrej Filip2004-05-3116-54/+1145
* Prepared for release 1.0.8.Ondrej Filip2003-09-011-1/+1
* This probably IS the memory leak we're looking for. Alien routes weren'tMartin Mares2003-08-131-1/+5
* Releasing version 1.0.6.Martin Mares2003-04-061-1/+1
* Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply ...Martin Mares2003-02-221-1/+7
* Report link-scope addresses as well.Martin Mares2003-02-221-5/+0
* Added missing includes.Martin Mares2002-11-131-0/+1
* Added missing #include and wondering how could it ever compile.Martin Mares2002-11-131-0/+1
* Don't loop forever when trying to skip an out-sequence netlink reply.Martin Mares2001-08-031-1/+1
* Yes, 1.0.5 released.Ondrej Filip2001-06-091-1/+1
* Fixed <time.h> vs. <sys/time.h> problems.Martin Mares2001-03-063-2/+3
* Serious bug in ext lsa origination found. Going for 1.0.4.Ondrej Filip2000-09-031-1/+1
* Version 1.0.3 released.Ondrej Filip2000-09-031-1/+1
* Released as version 1.0.2.Ondrej Filip2000-08-231-1/+1
* Released as version 1.0.1.Martin Mares2000-06-211-1/+1
* Check broadcast address sanity before believing it.Martin Mares2000-06-211-6/+10
* If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares2000-06-193-10/+10
* Fix numbering of routing tables in IPv6 version.Martin Mares2000-06-182-4/+5
* Use our own SUN_LEN if libc doesn't provide it.Martin Mares2000-06-161-0/+4
* During initialization, log to both syslog and stderr. When a configurationMartin Mares2000-06-093-4/+6
* Use SUN_LEN() for length of UNIX domain addresses. This should fix problemsMartin Mares2000-06-091-1/+1
* Released as 1.0.0, but marked it as a BETA version.Martin Mares2000-06-091-1/+1
* Fixes for the programmer's manual.Martin Mares2000-06-082-3/+6
* ... as well there.Martin Mares2000-06-081-1/+1
* Updated CLI helps.Martin Mares2000-06-081-1/+1