]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Generate syscall tables and update pipe() implementation after r302094.
authorbrooks <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:18:19 +0000 (21:18 +0000)
committerbrooks <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:18:19 +0000 (21:18 +0000)
commit251cde9f5aad91171dfc2c0d58df0e8776d6619d
tree78fbc9d3c1173f7d997bf2cdd4f0e50ecdcc6075
parente4ef2142c85cd9081fd589ffbefec3915f814669
Generate syscall tables and update pipe() implementation after r302094.

Mark the pipe() system call as COMPAT10.

As of r302092 libc uses pipe2() with a zero flags value instead of pipe().

Approved by: re (gjb)
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D6816
13 files changed:
sys/compat/freebsd32/freebsd32_misc.c
sys/compat/freebsd32/freebsd32_proto.h
sys/compat/freebsd32/freebsd32_syscall.h
sys/compat/freebsd32/freebsd32_syscalls.c
sys/compat/freebsd32/freebsd32_sysent.c
sys/compat/freebsd32/freebsd32_systrace_args.c
sys/kern/init_sysent.c
sys/kern/sys_pipe.c
sys/kern/syscalls.c
sys/kern/systrace_args.c
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h