log

age author description
Thu, 27 Feb 2014 21:11:43 +0000 Roy Marples Fix more clang analyzer errors draft
Thu, 27 Feb 2014 20:04:33 +0000 Roy Marples Remove dead line draft
Thu, 27 Feb 2014 20:00:39 +0000 Roy Marples Fix all errors reported by clang static analyser. draft
Thu, 27 Feb 2014 11:57:45 +0000 Roy Marples Fix some possible pointer checks. draft
Thu, 27 Feb 2014 10:59:04 +0000 Roy Marples Typo draft
Thu, 27 Feb 2014 10:52:11 +0000 Roy Marples Report interface carrier state to the dhcpcd-run-hooks as ifcarrier. draft
Tue, 25 Feb 2014 14:11:35 +0000 Roy Marples Don't use a variable length buffer draft
Tue, 25 Feb 2014 11:12:35 +0000 Roy Marples Release dhcpcd-6.3.0 draft dhcpcd-6.3.0
Tue, 25 Feb 2014 11:10:19 +0000 Roy Marples Document control sockets and DHCPv6 lease file. draft
Tue, 25 Feb 2014 10:24:01 +0000 Roy Marples Respect initial commandline arguments when rebooting via a signal. draft
Mon, 24 Feb 2014 14:40:29 +0000 Roy Marples Fix arping moving to the next test if we find the IP address draft
Fri, 21 Feb 2014 16:10:55 +0000 Roy Marples Add a USE_SIGNALS define. draft
Fri, 21 Feb 2014 15:51:42 +0000 Roy Marples If there are no file actions or dangerous attributes then use draft
Fri, 21 Feb 2014 14:48:58 +0000 Roy Marples When removing an interface we need to remove it's routes even if draft
Fri, 14 Feb 2014 09:13:19 +0000 Roy Marples If the prefix is not on link, nor autoconf and we don't know about it draft
Thu, 13 Feb 2014 13:23:43 +0000 Roy Marples Fix FreeBSD compile warnings. draft
Thu, 13 Feb 2014 13:14:58 +0000 Roy Marples Open right socket. draft
Thu, 13 Feb 2014 13:07:44 +0000 Roy Marples Log why we cannot delete a route draft
Thu, 13 Feb 2014 12:58:58 +0000 Roy Marples Work without SOCK_CLOEXEC again. draft
Thu, 13 Feb 2014 08:15:05 +0000 Roy Marples Fix compile without INET or INET6. draft
Wed, 12 Feb 2014 20:51:57 +0000 Roy Marples Ensure we close the contol socket if we fail to connect. draft
Wed, 12 Feb 2014 11:55:43 +0000 Roy Marples No need to malloc pidfile. draft
Wed, 12 Feb 2014 11:27:25 +0000 Roy Marples Replace PATH_MAX with something more precise. draft
Wed, 12 Feb 2014 11:16:22 +0000 Roy Marples PATH_MAX is too much, lets be more precise draft
Wed, 12 Feb 2014 10:29:06 +0000 Roy Marples Ensure we remove the socket from the eloop event queue before closing it. draft
Wed, 12 Feb 2014 10:27:29 +0000 Roy Marples Remove needless malloc draft
Wed, 12 Feb 2014 09:25:58 +0000 Roy Marples Fix compile on BSD draft
Wed, 12 Feb 2014 00:39:46 +0000 Roy Marples Move all global variables into contexts, with a small exception for draft
Sat, 08 Feb 2014 10:41:29 +0000 Roy Marples Fix a compile warning draft
Sat, 08 Feb 2014 10:36:38 +0000 Roy Marples Fix writing the pidfile and cleaning up a bit better. draft
Sat, 08 Feb 2014 00:29:02 +0000 Roy Marples Move vendor out of global scope. draft
Fri, 07 Feb 2014 21:48:24 +0000 Roy Marples get_line is now static inside of if-options.c and is a simple wrapper around getline(3). draft
Fri, 07 Feb 2014 21:25:26 +0000 Roy Marples Use fgets instead draft
Fri, 07 Feb 2014 21:10:46 +0000 Roy Marples Changed in 2014 draft
Fri, 07 Feb 2014 21:04:37 +0000 Roy Marples Use fscand instead of get_line draft
Fri, 07 Feb 2014 21:04:09 +0000 Roy Marples Ensure fscanf does not overflow. draft
Fri, 07 Feb 2014 20:33:43 +0000 Roy Marples Fix compile draft
Fri, 07 Feb 2014 20:31:29 +0000 Roy Marples Use fscanf instead of get_line when parsing /proc/cpuinfo draft
Fri, 07 Feb 2014 19:41:35 +0000 Roy Marples Remove some dead uses of get_monotonic draft
Fri, 07 Feb 2014 19:40:20 +0000 Roy Marples Move DUID_LEN to a better header. draft
Fri, 07 Feb 2014 17:48:13 +0000 Roy Marples writepid is now a static inline function draft
Fri, 07 Feb 2014 17:32:08 +0000 Roy Marples Remove custom set_cloexec and set_nonblock functions. draft
Fri, 07 Feb 2014 15:49:33 +0000 Roy Marples Use our own signal structure instead of siginfo_t to save space. draft
Fri, 07 Feb 2014 14:57:19 +0000 Roy Marples Ignore netlink messages with an our of range pid. draft
Fri, 07 Feb 2014 14:39:22 +0000 Roy Marples Copy the siginfo_t structure onto a global copy and pass that as an draft
Fri, 07 Feb 2014 11:18:33 +0000 Roy Marples Set memory to zero draft
Fri, 07 Feb 2014 11:06:17 +0000 Roy Marples Set dev fd to -1 when stopped. draft
Fri, 07 Feb 2014 11:03:39 +0000 Roy Marples Don't hold onto an AF_INET socket for the duration of the program, draft
Fri, 07 Feb 2014 09:33:32 +0000 Roy Marples Exit correctly if no interfaces have a carrier. draft
Wed, 05 Feb 2014 18:32:13 +0000 Roy Marples Fix opening the control socket. draft
Wed, 05 Feb 2014 18:11:32 +0000 Roy Marples Use fscanf some more. draft
Wed, 05 Feb 2014 16:44:24 +0000 Roy Marples Replace get_line with sscanf draft
Wed, 05 Feb 2014 13:18:58 +0000 Roy Marples pidfd can be static now. draft
Wed, 05 Feb 2014 12:01:09 +0000 Roy Marples Move control globals into a context. draft
Tue, 04 Feb 2014 15:53:56 +0000 Roy Marples Only return 0 from daemonise if we have forked successfully, otherwise the pid of the child. draft
Tue, 04 Feb 2014 15:46:38 +0000 Roy Marples Fork correctly from RA and DAD. draft
Tue, 04 Feb 2014 15:45:51 +0000 Roy Marples Reset kernel RA flag correctly. draft
Tue, 04 Feb 2014 14:55:04 +0000 Roy Marples Changed these files in 2014. draft
Tue, 04 Feb 2014 14:41:35 +0000 Roy Marples Fix compile draft
Tue, 04 Feb 2014 14:39:26 +0000 Roy Marples Remove DEBUG_MEMORY guard and always free memory and resources. draft