summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src
Commit message (Collapse)AuthorAgeFilesLines
* libmount: add mnt_get_writable_mtab_path()Karel Zak2011-01-033-1/+42
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up lock.cKarel Zak2011-01-031-52/+62
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_tab_parse_mtab()Karel Zak2011-01-037-2/+113
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_split_optstr()Karel Zak2011-01-035-26/+152
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: don't return old data from optls iteratorKarel Zak2011-01-031-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up mount.sym fileKarel Zak2011-01-031-10/+6Star
| | | | | | | The API is not stable yet, so it's possible to increment the current API version rather than create a new version. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_fs_get_root()Karel Zak2011-01-035-6/+24
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add /etc/fstab.d supportKarel Zak2011-01-035-2/+113
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_tab_parse_stream()Karel Zak2011-01-033-34/+52
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: don't store filename to mnt_tabKarel Zak2011-01-034-70/+48Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: improve parser return codesKarel Zak2011-01-032-10/+26
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: remove mnt_tab_strerr()Karel Zak2011-01-035-149/+12Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_tab_set_parser_errcb()Karel Zak2011-01-034-11/+35
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-232-48/+0Star
| | | | | | | | | | | | | This patch replaces a few functions used throughout the source: * Renames getnum (from schedutils) to strtol_or_err * Moves strtosize (from lib/strtosize.c) * Moves xstrncpy (from include/xstrncpy.h) * Adds strnlen, strnchr and strndup if not available (remove it from libmount utils) A few Makefile.am files were modified to compile accordingly along with trivial renaming in schedutils source code. Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* libmount: remove unused mnt_strconcat3()Karel Zak2010-08-202-29/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix merge_optstr (do not truncate 3 trailing characters)Petr Uzel2010-07-071-1/+2
| | | | | | I believe this is the correct fix. Signed-off-by: Petr Uzel <petr.uzel@centrum.cz>
* build-sys: minor changes for GNU/HurdSamuel Thibault2010-06-141-0/+1
| | | | | | Here is a patch to fix the build on GNU/Hurd. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
* libmount: don't build tests by defaultKarel Zak2010-06-081-30/+7Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup lib{mount,blkid} buildingKarel Zak2010-06-082-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: another Makefile.am fixKarel Zak2010-06-071-1/+1
|
* libmount: use mangle function from lib/Karel Zak2010-06-071-24/+2Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix Makefile.amKarel Zak2010-06-071-4/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use include/list.hKarel Zak2010-06-071-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add #warning libmount API is not stable yet!Karel Zak2010-06-042-1/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix some gtkdoc warningsKarel Zak2010-06-031-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: remove mnt_open_device()Karel Zak2010-06-034-39/+2Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: small change in usage()Karel Zak2010-06-031-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix name of mnt_fs_get_*_optstr()Karel Zak2010-06-032-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: merge vfs and fs options more carefullyKarel Zak2010-06-031-23/+31
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add docsKarel Zak2010-06-039-72/+107
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup docsKarel Zak2010-06-0314-161/+296
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix mnt_fs_match_source()Karel Zak2010-06-031-16/+14Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add new debug messagesKarel Zak2010-06-031-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup cache flags and debug messagesKarel Zak2010-06-031-9/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: export mnt_init_debug()Karel Zak2010-06-034-4/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: move shlibs/.../list.h to the include/ directoryKarel Zak2010-06-031-179/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_cache_find_tag_value()Karel Zak2010-06-035-5/+43
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add support for userdata and work with VFS treeKarel Zak2010-06-035-0/+130
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libblkid: add mnt_iter_get_direction()Karel Zak2010-06-033-1/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: read devno, ID and parent ID from /proc/self/mountinfoKarel Zak2010-06-036-69/+70
| | | | | | The patch also removes obsolete test program from tab_parse.c. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: update symbols tableKarel Zak2010-06-031-2/+112
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add fstab/mtab/mountinfo lookup routinesKarel Zak2010-06-035-93/+226
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_match_{fstype,options} functionsKarel Zak2010-06-033-1/+169
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add fstab/mtab/mountinfo parsing routinesKarel Zak2010-06-036-6/+1490
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: rename mnt_optls_iterate_options()Karel Zak2010-06-032-13/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_entryKarel Zak2010-06-034-0/+630
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mtab locking codeKarel Zak2010-06-034-2/+532
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: proper tests definition in Makefile.amKarel Zak2010-06-031-7/+21
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add optls (options container)Karel Zak2010-06-036-6/+2042
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add list routines and generic iteratorKarel Zak2010-06-035-1/+281
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>