Home | History | Annotate | Download | only in tests
History log of /src/tests/Makefile.inc
RevisionDateAuthorComments
 1.11  24-Apr-2023  uwe tests: trim down the list of LIBRUMPBASE libraries

Now that cyclic dependencies are (mostly) broken, we can drop repeated
-l instances that worked around those cycles. Links on sun2.
 1.10  07-Jul-2021  martin Allow to set sanitizer flags for the rump build from the
build.sh command line, like: -V RUMP_SANITIZE=address
 1.9  17-May-2020  christos Fix sun2 build. Still there are some duplicate symbols in the rump libraries
that make this awkward.
 1.8  17-May-2020  christos put librumpvfs_nofifofs after librumpvfs for the benefit of sun2
 1.7  15-May-2020  christos 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.
 1.6  01-Mar-2020  christos Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
 1.5  14-Jan-2017  christos branches: 1.5.14;
better name
 1.4  14-Jan-2017  christos Do things in a less intrusive way.
 1.3  13-Jan-2017  christos Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.2  16-Sep-2011  joerg branches: 1.2.24;
Do not care about dead functions for test cases, in this case it is
often enough just noise.
 1.1  03-Nov-2010  christos add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing
how many bugs this found :-)
 1.2.24.1  20-Mar-2017  pgoyette Sync with HEAD
 1.5.14.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed