summaryrefslogtreecommitdiffstats
path: root/disk-utils/swaplabel.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* swaplabel: fix --disable-libuuid compilationKarel Zak2017-09-151-0/+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-6/+8
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-5/+5
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* swapon: split swapon-common.cKarel Zak2014-09-221-5/+5
* swaplabel: move swapon-common to include directorySami Kerola2014-07-281-0/+1
* swapon: share get_swap_prober() with swaplabel to print uuid and labelSami Kerola2014-07-221-46/+0Star
* mkswap, swaplabel: move version number to headerSami Kerola2014-05-041-2/+2
* swaplabel: wrong version number in checkSami Kerola2014-02-171-1/+1
* swaplabel: check writing to a file descriptor was successfulSami Kerola2013-04-261-1/+4
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* swaplabel: check blkid_probe_lookup_value() result [coverity scan]Karel Zak2012-06-211-2/+3
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* disk-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* swaplabel: add --version and align with howto-usage-function.txtSami Kerola2012-03-301-11/+15
* swaplabel: fix compiler warnings [-Wunused-parameter]Karel Zak2011-08-011-2/+2
* build-sys: include <uuid.h> rather than <uuid/uuid.h>Karel Zak2011-03-161-5/+1Star
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+0Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* swaplabel: new commandJason Borden2010-04-021-0/+226