aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep
Commit message (Expand)AuthorAgeFilesLines
* When in persist mode, don't delete routes from kernel tables even ifMartin Mares2000-05-161-0/+2
* Adapted to new rt_notify semantics.Martin Mares2000-05-131-1/+1
* Multicast problems should be gone, although the fix is Linux only and we'llMartin Mares2000-05-111-4/+8
* If a broadcast address is missing, go fake one.Martin Mares2000-05-111-1/+4
* In non-debug mode, set default logging to syslog only, not stderr.Martin Mares2000-05-081-0/+1
* Fixed type in daemonization code.Martin Mares2000-05-081-3/+1
* When not debugging, daemonize automatically.Martin Mares2000-05-081-1/+16
* Forgot to add a spiky comment :)Martin Mares2000-05-081-0/+4
* Autoconf is *evil*. The sysconfdir and similar variables are unusable inMartin Mares2000-05-082-6/+7
* When reporting a bug(), call abort() instead of exit(), so that weMartin Mares2000-05-081-1/+1
* Some less socket error messages.Martin Mares2000-05-081-14/+3
* Don't report refused connections.Martin Mares2000-05-081-1/+2
* Removed the `async' switch which was used for debugging only anyway.Martin Mares2000-05-083-11/+20
* Incoming buffer must be at least 8KB long.Martin Mares2000-05-081-1/+1
* Use preferences properly.Martin Mares2000-05-081-1/+1
* Don't crash when reporting deleted routes.Martin Mares2000-05-081-1/+2
* IPv6 support compiles on both glibc 2.0 and 2.1.Martin Mares2000-05-061-1/+3
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-052-0/+9
* #ifdef out lots of debugging information.Martin Mares2000-05-042-4/+5
* Removed a lot of unused variables.Martin Mares2000-05-043-5/+1
* Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares2000-04-281-0/+2
* Fixed a couple of nasty CLI bugs which were triggered on long or multi-partMartin Mares2000-04-272-3/+4
* Changed handling of incoming connections, so that we can send dataMartin Mares2000-04-262-5/+10
* Removed several FIXME's.Martin Mares2000-04-261-2/+0
* Allow sk_close(NULL).Martin Mares2000-04-251-1/+1
* IPv6 compiles with glibc 2.1.Martin Mares2000-04-202-3/+9
* Dropped CPU_NEEDS_ALIGN_* as unaligned.h no longer uses them.Martin Mares2000-04-101-11/+0
* Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares2000-04-011-2/+2
* Use bsprintf() instead of sprintf().Martin Mares2000-03-311-1/+1
* Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares2000-03-316-6/+5
* Defined sk_close() which closes the socket safely even if called fromMartin Mares2000-03-302-19/+44
* Handle EINPROGRESS properly.Martin Mares2000-03-201-9/+6
* Fixed a bunch of FIXME's by removing them :)Martin Mares2000-03-123-4/+2
* Added tm_format_datetime().Martin Mares2000-03-122-1/+13
* Yet another LOCAL_DEBUG turned off.Martin Mares2000-03-121-2/+2
* Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares2000-03-125-33/+54
* Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares2000-03-121-6/+8
* Renamed command `shutdown' to `down', so that `s' can be used as anMartin Mares2000-03-071-1/+1
* Garbage collector events and counters are now per table and one dayMartin Mares2000-03-041-1/+1
* ipa_opposite hack is not applicable in IPv6.Martin Mares2000-03-011-1/+1
* Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares2000-02-292-31/+36
* Put client on a stony ground. The whole client is going to be system-specificMartin Mares2000-01-192-63/+0
* Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares2000-01-181-2/+0
* Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares2000-01-186-10/+35
* Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces.Martin Mares2000-01-171-4/+1
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-172-2/+4
* Reconfiguration for device protocol.Martin Mares2000-01-173-1/+24
* Wording changes.Martin Mares2000-01-161-1/+1
* Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares2000-01-162-5/+8
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-164-17/+94