Brooks Davis b60998c633 Replace use of the pipe(2) system call with pipe2(2) with a zero flags
value.

This eliminates the need for machine dependant assembly wrappers for
pipe(2).

It also make passing an invalid address to pipe(2) return EFAULT rather
than triggering a segfault.  Document this behavior (which was already
true for pipe2(2), but undocumented).

Reviewed by:	andrew
Approved by:	re (gjb)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D6815
2016-06-22 21:11:27 +00:00
..
2016-05-31 18:32:57 +00:00
2016-04-30 01:24:24 +00:00
2016-06-08 23:30:13 +00:00
2016-04-30 01:24:24 +00:00
2016-06-10 05:21:52 +00:00
2016-04-30 01:24:24 +00:00
2016-05-06 16:03:40 +00:00