summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-06-18po: merge changesKarel Zak24-8460/+11055
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-18po: update pl.po (from translationproject.org)Jakub Bogusz1-801/+437
2010-06-18po: update nl.po (from translationproject.org)Benno Schulenberg1-1297/+1098
2010-06-18po: update cs.po (from translationproject.org)Petr Pisar1-634/+457
2010-06-17mkswap: add a note that -p is uncecessaryKarel Zak1-1/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-17mkswap: don't use too small user-specified page sizeKarel Zak1-1/+1
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=601552 Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-17mkswap: use calloc(), remove obsolete v1 header usageKarel Zak1-7/+13
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16wipefs: fix memory leaksKarel Zak1-0/+19
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16wipefs: fix mem usageKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16lscpu: fix CPU_EQUAL_S macroKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16tests: update fdisk testsKarel Zak16-94/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16fdisk: extend -c and -u options to support old DOS stuffKarel Zak3-27/+52
The DOS mode and cylinders as display units are disabled by default now. For users who need old DOS behavior is it necessary to extend -c (compatibility) and -u (units) command line options. The change is backwardly compatible (so people who already uses -u and -c are not affected with this change). New form: -c[=<mode>] where <mode> is 'dos' or 'nondos' (default) -u[=<units>] where <units> is 'cylinders' or 'sectors' (default) For example old deprecated DOS behavior could be enabled by: fdisk -u=cylinders -c=dos /dev/sda Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16cal: remove unnecessary info from man pageKarel Zak1-6/+0
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=604238 Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-15fdisk: disable DOS mode and cylinders by defaultKarel Zak3-13/+17
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-15lscpu: fix typo, "faild" to "failed"Benno Schulenberg1-1/+1
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-15fdisk: remove erroneous <size> argument from -u option in help textBenno Schulenberg1-3/+3
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-15fdisk: untangle the reporting of deprecated mode and unitBenno Schulenberg1-9/+3
Translatable messages should not be split into parts that are conditionally concatenated. Preferably they should each form a complete message. Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-15chrt: add --verbose to man page, correct -V for --version, alphabetizeBenno Schulenberg1-13/+16
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-15chrt: slice help text into manageable chunks for translatorsBenno Schulenberg1-6/+13
[kzak@redhat.com: - clean up usage() function] Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-15chrt: change two messages into four translatable sentencesBenno Schulenberg1-6/+14
In several languages the translations for "current" and "new" will have to be slightly different depending on whether they apply to "policy" or "priority". (As a general rule, translatable messages should be full sentences, and not partial ones with optional words filled in via %s.) Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-14mount: use %u for uid_t and gid_tKarel Zak1-7/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-14textual: fix typosKarel Zak2-2/+2
Reported-by: Petr Pisar <petr.pisar@atlas.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-14mount: add notes about -o remount,ro,bind to mount.8Karel Zak1-0/+15
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-14lscpu: add CPU_EQUAL_S definition for old/obscure libcKarel Zak1-0/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-14findmnt: ungettextize the directions and fix spellingBenno Schulenberg1-3/+3
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-14messages: gettextize a few skipped or forgotten onesBenno Schulenberg6-13/+13
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-14textual: fix typos, and rephrase some things for clarityBenno Schulenberg7-55/+55
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-14uuidd: spell the plural of "UUID" consistently as "UUIDs"Benno Schulenberg6-12/+12
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2010-06-14build-sys: minor changes for GNU/HurdSamuel Thibault6-0/+25
Here is a patch to fix the build on GNU/Hurd. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2010-06-14mount: don't create loopdev for MS_BINDKarel Zak1-2/+3
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=602573 Reported-by: Adam Tkac <atkac@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-08docs: fix umount --fake note in ReleaseNotesKarel Zak1-1/+1
Reported-By: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-08build-sys: release++ (v2.18-rc1)Karel Zak2-2/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-08libmount: don't build tests by defaultKarel Zak1-30/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-08build-sys: cleanup lib{mount,blkid} buildingKarel Zak5-8/+18
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07docs: update ReleaseNotesKarel Zak1-0/+413
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07docs: update AUTHORS fileKarel Zak1-0/+31
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07libmount: another Makefile.am fixKarel Zak1-1/+1
2010-06-07po: merge changesKarel Zak24-30737/+44987
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07libmount: use mangle function from lib/Karel Zak1-24/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07libmount: fix Makefile.amKarel Zak1-4/+6
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07build-sys: update include/Makefile.amKarel Zak1-7/+8
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07build-sys: use include/list.hKarel Zak2-3/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07po: update vi.po (from translationproject.org)Clytie Siddall1-1119/+834
2010-06-07po: update pl.po (from translationproject.org)Jakub Bogusz1-1890/+2076
2010-06-07po: update ja.po (from translationproject.org)Makoto Kato1-1048/+859
2010-06-07po: update id.po (from translationproject.org)Arif E. Nugroho1-1256/+967
2010-06-07po: update eu.po (from translationproject.org)Mikel Olasagasti Uranga1-829/+705
2010-06-07po: update es.po (from translationproject.org)Santiago Vila Doncel1-1364/+977
2010-06-07po: update cs.po (from translationproject.org)Petr Pisar1-968/+805
2010-06-07po: update list of filesKarel Zak1-1/+26
Signed-off-by: Karel Zak <kzak@redhat.com>