freebsd-dev/sys/fs/devfs
Alexander Motin ca187878c0 Fix long known bug with handling device aliases residing not in devfs root.
Historically creation of device aliases created symbolic links using only
name of target device as a link target, not considering current directory.
Fix that by adding number of "../" chunks to the terget device name,
required to get out of the current directory to devfs root first.

MFC after:	1 month
2013-12-12 11:05:48 +00:00
..
devfs_devs.c Fix long known bug with handling device aliases residing not in devfs root. 2013-12-12 11:05:48 +00:00
devfs_dir.c
devfs_int.h
devfs_rule.c
devfs_vfsops.c
devfs_vnops.c Similar to debug.iosize_max_clamp sysctl, introduce 2013-10-15 06:33:10 +00:00
devfs.h