index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
if-bsd.c
Commit message (
Expand
)
Author
Age
*
dhcpcd CAN work on IEEE FireWire interfaces.
Roy Marples
2009-03-23
*
We can now detected primary addresses added or changed in BSD.
Roy Marples
2009-03-19
*
Fix compile on DragonFly.
Roy Marples
2009-03-18
*
We shouldn't need to flush arp entires ourself on BSD platforms.
Roy Marples
2009-03-11
*
Remove compile warnings on Sparc64
Roy Marples
2009-02-26
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Fix compile on BSD.
Roy Marples
2009-01-27
*
Add route removal detection to Linux.
Roy Marples
2009-01-27
*
We need to ensure that manual route deletions are deleted from our internal r...
Roy Marples
2009-01-26
*
Adding subnet routes with just sdl_index set does not work for FreeBSD.
Roy Marples
2009-01-02
*
Fix getting ssid.
Roy Marples
2009-01-01
*
You can now add a configure block per ssid if the interface is wireless.
Roy Marples
2009-01-01
*
Try and make the subnet route identical to the kernel one.
Roy Marples
2008-12-13
*
Don't delete static ARP entries
Roy Marples
2008-12-01
*
Ensure host routes and subnet routes are added correctly.
Roy Marples
2008-12-01
*
Style
Roy Marples
2008-11-25
*
Fix some LINT errors.
Roy Marples
2008-11-10
*
Get INFORM support almost working again.
Roy Marples
2008-10-18
*
Fix warning on sparc64
Roy Marples
2008-10-17
*
Cast to void * to avoid compiler warnings on Sparc64. Also, save a needless m...
Roy Marples
2008-10-15
*
Compile on Sparc64/FreeBSD-6.2
Roy Marples
2008-10-15
*
Move wireless detection from net.c into if-bsd.c and if-linux.c
Roy Marples
2008-09-17
*
Fix discovery
Roy Marples
2008-09-16
*
Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types c...
Roy Marples
2008-09-16
*
Remove debug.
Roy Marples
2008-09-15
*
We need to flush the ARP table after configuring new routes.
Roy Marples
2008-09-15
*
Fix subnet routes. This needs more testing.
Roy Marples
2008-09-15
*
Ensure that routes go via the correct interface and set netmask correctly.
Roy Marples
2008-09-14
*
Remove remembering routes per interface and have a global routing table so we...
Roy Marples
2008-09-12
*
Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ...
Roy Marples
2008-09-09
*
Fix compile.
Roy Marples
2008-09-04
*
Enable detection of addition and removal of interfaces on Linux.
Roy Marples
2008-09-04
*
When OS reports new and removed interfaces, dhcpcd sees this and either start...
Roy Marples
2008-09-04
*
Not needed.
Roy Marples
2008-09-04
*
Add an event loop.
Roy Marples
2008-09-02
*
Add support for link carrier detection. For Linux this involved a big change ...
Roy Marples
2008-07-16
*
Style.
Roy Marples
2008-05-15
*
Our ctype calls should always use unsigned.
Roy Marples
2008-04-17
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
*
Pointless looping in bpf.packet, as pointed out by D. Young.
Roy Marples
2008-03-30
*
Fix compile on NetBSD.
Roy Marples
2008-03-29
*
Remove all logging from if.c and into the proper bits.
Roy Marples
2008-03-29
*
Move log_route to if.c
Roy Marples
2008-03-29
*
Rework our error handling code a little to save ~5k on x86_64
Roy Marples
2008-03-29
*
Fix compile on BSD.
Roy Marples
2008-03-24
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24