summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libmount: fix chdir to parent for restricted (user) umountsKarel Zak2011-11-081-16/+25
* libmount: add function to parse offsets/sizesKarel Zak2011-09-291-0/+18
* libmount: update list of pseudo-filesystemsKarel Zak2011-08-081-0/+4
* libmount: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-021-2/+4
* libmount: remove unnecessary includes, mask API as stableKarel Zak2011-07-251-6/+0Star
* build-sys: use top-level directory for libmount rather than shlibs/mountKarel Zak2011-06-091-0/+899