summaryrefslogtreecommitdiffstats
path: root/sys-utils/unshare.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+6
* unshare: allow to set user ID and group IDLaurent Vivier2018-11-121-3/+27
* unshare: allow to set a new rootLaurent Vivier2018-11-121-5/+29
* unshare: remove -s from --help outputKarel Zak2018-09-111-4/+7
* sys-utils: use errexec()Karel Zak2018-02-011-1/+1
* unshare: cleanup if-if codeKarel Zak2017-10-231-3/+2Star
* unshare: Allow passing <signame> to --kill-childNiklas Hambüchen2017-10-141-6/+13
* unshare: Add --kill-child option.Niklas Hambüchen2017-10-141-1/+13
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-261-4/+4
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-17/+17
* unshare: fix SYNOPSIS and usage()Karel Zak2017-01-091-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* Implement support for cgroup namespacesSerge Hallyn2016-03-031-13/+21
* unshare: fix busyloop and reduce racing probabilityYuriy M. Kaminskiy2016-02-171-10/+30
* misc: fix indention [smatch scan]Karel Zak2015-08-051-1/+1
* unshare: remove angular brackets from literal argument in usage textBenno Schulenberg2015-08-031-1/+1
* unshare: remove duplicate [make checkincludes]Karel Zak2015-07-291-2/+0Star
* unshare: allow persisting mount namespacesKarel Zak2015-04-141-4/+68
* unshare: allow persisting namespacesKarel Zak2015-04-141-12/+81
* unshare: add --propagation, use MS_PRIVATE by defaultKarel Zak2015-03-231-0/+44
* textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-2/+2
* unshare: add --setgroups=deny|allowKarel Zak2015-01-091-6/+50
* unshare: Fix --map-root-user to work on new kernelsEric W. Biederman2015-01-091-0/+19
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: angular brackets around a non-literal argument, singularBenno Schulenberg2014-10-011-2/+2
* unshare: add + to getopt_long()Karel Zak2014-04-181-1/+1
* unshare: include libmount.h to provide missing MS_* definesRuediger Meier2014-03-171-0/+3
* unshare: Add possibility to add mapping into root user in user namespaceLubomir Rintel2014-01-071-2/+34
* nsenter: unshare: use LC_ALLKarel Zak2013-10-181-1/+1
* unshare: add --mount-proc for pid namespacesKarel Zak2013-07-091-7/+23
* unshare: add --fork options for pid namespacesMike Frysinger2013-07-091-3/+28
* unshare: tweak styleMike Frysinger2013-03-041-3/+3
* unshare,nsenter: spawn shell by defaultZbigniew Jędrzejewski-Szmek2013-02-141-6/+6
* translation: unify exec error messagesSami Kerola2013-02-061-1/+1
* unshare: make usage() translator friendlySami Kerola2013-01-251-6/+6
* unshare,nsenter: Move the old libc handling into a common header namespace.hEric W. Biederman2013-01-171-28/+1Star
* unshare: Add support for the pid and user namespacesEric W. Biederman2013-01-171-9/+18
* Revert "unshare: support the switching of namespaces"Karel Zak2013-01-171-58/+17Star
* unshare: support the switching of namespacesNeil Horman2013-01-071-17/+58
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-1/+1
* unshare: align with howto-usage-function.txtSami Kerola2011-10-301-6/+13
* unshare: cleanup usage()Karel Zak2011-08-161-11/+12
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* unshare: fix SIGSEGV on invalid command line optionAlexey Gladkov2011-01-051-0/+1