summaryrefslogtreecommitdiff
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* build-sys: fix .h.in usage in libblkid and libmountKarel Zak2014-04-231-1/+1
* mount: apply "nofail" to MNT_ERR_NOSOURCE libmount errorKarel Zak2014-04-231-0/+5
* build-sys: libmount/python/__init__.py is always a dist fileRuediger Meier2014-04-231-2/+1
* build-sys: don't connect _DEPENDENCIES and _LIBADDKarel Zak2014-04-231-1/+2
* libmount: FS id and parent ID could be zeroKarel Zak2014-04-231-8/+6
* libmount: initialize *root to NULL in mnt_table_get_root_fsThomas Bächler2014-04-231-0/+2
* libmount: accept (deleted) path suffix in mountinfo fileKarel Zak2014-04-231-0/+11
* pylibmount: import directly from pylibmount in testsKarel Zak2014-01-143-3/+9
* pylibmount: remove unncessary subdirectoryKarel Zak2014-01-142-1/+1
* libmount: add efivarfs to the list of pseudo filesystemsKarel Zak2014-01-141-1/+2
* pylibmount: correctly import from pylibmount.soDave Reisner2014-01-141-1/+1
* libmount: add mnt_tag_is_valid()Karel Zak2014-01-144-0/+23
* libmount: cleanup fix_optstr() regards to selinux and smackKarel Zak2014-01-141-19/+47
* libmount: fix typo in smack pathKarel Zak2014-01-141-1/+1
* libmount: remove smackfs* option when SMACK not enabledKarel Zak2014-01-141-0/+22
* libmount: fix mnt_context_is_child() commentKarel Zak2013-10-111-1/+4
* libmount: Fix typo in commentNamhyung Kim2013-10-111-2/+2
* various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2013-10-082-2/+4
* COPYING: fix grammar of referring phrase, and indicate location betterBenno Schulenberg2013-10-081-2/+2
* libmount: remove dead code [coverity scan]Karel Zak2013-10-011-1/+1
* pylibmount: check for mnt_fs_get_tag() return value [coverity scan]Karel Zak2013-10-011-1/+2
* pylibmount: make tab parsers more robust [coverity scan]Karel Zak2013-10-011-3/+3
* libmount: make mnt_table_replace_file() more robust [coverity scan]Karel Zak2013-10-011-1/+13
* libmount: Save errno if mkostemp() failedNamhyung Kim2013-09-301-1/+3
* build-sys: one install dir for all pylibmount stuffKarel Zak2013-09-271-4/+6
* libmount: update docsKarel Zak2013-09-274-7/+7
* libmount: small cleanup in umount codeKarel Zak2013-09-272-3/+6
* libmount: compose mount.<type> helpers paths more carefullyKarel Zak2013-09-261-0/+1
* build-sys: add pylibmount __init__.py EXTRA_DISTKarel Zak2013-09-261-0/+2
* build-sys: install to the correct python dirsKarel Zak2013-09-261-1/+3
* libmount: make mnt_fs_{ap,pre}pend_options() more robustKarel Zak2013-09-261-0/+6
* libmount: Remove stale comment on mnt_context_mount()Namhyung Kim2013-09-261-5/+0
* libmount: Set each optstr's to NULL if failedNamhyung Kim2013-09-261-3/+9
* libmount: Free splitted optstr's when error occurredNamhyung Kim2013-09-261-1/+5
* libmount: Get rid of an unnecessary checkNamhyung Kim2013-09-261-1/+1
* pylibmount: rewrite to be py2/py3 universalOndrej Oprala2013-09-208-116/+203
* build-sys: support --with-python[={2,3}]Karel Zak2013-09-201-2/+1
* libmount: free username after checkDave Reisner2013-09-201-0/+2
* libmount: use memmove when overlap possibleDave Reisner2013-09-201-1/+1
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-101-0/+1
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-294-36/+2
* build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak2013-08-271-0/+2
* pylibmount: improve helps strings formattingKarel Zak2013-08-221-218/+214
* pylibmount: add debug messagesKarel Zak2013-08-225-6/+114
* libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2013-08-222-1/+13
* pylibmount: use libmount reference countingKarel Zak2013-08-225-26/+33
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-2110-50/+100
* libmount: add reference counting to libmnt_cacheKarel Zak2013-08-216-30/+70
* libmount: add reference counting to libmount_fsKarel Zak2013-08-2110-41/+115
* pylibmount: remove Context_get_table()Karel Zak2013-08-211-29/+0