summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.3.0dhcpcd-6.3.0Roy Marples2014-02-25
* Document control sockets and DHCPv6 lease file.Roy Marples2014-02-25
* Respect initial commandline arguments when rebooting via a signal.Roy Marples2014-02-25
* Fix arping moving to the next test if we find the IP addressRoy Marples2014-02-24
* Add a USE_SIGNALS define.Roy Marples2014-02-21
* If there are no file actions or dangerous attributes then useRoy Marples2014-02-21
* When removing an interface we need to remove it's routes even ifRoy Marples2014-02-21
* If the prefix is not on link, nor autoconf and we don't know about itRoy Marples2014-02-14
* Fix FreeBSD compile warnings.Roy Marples2014-02-13
* Open right socket.Roy Marples2014-02-13
* Log why we cannot delete a routeRoy Marples2014-02-13
* Work without SOCK_CLOEXEC again.Roy Marples2014-02-13
* Fix compile without INET or INET6.Roy Marples2014-02-13
* Ensure we close the contol socket if we fail to connect.Roy Marples2014-02-12
* No need to malloc pidfile.Roy Marples2014-02-12
* Replace PATH_MAX with something more precise.Roy Marples2014-02-12
* PATH_MAX is too much, lets be more preciseRoy Marples2014-02-12
* Ensure we remove the socket from the eloop event queue before closing it.Roy Marples2014-02-12
* Remove needless mallocRoy Marples2014-02-12
* Fix compile on BSDRoy Marples2014-02-12
* Move all global variables into contexts, with a small exception forRoy Marples2014-02-12
* Fix a compile warningRoy Marples2014-02-08
* Fix writing the pidfile and cleaning up a bit better.Roy Marples2014-02-08
* Move vendor out of global scope.Roy Marples2014-02-08
* get_line is now static inside of if-options.c and is a simple wrapper around ...Roy Marples2014-02-07
* Use fgets insteadRoy Marples2014-02-07
* Changed in 2014Roy Marples2014-02-07
* Use fscand instead of get_lineRoy Marples2014-02-07
* Ensure fscanf does not overflow.Roy Marples2014-02-07
* Fix compileRoy Marples2014-02-07
* Use fscanf instead of get_line when parsing /proc/cpuinfoRoy Marples2014-02-07
* Remove some dead uses of get_monotonicRoy Marples2014-02-07
* Move DUID_LEN to a better header.Roy Marples2014-02-07
* writepid is now a static inline functionRoy Marples2014-02-07
* Remove custom set_cloexec and set_nonblock functions.Roy Marples2014-02-07
* Use our own signal structure instead of siginfo_t to save space.Roy Marples2014-02-07
* Ignore netlink messages with an our of range pid.Roy Marples2014-02-07
* Copy the siginfo_t structure onto a global copy and pass that as anRoy Marples2014-02-07
* Set memory to zeroRoy Marples2014-02-07
* Set dev fd to -1 when stopped.Roy Marples2014-02-07
* Don't hold onto an AF_INET socket for the duration of the program,Roy Marples2014-02-07
* Exit correctly if no interfaces have a carrier.Roy Marples2014-02-07
* Fix opening the control socket.Roy Marples2014-02-05
* Use fscanf some more.Roy Marples2014-02-05
* Replace get_line with sscanfRoy Marples2014-02-05
* pidfd can be static now.Roy Marples2014-02-05
* Move control globals into a context.Roy Marples2014-02-05
* Only return 0 from daemonise if we have forked successfully, otherwise the pi...Roy Marples2014-02-04
* Fork correctly from RA and DAD.Roy Marples2014-02-04
* Reset kernel RA flag correctly.Roy Marples2014-02-04