CVS commit: src/sys

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 05:48:00 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c src/sys/uvm: uvm_swap.c Log Message: Defer to synchronous I/O before the aiodone work queue exists. To generate a diff of this commit: cvs

CVS commit: src/sys

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 05:48:00 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c src/sys/uvm: uvm_swap.c Log Message: Defer to synchronous I/O before the aiodone work queue exists. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:22:36 UTC 2019 Modified Files: src/usr.bin/sed: main.c Log Message: add an abort for a case that can't happen To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c Please note

CVS commit: src/tests/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:24:16 UTC 2019 Modified Files: src/tests/usr.bin/sed: t_sed.sh Log Message: Add tests for escape sequences. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/sed/t_sed.sh Please note

CVS commit: src/tests/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:24:16 UTC 2019 Modified Files: src/tests/usr.bin/sed: t_sed.sh Log Message: Add tests for escape sequences. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/sed/t_sed.sh Please note

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:22:36 UTC 2019 Modified Files: src/usr.bin/sed: main.c Log Message: add an abort for a case that can't happen To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c Please note

CVS commit: src/tests/fs/common

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 22:06:29 UTC 2019 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: sprintf->snprintf To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/fstest_nfs.c Please note that diffs

CVS commit: src/tests/fs/common

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 22:06:29 UTC 2019 Modified Files: src/tests/fs/common: fstest_nfs.c Log Message: sprintf->snprintf To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/fstest_nfs.c Please note that diffs

CVS commit: src/etc/rc.d

2019-10-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Oct 5 22:21:29 UTC 2019 Modified Files: src/etc/rc.d: npf_boot pf_boot Log Message: No need to empose the script to be runnable during boot time, it prevents the script from wroking if the system is booted into single user

CVS commit: src/etc/rc.d

2019-10-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Oct 5 22:21:29 UTC 2019 Modified Files: src/etc/rc.d: npf_boot pf_boot Log Message: No need to empose the script to be runnable during boot time, it prevents the script from wroking if the system is booted into single user

CVS commit: src/sys/external/bsd/drm2/nouveau

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 22:37:50 UTC 2019 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: list the PCI ID range for new nvidia TU117 and TU116. adjust the check to simply be >= 0x1580, which is the first pciid not

CVS commit: src/sys/external/bsd/drm2/nouveau

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 22:37:50 UTC 2019 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: list the PCI ID range for new nvidia TU117 and TU116. adjust the check to simply be >= 0x1580, which is the first pciid not

CVS commit: src/usr.sbin/eeprom

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:30:22 UTC 2019 Modified Files: src/usr.sbin/eeprom: eehandlers.c Log Message: memcpy->strncpy, and avoid copying beyond the static string length into potentially unmapped regions. To generate a diff of this commit:

CVS commit: src/usr.sbin/eeprom

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:30:22 UTC 2019 Modified Files: src/usr.sbin/eeprom: eehandlers.c Log Message: memcpy->strncpy, and avoid copying beyond the static string length into potentially unmapped regions. To generate a diff of this commit:

CVS commit: src/external/bsd/ipf/dist

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:32:20 UTC 2019 Modified Files: src/external/bsd/ipf/dist/lib: load_hash.c src/external/bsd/ipf/dist/tools: ipmon.c Log Message: use target size in a couple of strncpy() calls: - load_hash() has already zeroed

CVS commit: src/external/bsd/ipf/dist

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:32:20 UTC 2019 Modified Files: src/external/bsd/ipf/dist/lib: load_hash.c src/external/bsd/ipf/dist/tools: ipmon.c Log Message: use target size in a couple of strncpy() calls: - load_hash() has already zeroed

CVS commit: src/usr.bin

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:35:57 UTC 2019 Modified Files: src/usr.bin/make: arch.c src/usr.bin/who: utmpentry.c Log Message: use memcpy() for strings that are not C strings. destinations are already sufficiently sized and nul terminated.

CVS commit: src/usr.bin

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:35:57 UTC 2019 Modified Files: src/usr.bin/make: arch.c src/usr.bin/who: utmpentry.c Log Message: use memcpy() for strings that are not C strings. destinations are already sufficiently sized and nul terminated.

CVS commit: src/games/battlestar

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:34:15 UTC 2019 Modified Files: src/games/battlestar: room.c Log Message: expand the internal consistency checks in truedirec() to avoid fallthrough cases. now if direction turns up wrong (it should not, but this code

CVS commit: src/games/battlestar

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:34:15 UTC 2019 Modified Files: src/games/battlestar: room.c Log Message: expand the internal consistency checks in truedirec() to avoid fallthrough cases. now if direction turns up wrong (it should not, but this code

CVS commit: src/usr.sbin/sysinst

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:05:10 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc partman.c Log Message: avoid calling snprintf/strlcat with an input parameter the same as the output. from martin@. fixes gcc 8 restrict warnings.

CVS commit: src/usr.sbin/sysinst

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:05:10 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc partman.c Log Message: avoid calling snprintf/strlcat with an input parameter the same as the output. from martin@. fixes gcc 8 restrict warnings.

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:23:55 UTC 2019 Modified Files: src/usr.bin/sed: compile.c Log Message: Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like gnu sed does, except when inside regex []. (Gnu sed translates

CVS commit: src/usr.bin/sed

2019-10-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 5 20:23:55 UTC 2019 Modified Files: src/usr.bin/sed: compile.c Log Message: Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like gnu sed does, except when inside regex []. (Gnu sed translates

CVS commit: src/sys

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:27:21 UTC 2019 Modified Files: src/sys/dev/ic: anvar.h athnvar.h atwvar.h malovar.h mfireg.h nvmereg.h rt2560var.h rt2661var.h rt2860var.h rtwvar.h wivar.h src/sys/dev/pci: if_ipwvar.h if_iwmvar.h

CVS commit: src/sys

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 5 23:27:21 UTC 2019 Modified Files: src/sys/dev/ic: anvar.h athnvar.h atwvar.h malovar.h mfireg.h nvmereg.h rt2560var.h rt2661var.h rt2860var.h rtwvar.h wivar.h src/sys/dev/pci: if_ipwvar.h if_iwmvar.h

Re: CVS commit: src/lib/libc/db/db

2019-10-05 Thread Valery Ushakov
On Sat, Oct 05, 2019 at 18:07:58 +, Valeriy E. Ushakov wrote: > Module Name: src > Committed By: uwe > Date: Sat Oct 5 18:07:58 UTC 2019 > > Modified Files: > src/lib/libc/db/db: db.c > > Log Message: > __dberr: tweak signature to make gcc8 -Wbad-function-cast happy about >

CVS commit: src/usr.sbin/sysinst

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:07:11 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: remove, not comment, the partman.c option To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/Makefile.inc

CVS commit: src/usr.sbin/sysinst

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:07:11 UTC 2019 Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: remove, not comment, the partman.c option To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/Makefile.inc

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

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:15:22 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: remove ubsan_handlers_cxx.cc from sources. shouldn't be used with gcc. To generate a diff of this commit: cvs rdiff -u -r1.14

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

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:15:22 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libubsan: Makefile Log Message: remove ubsan_handlers_cxx.cc from sources. shouldn't be used with gcc. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys/arch/x86/x86

2019-10-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 5 07:19:49 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Switch to the new PTE naming: PG_PVLIST -> PTE_PVLIST PG_W -> PTE_WIRED PG_FRAME -> PTE_FRAME No functional

CVS commit: src/sys/arch/x86/x86

2019-10-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 5 07:19:49 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Switch to the new PTE naming: PG_PVLIST -> PTE_PVLIST PG_W -> PTE_WIRED PG_FRAME -> PTE_FRAME No functional

CVS commit: src/share/man/man4

2019-10-05 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Oct 5 06:28:50 UTC 2019 Modified Files: src/share/man/man4: ihidev.4 Log Message: Fix a pasto, uhdiev, bump date To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/ihidev.4 Please note that

CVS commit: src/sys/arch/x86/include

2019-10-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 5 07:30:03 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h pte.h Log Message: Switch to the new PTE naming. No binary diff (tested with MKREPRO). To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/arch/x86/include

2019-10-05 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 5 07:30:03 UTC 2019 Modified Files: src/sys/arch/x86/include: pmap.h pte.h Log Message: Switch to the new PTE naming. No binary diff (tested with MKREPRO). To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/distrib/utils/embedded/files

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 5 09:25:11 UTC 2019 Modified Files: src/distrib/utils/embedded/files: creds_msdos Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/creds_msdos Please

CVS commit: src/distrib/utils/embedded/files

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 5 09:25:11 UTC 2019 Modified Files: src/distrib/utils/embedded/files: creds_msdos Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/creds_msdos Please

CVS commit: src/share/man/man4

2019-10-05 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Oct 5 06:28:50 UTC 2019 Modified Files: src/share/man/man4: ihidev.4 Log Message: Fix a pasto, uhdiev, bump date To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/ihidev.4 Please note that

CVS commit: src/sys/dev/ic

2019-10-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 5 12:27:14 UTC 2019 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h Log Message: Add support for SDIO interrupts. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_mmc.c cvs

CVS commit: src/sys/dev/ic

2019-10-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 5 12:27:14 UTC 2019 Modified Files: src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h Log Message: Add support for SDIO interrupts. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_mmc.c cvs

CVS commit: src/sys/arch/arm/sunxi

2019-10-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 5 12:09:01 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Remove SMC_CAPS_POLLING cap To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c

CVS commit: src/sys/arch/arm/sunxi

2019-10-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 5 12:09:01 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Remove SMC_CAPS_POLLING cap To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c

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

2019-10-05 Thread Kamil Rytarowski
On 04.10.2019 10:51, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Fri Oct 4 08:51:33 UTC 2019 > > Modified Files: > src/external/gpl3/gcc: README.gcc8 > src/external/gpl3/gcc/dist/gcc/config/aarch64: aarch64-netbsd.h >

CVS commit: src/sys/kern

2019-10-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Oct 5 12:57:40 UTC 2019 Modified Files: src/sys/kern: kern_time.c Log Message: Check for valid timespec in clock_settime1() An alternative approach would be to check the valie in settime1(), but it would result in multiple

CVS commit: src/sys/kern

2019-10-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Oct 5 12:57:40 UTC 2019 Modified Files: src/sys/kern: kern_time.c Log Message: Check for valid timespec in clock_settime1() An alternative approach would be to check the valie in settime1(), but it would result in multiple

CVS commit: src/sys/compat/netbsd32

2019-10-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Oct 5 14:19:53 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c Log Message: Validate input before converting timeval::tv_usec in compat/netbsd32 To generate a diff of this commit: cvs

CVS commit: src/sys/compat/netbsd32

2019-10-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Oct 5 14:19:53 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c Log Message: Validate input before converting timeval::tv_usec in compat/netbsd32 To generate a diff of this commit: cvs

CVS commit: src/usr.bin/netstat

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:27:50 UTC 2019 Modified Files: src/usr.bin/netstat: mroute.c Log Message: sprintf() -> snprintf(), and adjust a buffer size to avoid any potential for overflow. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/usr.bin/netstat

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 00:27:50 UTC 2019 Modified Files: src/usr.bin/netstat: mroute.c Log Message: sprintf() -> snprintf(), and adjust a buffer size to avoid any potential for overflow. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys/dev/ic

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 00:48:19 UTC 2019 Modified Files: src/sys/dev/ic: adv.c adv.h advlib.c advlib.h Log Message: Get rid of bogus ASC_CALLBACK typedef. Use the real callback type (which is almost ASC_ISR_CALLBACK). Since we no longer need

CVS commit: src/sys/dev/ic

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 00:48:19 UTC 2019 Modified Files: src/sys/dev/ic: adv.c adv.h advlib.c advlib.h Log Message: Get rid of bogus ASC_CALLBACK typedef. Use the real callback type (which is almost ASC_ISR_CALLBACK). Since we no longer need

CVS commit: src/sys/dev/ic

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 01:04:49 UTC 2019 Modified Files: src/sys/dev/ic: adw.c adwlib.c adwlib.h Log Message: Get rid of bogus ADW_CALLBACK typedef. Use the real callback types directly. Since we no longer need the casting dance we can get

CVS commit: src/sys/dev/ic

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 01:04:49 UTC 2019 Modified Files: src/sys/dev/ic: adw.c adwlib.c adwlib.h Log Message: Get rid of bogus ADW_CALLBACK typedef. Use the real callback types directly. Since we no longer need the casting dance we can get

CVS commit: src/tests/include/sys

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 01:05:36 UTC 2019 Modified Files: src/tests/include/sys: t_socket.c Log Message: use memcpy() for non C-strings. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/include/sys/t_socket.c Please note

CVS commit: src/tests/include/sys

2019-10-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 6 01:05:36 UTC 2019 Modified Files: src/tests/include/sys: t_socket.c Log Message: use memcpy() for non C-strings. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/include/sys/t_socket.c Please note

CVS commit: src/sys/kern

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 02:04:26 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c Log Message: Define cpu_xc_* functions with unused second argument to make them conform to xcfunc_t callback typedef (-Wcast-function-type). Same object code is

CVS commit: src/sys/kern

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 02:04:26 UTC 2019 Modified Files: src/sys/kern: kern_cpu.c Log Message: Define cpu_xc_* functions with unused second argument to make them conform to xcfunc_t callback typedef (-Wcast-function-type). Same object code is

CVS commit: src/sys/netinet6

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 02:30:58 UTC 2019 Modified Files: src/sys/netinet6: icmp6.c Log Message: icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput, drop the cast that is no longer necessary. To generate a diff of this commit: cvs

CVS commit: src/sys/netinet6

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 6 02:30:58 UTC 2019 Modified Files: src/sys/netinet6: icmp6.c Log Message: icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput, drop the cast that is no longer necessary. To generate a diff of this commit: cvs

CVS commit: src

2019-10-05 Thread Jason High
Module Name:src Committed By: jhigh Date: Sat Oct 5 18:06:17 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/lib/libcrypt: crypt.c src/tests/usr.bin: Makefile Added Files:

CVS commit: src

2019-10-05 Thread Jason High
Module Name:src Committed By: jhigh Date: Sat Oct 5 18:06:17 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/lib/libcrypt: crypt.c src/tests/usr.bin: Makefile Added Files:

CVS commit: src/lib/libc/gen

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 19:19:52 UTC 2019 Modified Files: src/lib/libc/gen: getlogin.c Log Message: getlogin_r: use strcpy(). We check namelen before copying the result. gcc 8 -Wstringop-overflow is uhappy when the specified bounds depend on

CVS commit: src/lib/libc/gen

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 19:19:52 UTC 2019 Modified Files: src/lib/libc/gen: getlogin.c Log Message: getlogin_r: use strcpy(). We check namelen before copying the result. gcc 8 -Wstringop-overflow is uhappy when the specified bounds depend on

CVS commit: src/sys/arch/amd64/conf

2019-10-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 5 17:36:47 UTC 2019 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: Add a commented-out entry for COMPAT_90 for completeness NFCI To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/amd64/conf

2019-10-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 5 17:36:47 UTC 2019 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: Add a commented-out entry for COMPAT_90 for completeness NFCI To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/db/db

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:07:58 UTC 2019 Modified Files: src/lib/libc/db/db: db.c Log Message: __dberr: tweak signature to make gcc8 -Wbad-function-cast happy about casts in __dbpanic. Admittedly this is a bit too "cute". To generate a diff

CVS commit: src/lib/libc/db/db

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:07:58 UTC 2019 Modified Files: src/lib/libc/db/db: db.c Log Message: __dberr: tweak signature to make gcc8 -Wbad-function-cast happy about casts in __dbpanic. Admittedly this is a bit too "cute". To generate a diff

CVS commit: src/lib/libc/db/db

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:01:52 UTC 2019 Modified Files: src/lib/libc/db/db: db.c Log Message: __dbpanic: use the official DB typedef name in the casts. They were copied from the declaration point where it's not yet available. To generate a

CVS commit: src/lib/libc/db/db

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:01:52 UTC 2019 Modified Files: src/lib/libc/db/db: db.c Log Message: __dbpanic: use the official DB typedef name in the casts. They were copied from the declaration point where it's not yet available. To generate a

CVS commit: src/share/mk

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:37:40 UTC 2019 Modified Files: src/share/mk: bsd.sys.mk Log Message: Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences from the most up-to-date ABI, which in gcc 8 is used by default. XXX: This needs a

CVS commit: src/share/mk

2019-10-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Oct 5 18:37:40 UTC 2019 Modified Files: src/share/mk: bsd.sys.mk Log Message: Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences from the most up-to-date ABI, which in gcc 8 is used by default. XXX: This needs a