summaryrefslogtreecommitdiffstats
path: root/dhcpcd (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-08dhcpcd: Add hooksSebastian Huber4-5/+68
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2-3/+71
Use it throughout to start the DHCP client (dhcpcd).
2018-05-03buildset: Add minimal and everything config.Christian Mauderer6-0/+22
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 Mauderer1-0/+15
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 Huber1-0/+14
2016-05-30Directly use <sys/time.h> provided by NewlibSebastian Huber1-1/+1
2014-01-30DHCPCD(8): Add MASTER_ONLY optionSebastian Huber1-1/+38
2014-01-30DHCPCD(8): Disable script supportSebastian Huber1-0/+11
2014-01-30DHCPCD(8): Add getopt_long_r() supportSebastian Huber2-0/+8
2014-01-30DHCPCD(8): Add RTEMS program supportSebastian Huber1-0/+18
2014-01-30DHCPCD(8): Use select() instead of pselect()Sebastian Huber1-1/+11
2014-01-30DHCPCD(8): Add config.hSebastian Huber1-0/+32
2014-01-30DHCPCD(8): Add namespace headerSebastian Huber1-0/+170
2014-01-30DHCPCD(8): Add automatically generated filesSebastian Huber2-0/+260
2014-01-30DHCPCD(8): ImportSebastian Huber99-0/+27922
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].