Thomas Veerman e6c98c3c55 AVFS: Return actual last dir when path is named by a symlink
Last_dir didn't consider paths that end in a symlink and hence didn't
actually return the last_dir when provided with one. For example,
/var/log is a symlink to /usr/log. Issuing `>/var/log' would trigger
an assert in AVFS, because /var/ is not the actual last directory; /usr/
is.

Last_dir now verifies the final component is not a symlink. If it is, it
follows the symlink and restarts finding of the last the directory.
2012-01-16 10:12:29 +00:00
2010-10-25 08:32:14 +00:00
2011-09-05 13:56:14 +00:00
2011-09-19 13:36:03 +00:00
2012-01-13 11:30:01 +00:00
2011-11-18 11:11:04 +01:00
2012-01-08 16:34:46 +00:00
2012-01-13 11:30:01 +00:00
2011-09-28 15:24:15 +00:00
2011-12-22 23:07:15 +01:00
2011-12-22 23:07:23 +01:00
2011-12-22 23:07:15 +01:00
2011-11-18 11:11:04 +01:00
2011-11-14 14:47:42 +00:00
2010-01-21 10:16:05 +00:00
2011-12-22 23:07:15 +01:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%