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