summaryrefslogtreecommitdiff
path: root/libmount
AgeCommit message (Expand)AuthorFilesLines
2013-10-11libmount: fix mnt_context_is_child() commentKarel Zak1-1/+4
2013-10-11libmount: Fix typo in commentNamhyung Kim1-2/+2
2013-10-08various: fix mixing declarations and code compiler warnings [smatch]Sami Kerola2-2/+4
2013-10-08COPYING: fix grammar of referring phrase, and indicate location betterBenno Schulenberg1-2/+2
2013-10-01libmount: remove dead code [coverity scan]Karel Zak1-1/+1
2013-10-01pylibmount: check for mnt_fs_get_tag() return value [coverity scan]Karel Zak1-1/+2
2013-10-01pylibmount: make tab parsers more robust [coverity scan]Karel Zak1-3/+3
2013-10-01libmount: make mnt_table_replace_file() more robust [coverity scan]Karel Zak1-1/+13
2013-09-30libmount: Save errno if mkostemp() failedNamhyung Kim1-1/+3
2013-09-27build-sys: one install dir for all pylibmount stuffKarel Zak1-4/+6
2013-09-27libmount: update docsKarel Zak4-7/+7
2013-09-27libmount: small cleanup in umount codeKarel Zak2-3/+6
2013-09-26libmount: compose mount.<type> helpers paths more carefullyKarel Zak1-0/+1
2013-09-26build-sys: add pylibmount __init__.py EXTRA_DISTKarel Zak1-0/+2
2013-09-26build-sys: install to the correct python dirsKarel Zak1-1/+3
2013-09-26libmount: make mnt_fs_{ap,pre}pend_options() more robustKarel Zak1-0/+6
2013-09-26libmount: Remove stale comment on mnt_context_mount()Namhyung Kim1-5/+0
2013-09-26libmount: Set each optstr's to NULL if failedNamhyung Kim1-3/+9
2013-09-26libmount: Free splitted optstr's when error occurredNamhyung Kim1-1/+5
2013-09-26libmount: Get rid of an unnecessary checkNamhyung Kim1-1/+1
2013-09-20pylibmount: rewrite to be py2/py3 universalOndrej Oprala8-116/+203
2013-09-20build-sys: support --with-python[={2,3}]Karel Zak1-2/+1
2013-09-20libmount: free username after checkDave Reisner1-0/+2
2013-09-20libmount: use memmove when overlap possibleDave Reisner1-1/+1
2013-09-10lib: rename time-util.c to timeutils.c, fix headersKarel Zak1-0/+1
2013-08-29lib/strutils: move *swith() functions to private librarySami Kerola4-36/+2
2013-08-27build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak1-0/+2
2013-08-22pylibmount: improve helps strings formattingKarel Zak1-218/+214
2013-08-22pylibmount: add debug messagesKarel Zak5-6/+114
2013-08-22libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2-1/+13
2013-08-22pylibmount: use libmount reference countingKarel Zak5-26/+33
2013-08-21libmount: add reference counter to libmnt_tableKarel Zak10-50/+100
2013-08-21libmount: add reference counting to libmnt_cacheKarel Zak6-30/+70
2013-08-21libmount: add reference counting to libmount_fsKarel Zak10-41/+115
2013-08-21pylibmount: remove Context_get_table()Karel Zak1-29/+0
2013-08-21pylibmount: cleanup cxt usageKarel Zak2-73/+15
2013-08-21libmount: add function for context userdataKarel Zak4-0/+46
2013-08-20pylibmount: remove unnecessary codeKarel Zak1-1/+0
2013-08-20libmount: add mnt_table_is_empty(), improve table list usageKarel Zak5-9/+31
2013-08-20pylibmount: coding style changes, don't touch Context() statusKarel Zak2-54/+50
2013-08-20pylibmount: use only public libmount API in tab.cKarel Zak1-34/+42
2013-08-20libmount: add mnt_table_{first,last}_fs()Karel Zak4-0/+46
2013-08-20libmount: add new function to docsKarel Zak1-0/+3
2013-08-20libmount: add mnt_table_{set,get}_userdata()Karel Zak3-0/+36
2013-08-20libmount: add mnt_table_with_comments()Karel Zak3-0/+14
2013-08-20pylibmount: cleanup *_HELP strings formattingKarel Zak1-136/+144
2013-08-20pylibmount: use mnt_fs_set_userdata() rather than ->userdataKarel Zak1-12/+16
2013-08-20pylibmount: fs.c - cleanup, remove libmount private stuffKarel Zak1-81/+97
2013-08-20pylibmount: remove bindsrc from fs APIKarel Zak1-41/+13
2013-08-19pylibmount: cleanup object namesKarel Zak6-313/+315