History log of /netbsd-src/sys/rump/fs/Makefile.rumpfscomp (Results 1 – 10 of 10)
Revision Date Author Comments
# b7957d16 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 ...


# 87004fdf 27-May-2022 nia <nia@NetBSD.org>

... and more MKLFS here


# 6d46df75 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 ...


# 1e03bcd0 04-Apr-2020 jdolecek <jdolecek@NetBSD.org>

remove SMBFS and nsmb(4) - kernel part

it's unmaintained and supports only obsolete SMB1


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

Always descend into component directories for rumpdescribe.


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

add aio driver as rump kernel component


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

v7fs rump support


# 8871ccf0 05-Mar-2011 joerg <joerg@NetBSD.org>

Fix spelling of MKZFS


# 61583090 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 ...


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

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