Ben Gras 6a911b5284 Merge of minix-vmd symlink code.
. new_node() now returns inode of parent dir as argument that
	  has to be put_node()d again by the caller of new_node().
	  it can also return the name of the last component as last_dir()
	  did.
	. advance() takes a pointer to a pointer of an inode as the
	  parent now. This parent can change, in which case the old
	  one is put_node()d and a new one is put there.
	. eat_path() replaced by more flexible parse_path()
	. last_dir() replaced by call to parse_path().
	. do_slink(), do_readlink(), do_lstat() and slink_traverse() added.

Also added some truncate()/ftruncate()-introduction related changes.
(e.g. renamed truncate() to truncate_inode().)
2005-12-20 14:23:44 +00:00
..
2005-12-14 12:08:49 +00:00
2005-09-11 16:45:46 +00:00
2005-12-20 14:23:44 +00:00
2005-10-21 19:31:38 +00:00
2005-06-17 13:41:12 +00:00
2005-10-20 19:39:32 +00:00
2005-08-03 11:53:36 +00:00
2005-12-20 14:23:44 +00:00
2005-08-29 16:47:18 +00:00
2005-12-20 14:23:44 +00:00
2005-04-21 14:53:53 +00:00
2005-04-21 14:53:53 +00:00
2005-08-29 20:00:49 +00:00
2005-10-20 19:39:32 +00:00
2005-08-22 15:23:47 +00:00
2005-12-20 14:23:44 +00:00
2005-12-20 14:23:44 +00:00
2005-10-20 19:39:32 +00:00
2005-12-20 14:23:44 +00:00
2005-09-11 16:45:46 +00:00
2005-10-20 19:39:32 +00:00
2005-12-20 14:23:44 +00:00
2005-12-20 14:23:44 +00:00
2005-08-22 15:23:47 +00:00
2005-12-20 14:23:44 +00:00
2005-08-22 15:23:47 +00:00
2005-09-11 16:45:46 +00:00
2005-04-21 14:53:53 +00:00
2005-08-25 12:30:43 +00:00