NetBSD/sys/lib
martin ac5c0db93c Pull up following revision(s) (requested by rin in ticket #1636):
sys/lib/libsa/subr_prf.c: revision 1.30

libsa/printf: Do not fetch long va_arg as long long.

This does real harm iff all of the following conditions are satisfied:
(1) On ILP32 architectures.
(2) Both LIBSA_PRINTF_LONGLONG_SUPPORT and LIBSA_PRINTF_WIDTH_SUPPORT
    compile-time options are enabled.
(3) Width field is used with 'l' modifier.

This is an implicit-fallthrough bug, but unfortunately, GCC 10.4 cannot
find this out somehow...
2023-06-03 14:35:18 +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 Pull up following revision(s) (requested by skrll in ticket #1473): 2022-06-16 14:19:44 +00:00
libsa Pull up following revision(s) (requested by rin in ticket #1636): 2023-06-03 14:35:18 +00:00
libunwind use __builtin_unreachable() after calls that panic or switch context 2019-02-04 09:54:47 +00:00
libx86emu
libz Use the standard build rules. 2018-06-05 00:57:47 +00:00