kernel, libc - add pipe2()
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 19 May 2015 18:45:09 +0000 (11:45 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 19 May 2015 18:45:09 +0000 (11:45 -0700)
commitca1161c61688e19d06150eef59b47e2f8188e7d5
tree27bde4bdf9ac476536903a3a3fc5d26dbebe3a7f
parent3c79f8a4c444d52d23a8d545a98345e420c5648b
kernel, libc - add pipe2()

* Add the pipe2() system call.
15 files changed:
include/unistd.h
lib/libc/sys/Symbol.map
lib/libc/x86_64/sys/Makefile.inc
lib/libc/x86_64/sys/pipe2.S [new file with mode: 0644]
sys/kern/init_sysent.c
sys/kern/kern_descrip.c
sys/kern/sys_pipe.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/sys/kern_syscall.h
sys/sys/param.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h