Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man pages: add "AVAILABILITY" section | Karel Zak | 2007-07-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Karel Zak <kzak@redhat.com> | ||||
* | namei: fix logic and infinite loop of symlinks | Karel Zak | 2007-01-31 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | Don't follow the path if a component is not directory. It doesn't make sense to support something like: $ touch a b $ namei a/b <-- where "a" is not directory The support for infinite loop of symbolic links is a strange wish only. The stack size is very limited. Try: $ ln -s x $ namei x/x [Migration note: severity="low"] Signed-off-by: Karel Zak <kzak@redhat.com> | ||||
* | Imported from util-linux-2.2 tarball. | Karel Zak | 2006-12-07 | 1 | -0/+60 |