summaryrefslogtreecommitdiff
path: root/libmount/src
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
2013-12-11libmount: add mnt_table_uniq_fs()Karel Zak3-14/+157
2013-12-10libmount: add efivarfs to the list of pseudo filesystemsKarel Zak1-1/+2
2013-11-19libmount: add mnt_tag_is_valid()Karel Zak3-0/+22
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-01libmount: remove dead code [coverity scan]Karel Zak1-1/+1
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-27libmount: update docsKarel Zak3-4/+4
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-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-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-22libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2-1/+13
2013-08-21libmount: add reference counter to libmnt_tableKarel Zak9-50/+98
2013-08-21libmount: add reference counting to libmnt_cacheKarel Zak5-30/+68
2013-08-21libmount: add reference counting to libmount_fsKarel Zak9-41/+113
2013-08-21libmount: add function for context userdataKarel Zak3-0/+43
2013-08-20libmount: add mnt_table_is_empty(), improve table list usageKarel Zak4-9/+30
2013-08-20libmount: add mnt_table_{first,last}_fs()Karel Zak3-0/+44
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-05libmount: be robust when work with loopdev backing file pathsKarel Zak2-18/+17
2013-08-05libmount: canonicalize for conversion from loopdev backing fileKarel Zak1-1/+6
2013-08-05libmount: fix typosOndrej Oprala19-353/+354
2013-08-01libmount: add missing declarations to libmount.h.in and documentationOndrej Oprala3-0/+6
2013-08-01libmount: change tailing to trailing in *_tailing_comments functionsOndrej Oprala5-21/+21
2013-07-09libmount: fix memory leak [clang-analyzer]Karel Zak1-1/+2
2013-07-08lsblk: use devno to check if the filesystem is mountedKarel Zak1-1/+15
2013-07-03libmount: add functions to safely replace a fs tableOndrej Oprala3-0/+112
2013-07-03libmount: add functions to handle comments in fs tablesOndrej Oprala7-9/+356
2013-07-02libmount: add a generic append_string() functionKarel Zak2-0/+39
2013-07-02libmount: be more restrictive about valid tag namesKarel Zak5-32/+40
2013-06-17libmount: be robust for empty target/source stringsKarel Zak2-14/+27