HardenedBSD/tests/sys
Konstantin Belousov 1187fc2dc6 Remove redundant pipe from pdeathsig.c test.
A pipe was was left over from a development version of pdeathsig.c and
is not needed.

Process C waits for a signal that'll be generated when process B
exists. Process B waits for process D to send it a byte via pipe_db
before it exits. Process D sends the byte after it has started
ptrace()ing process C. The point of the test is to show that process C
receives the signal because process B exited, even though C has been
reparented to process D. The pipe pipe_cd isn't doing anything useful
(though in an earlier version of the patch it did). Clean that up by
removing the useless pipe.

Submitted by:	Thomas Munro
MFC after:	6 days
Differential revision:	https://reviews.freebsd.org/D15214
2018-04-27 16:34:28 +00:00
..
acl [tests] change tests/sys/acl/run to run on perl 5.26 2018-04-11 07:15:30 +00:00
aio lio_listio: return EAGAIN instead of EIO when out of resources 2018-04-16 18:12:15 +00:00
capsicum Properly do a deep copy of the ioctls capability array for fget_cap(). 2018-04-17 18:07:40 +00:00
cddl ZFS test suite: fix uses of illumos /dev/[r]dsk/ and /dev/zvol/[r]dsk/ 2018-03-27 11:49:15 +00:00
fifo other: Fix several typos and minor errors 2017-12-27 03:23:58 +00:00
file
fs
geom gpart: append partition name to the underlying provider's physical path 2018-02-14 20:26:09 +00:00
kern Remove redundant pipe from pdeathsig.c test. 2018-04-27 16:34:28 +00:00
kqueue
mac
mqueue
net Add tests for lagg(4) and other cloned network interfaces 2018-02-23 18:18:42 +00:00
netinet
netipsec
netpfil pf tests: Do not build or install if pf is not enabled 2018-04-10 12:45:34 +00:00
opencrypto Import Blake2 algorithms (blake2b, blake2s) from libb2 2018-03-21 16:18:14 +00:00
pjdfstest
posixshm
sys
vfs
vm
Makefile Properly do a deep copy of the ioctls capability array for fget_cap(). 2018-04-17 18:07:40 +00:00
Makefile.depend
Makefile.inc