On Tue, Dec 19, 2006 at 12:01:35AM -0800, Ulrich Drepper ([EMAIL PROTECTED])
wrote:
> Evgeniy Polyakov wrote:
> >What error messages do you see and what are kevent related config
> >changes?
>
> ARCH=um
>
> #define CONFIG_KEVENT_USER_STAT 1
> #define CONFIG_KEVENT_PIPE 1
> #define CONFIG_KEVENT_
Evgeniy Polyakov wrote:
What error messages do you see and what are kevent related config
changes?
ARCH=um
#define CONFIG_KEVENT_USER_STAT 1
#define CONFIG_KEVENT_PIPE 1
#define CONFIG_KEVENT_POLL 1
#define CONFIG_KEVENT_TIMER 1
#define CONFIG_KEVENT 1
#define CONFIG_KEVENT_SIGNAL 1
#define CO
On Mon, Dec 18, 2006 at 10:21:34PM -0800, Ulrich Drepper ([EMAIL PROTECTED])
wrote:
> Evgeniy Polyakov wrote:
> >I've uploaded the latest changes to the homepage.
>
> Thanks. But could you now update the patch so that it can be compiled
> with the current upstream kernel? At least has
> prob
Evgeniy Polyakov wrote:
I've uploaded the latest changes to the homepage.
Thanks. But could you now update the patch so that it can be compiled
with the current upstream kernel? At least has
problems because of file->st accesses.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Moun
On Mon, Dec 18, 2006 at 07:47:21PM -0800, Ulrich Drepper ([EMAIL PROTECTED])
wrote:
> It would help if one could actually get hold of the changes.
>
> Neither at home nor on my gmail account did I get them all. The gmane
> also only has 5 of the 9 mails or so. Your archive only has sources
>
On Mon, 18 Dec 2006 19:47:21 -0800 Ulrich Drepper wrote:
> It would help if one could actually get hold of the changes.
>
> Neither at home nor on my gmail account did I get them all. The gmane
> also only has 5 of the 9 mails or so. Your archive only has sources
> from a couple of versions b
It would help if one could actually get hold of the changes.
Neither at home nor on my gmail account did I get them all. The gmane
also only has 5 of the 9 mails or so. Your archive only has sources
from a couple of versions back.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mounta
Generic event handling mechanism.
Kevent is a generic subsytem which allows to handle event notifications.
It supports both level and edge triggered events. It is similar to
poll/epoll in some cases, but it is more scalable, it is faster and
allows to work with essentially eny kind of events.
Ev
8 matches
Mail list logo