summaryrefslogtreecommitdiffstats
path: root/dhcpcd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dhcpcd: Add hooksSebastian Huber2018-05-084-5/+68
|
* dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber2018-05-082-3/+71
| | | | Use it throughout to start the DHCP client (dhcpcd).
* buildset: Add minimal and everything config.Christian Mauderer2018-05-036-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.
* dhcpcd: Don't ignore interface on transient errors.Christian Mauderer2017-11-101-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.
* dhcpcd: Honour file descriptor maximumSebastian Huber2017-10-201-0/+14
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* DHCPCD(8): Add MASTER_ONLY optionSebastian Huber2014-01-301-1/+38
|
* DHCPCD(8): Disable script supportSebastian Huber2014-01-301-0/+11
|
* DHCPCD(8): Add getopt_long_r() supportSebastian Huber2014-01-302-0/+8
|
* DHCPCD(8): Add RTEMS program supportSebastian Huber2014-01-301-0/+18
|
* DHCPCD(8): Use select() instead of pselect()Sebastian Huber2014-01-301-1/+11
|
* DHCPCD(8): Add config.hSebastian Huber2014-01-301-0/+32
|
* DHCPCD(8): Add namespace headerSebastian Huber2014-01-301-0/+170
|
* DHCPCD(8): Add automatically generated filesSebastian Huber2014-01-302-0/+260
|
* DHCPCD(8): ImportSebastian Huber2014-01-3099-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].