From: Brent Baccala Date: Wed, 13 Jun 2012 21:53:32 +0000 (-0800) Subject: Fix two bugs in UnixRuntime and change Pipe class to be public X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=b8372da83bb6fe6064c1f6387411a5b2af9f4e7b;hp=b8372da83bb6fe6064c1f6387411a5b2af9f4e7b Fix two bugs in UnixRuntime and change Pipe class to be public - sys_access needs to normalize paths just like everyone else - DevFS wasn't parsing file descriptors right in open() - Pipe is useful for moving data between Java and C ---