summaryrefslogtreecommitdiff
path: root/tests/include/sys/Makefile
AgeCommit message (Collapse)Author
2020-05-31Mask NULL + 0 LLVM UBSan reports in the ATF test: t_pslist.ckamil
Pass -fno-delete-null-pointer-checks for Clang for the MKSANITIZER/MKLIBCSANITIZER build
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
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.
2019-05-13Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededbad
after moving rump's mainbus from rumpdev to rumpkern. Produces the same atf-run results as before.
2017-10-02Add a new minimalistic test for LIST_MOVE to verify that the list'spgoyette
first entry's prev pointer correctly points to the listhead. This test will fail until a fix for LIST_MOVE is checked in (soon).
2016-08-08We now need librumpdev to resolve rumpns_config_cfdriver_attach whichpgoyette
is now used in a bunch of network modules/components
2016-04-09Introduce pserialize-safe linked lists.riastradh
These are like LIST_* from queue(3), but issue the appropriate memory barriers for pserialize readers and writers. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html
2016-04-08Make this list diff- and sort-friendlier.riastradh
No functional change.
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2012-08-08Exclude tests that use rumpchristos
2012-03-18test the __type macroschristos
2011-07-07Move the 'syscall/t_cmsg' test to 'include/sys/t_socket'.jruoho
2011-05-05Try to mirror the real source with the test directory structure (otherwisejruoho
the latter carries a risk of becoming a difficult mess to manage.)
2011-05-05Follow the real tree with the test directory structure.jruoho
2011-03-19Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested.jruoho
2010-07-17Convert the include tests to atf.jmmv
Initial work from the GSoC 2008 project by Lukasz Strzygowski.