]> git.ipfire.org Git - thirdparty/util-linux.git/history - sys-utils/nsenter.c
su: change error message
[thirdparty/util-linux.git] / sys-utils / nsenter.c
2018-04-09  Karel ZakMerge branch 'mount-omode' of https://github.com/yontal...
2018-03-27  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2018-02-01  Karel Zaksys-utils: use errexec()
2017-11-28  Karel Zaknsenter: fix compiler warning [-Wuninitialized]
2017-11-13  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-11-10  Karel Zaknsenter: revert changes committed by accident
2017-11-03  Karel Zaktests: update default lsmem output
2017-08-30  Sami Kerolarfkill: merge rfkill.8 project to util-linux
2017-07-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-07-10  Karel ZakMerge branch 'help' of https://github.com/rudimeier...
2017-06-29  Ruediger Meiermisc: consolidate macro style USAGE_HELP_OPTIONS
2017-06-27  Karel ZakMerge branch 'travis-checkusage' of https://github...
2017-06-27  Karel ZakMerge branch 'help-description' of https://github.com...
2017-06-27  Ruediger Meiermisc: introduce print_usage_help_options()
2017-06-26  Karel ZakMerge branch 'usage-part2' of https://github.com/rudime...
2017-06-26  Ruediger Meiermisc: cosmetics, remove argument from usage(int)
2017-06-14  Sami Kerolamisc: fix ggc-7 fallthrough warnings
2017-06-13  Karel ZakMerge branch 'sami-fallthrough' of https://github.com...
2017-06-13  Sami Kerolamisc: fix ggc-7 fallthrough warnings
2017-01-16  Karel ZakMerge branch 'col' of git://github.com/kerolasa/lelux...
2017-01-09  Karel ZakMerge branch 'ignatenko/libsmartcols-dead' of https...
2017-01-09  Karel Zaknsenter: fix usage() and improve man page
2016-12-22  Karel ZakMerge branch 'getrandom' of git://github.com/kerolasa...
2016-12-19  Karel ZakUse --help suggestion on invalid option
2016-12-13  Karel Zaknsenter: add --all option
2016-05-31  Sebastian Rasmussenmisc: Fix various typos
2016-05-09  Karel ZakMerge branch 'no-fork' of https://github.com/terryburto...
2016-04-22  Karel ZakMerge branch 'scan-build' of https://github.com/kerolas...
2016-04-22  James Bottomleynsenter: enter namespaces in two passes
2016-03-21  Karel ZakMerge branch '2016-03-02/cgns' of https://github.com...
2016-03-03  Serge HallynImplement support for cgroup namespaces
2015-03-20  Karel Zaknsenter: add -Z to set selinux context
2015-01-09  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-09  Karel Zaknsenter: add --preserve-credentials and cleanup setgrou...
2015-01-09  Karel Zaknsenter: keep semantic consistent
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-10-01  Benno Schulenbergtextual: there may be no space between option and optio...
2014-10-01  Benno Schulenbergtextual: angular brackets around a non-literal argument...
2014-07-29  Karel Zaknsenter: allow to use --set{uid,gid} for all namespaces
2014-04-18  Karel Zaknsenter: add + to getopt_long()
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-02-10  Karel ZakMerge branch 'master' of https://github.com/micha137...
2014-02-06  Karel Zaknsenter: fix set{gid,uid} order,drop supplementary...
2013-10-18  Karel Zaknsenter: unshare: use LC_ALL
2013-06-18  Richard Weinbergernsenter: Allow selecting the uid and gid to be used...
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-14  Zbigniew Jędrzejew... unshare,nsenter: spawn shell by default
2013-02-06  Sami Kerolatranslation: unify exec error messages
2013-01-25  Sami Kerolansenter: make usage() translator friendly
2013-01-25  Zbigniew Jędrzejew... nsenter: respect --exec no matter where it appears
2013-01-25  Sami Kerolansenter: fix indentation
2013-01-25  Sami Kerolansenter: drop core when impossible happens
2013-01-25  Sami Kerolansenter: fix compiler warning
2013-01-25  Sami Kerolansenter: adjust few error messages
2013-01-25  Zbigniew Jędrzejew... nsenter: rename --exec/-e to --no-fork/-F
2013-01-25  Zbigniew Jędrzejew... nsenter: allow arguments to be specified in any order
2013-01-17  Karel Zaknsenter: improve optional args in usage() and man page
2013-01-17  Eric W. Biedermanunshare,nsenter: Move the old libc handling into a...
2013-01-17  Eric W. Biedermannsenter: Replace a bare strtoul with strtoul_or_err
2013-01-17  Eric W. Biedermannsenter: Add const to declarations where possible.
2013-01-17  Eric W. Biedermannsenter: Properly spell significant in a comment.
2013-01-17  Eric W. Biedermannsenter: Enhance waiting for a child process
2013-01-17  Eric W. Biedermannsenter: new command (light wrapper around setns)