summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-rc-conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-31rtemsbsd/rtems: Don't leak memory on errorKinsey Moore1-0/+14
2024-01-31rtemsbsd/rc-conf: Avoid use after freeKinsey Moore1-1/+4
2023-04-13rtemsbsd/rc_conf: Fixed non-nullterminated string causing crashesAaron Nyholm1-1/+3
2022-06-01Use rtems_task_exit()Sebastian Huber1-1/+1
2017-04-26rc_conf: Do not use a local variable for the rc_conf context.Chris Johns1-41/+51
2016-08-08rc.conf: Use more stack for the rc worker.Christian Mauderer1-1/+1
2016-06-30Add DHCP support to rc.conf.Chris Johns1-5/+40
2016-06-28Print the service when starting.Chris Johns1-2/+2
2016-06-27Refactor rc.conf processing to be services based.Chris Johns1-106/+529
2016-05-18rc.conf: Add the net directives by default.Chris Johns1-0/+6
2016-05-18Fix memory leak in rc.conf processing.Chris Johns1-0/+1
2016-05-18Add support for rc.conf(5) initialisation.Chris Johns1-0/+463