summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-rc-conf-net.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02rc.conf: Fix cloned interface setup.Christian Mauderer1-1/+2
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber1-31/+26
2018-05-08rc_conf: Do not create directories used by dhcpcdSebastian Huber1-12/+0
2018-05-08rc_conf: Include missing header filesSebastian Huber1-0/+4
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber1-1/+1
2017-04-27rc_conf: Move the defaultroute_delay to the defaultroute processing.Chris Johns1-49/+60
2017-04-27rc_conf: Add support for ifconfig_<interface>_alias[0-9]+.Chris Johns1-13/+68
2017-04-26rc_conf: Minor clean up in the net services.Chris Johns1-2/+3
2016-08-12rc.conf/net: Let interface option appear on a DHCP ifconfig_ line.Chris Johns1-14/+28
2016-06-30Fix wording and spelling.Chris Johns1-3/+4
2016-06-30Add DHCP support to rc.conf.Chris Johns1-50/+230
2016-06-27Refactor rc.conf processing to be services based.Chris Johns1-105/+356
2016-05-30Directly use <sys/types.h> provided by NewlibSebastian Huber1-2/+1
2016-05-18rc.conf: Fix the wild card regex for ifconfig_Chris Johns1-1/+1
2016-05-18Add support for rc.conf(5) initialisation.Chris Johns1-0/+303