summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+6Star
* swapon: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-3/+3
* swapon: add --output-all optionSami Kerola2018-05-031-1/+7
* sys-utils: use errexec()Karel Zak2018-02-011-2/+2
* build-sys: don't check for swapon() number of argumentsKarel Zak2017-12-181-2/+1Star
* misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-151-1/+1
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-1/+5
* 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: never use usage(stderr)Ruediger Meier2017-06-261-5/+9
* misc: consolidate usage() "Available columns"Karel Zak2017-06-261-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-5/+6
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-16/+16
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* swapon: fix discard option parsingKarel Zak2016-09-211-3/+4
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* swapon: rewrite control struct usageKarel Zak2016-03-181-117/+183
* swapon: remove unnecessary assertKarel Zak2016-03-151-3/+0Star
* swapon: drop perms if setuid before call mkswapKarel Zak2016-02-111-4/+8
* swapon: simplify ctl->device usageKarel Zak2016-02-111-43/+37Star
* swapon: do not run execvp() calls when swapon is setuid binarySami Kerola2016-02-111-0/+4
* swapon: move function arguments to control structureSami Kerola2016-02-111-81/+77Star
* swapon: add control structSami Kerola2016-02-111-124/+129
* swapon: fix stat(3) and open(3) raceSami Kerola2015-11-091-7/+7
* swapon: fix restart waitpid with errno == EINTRKarel Zak2015-07-011-8/+7Star
* swapon: search for mkswap via PATHMike Frysinger2015-04-271-4/+2Star
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-3/+3
* maint: fix shadow declarationSami Kerola2015-01-071-7/+7
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+3
* swapon: reword some usage stringsBenno Schulenberg2014-11-071-3/+3
* swapon: remove extra word from usageKarel Zak2014-10-311-1/+1
* textual: slice up the usage text of swapon for ease of translationBenno Schulenberg2014-10-311-12/+12
* swapon: add -o <list> for compatibility with mountKarel Zak2014-10-201-21/+68
* swapon: align available columns section in usage()Sami Kerola2014-10-011-1/+1
* swapon: split swapon-common.cKarel Zak2014-09-221-4/+2Star
* swapon: remove invalid error string print outsSami Kerola2014-08-111-2/+2
* swapon: don't print errors as data in smartcols tableKarel Zak2014-07-221-4/+0Star
* swapon: don't use empty strings for smartcols outputKarel Zak2014-07-221-6/+2Star
* swapon: share get_swap_prober() with swaplabel to print uuid and labelSami Kerola2014-07-221-2/+36
* swapon: clean up columns[] usageKarel Zak2014-07-181-6/+6
* swapon: mark --sumarry as deprecatedKarel Zak2014-06-301-1/+1
* swapon: align --summary fieldsSami Kerola2014-06-301-1/+1
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* swapon, swapheader, mkswap: move swap signature to headerSami Kerola2014-05-061-3/+0Star
* swapon: swaps with legacy version label are not supportedSami Kerola2014-05-061-2/+1Star
* mkswap, swaplabel: move version number to headerSami Kerola2014-05-041-6/+4Star