]> git.ipfire.org Git - thirdparty/util-linux.git/history - sys-utils/switch_root.c
fix a bug where switch_root would erroneously try to parse initargs
[thirdparty/util-linux.git] / sys-utils / switch_root.c
2019-01-04  Paul Asmuthfix a bug where switch_root would erroneously try to...
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-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: never use usage(stderr)
2017-05-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-05-10  Sami Kerolaswitch_root: use getopt_long() to parse options
2017-04-26  Patrick Steinhardtswitch_root: unlink files without _DIRENT_HAVE_D_TYPE
2016-08-02  Karel ZakMerge branch 'getopt' of git://github.com/kerolasa...
2016-08-02  Karel ZakMerge branch 'oclint' of git://github.com/kerolasa...
2016-07-21  Sami Kerolaswitch_root: simplify code and reduce indentation ...
2015-02-02  Benno Schulenbergtextual: grammarize and harmonize the stat error message
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-11-10  Karel Zakinclude/statfs_magic: use macro rather than type for...
2014-11-06  Karel Zakswitch_root: improve statfs->f_type portability
2014-05-30  Karel ZakMerge branch 'lscpu-detect-v3' of https://github.com...
2014-05-30  Karel ZakMerge branch 'warnings-squashed' of https://github...
2014-05-29  Ruediger Meierbuild: fix some compiler warnings
2014-04-07  Karel ZakMerge branch 'kill' of git://github.com/kerolasa/lelux...
2014-04-04  Dave Reisnerswitch_root: verify initramfs by f_type, not devno
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-03-05  Karel ZakMerge branch 'master' of https://github.com/rudimeier...
2014-03-04  Karel Zakswitch_root: make dirent d_type usage more robust
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-13  Richard Weinbergerswitch_root: Add a sanity check
2012-09-10  Karel ZakMerge https://github.com/hramrach/util-linux
2012-09-07  Karel Zakswitch_root: check open() return value [coverity scan]
2012-07-16  Karel ZakMerge branch '2012wk28'
2012-07-16  Sami Kerolatranslation: unify stat error messages
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-04  Sami Kerolasys-utils: verify writing to streams was successful
2012-02-08  Sami Kerolaswitch_root: close open file after usage [cppcheck]
2011-11-14  Harald Hoyerswitch_root: umount mount points we cannot move with...
2011-11-14  Karel ZakMerge branch 'sys-utils-3rd' of https://github.com...
2011-10-30  Sami Kerolaswitch_root: add nls support
2011-10-30  Sami Kerolaswitch_root: align with howto-usage-function.txt
2011-10-20  Harald Hoyerswitch_root: handle /run and do not mount over existing...
2011-02-14  Fabian Groffenbuild-sys: provide alternatives for err, errx, warn...
2009-11-20  Karel ZakRevert "switch_root: add subroot support"
2009-10-09  Karel Zakswitch_root: remove TIOCSCTTY and setsid()
2009-07-14  Daniel Drakeswitch_root: add subroot support
2009-06-22  Peter Jonesswitch_root: do recursiveRemove after our root is moved...
2009-06-22  Peter Jonesswitch_root: fork before cleaning up the filesystem.
2009-06-22  Peter Jonesswitch_root: use file descriptor instead of path for...
2009-06-22  Karel Zakswitch_root: use snprintf() rather tan str{cpy,cat}()
2009-06-22  Karel Zakswitch_root: clean up argv[] usage, add -h and -V
2009-06-22  Karel Zakswitch_root: use err.h, clean up return codes
2009-06-22  Karel Zakswitch_root: rewrite to use fstatat() and unlinkat()
2009-06-22  Karel Zakswitch_root: fix coding style
2009-06-22  Karel Zakswitch_root: new command