summaryrefslogtreecommitdiff
path: root/libmount
AgeCommit message (Expand)AuthorFilesLines
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak1-2/+2
2014-01-14libmount: fix scanf format string [coverity scan]Karel Zak1-4/+4
2014-01-14pylibmount: import directly from pylibmount in testsKarel Zak3-3/+9
2014-01-14pylibmount: remove unncessary subdirectoryKarel Zak2-1/+1
2013-12-11libmount: add mnt_table_uniq_fs()Karel Zak4-14/+158
2013-12-10libmount: add efivarfs to the list of pseudo filesystemsKarel Zak1-1/+2
2013-12-02pylibmount: correctly import from pylibmount.soDave Reisner1-1/+1
2013-11-19libmount: add mnt_tag_is_valid()Karel Zak4-0/+23
2013-11-12libmount: cleanup fix_optstr() regards to selinux and smackKarel Zak1-19/+47
2013-11-12libmount: fix typo in smack pathKarel Zak1-1/+1
2013-11-12libmount: remove smackfs* option when SMACK not enabledKarel Zak1-0/+22
2013-11-08strutils: add skip_space() functionOndrej Oprala1-13/+4
2013-11-04libmount: update utab after successful extern helper mountKarel Zak3-10/+84
2013-11-04libmount: allow to use -s (sloppy) for all external helpersKarel Zak1-6/+1
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