History log of /netbsd/sys/rump/fs/Makefile.rumpfscomp (Results 1 – 10 of 10)
Revision Date Author Comments
# 3c14418f 06-Jun-2022 nia <nia@NetBSD.org>

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that th

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

show more ...


# 5a3b5ae0 27-May-2022 nia <nia@NetBSD.org>

... and more MKLFS here


# f5a61b65 15-May-2020 christos <christos@NetBSD.org>

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

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.

show more ...


# 0dea1ef8 04-Apr-2020 jdolecek <jdolecek@NetBSD.org>

remove SMBFS and nsmb(4) - kernel part

it's unmaintained and supports only obsolete SMB1


# 497efcab 15-Nov-2015 pooka <pooka@NetBSD.org>

Always descend into component directories for rumpdescribe.


# 50af9e7b 10-Apr-2014 pooka <pooka@NetBSD.org>

add aio driver as rump kernel component


# d49b54f8 24-Jul-2011 uch <uch@NetBSD.org>

v7fs rump support


# 08a68412 05-Mar-2011 joerg <joerg@NetBSD.org>

Fix spelling of MKZFS


# 7c46e4d3 18-Jan-2011 haad <haad@NetBSD.org>

Add support for compiling ZFS and Solaris modules as RUMP libraries. Add
some locking and rumpcopy primitives and refactor module building Makefiles
to work with both RUMP and kernel modules. This is

Add support for compiling ZFS and Solaris modules as RUMP libraries. Add
some locking and rumpcopy primitives and refactor module building Makefiles
to work with both RUMP and kernel modules. This is first part of adding
support for regular test of zfs on NetBSD to hunt some bugs and make it
stable.

Ok by pooka@.

show more ...


# 65daab7b 05-Dec-2010 pooka <pooka@NetBSD.org>

Rename Makefile.rump${x} to Makefile.rump${x}comp for consistency.