]> err.no Git - util-linux/log
util-linux
14 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Fri, 18 Jun 2010 09:27:16 +0000 (11:27 +0200)]
po: update pl.po (from translationproject.org)

14 years agopo: update nl.po (from translationproject.org)
Benno Schulenberg [Fri, 18 Jun 2010 09:27:16 +0000 (11:27 +0200)]
po: update nl.po (from translationproject.org)

14 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Fri, 18 Jun 2010 09:27:15 +0000 (11:27 +0200)]
po: update cs.po (from translationproject.org)

14 years agomkswap: add a note that -p is uncecessary
Karel Zak [Thu, 17 Jun 2010 09:15:40 +0000 (11:15 +0200)]
mkswap: add a note that -p is uncecessary

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomkswap: don't use too small user-specified page size
Karel Zak [Thu, 17 Jun 2010 08:57:47 +0000 (10:57 +0200)]
mkswap: don't use too small user-specified page size

Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=601552
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomkswap: use calloc(), remove obsolete v1 header usage
Karel Zak [Thu, 17 Jun 2010 08:29:33 +0000 (10:29 +0200)]
mkswap: use calloc(), remove obsolete v1 header usage

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agowipefs: fix memory leaks
Karel Zak [Wed, 16 Jun 2010 21:41:33 +0000 (23:41 +0200)]
wipefs: fix memory leaks

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agowipefs: fix mem usage
Karel Zak [Wed, 16 Jun 2010 21:40:46 +0000 (23:40 +0200)]
wipefs: fix mem usage

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolscpu: fix CPU_EQUAL_S macro
Karel Zak [Wed, 16 Jun 2010 20:50:42 +0000 (22:50 +0200)]
lscpu: fix CPU_EQUAL_S macro

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: update fdisk tests
Karel Zak [Wed, 16 Jun 2010 09:04:39 +0000 (11:04 +0200)]
tests: update fdisk tests

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: extend -c and -u options to support old DOS stuff
Karel Zak [Wed, 16 Jun 2010 08:52:20 +0000 (10:52 +0200)]
fdisk: extend -c and -u options to support old DOS stuff

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>
14 years agocal: remove unnecessary info from man page
Karel Zak [Wed, 16 Jun 2010 07:16:00 +0000 (09:16 +0200)]
cal: remove unnecessary info from man page

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=604238
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: disable DOS mode and cylinders by default
Karel Zak [Tue, 15 Jun 2010 11:13:05 +0000 (13:13 +0200)]
fdisk: disable DOS mode and cylinders by default

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolscpu: fix typo, "faild" to "failed"
Benno Schulenberg [Mon, 14 Jun 2010 18:12:56 +0000 (20:12 +0200)]
lscpu: fix typo, "faild" to "failed"

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agofdisk: remove erroneous <size> argument from -u option in help text
Benno Schulenberg [Mon, 14 Jun 2010 18:11:27 +0000 (20:11 +0200)]
fdisk: remove erroneous <size> argument from -u option in help text

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agofdisk: untangle the reporting of deprecated mode and unit
Benno Schulenberg [Mon, 14 Jun 2010 18:08:50 +0000 (20:08 +0200)]
fdisk: untangle the reporting of deprecated mode and unit

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>
14 years agochrt: add --verbose to man page, correct -V for --version, alphabetize
Benno Schulenberg [Mon, 14 Jun 2010 18:07:37 +0000 (20:07 +0200)]
chrt: add --verbose to man page, correct -V for --version, alphabetize

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agochrt: slice help text into manageable chunks for translators
Benno Schulenberg [Mon, 14 Jun 2010 18:03:21 +0000 (20:03 +0200)]
chrt: slice help text into manageable chunks for translators

[kzak@redhat.com: - clean up usage() function]

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agochrt: change two messages into four translatable sentences
Benno Schulenberg [Mon, 14 Jun 2010 17:47:08 +0000 (19:47 +0200)]
chrt: change two messages into four translatable sentences

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>
14 years agomount: use %u for uid_t and gid_t
Karel Zak [Mon, 14 Jun 2010 16:42:58 +0000 (18:42 +0200)]
mount: use %u for uid_t and gid_t

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotextual: fix typos
Karel Zak [Mon, 14 Jun 2010 16:15:29 +0000 (18:15 +0200)]
textual: fix typos

Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add notes about -o remount,ro,bind to mount.8
Karel Zak [Mon, 14 Jun 2010 10:47:17 +0000 (12:47 +0200)]
mount: add notes about -o remount,ro,bind to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolscpu: add CPU_EQUAL_S definition for old/obscure libc
Karel Zak [Mon, 14 Jun 2010 09:25:31 +0000 (11:25 +0200)]
lscpu: add CPU_EQUAL_S definition for old/obscure libc

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: ungettextize the directions and fix spelling
Benno Schulenberg [Thu, 10 Jun 2010 13:05:52 +0000 (15:05 +0200)]
findmnt: ungettextize the directions and fix spelling

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agomessages: gettextize a few skipped or forgotten ones
Benno Schulenberg [Thu, 10 Jun 2010 12:29:27 +0000 (14:29 +0200)]
messages: gettextize a few skipped or forgotten ones

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agotextual: fix typos, and rephrase some things for clarity
Benno Schulenberg [Thu, 10 Jun 2010 12:27:34 +0000 (14:27 +0200)]
textual: fix typos, and rephrase some things for clarity

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agouuidd: spell the plural of "UUID" consistently as "UUIDs"
Benno Schulenberg [Thu, 10 Jun 2010 12:04:26 +0000 (14:04 +0200)]
uuidd: spell the plural of "UUID" consistently as "UUIDs"

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
14 years agobuild-sys: minor changes for GNU/Hurd
Samuel Thibault [Thu, 10 Jun 2010 00:20:47 +0000 (02:20 +0200)]
build-sys: minor changes for GNU/Hurd

Here is a patch to fix the build on GNU/Hurd.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
14 years agomount: don't create loopdev for MS_BIND
Karel Zak [Mon, 14 Jun 2010 07:35:28 +0000 (09:35 +0200)]
mount: don't create loopdev for MS_BIND

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>
14 years agodocs: fix umount --fake note in ReleaseNotes
Karel Zak [Tue, 8 Jun 2010 12:13:46 +0000 (14:13 +0200)]
docs: fix umount --fake note in ReleaseNotes

Reported-By: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: release++ (v2.18-rc1)
Karel Zak [Tue, 8 Jun 2010 09:52:42 +0000 (11:52 +0200)]
build-sys: release++ (v2.18-rc1)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: don't build tests by default
Karel Zak [Tue, 8 Jun 2010 09:28:26 +0000 (11:28 +0200)]
libmount: don't build tests by default

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: cleanup lib{mount,blkid} building
Karel Zak [Tue, 8 Jun 2010 08:55:24 +0000 (10:55 +0200)]
build-sys: cleanup lib{mount,blkid} building

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update ReleaseNotes
Karel Zak [Mon, 7 Jun 2010 15:06:07 +0000 (17:06 +0200)]
docs: update  ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update AUTHORS file
Karel Zak [Mon, 7 Jun 2010 12:19:41 +0000 (14:19 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: another Makefile.am fix
Karel Zak [Mon, 7 Jun 2010 12:15:04 +0000 (14:15 +0200)]
libmount: another Makefile.am fix

14 years agopo: merge changes
Karel Zak [Mon, 7 Jun 2010 12:10:01 +0000 (14:10 +0200)]
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: use mangle function from lib/
Karel Zak [Mon, 7 Jun 2010 10:57:03 +0000 (12:57 +0200)]
libmount: use mangle function from lib/

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: fix Makefile.am
Karel Zak [Mon, 7 Jun 2010 10:56:28 +0000 (12:56 +0200)]
libmount: fix Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: update include/Makefile.am
Karel Zak [Mon, 7 Jun 2010 10:48:51 +0000 (12:48 +0200)]
build-sys: update include/Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: use include/list.h
Karel Zak [Mon, 7 Jun 2010 10:31:28 +0000 (12:31 +0200)]
build-sys: use include/list.h

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update vi.po (from translationproject.org)
Clytie Siddall [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update vi.po (from translationproject.org)

14 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update pl.po (from translationproject.org)

14 years agopo: update ja.po (from translationproject.org)
Makoto Kato [Mon, 7 Jun 2010 10:27:05 +0000 (12:27 +0200)]
po: update ja.po (from translationproject.org)

14 years agopo: update id.po (from translationproject.org)
Arif E. Nugroho [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update id.po (from translationproject.org)

14 years agopo: update eu.po (from translationproject.org)
Mikel Olasagasti Uranga [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update eu.po (from translationproject.org)

14 years agopo: update es.po (from translationproject.org)
Santiago Vila Doncel [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update es.po (from translationproject.org)

14 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Mon, 7 Jun 2010 10:27:04 +0000 (12:27 +0200)]
po: update cs.po (from translationproject.org)

14 years agopo: update list of files
Karel Zak [Mon, 7 Jun 2010 10:22:25 +0000 (12:22 +0200)]
po: update list of files

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: update blkid test for raid1
Karel Zak [Fri, 4 Jun 2010 21:33:49 +0000 (23:33 +0200)]
tests: update blkid test for raid1

ID_PART_ENTRY_TYPE_ENC does not exists anymore.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: mount cramfs read-only
Karel Zak [Fri, 4 Jun 2010 21:31:43 +0000 (23:31 +0200)]
tests: mount cramfs read-only

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: update lscpu test
Karel Zak [Fri, 4 Jun 2010 21:29:26 +0000 (23:29 +0200)]
tests: update lscpu test

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: optimize UDF label reading
Karel Zak [Fri, 4 Jun 2010 09:41:23 +0000 (11:41 +0200)]
libblkid: optimize UDF label reading

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add #warning libmount API is not stable yet!
Karel Zak [Fri, 4 Jun 2010 07:43:21 +0000 (09:43 +0200)]
libmount: add #warning libmount API is not stable yet!

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: fix some gtkdoc warnings
Karel Zak [Thu, 3 Jun 2010 14:59:20 +0000 (16:59 +0200)]
libmount: fix some gtkdoc warnings

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: remove mnt_open_device()
Karel Zak [Thu, 3 Jun 2010 14:37:21 +0000 (16:37 +0200)]
libmount: remove mnt_open_device()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: move from /sbin to /bin
Karel Zak [Thu, 3 Jun 2010 14:29:20 +0000 (16:29 +0200)]
findmnt: move from /sbin to /bin

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: minor coding style fixes
Karel Zak [Tue, 1 Jun 2010 13:06:08 +0000 (15:06 +0200)]
findmnt: minor coding style fixes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: small change in usage()
Karel Zak [Tue, 18 May 2010 14:19:09 +0000 (16:19 +0200)]
findmnt: small change in usage()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolib: remove unwanted debug messages
Karel Zak [Fri, 16 Apr 2010 12:59:10 +0000 (14:59 +0200)]
lib: remove unwanted debug messages

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: add {fs,vfs}-options columns
Karel Zak [Fri, 16 Apr 2010 12:41:21 +0000 (14:41 +0200)]
findmnt: add {fs,vfs}-options columns

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: fix name of mnt_fs_get_*_optstr()
Karel Zak [Fri, 16 Apr 2010 12:40:22 +0000 (14:40 +0200)]
libmount: fix name of mnt_fs_get_*_optstr()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolib: tt.c - fix minimal width of column
Karel Zak [Fri, 16 Apr 2010 12:39:16 +0000 (14:39 +0200)]
lib: tt.c - fix minimal width of column

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: merge vfs and fs options more carefully
Karel Zak [Fri, 16 Apr 2010 12:05:42 +0000 (14:05 +0200)]
libmount: merge vfs and fs options more carefully

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add docs
Karel Zak [Thu, 15 Apr 2010 11:27:47 +0000 (13:27 +0200)]
libmount: add docs

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: cleanup docs
Karel Zak [Wed, 14 Apr 2010 12:01:24 +0000 (14:01 +0200)]
libmount: cleanup docs

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: add man page
Karel Zak [Thu, 8 Apr 2010 13:41:37 +0000 (15:41 +0200)]
findmnt: add man page

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: don't swap source and target for tags
Karel Zak [Thu, 8 Apr 2010 13:02:32 +0000 (15:02 +0200)]
findmnt: don't swap source and target for tags

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: fix mnt_fs_match_source()
Karel Zak [Thu, 8 Apr 2010 13:01:28 +0000 (15:01 +0200)]
libmount: fix mnt_fs_match_source()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add new debug messages
Karel Zak [Thu, 8 Apr 2010 13:01:12 +0000 (15:01 +0200)]
libmount: add new debug messages

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: cleanup cache flags and debug messages
Karel Zak [Thu, 8 Apr 2010 12:59:57 +0000 (14:59 +0200)]
libmount: cleanup cache flags and debug messages

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: export mnt_init_debug()
Karel Zak [Thu, 8 Apr 2010 12:59:03 +0000 (14:59 +0200)]
libmount: export mnt_init_debug()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolib: tt.c: don't print header for empty table
Karel Zak [Thu, 8 Apr 2010 12:56:49 +0000 (14:56 +0200)]
lib: tt.c: don't print header for empty table

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: rewrite to use lib/tt.c
Karel Zak [Tue, 6 Apr 2010 14:16:27 +0000 (16:16 +0200)]
findmnt: rewrite to use lib/tt.c

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolib: add tt.c (Tree and Table output)
Karel Zak [Tue, 6 Apr 2010 14:15:15 +0000 (16:15 +0200)]
lib: add tt.c (Tree and Table output)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoinclude: move shlibs/.../list.h to the include/ directory
Karel Zak [Tue, 6 Apr 2010 12:50:47 +0000 (14:50 +0200)]
include: move shlibs/.../list.h to the include/ directory

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: add tree support
Karel Zak [Fri, 12 Mar 2010 22:45:45 +0000 (23:45 +0100)]
findmnt: add tree support

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add mnt_cache_find_tag_value()
Karel Zak [Fri, 12 Mar 2010 22:42:56 +0000 (23:42 +0100)]
libmount: add mnt_cache_find_tag_value()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add support for userdata and work with VFS tree
Karel Zak [Tue, 9 Mar 2010 14:48:11 +0000 (15:48 +0100)]
libmount: add support for userdata and work with VFS tree

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add mnt_iter_get_direction()
Karel Zak [Fri, 5 Mar 2010 09:52:59 +0000 (10:52 +0100)]
libblkid: add mnt_iter_get_direction()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: read devno, ID and parent ID from /proc/self/mountinfo
Karel Zak [Tue, 2 Mar 2010 21:34:56 +0000 (22:34 +0100)]
libmount: read devno, ID and parent ID from /proc/self/mountinfo

The patch also removes obsolete test program from tab_parse.c.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofindmnt: add new command
Karel Zak [Mon, 1 Mar 2010 21:44:53 +0000 (22:44 +0100)]
findmnt: add new command

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: update symbols table
Karel Zak [Mon, 1 Mar 2010 21:31:51 +0000 (22:31 +0100)]
libmount: update symbols table

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add fstab/mtab/mountinfo lookup routines
Karel Zak [Mon, 1 Mar 2010 21:29:38 +0000 (22:29 +0100)]
libmount: add fstab/mtab/mountinfo lookup routines

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add mnt_match_{fstype,options} functions
Karel Zak [Tue, 23 Feb 2010 14:04:52 +0000 (15:04 +0100)]
libmount: add mnt_match_{fstype,options} functions

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add fstab/mtab/mountinfo parsing routines
Karel Zak [Wed, 13 Jan 2010 21:08:16 +0000 (22:08 +0100)]
libmount: add fstab/mtab/mountinfo parsing routines

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: rename mnt_optls_iterate_options()
Karel Zak [Wed, 13 Jan 2010 15:52:14 +0000 (16:52 +0100)]
libmount: rename mnt_optls_iterate_options()

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add mnt_entry
Karel Zak [Tue, 12 Jan 2010 12:43:07 +0000 (13:43 +0100)]
libmount: add mnt_entry

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add mtab locking code
Karel Zak [Mon, 11 Jan 2010 14:12:02 +0000 (15:12 +0100)]
libmount: add mtab locking code

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: proper tests definition in Makefile.am
Karel Zak [Mon, 11 Jan 2010 12:42:45 +0000 (13:42 +0100)]
libmount: proper tests definition in Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add optls (options container)
Karel Zak [Mon, 11 Jan 2010 12:33:06 +0000 (13:33 +0100)]
libmount: add optls (options container)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add list routines and generic iterator
Karel Zak [Tue, 5 Jan 2010 13:58:16 +0000 (14:58 +0100)]
libmount: add list routines and generic iterator

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add mnt_optstr_* functions
Karel Zak [Mon, 4 Jan 2010 22:03:47 +0000 (23:03 +0100)]
libmount: add mnt_optstr_* functions

This set of functions allows to set/get/remove/append option in
unparsed options string.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add paths and tags cache
Karel Zak [Fri, 27 Nov 2009 13:35:03 +0000 (14:35 +0100)]
libblkid: add paths and tags cache

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add test_version
Karel Zak [Fri, 27 Nov 2009 00:13:01 +0000 (01:13 +0100)]
libmount: add test_version

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add debug support
Karel Zak [Thu, 26 Nov 2009 23:33:37 +0000 (00:33 +0100)]
libmount: add debug support

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add basic utils
Karel Zak [Thu, 26 Nov 2009 16:45:01 +0000 (17:45 +0100)]
libmount: add basic utils

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add version.c
Karel Zak [Thu, 26 Nov 2009 16:27:13 +0000 (17:27 +0100)]
libmount: add version.c

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibmount: add basic dirs
Karel Zak [Thu, 26 Nov 2009 16:11:12 +0000 (17:11 +0100)]
libmount: add basic dirs

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoblkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables
Karel Zak [Wed, 2 Jun 2010 14:11:52 +0000 (16:11 +0200)]
blkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables

The *_ENC variables are deprecated. All stuff for udev should be
encoded.

Reported-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>