> ps- Did I mention there is a web site? http://lse.sf.net/epoll/index.html
> 
> -----
> diff -Nru linux-2.5.44.vanilla/arch/i386/kernel/entry.S linux-2.5.44.epoll/arch/i386/kernel/entry.S
Forgot to include the diffstat for Davide's sys_epoll patch (v11):
 arch/i386/kernel/entry.S  |    4
 drivers/char/Makefile     |    4
 drivers/char/eventpoll.c  | 1136 ++++++++++++++++++++++++++++++++++++++++++++++ fs/Makefile               |    4
 fs/fcblist.c              |  135 +++++
 fs/file_table.c           |    4
 fs/pipe.c                 |   36 +
 include/asm-i386/poll.h   |    1
 include/asm-i386/unistd.h |    3
 include/linux/eventpoll.h |   51 ++
 include/linux/fcblist.h   |   73 ++
 include/linux/fs.h        |    4
 include/linux/list.h      |    5
 include/linux/pipe_fs_i.h |    4
 include/linux/sys.h       |    2
 include/net/sock.h        |   12
 net/ipv4/tcp.c            |    4
 17 files changed, 1471 insertions(+), 11 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/