]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Generate syscall tables and update pipe() implementation after r302094.
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:18:19 +0000 (21:18 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:18:19 +0000 (21:18 +0000)
commita72c64b0b663b58c8e27d16102a61e2daea6dcdc
tree78fbc9d3c1173f7d997bf2cdd4f0e50ecdcc6075
parente16e64098c183a3f9d16d63e2658dc04c070c513
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