summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typosYuri Chornoivan2013-04-269-10/+10
|
* wipefs: clean up codeKarel Zak2013-04-261-28/+35
| | | | | | | This is C, use int & bits for boolean stuff rather than army of variables. Signed-off-by: Karel Zak <kzak@redhat.com>
* wipefs: add --backupOndrej Oprala2013-04-265-4/+87
| | | | | | | | [kzak@redhat.com: - don't wipe if failed to create a backup file - use ts_scsi_debug_init in the regression tests] Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: partx tests cleanupKarel Zak2013-04-262-33/+23Star
| | | | | | | | | | * use ts_scsi_debug_init * use headers in output * use udevadm Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add partx regression testsOndrej Oprala2013-04-2611-0/+106
| | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* build-sys: release++ (v2.23)Karel Zak2013-04-252-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.23-ReleaseNotesKarel Zak2013-04-251-6/+49
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update AUTHORS fileKarel Zak2013-04-251-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: merge changesKarel Zak2013-04-2527-11107/+15284
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: update uk.po (from translationproject.org)Yuri Chornoivan2013-04-251-3010/+1278Star
|
* po: update pl.po (from translationproject.org)Jakub Bogusz2013-04-251-2757/+1180Star
|
* po: update nl.po (from translationproject.org)Benno Schulenberg2013-04-251-1568/+930Star
|
* po: update hr.po (from translationproject.org)Tomislav Krznar2013-04-251-486/+364Star
|
* po: update fr.po (from translationproject.org)David Prévot2013-04-251-2988/+1827Star
|
* po: update da.po (from translationproject.org)Joe Hansen2013-04-251-1560/+1079Star
|
* po: update cs.po (from translationproject.org)Petr Písař2013-04-251-2202/+1475Star
|
* tests: make mount tests backwardly compatible with deprecated-mount/Karel Zak2013-04-253-14/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (deprecated) check loopcxt_ return valuesKarel Zak2013-04-251-4/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (deprecated) remove duplicate xstrndup()Karel Zak2013-04-252-15/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use 'check' for all utils with dependenciesKarel Zak2013-04-251-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* AUTHORS: fix prlimit typoDavidlohr Bueso2013-04-251-1/+1
| | | | Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* libfdisk: gpt: remove leftover commentsDavidlohr Bueso2013-04-251-6/+0Star
| | | | | | I must have left those in some commit. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* rtcwake: pass -h to shutdownMike Frysinger2013-04-251-1/+2
| | | | | | | The sysvinit shutdown requires you use -h when using -H or -P. Other inits just don't seem to care. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* build-sys: fix non-linux buildSamuel Thibault2013-04-251-1/+1
| | | | | | Make enabling fdformat depend on being a linux build. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
* dmesg: minor cleanup of EXCL_xxx_ERR macrosAndrii Bordunov2013-04-231-3/+0Star
| | | | | | | | Delete EXCL_ACT_ERR and EXCL_SYS_ERR defines: usage is removed in 43d2eeef5dd3a64c372dbf60e4a32aa9e97b4645: "dmesg: use err_exclusive_options()" Signed-off-by: Karel Zak <kzak@redhat.com>
* rtcwake: add support for "freeze" modeKarel Zak2013-04-232-0/+7
| | | | | | | Supported by Linux since 3.9 (upstream commit 7e73c5ae6e7991a6c01f6d096ff8afaef4458c36). Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: use devno to identify --all-target devicesKarel Zak2013-04-231-5/+4Star
| | | | | | | | | | | | | | # mount -t tmpfs tmp /mnt/A # mount --bind /mnt/A /mnt/B # mount -t tmpfs tmp /mnt/C the command: umount --all-targets /mnt/A has to umount only A and B, but not C. The C is a another filesystem. Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: (gpt) fix EFI UUID usageKarel Zak2013-04-181-40/+35Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: fix list typesKarel Zak2013-04-181-13/+22
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: (gpt) fix valid_pmbr()Karel Zak2013-04-181-7/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: (gpt) use le64_to_cpu() for alternative LBA checksKarel Zak2013-04-181-7/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: remove obsolete codeKarel Zak2013-04-181-4/+0Star
| | | | | | ... forgot in the previous commit to the swap prober. Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: ubifs is LEKarel Zak2013-04-181-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: make swap detection arch independentKarel Zak2013-04-181-0/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix compiler warningKarel Zak2013-04-181-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use pkg-config results for libuserKarel Zak2013-04-181-7/+7
| | | | | | | | | Our code depends on libuser >= 0.58, it's better to completely rely on pkg-config results rather than also call UL_CHECK_LIB (that overwrites previous pkg-config have_user= result independently on libuser version). Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix UL_REQUIRES_HAVEKarel Zak2013-04-182-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisks: fix compiler warningKarel Zak2013-04-172-2/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sulogin: fix compiler warningsKarel Zak2013-04-171-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix nsenter requirementsKarel Zak2013-04-171-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: fix SYS_{unshare,nsenter} usageKarel Zak2013-04-172-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lscpu: set 32-bit / 64-bit for ppcKarel Zak2013-04-171-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: use more robust code in silicon_raid checksum proberKarel Zak2013-04-171-2/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: fix silicon raid checksum code on BEKarel Zak2013-04-161-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add BE minix testKarel Zak2013-04-155-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: arch independent minix detectionKarel Zak2013-04-152-29/+97
| | | | | | | It seems that on-disk MINIX FS superblock is native-endian. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=833841 Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: consolidate scsi_debug usageKarel Zak2013-04-1213-166/+69Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add debug message to guess FS functionKarel Zak2013-04-121-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: use udevadm settle rather than sleepKarel Zak2013-04-1213-29/+43
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-1210-156/+202
| | | | | | | | | | | | | | | | | We use mnt_optstr_append_option(&o, mnt_fs_get_vfs_options(fs), NULL); in mount.nfs, unfortunately mnt_optstr_append_option() has been marked ass nonnull(1, 2). That's wrong because append and prepend should robust enough to accept NULL as option name. The patch also removes almost all __attribute__((nonnull). It seems better to rely on assert() to have usable feedback. In many cases (nonnull) is premature optimization for the library. This attribute makes sense for things like strlen() or so... Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=948274 Signed-off-by: Karel Zak <kzak@redhat.com>