1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 02:09:17 +01:00
Files
u-boot-megous/fs
Tyler Hall d39a0d2c84 cramfs: basic symlink support
Handle symlinks to files in the current directory. Other cases could be
handled with additional code, but this is a start.

Add explicit errors for absolute paths and links found in the middle of
a path (directories). Other cases like '..' or '.' will result with the
file not being found as when those path components are explicitly
provided.

Add a helper to decompress a null-terminated link name which is shared
with cramfs_list_inode.

Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
2017-04-18 10:27:58 -04:00
..
2017-04-18 10:27:58 -04:00
2016-12-02 10:37:47 -07:00
2016-10-31 10:13:16 -04:00
2016-03-14 15:34:50 -06:00
2014-09-24 18:30:28 -04:00
2014-10-27 17:54:03 -04:00