[PATCH] Introduce sys_splice() system call ยท torvalds/linux@5274f05
This adds support for the sys_splice system call. Using a pipe as a transport, it can connect to files or sockets (latter as output only). From the splice.c comments: "splice": joini...