Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
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
boot Updated constant names 2005-11-15 12:12:00 +00:00
commands seteuid() and setegid() 2005-12-13 09:48:29 +00:00
drivers PCI support in a separate driver. 2005-12-02 14:45:10 +00:00
etc New up() functions in rc scripts. 2005-11-28 15:39:01 +00:00
include Added truncate and ftruncate() prototypes and call numbers (prematurely) 2005-12-20 14:17:05 +00:00
kernel PCI support in a separate driver 2005-12-02 14:45:38 +00:00
lib Added truncate() and ftruncate() library calls (no FS support yet). 2005-12-20 14:18:16 +00:00
man Added del_route suggested by mij@bitchx.it. 2005-11-17 00:05:37 +00:00
servers Merge of minix-vmd symlink code. 2005-12-20 14:23:44 +00:00
test Fixed problem in subtest 1; Part of test is now in #if DEAD_CODE ... #endif, 2005-10-05 11:28:12 +00:00
tools Added PCI driver 2005-12-02 14:47:20 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Hack for make libraries 2005-12-12 13:50:13 +00:00