summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.3.1dhcpcd-6.3.1Roy Marples2014-03-01
* Fix potential memory loss.Roy Marples2014-02-28
* If CC is not defined, default it to ccRoy Marples2014-02-28
* Don't set CC, always let the environment chooseRoy Marples2014-02-28
* Tidy some INET only and INET6 only warnings.Roy Marples2014-02-28
* Fix some silly warnings.Roy Marples2014-02-28
* Fix more clang analyzer warnings. i386/NetBSD and amd64/Linux are now clear.Roy Marples2014-02-28
* Fix more clang analyzer errorsRoy Marples2014-02-27
* Remove dead lineRoy Marples2014-02-27
* Fix all errors reported by clang static analyser.Roy Marples2014-02-27
* Fix some possible pointer checks.Roy Marples2014-02-27
* TypoRoy Marples2014-02-27
* Report interface carrier state to the dhcpcd-run-hooks as ifcarrier.Roy Marples2014-02-27
* Don't use a variable length bufferRoy Marples2014-02-25
* 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