summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-program.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add program destructor supportSebastian Huber2022-05-121-0/+51
| | | | Update #4650.
* Add wrapper for strndup()Sebastian Huber2019-09-111-7/+21
|
* rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer2016-10-241-0/+10
|
* Split rtemsbsd/rtems/rtems-program.cSebastian Huber2016-09-281-33/+0
| | | | This improves garbage collection by the linker.
* Split rtems-bsd-kernel-program.cSebastian Huber2016-09-281-0/+637
Separate kernel and user space parts.