summaryrefslogtreecommitdiff
path: root/dhcpcd (follow)
AgeCommit message (Collapse)Author
2020-02-06dhcpcd: Pass config structure.Christian Mauderer
2018-05-08dhcpcd: Add hooksSebastian Huber
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber
Use it throughout to start the DHCP client (dhcpcd).
2018-05-03buildset: Add minimal and everything config.Christian Mauderer
This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
2017-11-10dhcpcd: Don't ignore interface on transient errors.Christian Mauderer
In case of WPA on a WiFi interface, the interface isn't yet ready when the dhcpcd starts. Sending a packet during that time returns with a ENOBUFS. That caused the interface to be ignored. On the upstream repository of dhcpcd, that transient error (and some others) are already ignored.
2017-10-20dhcpcd: Honour file descriptor maximumSebastian Huber
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber
2014-01-30DHCPCD(8): Add MASTER_ONLY optionSebastian Huber
2014-01-30DHCPCD(8): Disable script supportSebastian Huber
2014-01-30DHCPCD(8): Add getopt_long_r() supportSebastian Huber
2014-01-30DHCPCD(8): Add RTEMS program supportSebastian Huber
2014-01-30DHCPCD(8): Use select() instead of pselect()Sebastian Huber
2014-01-30DHCPCD(8): Add config.hSebastian Huber
2014-01-30DHCPCD(8): Add namespace headerSebastian Huber
2014-01-30DHCPCD(8): Add automatically generated filesSebastian Huber
2014-01-30DHCPCD(8): ImportSebastian Huber
Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].