summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAge
...
* | Fix whitespaceRoy Marples2019-03-03
* | Fix configure reporting of rb_tree_initRoy Marples2019-03-03
* | Add rbtree(3) from NetBSD if not present in libc.Roy Marples2019-03-03
|/
* configure: --with-udev explicity requires libudev to be presentRoy Marples2019-01-11
* configurfe: Remove extra --includedir. It's not hit anyway.Roy Marples2019-01-11
* Make config.h more prettyRoy Marples2018-07-24
* udev: Use our logerr framework instead of syslog(3)Roy Marples2018-03-27
* vanity: space out config.h a bit betterRoy Marples2018-03-27
* Add support for setproctitle(3).Roy Marples2018-02-13
* configure: make --includedir=/usr/src/foo workRoy Marples2018-01-07
* Fix prior on stricter shells.Roy Marples2017-10-05
* Detect hmac(3) in libc or the library containing MD5.Roy Marples2017-10-05
* Add compat/strlcpy.c from OpenBSD libc to use instead ofRoy Marples2017-10-04
* When using gcc, add the -Wlogical-op flag when debugging.Roy Marples2017-05-04
* Style.Roy Marples2017-04-21
* With the logger removed, we no longer need to test for printf %m support.Roy Marples2017-04-02
* Use new strtoi changes.Roy Marples2017-03-22
* Report correct config test for arc4random_uniformRoy Marples2017-03-22
* Remove configure opts for prior.Roy Marples2017-03-21
* Remove posix_spawn(3) compat code.Roy Marples2017-03-21
* Remove the strlcpy compat code and just #define it to snprintf(3).Roy Marples2017-03-21
* Configure correct hook dir.Roy Marples2017-03-20
* Move md5 and sha256 out to compat.Roy Marples2017-03-19
* bpf: ARP and BOOTP filter improvementsRoy Marples2017-03-05
* Detect .git directory and add debugging flags.Roy Marples2017-02-23
* Improve nl80211 support as we now know how to work out the SSID we'reRoy Marples2016-11-17
* Do somewith with getline result in configure to make it pass.Roy Marples2016-11-08
* Default DBDIR from /var/db to /var/db/dhcpcd.Roy Marples2016-11-08
* make distinfo now produces a .distinfo file which contains checksum(s) ofRoy Marples2016-11-04
* Support kernels which implement RFC5227.Roy Marples2016-10-14
* Fix build system to make import correctly for authentication.Roy Marples2016-10-07
* Only enable IPv4LL when INET is enabled.Roy Marples2016-09-27
* Allow DHCPv6 support to be compiled out.Roy Marples2016-09-27
* Allow IPv4LL to be compiled out.Roy Marples2016-09-20
* Allow dhcpcd to be built without Authentiction support for system media withRoy Marples2016-09-19
* One BSD in the future will include address flags in ifa_msghdr.Roy Marples2016-09-16
* Add the --small configure option which currently removes non essential optionsRoy Marples2016-09-09
* Rework the recvmsg_realloc function to handle flags. Roy Marples2016-09-02
* Remove Solaris IN6_IFF_* defines from configure and add the to ipv6.h,Roy Marples2016-07-26
* Allow pkg-config to be host selectable like the compiler.Roy Marples2016-06-21
* Always set HAVE_REALLOCARRAY so that eloop can use it.Roy Marples2016-05-07
* Use libc reallocarray in eloop if we have it.Roy Marples2016-05-06
* Fix reallocarray testRoy Marples2016-05-04
* Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity.Roy Marples2016-05-03
* Solaris does not return AF_LINK addresses in getifaddrs(3), soRoy Marples2016-05-02
* Fix compile on sunos again.Roy Marples2016-05-01
* Test exit status of which, not just stdout.Roy Marples2016-05-01
* Remove closefrom as we don't suffer from fd starvation.Roy Marples2016-04-22
* Set -DHAVE_CONFIG_H after it's blanked on user config. Fixes [ceb1077c23].Roy Marples2016-04-13
* Move embedded test to after setting compiler options to fix a build issue wit...Roy Marples2016-04-12