In article <[EMAIL PROTECTED]> (at Thu, 22 Jun 2006 21:14:37 +0400), Evgeniy Polyakov <[EMAIL PROTECTED]> says:
> Patch against linux-2.6.17-git tree attached (gzipped). > I would like to hear some comments about the overall design, > implementation and plans about it's usefullness for generic kernel. > > Design notes, patches, userspace application and perfomance tests can be > found at project's homepages. | diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S | index af56987..93e23ff 100644 | --- a/arch/i386/kernel/syscall_table.S | +++ b/arch/i386/kernel/syscall_table.S | @@ -316,3 +316,7 @@ ENTRY(sys_call_table) | .long sys_sync_file_range | .long sys_tee /* 315 */ | .long sys_vmsplice | + .long sys_aio_recv | + .long sys_aio_send | + .long sys_aio_sendfile | + .long sys_kevent_ctl : We do not waste syscall entries; we can probably use socketcall for sys_aio_recv, sys_aio_send (and maybe, sys_aio_sendfile). | diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c | index 25ecc6e..05d7086 100644 | --- a/net/ipv4/tcp_ipv4.c | +++ b/net/ipv4/tcp_ipv4.c : Please do for tcp_ipv6.c as well. Thank you. -- YOSHIFUJI Hideaki @ USAGI Project <[EMAIL PROTECTED]> GPG-FP : 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html