NetBSD/sys/lib
chs 3bb0445a32 revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.")
that change had no effect because vpanic() is marked __dead / noreturn
and thus the compiler would optimize away everything after a call to vpanic().
the original problem has now been fixed differently (but only for x86 so far).
2021-12-13 01:33:32 +00:00
..
libgnuefi - Introduce :q modifier for make variables and make it double escape $'s so 2018-05-27 01:14:50 +00:00
libkern revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") 2021-12-13 01:33:32 +00:00
libsa Only define DEFAULT_TIMEOUT if it is not already defined. 2021-10-17 14:12:21 +00:00
libunwind Teach the LLVM-derived unwinder about the DWARF pseudo-registers defined 2021-11-24 00:21:59 +00:00
libx86emu Build x86emu.c with -fno-inline, otherwise all of the auto-inlining 2020-12-04 00:43:00 +00:00
libz Whitespace alignment nit. 2020-09-28 02:44:34 +00:00