NetBSD/tests/fs
christos 6d46df7548 PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,
fifo_vnodeop_opv_desc symbols.

Many filesystems ffs, lfs, ulfs, chfs, ext2fs etc. use fifofs
internally for their fifo vnops. NFS does too, but it also needs
networking anyway.  Unfortunately fifofs brings in a lot of the
networking code so that the rumpkernel is not well partition. In
addition the fifo code is rarely used.

The existing hack depended on duplicating the above symbols and
adding minimal functionality for the majority of the the tests
(except the ffs and the puffs one). In these two cases both symbols
were loaded and the symbol sizes clashed which broke the sanitizers.
While this can be fixed with weak symbols and other kinds of
indirection, it is more straight forward to select between the
minimal and the full fifofs implementation by introducing a new
shared library librumpvfs_nofifofs.
2020-05-15 23:32:27 +00:00
..
cd9660
common Skip tests when we know there is not enough space available 2020-03-15 20:10:26 +00:00
ffs PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, 2020-05-15 23:32:27 +00:00
fifofs
hfs
kernfs
lfs
msdosfs
nfs Replace noatf global with conditional compilation 2020-04-23 00:31:51 +00:00
nullfs
psshfs
ptyfs
puffs PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, 2020-05-15 23:32:27 +00:00
tmpfs
umapfs
union
vfs Remove extra semicolon. 2020-05-14 08:34:17 +00:00
zfs Skip tests when we know there is not enough space available 2020-03-15 20:10:26 +00:00
Makefile
Makefile.inc
h_funcs.subr