summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add changelog targetKarel Zak2012-01-181-0/+11
* build-sys: enable .xz, disable .gzKarel Zak2012-01-181-1/+1
* build-sys: release++ (v2.21-rc1)Karel Zak2012-01-182-1/+5
* docs: add v2.21 ReleaseNotesKarel Zak2012-01-181-0/+799
* docs: update AUTHORS fileKarel Zak2012-01-181-1/+15
* po: merge changesKarel Zak2012-01-1826-75127/+109499
* po: update ja.po (from translationproject.org)Takeshi Hamasaki2012-01-181-585/+315Star
* po: update fr.po (from translationproject.org)David Prévot2012-01-181-2586/+2258Star
* po: update cs.po (from translationproject.org)Petr Pisar2012-01-181-698/+371Star
* build-sys: add sleepexit from login.c to smatch non-return functionsKarel Zak2012-01-171-0/+1
* hwclock: remove non-ANSI function declaration [smatch scan]Karel Zak2012-01-172-2/+2
* fsck: make fs->type usage more robust [smatch scan]Karel Zak2012-01-171-2/+6
* blockdev: remove non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* libmount: fix bugs detected by [smatch scan]Karel Zak2012-01-172-2/+2
* build-sys: use $(MAKE) for checksmatchKarel Zak2012-01-171-1/+1
* losetup: make xgetpass more robustKarel Zak2012-01-172-2/+3
* dmesg: fix non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* line: fix compiler warnings [-Wunused-parameter]Karel Zak2012-01-171-1/+1
* mount: fix __attribute__ keywordKarel Zak2012-01-171-11/+11
* mount: fix compiler warnings [-Wunused-parameter -Wunused-variable]Karel Zak2012-01-171-2/+2
* losetup: fix compiler warnings [-Wpointer-sign -Wformat]Karel Zak2012-01-171-3/+3
* libmount: fix compiler warnings [-Wuninitialized -Wformat]Karel Zak2012-01-172-2/+2
* libmount: fix compiler warnings [-Wsign-compare]Karel Zak2012-01-171-2/+2
* sfdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* fdisk: fix poor coding styleKarel Zak2012-01-171-1/+1
* mount: remove duplicate includesKarel Zak2012-01-171-2/+0Star
* lib,loopdev: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* sfdisk: remove duplicate includesKarel Zak2012-01-171-1/+0Star
* libmount: ignore "defaults" mount optionKarel Zak2012-01-171-1/+3
* sfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* cfdisk: add note about alignment to the man pageKarel Zak2012-01-171-0/+6
* test: refresh build-sys testsKarel Zak2012-01-1716-39/+157
* mount: avoid canonicalizing pseudofs pathsDave Reisner2012-01-171-3/+4
* fdisk: fix last sector dialog bug after an incorrect input with suffixFrancesco Cosoleto2012-01-161-5/+8
* fdisk: rename read_int_sx() and some related variablesFrancesco Cosoleto2012-01-161-21/+21
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-163-10/+50
* lsblk: add UUID to --fs outputKarel Zak2012-01-161-0/+1
* libmount: cleanup post-umount operationsKarel Zak2012-01-161-32/+30Star
* libmount: fix MS_BIND|MS_REC usage, improve some bitwise operationsKarel Zak2012-01-162-5/+5
* libmount: add post-mount checks to detect ro/rwKarel Zak2012-01-164-8/+72
* libmount: avoid duplicate loopdevsKarel Zak2012-01-163-3/+77
* mount: (new) print error messagesKarel Zak2012-01-131-6/+274
* libmount: allow to toggle ro/rw and mount againKarel Zak2012-01-134-2/+17
* libmount: allow to use UUID and LABEL for owner/group mount options in fstabKarel Zak2012-01-132-6/+26
* libmount: add functions to export syscall/helpers statusKarel Zak2012-01-134-10/+110
* tests: fix mount/special to be compatible with libmountKarel Zak2012-01-122-18/+2Star
* libmount: fix auto-loopdevKarel Zak2012-01-121-7/+14
* libmount: support umount /path/file.imgKarel Zak2012-01-122-14/+43
* tests: add exceptions for libmountKarel Zak2012-01-124-2/+7
* libmount: make options in fstab optionalKarel Zak2012-01-121-8/+15