bird/sysdep/unix
Martin Mares c93214d442 o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When
this happens, don't reject the whole interface, just mark it as index 0.
o  Removed Pavel's comment about EFAULT and SIGSEGV. EFAULT is a valid return
   code for cases where the buffer is too small.
o  Commented out the smart interface list size logic temporarily as it seems
   Linux 2.0 SIOCGIFCONF doesn't react to ifc_req==NULL sanely. Replaced it
   by exponential stepping.
1998-10-13 19:57:33 +00:00
..
io.c Replaced remaining references of clock_t by bird_clock_t. 1998-07-10 08:32:18 +00:00
log.c debug() and log() use the new printf. Feel free to use new formatting 1998-06-17 14:33:29 +00:00
main.c Making SIGUSR1 dump also all protocols. 1998-07-09 19:37:39 +00:00
Modules Implemented scanning of network interfaces. Mostly very ugly code due to 1998-05-26 21:42:05 +00:00
sync-if.c o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When 1998-10-13 19:57:33 +00:00
timer.h Added comment explaining `now'. 1998-07-15 19:42:23 +00:00
unix.h Whee, multicast sockets work! 1998-05-26 21:46:38 +00:00