Robert Watson wrote:
On Sat, 17 Jul 2004, Gleb Smirnoff wrote:
there is problem when linker_load_module() is called from a kernel
thread with no associated user process, and it asks to load module by
name, not by filename. With such parameters it requires looking through
device.hints file. An
On Sat, 17 Jul 2004, Gleb Smirnoff wrote:
> there is problem when linker_load_module() is called from a kernel
> thread with no associated user process, and it asks to load module by
> name, not by filename. With such parameters it requires looking through
> device.hints file. And vn_open() a
In message: <[EMAIL PROTECTED]>
"Sebastian Yepes F. [ESN]" <[EMAIL PROTECTED]> writes:
:
:
: > In message: <[EMAIL PROTECTED]>
: > Ulf Zimmermann <[EMAIL PROTECTED]> writes:
: > : I want to try myself on kernel hacking again and a thing which peaked my
: > : interest was s
On Sun, 18 Jul 2004 16:55:41 +0300, Giorgos Keramidas
<[EMAIL PROTECTED]> wrote:
> On 2004-07-14 23:51, Jos? de Paula <[EMAIL PROTECTED]> wrote:
> > I hacked together this little patch to contrib/nvi to make it support
> > simple modelines. [snip]
>
> > +
> > + if (O_ISSET(sp, O_MODELINE)) {
>
On 2004-07-14 23:51, Jos? de Paula <[EMAIL PROTECTED]> wrote:
> I hacked together this little patch to contrib/nvi to make it support
> simple modelines. [snip]
> +
> + if (O_ISSET(sp, O_MODELINE)) {
> + cmd = get_modeline(sp);
> + if (cmd != NULL)
> +
5 matches
Mail list logo