minix/servers
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
..
ds New Data Store server. 2005-10-20 20:29:52 +00:00
fs Merge of minix-vmd symlink code. 2005-12-20 14:23:44 +00:00
inet Support for starting ethernet driver after inet has been started 2005-12-09 13:25:30 +00:00
init Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
is I forgot to enter this file so my disembodied ghost is committing it 2005-10-20 21:30:36 +00:00
pm Merge of minix-vmd symlink code. 2005-12-20 14:23:44 +00:00
rs Rest ... 2005-10-21 13:46:47 +00:00
sm *** empty log message *** 2005-08-23 11:31:32 +00:00
Makefile Updated makefile for DS server. 2005-10-20 20:32:40 +00:00