Re: nullfs: contents under mount point not visible via null mount

2014-09-09 Thread Ilia Zykov
Hello! >From layer_vnops.c: * This makes the following assumptions: * - only one returned vpp * - no INOUT vpp's (Sun's vop_open has one of these) * - the vnode operation vector of the first vnode should be used * to determine what implementation of the op should be invoked * - all mapped

something like linux-fb?

2014-09-09 Thread Mayuresh Kathe
is there something under netbsd which provides capabilities similar to the linux graphics framebuffer driver? it could be used to write 'gui' systems without having to resort to using the x windowing system. thanks, ~mayuresh

obj-c support : still on?

2014-09-09 Thread Mayuresh Kathe
hello, i have been reading up archives for the topic mentioned in the subject. may i know the state of objective-c support under netbsd 6.1.4 as well as the upcoming 7.0? thanks, ~mayuresh

Re: nullfs: contents under mount point not visible via null mount

2014-09-09 Thread Eric Haszlakiewicz
On September 8, 2014 5:58:10 PM EDT, Rhialto wrote: >On Mon 08 Sep 2014 at 13:44:28 -0400, Toby Karyadi wrote: >> Say, if I have the following: >> - a path a/b/c/d >> - a/b/c/d is a mount point for some filesystem >> - an alternate path alt-hier/c, which is a null mount for a/b/c >> >> Then, list