Fix two bugs in UnixRuntime and change Pipe class to be public
authorBrent Baccala <baccala@freesoft.org>
Wed, 13 Jun 2012 21:53:32 +0000 (13:53 -0800)
committerAdam Megacz <adam@megacz.com>
Wed, 20 Jun 2012 02:07:51 +0000 (19:07 -0700)
commitb8372da83bb6fe6064c1f6387411a5b2af9f4e7b
tree3a75ed08a71d0774ba9dd55cc9721eaf51ab7bc8
parent82bfe091b1aa069b6502294fabfb88eb6d52a5d4
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
src/org/ibex/nestedvm/UnixRuntime.java