aboutsummaryrefslogtreecommitdiff
path: root/toys/other/nsenter.c
AgeCommit message (Expand)Author
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2016-09-28Make setns depend on TOYBOX_CONTAINER probed value.Rob Landley
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2016-01-27long opts and -f for unshareizabera
2015-09-29Make defconfig build for nommu.Rob Landley
2015-04-12unshare: fix -rSamuel Holland
2015-03-12Switch nsenter to default y.Rob Landley
2015-02-18Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two ...Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2015-02-07Merge unshare and nsenter (promoting and cleaning up nsenter).Rob Landley