| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-31 | Mask NULL + 0 LLVM UBSan reports in the ATF test: t_pslist.c | kamil | |
| Pass -fno-delete-null-pointer-checks for Clang for the MKSANITIZER/MKLIBCSANITIZER build | |||
| 2020-03-01 | Centralize the base rump libraries into a variable used by all the other | christos | |
| 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-13 | Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed | bad | |
| after moving rump's mainbus from rumpdev to rumpkern. Produces the same atf-run results as before. | |||
| 2017-10-02 | Add a new minimalistic test for LIST_MOVE to verify that the list's | pgoyette | |
| 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-08 | We now need librumpdev to resolve rumpns_config_cfdriver_attach which | pgoyette | |
| is now used in a bunch of network modules/components | |||
| 2016-04-09 | Introduce 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-08 | Make this list diff- and sort-friendlier. | riastradh | |
| No functional change. | |||
| 2016-01-23 | Define _KERNTYPES for things that need it. | christos | |
| 2015-06-22 | Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined. | matt | |
| 2012-08-08 | Exclude tests that use rump | christos | |
| 2012-03-18 | test the __type macros | christos | |
| 2011-07-07 | Move the 'syscall/t_cmsg' test to 'include/sys/t_socket'. | jruoho | |
| 2011-05-05 | Try to mirror the real source with the test directory structure (otherwise | jruoho | |
| the latter carries a risk of becoming a difficult mess to manage.) | |||
| 2011-05-05 | Follow the real tree with the test directory structure. | jruoho | |
| 2011-03-19 | Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested. | jruoho | |
| 2010-07-17 | Convert the include tests to atf. | jmmv | |
| Initial work from the GSoC 2008 project by Lukasz Strzygowski. | |||
