]> git.neil.brown.name Git - history.git/commit
[PATCH] epoll update r3
authorDavide Libenzi <davidel@xmailserver.org>
Sun, 3 Nov 2002 03:40:57 +0000 (19:40 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sun, 3 Nov 2002 03:40:57 +0000 (19:40 -0800)
commit3a35d84ab5e98eb27a3be47eaee3392ea4fd7c10
tree7199e469903cc8f5ed8992b4d76e3aee530ef834
parentb1b782f7b7fced03a6dc51d3e52595fcfc9ac106
[PATCH] epoll update r3

 - EP_CTL_MOD drops an event if conditions events are met
 - The source file eventpoll.c moved from drivers/char to fs
 - Fixed a weirdness with tty's

Missing: system calls for arch != i386 ...
15 files changed:
drivers/char/Makefile
drivers/char/eventpoll.c [deleted file]
fs/Makefile
fs/eventpoll.c [new file with mode: 0644]
fs/fcblist.c [deleted file]
fs/file_table.c
fs/pipe.c
fs/select.c
include/linux/eventpoll.h
include/linux/fcblist.h [deleted file]
include/linux/fs.h
include/linux/pipe_fs_i.h
include/linux/poll.h
include/net/sock.h
net/ipv4/tcp.c