Re: [PATCH] basic modelines for contrib/nvi

2004-07-18 Thread Giorgos Keramidas
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) > +

Re: [PATCH] basic modelines for contrib/nvi

2004-07-18 Thread José de Paula
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)) { >

Re: PS/2 and USB keyboard at the same time, where to start

2004-07-18 Thread M. Warner Losh
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

Re: linker_load_module(NULL, "modname", ...) from thread with no user process

2004-07-18 Thread Robert Watson
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

Re: linker_load_module(NULL, "modname", ...) from thread with no user process

2004-07-18 Thread Julian Elischer
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