re: CVS commit: src/usr.sbin/memswitch

2019-02-08 Thread matthew green
"Tetsuya Isaki" writes: > Module Name: src > Committed By: isaki > Date: Fri Feb 8 08:55:35 UTC 2019 > > Modified Files: > src/usr.sbin/memswitch: Makefile memswitch.c > > Log Message: > Rewrite modify_single() to make compilable on gcc7. thanks! .mrg.

Re: CVS commit: src/sys/dev/usb

2019-02-08 Thread sc dying
On 2019/01/31 05:51, Rin Okuyama wrote: > By the way, I find that the system hangs silently by > "ifconfig mueN down" or detaching LAN7500 from USB port when > multiple outstanding requests are enabled. This does not occur > when MUE_TX_LIST_CNT = MUE_RX_LIST_CNT = 1. Do you have any ideas > to

Re: CVS commit: src/etc

2019-02-08 Thread Pierre Pronchery
On 14/01/2019 12:27, m...@netbsd.org wrote: > [...] > This does give the ability to configure wifi with a GUI w/o root or > something akin to polkit, via some pkgsrc packages (There's wpa_gui, for > example, it's a QT5 thing. I imagine writing other things is not much > harder) Yes, that's also

Re: CVS commit: src/external/gpl3/gcc/lib

2019-02-08 Thread Kamil Rytarowski
On 08.02.2019 23:06, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Fri Feb 8 22:06:12 UTC 2019 > > Modified Files: > src/external/gpl3/gcc/lib/libasan: Makefile > src/external/gpl3/gcc/lib/libtsan: Makefile > src/external/gpl3/gcc/lib/libubsan:

re: CVS commit: src/external/gpl3/gcc/lib

2019-02-08 Thread matthew green
> UBSan can be combined with ASan and TSan. > > The way to go is to link UBSan into ASan/TSan/etc. > > I'm doing this in LLVM ones here: > http://netbsd.org/~kamil/llvm/llvm-sanitizers-patch1.txt > > Additionally ASan should link LSan code. > > We apparently want more tests in ATF verifying