util-linux/lib
Karel Zak d4e89dea4e libmount: ignore redundant slashes
///aaa/bbb and /aaa/bbb/ are the same paths. This is important
especially with NFS where number of slashes are not the same in
the /proc/self/mountinfo and fstab or utab. The regular URI is

 euler://tmp

but /proc contains

 euler:/tmp

Reported-by: Ales Novak <alnovak@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
2016-08-08 17:23:54 +02:00
..
Makemodule.am build-sys: add --disable-plymouth-support 2016-05-26 15:08:53 +02:00
blkdev.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
canonicalize.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
color-names.c lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
colors.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
cpuset.c misc: safer (and uniform) handling of return value 2016-03-07 15:11:06 +01:00
crc32.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
env.c build-sys: test for secure_getenv() too. 2013-02-06 12:03:22 +01:00
exec_shell.c exec_shell: prevent basename from modifying env 2016-02-11 13:40:28 +01:00
fileutils.c lib: provide fallback if mkostemp(3) missing 2016-02-29 13:05:18 +01:00
idcache.c lib: define LOGIN_NAME_MAX fallback 2016-02-18 16:54:14 +01:00
ismounted.c Add sizelimit to internal API 2016-08-03 11:53:28 +02:00
langinfo.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
linux_version.c lib/linux_version: avoid major and minor shadowing 2016-03-09 11:49:42 +01:00
loopdev.c libmount: one iteration to detect overlap and reuse loopdev 2016-08-04 11:48:26 +02:00
mangle.c lib/mangle: remove unused variable 2012-08-13 21:57:34 +02:00
match.c lib/match: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:29:22 +02:00
mbsalign.c misc: cleanup non-widechar compilation 2016-06-03 14:46:17 +02:00
md5.c md5: fix strict aliasing warnings 2012-10-10 11:23:24 +02:00
monotonic.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
pager.c include: add missing includes 2016-02-11 12:31:04 +01:00
path.c lib/path: ifdef path_set_prefix() like in path.h 2016-02-11 13:40:25 +01:00
plymouth-ctrl.c misc: Fix various typos 2016-05-31 23:40:21 +02:00
procutils.c lib: move fopen_at() to fileutils.h, remove at.h 2016-03-07 15:36:00 +01:00
randutils.c mcookie: use lib/randutils 2014-03-26 10:36:18 +01:00
setproctitle.c misc: never cast void* from malloc(3) and friends 2016-03-07 23:29:27 +01:00
strutils.c libmount: ignore redundant slashes 2016-08-08 17:23:54 +02:00
strv.c lib/strv: add strv_extendv() 2015-10-01 14:43:05 +02:00
swapprober.c textual: "ambivalent" applies to intentions, "ambiguous" to results 2014-10-01 09:37:03 +02:00
sysfs.c misc: simplify if clauses [oclint] 2016-07-21 21:14:33 +01:00
terminal-colors.d.5 lib/color: add more ESC seq. 2016-02-17 12:51:15 +01:00
timer.c include: fix sys/sysinfo.h 2016-02-18 16:54:38 +01:00
timeutils.c misc: simplify if clauses [oclint] 2016-07-21 21:14:33 +01:00
ttyutils.c tests: fix ttyutils test 2016-07-15 10:11:35 +02:00