summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix memory overflow [AddressSanitizer]Sami Kerola2014-11-181-1/+1
* libmount: improve kernel command line parsingMike Frysinger2014-10-311-10/+24
* libmount: fix mnt_is_readonly() #ifdefKarel Zak2014-10-071-1/+1
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-091-12/+0Star
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-091-37/+1Star
* libmount: use new debug functionsKarel Zak2014-03-211-15/+15
* libmount: add statfs_magic.hKarel Zak2014-03-061-74/+74
* libmount: define BTRFS_TEST_MAGIC if missingBernhard Voelker2014-03-051-0/+3
* libmount: cgroup magic already definedKarel Zak2014-03-031-3/+0Star
* umount: don't use mountinfo if possibleKarel Zak2014-03-031-0/+103
* libmount: add efivarfs to the list of pseudo filesystemsKarel Zak2013-12-101-1/+2
* libmount: add mnt_tag_is_valid()Karel Zak2013-11-191-0/+17
* libmount: remove dead code [coverity scan]Karel Zak2013-10-011-1/+1
* libmount: Save errno if mkostemp() failedNamhyung Kim2013-09-301-1/+3
* libmount: use memmove when overlap possibleDave Reisner2013-09-201-1/+1
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-291-31/+0Star
* libmount: fix typosOndrej Oprala2013-08-051-26/+26
* libmount: fix memory leak [clang-analyzer]Karel Zak2013-07-091-1/+2
* libmount: add a generic append_string() functionKarel Zak2013-07-021-0/+38
* libmount: be more restrictive about valid tag namesKarel Zak2013-07-021-0/+12
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-121-1/+8
* libmount: use O_CLOEXECKarel Zak2013-04-031-3/+3
* libmount: add mnt_table_find_mountpoint()Karel Zak2013-03-251-1/+1
* libmount: optimize tab files parsingKarel Zak2013-02-261-0/+11
* textual: fix two misencodings in commentsBenno Schulenberg2013-02-061-1/+1
* libmount; add recursive mkdirKarel Zak2013-01-091-0/+51
* libmount: fix typosKarel Zak2012-12-121-3/+3
* libmount: make mkstemp() more robust [coverity scan]Karel Zak2012-12-121-0/+8
* libmount: don't use safe_getenv() for testKarel Zak2012-12-101-1/+1
* libmount: avoid endless loop in mnt_get_kernel_cmdline_optionBernhard Voelker2012-12-101-3/+1Star
* libmount: clean nonnull attribute usageKarel Zak2012-12-041-11/+11
* libmount: add function attributes to private APIOndrej Oprala2012-11-301-1/+1
* libmount: correctly interpret '*' from /etc/filesystemsKarel Zak2012-11-261-5/+24
* libmount: add private mnt_get_kernel_cmdline_option()Karel Zak2012-11-081-0/+91
* libmount: segfaults if neither /etc/filesystems nor/proc/filesystems existsKarel Zak2012-09-121-0/+4
* libmount: use O_CLOEXEC everywhereKarel Zak2012-09-041-2/+2
* libmount: make some string operations more robustKarel Zak2012-06-151-1/+2
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-281-0/+2
* libmount: Use binary search to compare pseudofsDave Reisner2012-05-231-25/+44
* libmount: expose mnt_get_mountpoint as external APIDave Reisner2012-04-261-0/+9
* libmount: add support to parse /proc/swapsKarel Zak2012-04-031-0/+11
* libmount: add configfs to pseudofs listKarel Zak2012-03-201-0/+1
* libmount: consolidate sysconf() usageKarel Zak2012-01-311-16/+13Star
* libmount: fix resource leak [coverity scan]Karel Zak2012-01-301-3/+5
* libmount: fix negative returns [coverity scan]Karel Zak2012-01-301-6/+8
* libmount: fix bugs detected by [smatch scan]Karel Zak2012-01-171-1/+1
* libmount: add post-mount checks to detect ro/rwKarel Zak2012-01-161-0/+35
* libmount: add "+" prefix for options pattern (e.g findmnt -O)Karel Zak2011-12-011-1/+14
* libmount: fix compiler warning [-Wimplicit-function-declaration]Karel Zak2011-11-281-0/+1
* lib,match: split match_fstype() from libmountKarel Zak2011-11-151-29/+1Star