summaryrefslogtreecommitdiff
path: root/src/chroot.c
Commit message (Expand)AuthorAgeFilesLines
* doc: be more consistent when documenting exit statusPádraig Brady2022-09-281-0/+1
* maint: address syntax-check issues in recent commitPádraig Brady2022-03-071-1/+1
* chown: warn about USER.GROUPPaul Eggert2022-02-241-4/+5
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: syntax-check requires "char const *", not "const char *"Jim Meyering2021-12-201-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* maint: prefer MAYBE_UNUSEDPaul Eggert2021-11-181-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* chroot,comm,join: fix usage options styleArman Absalan2020-12-081-3/+3
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* all: improve parsing of numeric argumentsPaul Eggert2019-10-221-2/+3
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* chroot: fix typo in preceding change: didn't compileJim Meyering2017-08-111-1/+1
* doc: correct technicality in chroot's --help outputJim Meyering2017-08-101-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-11/+12
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-3/+3
* all: quote string arguments in error messagesPádraig Brady2015-10-271-1/+1
* chroot: quote argument in error diagnosticPádraig Brady2015-06-261-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady2014-10-161-17/+12
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-6/+4
* chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker2014-08-011-8/+30
* maint: fix message translation glitchesPaul Eggert2014-07-191-2/+1
* maint: avoid clang -Wint-to-pointer-cast warningPádraig Brady2014-07-141-1/+2
* chroot: make changing root check more robustPádraig Brady2014-05-211-1/+18
* chroot: exit immediately upon failurePádraig Brady2014-05-211-23/+7
* chroot: with --userspec clear root's supplemental groupsPádraig Brady2014-05-211-13/+102
* chroot: don't chdir() if not changing rootPádraig Brady2014-05-161-15/+21
* chroot: always diagnose failure to set supplemental groupsPádraig Brady2014-03-191-4/+3
* chroot: improve --userspec and --groups look-upPádraig Brady2014-03-131-36/+82
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: remove unused parameters to parse_user_spec()Pádraig Brady2013-09-221-6/+1
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: accommodate missing setgroups on InterixMarkus Duft2011-10-011-0/+11
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* nice,chroot: use more standard option parsingPádraig Brady2010-03-261-4/+6
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+1
* chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake2009-10-231-7/+7
* maint: use X2NREALLOC in more placesEric Blake2009-10-081-1/+1