Re: CVS commit: src/sys/kern

2019-08-17 Thread Nick Hudson
On 16/08/2019 09:21, Maxime Villard wrote: Le 16/08/2019 à 07:46, Nick Hudson a écrit : yet? Can 32bit platforms and limit KVA have KASAN? If you are telling me they could reliably use KMEM_GUARD before, then it likely means they can have KASAN. If you want to add KASAN to more arches,

CVS commit: src/tests/fs/vfs

2019-08-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 17 09:44:02 UTC 2019 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: The udf_renamerace test case no longer fails due to PR kern/49046, but it does fail due to PR kern/53865 on real hardware. To generate a

CVS commit: src/tests/fs/vfs

2019-08-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 17 09:44:02 UTC 2019 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: The udf_renamerace test case no longer fails due to PR kern/49046, but it does fail due to PR kern/53865 on real hardware. To generate a

CVS commit: src/sys/kern

2019-08-17 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Aug 17 12:37:49 UTC 2019 Modified Files: src/sys/kern: subr_pool.c Log Message: Kernel Heap Hardening: use bitmaps on all off-page pools. This migrates 29 MI pools on amd64 from linked lists to bitmaps, which have higher

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 15:49:13 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_evergreen.c Log Message: Set "enabled" value only when hpd.hpd is not RADEON_HPD_NONE(== 0xff) to avoid 1 << 255. Found by kUBSan.

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 15:49:13 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_evergreen.c Log Message: Set "enabled" value only when hpd.hpd is not RADEON_HPD_NONE(== 0xff) to avoid 1 << 255. Found by kUBSan.

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 18:08:06 UTC 2019 Modified Files: src/usr.sbin/sysinst: install.c Log Message: Oops, avoid double free. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/install.c Please note that

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 18:08:06 UTC 2019 Modified Files: src/usr.sbin/sysinst: install.c Log Message: Oops, avoid double free. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/install.c Please note that

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 15:50:05 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: r600d.h radeon_r600.c radeon_uvd_v1_0.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 15:50:05 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: r600d.h radeon_r600.c radeon_uvd_v1_0.c Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 16:02:55 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_r600.c Log Message: Set "enabled" value only when hpd.hpd is not RADEON_HPD_NONE(== 0xff) to avoid 1 << 255. Found by kUBSan. To

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 16:02:55 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_r600.c Log Message: Set "enabled" value only when hpd.hpd is not RADEON_HPD_NONE(== 0xff) to avoid 1 << 255. Found by kUBSan. To

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Aug 17 17:03:32 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: evergreend.h radeon_rv770_smc.c rv730d.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 17:51:19 UTC 2019 Modified Files: src/usr.sbin/sysinst: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c Log Message: PR 54473: fix error prompt when a set file is missing To generate a diff of

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 17:51:19 UTC 2019 Modified Files: src/usr.sbin/sysinst: msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl util.c Log Message: PR 54473: fix error prompt when a set file is missing To generate a diff of

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 18:03:12 UTC 2019 Modified Files: src/usr.sbin/sysinst: install.c util.c Log Message: Fix some memory leaks in error paths To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/install.c

CVS commit: src/usr.sbin/sysinst

2019-08-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 17 18:03:12 UTC 2019 Modified Files: src/usr.sbin/sysinst: install.c util.c Log Message: Fix some memory leaks in error paths To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/install.c

CVS commit: src/share/misc

2019-08-17 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Aug 17 21:14:22 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: RDP RFB VNC To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/share/misc

2019-08-17 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Aug 17 21:14:22 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: RDP RFB VNC To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/sys/arch/i386/stand

2019-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 18 02:18:25 UTC 2019 Modified Files: src/sys/arch/i386/stand/boot: boot2.c devopen.c devopen.h src/sys/arch/i386/stand/efiboot: boot.c devopen.c devopen.h efidisk.c src/sys/arch/i386/stand/lib: Makefile

CVS commit: src/sys/arch/i386/stand

2019-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 18 02:18:25 UTC 2019 Modified Files: src/sys/arch/i386/stand/boot: boot2.c devopen.c devopen.h src/sys/arch/i386/stand/efiboot: boot.c devopen.c devopen.h efidisk.c src/sys/arch/i386/stand/lib: Makefile

CVS commit: src/share/man/man8/man8.x86

2019-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 18 02:23:48 UTC 2019 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document new GPT and RAIDframe capacity of bootstrap code While there, also document EFI setup and some bugs To generate a diff of

CVS commit: src/share/man/man8/man8.x86

2019-08-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Aug 18 02:23:48 UTC 2019 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Document new GPT and RAIDframe capacity of bootstrap code While there, also document EFI setup and some bugs To generate a diff of

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Aug 18 02:42:40 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: sid.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Aug 18 02:42:40 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: sid.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sbin/sysctl

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:10:22 UTC 2019 Modified Files: src/sbin/sysctl: Makefile prog_ops.h sysctl.c sysctl_hostops.c sysctl_rumpops.c Log Message: sysctl: Add indirection of symbols to remove clash with sanitizers Add

CVS commit: src/usr.sbin/traceroute

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:12:07 UTC 2019 Modified Files: src/usr.sbin/traceroute: Makefile ifaddrlist.c prog_ops.h traceroute_hostops.c traceroute_rumpops.c Log Message: traceroute: Add indirection of symbol to remove clash with

CVS commit: src/usr.sbin/traceroute

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:12:07 UTC 2019 Modified Files: src/usr.sbin/traceroute: Makefile ifaddrlist.c prog_ops.h traceroute_hostops.c traceroute_rumpops.c Log Message: traceroute: Add indirection of symbol to remove clash with

CVS commit: src/sbin/sysctl

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:10:22 UTC 2019 Modified Files: src/sbin/sysctl: Makefile prog_ops.h sysctl.c sysctl_hostops.c sysctl_rumpops.c Log Message: sysctl: Add indirection of symbols to remove clash with sanitizers Add

CVS commit: src/usr.bin/sockstat

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:13:24 UTC 2019 Modified Files: src/usr.bin/sockstat: Makefile prog_ops.h sockstat.c sockstat_hostops.c sockstat_rumpops.c Log Message: sockstat: Add indirection of symbols to remove clash with sanitizers

CVS commit: src/usr.bin/sockstat

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:13:24 UTC 2019 Modified Files: src/usr.bin/sockstat: Makefile prog_ops.h sockstat.c sockstat_hostops.c sockstat_rumpops.c Log Message: sockstat: Add indirection of symbols to remove clash with sanitizers

CVS commit: src/usr.bin/netstat

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:14:41 UTC 2019 Modified Files: src/usr.bin/netstat: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h Log Message: netstat: Add indirection

CVS commit: src/usr.bin/netstat

2019-08-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 04:14:41 UTC 2019 Modified Files: src/usr.bin/netstat: Makefile atalk.c bpf.c fast_ipsec.c inet.c inet6.c netstat_hostops.c netstat_rumpops.c pfkey.c pfsync.c prog_ops.h Log Message: netstat: Add indirection