summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: remove repeated wordsKarel Zak2013-04-054-4/+3Star
* rtcwake: add --auto to usage()Karel Zak2013-04-051-0/+1
* readprofile: reorder options in man pageKarel Zak2013-04-051-27/+27
* readprofile: add --counters to the man pageKarel Zak2013-04-051-0/+3
* fsck: cleanup usage()Karel Zak2013-04-051-26/+29
* agetty: add --chroot to usage() and man pageKarel Zak2013-04-052-0/+4
* agetty: add -E, --remote to usage()Karel Zak2013-04-051-0/+1
* ul: cleanup usage() and man pageKarel Zak2013-04-052-11/+12
* raw: add long options to man pageKarel Zak2013-04-051-4/+8
* mount: add --read-write to man pageKarel Zak2013-04-052-2/+2
* mount: add --show-labels to man pageKarel Zak2013-04-051-1/+1
* setarch: normalize man page formattingKarel Zak2013-04-051-14/+17
* getopt: fix usage() typo unquote -> unquotedKarel Zak2013-04-051-1/+1
* findmnt: fix typo fsroot -> nofsrootKarel Zak2013-04-051-1/+1
* blkid: use O_CLOEXECKarel Zak2013-04-031-1/+1
* libblkid: use O_CLOEXECKarel Zak2013-04-039-14/+14
* libmount: use O_CLOEXECKarel Zak2013-04-034-10/+10
* libuuid: use O_CLOEXECKarel Zak2013-04-031-2/+2
* libfdisk: use O_CLOEXECKarel Zak2013-04-031-2/+2
* lib: use O_CLOEXEC in libcommonKarel Zak2013-04-039-24/+25
* include/fileutils: use O_CLOEXEC for mktemp stuffKarel Zak2013-04-031-1/+1
* include/c: add macro UL_CLOEXECSTRKarel Zak2013-04-031-0/+8
* lib/canonicalize: don't use /dev/mapper/<name> if the node does not existKarel Zak2013-04-031-1/+3
* libmount: add version and features to debug outputKarel Zak2013-04-021-3/+16
* lsblk: add --pathsKarel Zak2013-03-292-19/+45
* libmount: make mnt_table_find_* more robust [coverity scan]Karel Zak2013-03-271-0/+14
* wipefs: make do_wipe() more readable [coverity scan]Karel Zak2013-03-271-1/+3
* rename: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+2
* wipefs: fix memory leak [coverity scan]Karel Zak2013-03-271-2/+5
* setterm: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+5
* mkfs.cramfs: fix resource leak [coverity scan]Karel Zak2013-03-271-1/+3
* pg: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+3
* libfdisk: (gpt) fix memory leak [coverity scan]Karel Zak2013-03-271-1/+3
* mkfs.cramfs: fix memory leak [coverity scan]Karel Zak2013-03-271-7/+12
* lib/xalloc: fix mamory leak in xgethostname() [coverity scan]Karel Zak2013-03-272-6/+10
* libblkid: (udf) fix possible null pointer dereference [coverity scan]Karel Zak2013-03-271-1/+2
* lscpu: make /proc/sysinfo usage more robust [coverity scan]Karel Zak2013-03-271-0/+2
* lscpu: remove dead code [coverity scan]Karel Zak2013-03-271-2/+0Star
* sulogin: don't run if not found passww entry [coverity scan]Karel Zak2013-03-271-0/+1
* flock: possible pointer dereferences [coverity scan]Karel Zak2013-03-271-0/+1
* getopt: fix normalize() usage [coverity scan]Karel Zak2013-03-271-1/+1
* su: make code more robust [coverity scan]Karel Zak2013-03-271-0/+3
* agetty: make \{4,6} issue file code more robust [coverity scan]Karel Zak2013-03-271-3/+6
* libmount: fix __mnt_optstr_append_option() nonull attribute [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: fix __mnt_cache_find_tag_value() [coverity scan]Karel Zak2013-03-271-1/+1
* lsblk: fix hctl buffer usage [coverity scan]Karel Zak2013-03-271-1/+2
* lsblk: check returns [coverity scan]Karel Zak2013-03-271-1/+3
* login: check returns [coverity scan]Karel Zak2013-03-271-6/+5Star
* libfdisk: check returns [coverity scan]Karel Zak2013-03-271-3/+4
* libblkid: check returns [coverity scan]Karel Zak2013-03-271-1/+2