summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix file descriptor leakSami Kerola2017-04-101-6/+5Star
* libmount: reimplement mnt_match_options()Karel Zak2016-12-201-92/+0Star
* libmount: fix null-checking [coverity scan]Karel Zak2016-10-041-1/+1
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-4/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* libmount: fix memory leakSami Kerola2016-04-191-2/+2
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+115
* tests: fix compiler warnings [-Wmissing-prototypes]Ruediger Meier2016-02-231-11/+11
* libmount: fix mnt_table_is_fs_mounted() loopdev useKarel Zak2016-02-161-1/+4
* login, mount: fix __SC_GETPW_R_SIZE_MAX usageKarel Zak2015-12-151-19/+6Star
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-2/+11
* libmount: add cgroup2 pseudo FSKarel Zak2015-12-081-0/+1
* libmount: make mnt_get_filesystems() more robust [clang analyze]Karel Zak2015-07-301-2/+2
* libmount: sort pseudo filesystems by LC_COLLATE=CKarel Zak2015-07-291-1/+1
* libmount: mark overlay as pseudo-FSKarel Zak2015-03-111-0/+1
* libmount: cleanup fs root detection codeKarel Zak2015-03-101-34/+0Star
* findmnt: don't rely on st_dev for --targetKarel Zak2015-03-101-0/+4
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-3/+2Star
* 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