NetBSD/tests/lib
rin f340ec0453 Fix core_dump_procinfo tests for powerpc, for which child process was
stalled indefinitely in trap instruction even after PT_CONTINUE.

For powerpc, program counter is not automatically incremented by trap
instruction. We cannot increment PC in the trap handler, which breaks
applications depending on this behavior, e.g., GDB.

Therefore, we need to pass (PC + 4) instead of (void *)1 (== PC) to
PT_CONTINUE when child process traps itself.
2020-06-24 04:47:10 +00:00
..
csu Move from uname -m to uname -p when checking if this target does support 2019-01-30 12:42:53 +00:00
libarchive Improve sentence 2020-06-16 09:47:11 +00:00
libbluetooth
libbpfjit Disable PAX mprotect to make just-in-time-compile tests work again. 2016-05-24 10:16:34 +00:00
libc Fix core_dump_procinfo tests for powerpc, for which child process was 2020-06-24 04:47:10 +00:00
libcrypt
libcurses Fix false positive for mvscanw tests on big endian machines. 2020-06-20 07:50:16 +00:00
libdes
libevent introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
libexecinfo
libi386 Fix the build for MKCOMPAT=no. 2020-05-11 21:51:25 +00:00
libm fix build of t_cabsl from t_cabsl.cxx 2020-06-21 06:58:16 +00:00
libnvmm Several improvements. In particular, reduce CS.limit, because Intel CPUs 2019-11-22 10:26:32 +00:00
libobjc Handle the GCC restriction like the set list by explicitly checking for 2018-05-09 13:18:02 +00:00
libposix Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
libppath Remove extra semicolon. 2020-05-14 08:34:17 +00:00
libprop Ensure copy_data_create_copy() is tolerant of creating empty data objects. 2020-06-08 21:31:17 +00:00
libpthread fix build of h_thread_local_dtor.cpp 2020-06-21 07:06:05 +00:00
librefuse Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
librt Remove extra semicolon. 2020-05-14 08:34:17 +00:00
librumpclient Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed 2019-05-13 17:55:07 +00:00
librumphijack msg: 2019-10-04 09:01:59 +00:00
libskey
libsljit Fix mprotect for the helper. 2016-05-28 14:38:29 +00:00
libtre
libusbhid t_usbhid/check_hid_get_data has been failing since it existed, mark as such 2016-08-17 12:10:42 +00:00
libutil Adjust tests for 0 hex values printing 0 instead of 0x0 2019-12-08 17:37:16 +00:00
semaphore Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
Makefile Add tests for USER_LDT. 2020-04-19 13:22:58 +00:00
Makefile.inc