summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.c
Commit message (Expand)AuthorAgeFilesLines
* setarch: avoid NULL dereference [coverity check]Karel Zak2019-05-281-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+6Star
* setarch: add new e2k subarchesAndrew Savchenko2019-04-091-0/+13
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1
* setarch: don't return address of automatic variableAndreas Schwab2019-01-221-1/+1
* setarch: fix obscure sparc32bash use-caseKarel Zak2018-11-221-10/+18
* setarch: make <arch> optionalKarel Zak2018-08-071-9/+18
* setarch: split set_arch() function to small functionsKarel Zak2018-08-061-35/+73
* setarch: add another PER_LINUX32 aliases for ppcleKarel Zak2018-06-141-0/+2
* sys-utils: use errexec()Karel Zak2018-02-011-4/+3Star
* setarch: minor code clean upSami Kerola2017-12-041-23/+15Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* setarch: use errtryhelp()Ruediger Meier2017-06-221-16/+6Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* setarch: let's keep analyzer happy [coverity scan]Karel Zak2016-10-051-0/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* setarch: add "exec" message to --verboseRuediger Meier2016-03-221-2/+5
* setarch: fix personality syscall return code checkDmitry V. Levin2016-03-071-2/+12
* setarch: fix regression for sparc buildsWaldemar Brodkorb2015-03-301-1/+1
* setarch: print error when command runs without argumentsSami Kerola2015-02-191-1/+1
* setarch: fix typo (missing braces) for ppcleRuediger Meier2015-02-101-3/+3
* setarch: fix --listKarel Zak2015-01-281-1/+1
* setarch: cleanup options usageKarel Zak2015-01-121-28/+38
* setarch: differentiate between "unrecognized" and "cannot set"Benno Schulenberg2015-01-121-1/+1
* textual: list the options of setarch in a more alphabetical orderBenno Schulenberg2015-01-061-6/+8
* setarch: make the usage synopsis comprehensible for translatorsBenno Schulenberg2015-01-061-3/+4
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* setarch: use personality() system call when it is availableSami Kerola2014-09-191-4/+6
* setarch: reindent codeSami Kerola2014-09-191-259/+248Star
* setarch: add generic support for setarch $(uname -m) ...Ruediger Meier2014-05-291-0/+16
* setarch: add shortcut binary uname26Ruediger Meier2014-05-221-0/+1
* setarch: flush output streams before execRuediger Meier2014-05-221-0/+3
* setarch: Fix ppc64le architecturesAnton Blanchard2014-04-071-0/+6
* setarch: prefer preprocessor rather than autotools checkSami Kerola2013-08-011-11/+11
* setarch: clean up usage()Sami Kerola2013-04-091-23/+21Star
* setarch: add option to list settable architecturesSami Kerola2013-04-051-3/+15
* translation: unify exec error messagesSami Kerola2013-02-061-2/+2
* setarch: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+2
* setarch: disallow unknown command line optionsSami Kerola2012-06-171-1/+6
* setarch: do not use -1 as array index [cppcheck]Sami Kerola2012-06-091-3/+3
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* setarch: minor changes to usage()Karel Zak2011-09-271-6/+9
* setarch: add version printingSami Kerola2011-09-101-2/+15
* setarch: use program_invocation_short_nameSami Kerola2011-09-101-13/+2Star
* setarch: move options struct to function scopeSami Kerola2011-09-101-21/+21
* setarch: add --uname-2.6 option for personality flag UNAME26Ben Hutchings2011-08-291-3/+15
* setarch: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-3/+2Star
* fstrim, setarch: replace error() with err()Francesco Cosoleto2011-06-081-9/+8Star
* move struct option to .rodataKarel Zak2011-03-031-1/+1