aboutsummaryrefslogtreecommitdiffstats
path: root/src/exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-290/+0
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2020-05-12exec: osmo_system_nowait2: initalize *pw pointer with NULLPhilipp Maier1-1/+2
2020-04-18exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte1-2/+48
2020-02-09exec: propogate errors from osmo_environment_[filter|append]Vadim Yanitskiy1-4/+10
2020-02-09exec: prevent uninitialized memory access in osmo_system_nowait()Vadim Yanitskiy1-0/+3
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte1-0/+238