bird/sysdep/unix
Martin Mares f545d38707 Added universal locking mechanism which will solve problems
with protocols wanting to use the same port on the same interface
during reconfiguration time.

How to use locks: In the if_notify hook, just order locks for the
interfaces you want to work with and do the real socket opening after the
lock hook function gets called. When you stop using the socket, close
it and rfree() the lock.

Please update your protocols to use the new locking mechanism.
1999-12-09 18:54:20 +00:00
..
client-main.c Implemented echoing of log messages to CLI connections. Just try `echo all'. 1999-12-06 12:34:45 +00:00
config.Y Allow logging to stderr as well. 1999-12-06 13:51:04 +00:00
endian.h Moved all system-dependent #include's containing endianity conversion 1999-03-29 19:14:43 +00:00
io.c Temporary work-arounds for multicast problems. Needs further investigation. 1999-12-08 15:12:54 +00:00
krt-iface.c Kernel route syncer supports multiple tables. 1999-08-03 19:33:22 +00:00
krt-iface.h Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00
krt-set.c Kernel route syncer supports multiple tables. 1999-08-03 19:33:22 +00:00
krt-set.h Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00
krt.c Except for special protocols (nowadays only the kernel syncer), don't 1999-12-08 14:16:13 +00:00
krt.h Kernel route syncer supports multiple tables. 1999-08-03 19:33:22 +00:00
krt.Y Kernel route syncer supports multiple tables. 1999-08-03 19:33:22 +00:00
log.c Allow logging to stderr as well. 1999-12-06 13:51:04 +00:00
main.c Added universal locking mechanism which will solve problems 1999-12-09 18:54:20 +00:00
Modules Logging is now configurable. You can define multiple log outputs (to both 1999-12-06 13:45:56 +00:00
timer.h Added tm_format_reltime() for formatting of relative time quantities. 1999-12-01 11:59:00 +00:00
unix.h Logging is now configurable. You can define multiple log outputs (to both 1999-12-06 13:45:56 +00:00