summaryrefslogtreecommitdiffstats
path: root/shlibs
Commit message (Collapse)AuthorAgeFilesLines
* libmount: add mnt_tab_find_pair()Karel Zak2011-01-033-16/+85
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: allows to swap source and targetKarel Zak2011-01-033-164/+149Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup mount.hKarel Zak2011-01-031-38/+33Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: split context.cKarel Zak2011-01-035-834/+909
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup helpers supportKarel Zak2011-01-031-114/+117
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak2011-01-031-209/+76Star
| | | | | | | | The old solution (without scanf()) was based on old code from mount(8). It seems that the modern libc is able to provide all necessary functionality by sscanf() and %ms directive. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix mount helpers callKarel Zak2011-01-031-24/+115
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: update mtab after mount(2)Karel Zak2011-01-031-7/+52
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: always store rw/ro flags to mtabKarel Zak2011-01-031-15/+52
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: update mount.symKarel Zak2011-01-032-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: extend mnt_update_* APIKarel Zak2011-01-033-1/+61
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mount(2) and /sbin/mount.<type> supportKarel Zak2011-01-034-41/+281
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mtab managment to context APIKarel Zak2011-01-033-7/+77
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: use attribute __format__ for debug routinesKarel Zak2011-01-034-6/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add FS detectionKarel Zak2011-01-035-29/+151
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: better permissions and optstr evaliationKarel Zak2011-01-031-67/+155
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add DBG() to optstr.cKarel Zak2011-01-031-3/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: minor cleanup in optstr.cKarel Zak2011-01-031-7/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_optstr_fix_userKarel Zak2011-01-033-1/+43
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up mountflags usageKarel Zak2011-01-034-56/+178
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: improve parsers return codesKarel Zak2011-01-034-142/+191
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: rewrite optstr translationKarel Zak2011-01-035-139/+268
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: implement mnt_context_subst_optstr()Karel Zak2011-01-032-25/+66
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add routines for uid=, git= and context= translationKarel Zak2011-01-033-0/+205
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add utils for work with uid/gidKarel Zak2011-01-032-0/+46
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add first part of high-level APIKarel Zak2011-01-032-0/+1128
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup mount.symKarel Zak2011-01-031-38/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_contextKarel Zak2011-01-031-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_optstr_get_userspace_mountflags()Karel Zak2011-01-034-26/+86
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add MNT_FS_SWAP flagKarel Zak2011-01-034-11/+24
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup debug flagsKarel Zak2011-01-032-18/+22
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: improve debugging, fix optstr prependKarel Zak2011-01-032-3/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add new pseudo filesystemsKarel Zak2011-01-031-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_fs_prepend_optstr()Karel Zak2011-01-035-8/+38
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mnt_optstr_prepend_option()Karel Zak2011-01-033-2/+56
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix optstr testKarel Zak2011-01-031-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: rewrite DBG() macroKarel Zak2011-01-039-105/+113
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add new psetudo filesystemsKarel Zak2011-01-031-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (tab_parse.c)Karel Zak2011-01-031-60/+78
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (tab.c)Karel Zak2011-01-031-21/+21
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (optstr.c)Karel Zak2011-01-031-45/+42Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (optmap.c)Karel Zak2011-01-031-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (lock.c)Karel Zak2011-01-031-16/+24
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (iter.c)Karel Zak2011-01-031-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (fs.c)Karel Zak2011-01-031-60/+50Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes (cache.c)Karel Zak2011-01-035-16/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up mnt_fs_set_optstr()Karel Zak2011-01-036-22/+65
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: improve an rename API for mtab managementKarel Zak2011-01-034-268/+312
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: update testsKarel Zak2011-01-032-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: update mount.{h,sym}Karel Zak2011-01-032-1/+31
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>