index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdep
/
unix
/
io.c
Age
Commit message (
Expand
)
Author
1999-08-03
Added functions for parsing and formatting of dates.
Martin Mares
1999-06-01
Grrr, the "obvious fix" to multicasting code from yesterday was
Martin Mares
1999-05-31
Fix potential multicasting bug.
Martin Mares
1999-05-06
I rewrote the interface handling code, so that it supports multiple
Martin Mares
1999-04-14
Multicasts once again: When using SO_BINDTODEVICE, don't specify IP address
Martin Mares
1999-04-14
Next attempt to get SO_BINDTODEVICE work :)
Martin Mares
1999-04-14
Use SO_BINDTODEVICE if we're using old multicast API (i.e., struct ip_mreq
Martin Mares
1999-04-12
Use `struct ip_mreqn' instead of `struct ip_mreq' for multicast
Martin Mares
1999-04-12
Fixed a couple of bugs in handling of multicast sockets.
Martin Mares
1999-04-01
First few FreeBSD portability fixes.
Martin Mares
1999-03-26
Moved to a much more systematic way of configuring kernel protocols.
Martin Mares
1999-03-01
Added SK_MAGIC type sockets for internal use by system dependent code,
Martin Mares
1999-02-13
Perform gracious shutdown upon receipt of SIGTERM. Finally we can
Martin Mares
1999-02-13
Synchronize signals to the main select/event/timer loop.
Martin Mares
1999-02-11
Added simple event scheduling system to avoid recursive calling
Martin Mares
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-10-19
Exporting fill_in_sockaddr() for use by other unix-dependent code.
Martin Mares
1998-07-10
Replaced remaining references of clock_t by bird_clock_t.
Martin Mares
1998-06-04
Fixed processing of timers.
Martin Mares
1998-06-01
Synced to new interface code.
Martin Mares
1998-05-26
Whee, multicast sockets work!
Martin Mares
1998-05-24
Added UNIX implementation of both timers and sockets. Timers should work,
Martin Mares