hello,
is there any epoll patch for 2.4.18 kernel that also supports tty, ppp file
descriptor in addition to fds to pipe and socket ?
thanks
hui
sys_epoll 2.5.51 (which I believe is still current) was backported to 2.4.20 in
the following patch and should provide the support you're looking for:
http://marc.theaimsgroup.com/?l=linux-kernel&m=104009079418105&w=2
Note it won't apply cleanly to 2.4.18, but should be easy to rework.
[email protected] wrote:
> hello,
>
> is there any epoll patch for 2.4.18 kernel that also supports tty, ppp file
> descriptor in addition to fds to pipe and socket ?
>
> thanks
>
> hui
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
On Fri, 24 Jan 2003, Janet Morgan wrote:
> sys_epoll 2.5.51 (which I believe is still current) was backported to 2.4.20 in
> the following patch and should provide the support you're looking for:
> http://marc.theaimsgroup.com/?l=linux-kernel&m=104009079418105&w=2
> Note it won't apply cleanly to 2.4.18, but should be easy to rework.
Janet, I'll have to change a few bits in eventpoll.c this weekend. I will
repost the 2.4.x patch inside the epoll page @xmailserver.org
- Davide