aboutsummaryrefslogtreecommitdiff
path: root/toys/other/unshare.c
AgeCommit message (Expand)Author
2015-02-07Merge unshare and nsenter (promoting and cleaning up nsenter).Rob Landley
2014-10-17unshare: Fix help and option parsingAndy Lutomirski
2013-08-29PID and UID namespaces for unshare, pointed out by heehooman@gmail.com.Rob Landley
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley