Re: kqueue

2002-09-25 Thread Michel Oosterhof
On Wed, Sep 25, 2002 at 10:35:06AM -0700, Terry Lambert wrote: > The obvious objection to such changes is that the internals > of the RPC library are sufficiently exposed that there is a > near-dependency on the use of select; if you look at the "rpc" > man page, for example, you will see, among

kqueue

2002-09-25 Thread Michel Oosterhof
Hello. Recently I started looking into kqueue(2), and to get to know the interface better I attempted to turn usr.sbin/moused into a kqueue program (replacing the main select() loop that reads the mouse device). Now I thought I understood the interface, I requested a kqueue, but as soon as I ad

Re: PATCH src/etc/root : more->less

2000-07-11 Thread Michel Oosterhof
[EMAIL PROTECTED] writes: >What about it for 4.0-ST? [snip] > > setenvEDITOR vi >-setenvPAGER more >+setenvPAGER less > setenvBLOCKSIZE K > I thought 'less' was in a port? Do you want to refer to programs that need to be installed from a port first?