CVS commit: src

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:21:09 UTC 2021 Modified Files: src/lib/libc/compiler_rt: Makefile.inc src/lib/libm/compiler_rt: Makefile.inc src/sys/lib/libkern: Makefile.compiler-rt Added Files:

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:07:49 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: adddf3.c addsf3.c ashldi3.c ashrdi3.c comparedf2.c comparesf2.c divdf3.c divsf3.c divsi3.c extendhfsf2.c

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:07:18 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: floatdidf.c Log Message: PR port-arm/55897 Cherry-pick upstream commit llvm-svn: 303207:

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:06:46 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: adddf3.c addsf3.c ashldi3.c ashrdi3.c comparedf2.c comparesf2.c divdf3.c divsf3.c divsi3.c extendhfsf2.c

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:06:21 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: int_lib.h Log Message: PR port-arm/55897 Cherry-pick upstream commit llvm-svn: 303138:

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:05:49 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: int_lib.h Log Message: PR port-arm/55897 Cherry-pick upstream commit llvm-svn: 298974 for lib/builtins/int_lib.h.

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 05:05:03 UTC 2021 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/builtins: int_lib.h Log Message: PR port-arm/55897 Cherry-pick upstream commit llvm-svn: 266891:

CVS commit: src/usr.bin/make

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 16 03:56:59 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: extract commands-ok check from JobWriteShellCommands This piece of code did not match the function name and thus could not reasonably be

CVS commit: src/usr.bin/make

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Jun 16 03:15:47 UTC 2021 Modified Files: src/usr.bin/make: job.c Log Message: make: clean up comment for JobStart The parameter 'flags' was renamed in job.c 1.354 from 2020-12-10 without adjusting the documentation. The

CVS commit: src/sys

2021-06-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 16 01:52:40 UTC 2021 Modified Files: src/sys/rump/include/rump: rump_namei.h src/sys/sys: namei.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys

2021-06-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 16 01:51:57 UTC 2021 Modified Files: src/sys/kern: vfs_lookup.c vfs_vnops.c src/sys/sys: namei.src Log Message: Add a new namei flag NONEXCLHACK for open with O_CREAT and not O_EXCL. This case needs to be

CVS commit: src/external/gpl3/gcc

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 16 00:56:16 UTC 2021 Modified Files: src/external/gpl3/gcc: README.gcc10 Log Message: Update earmv[67]{,hf}{,eb}: hazard has gone, just working fine! Note that kernel texts for soft-float variants are just same as that for

CVS commit: src

2021-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 16 00:21:20 UTC 2021 Modified Files: src/share/man/man4: usbnet.4 src/sys/arch/arm/broadcom: bcm53xx_eth.c src/sys/arch/powerpc/booke/dev: pq3etsec.c src/sys/arch/usermode/dev: if_veth.c

CVS commit: src/sys/kern

2021-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 16 00:19:46 UTC 2021 Modified Files: src/sys/kern: kern_drvctl.c Log Message: drvctl(4): If no ifattr is specified on rescan, rescan all of them. No longer must you remember the magic `-a ata_hl' incantation when you

CVS commit: src/sys/dev/usb

2021-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 15 23:39:43 UTC 2021 Modified Files: src/sys/dev/usb: ohci.c Log Message: ohci(4): Constify a constant debug string table. To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 src/sys/dev/usb/ohci.c

CVS commit: src/sys/dev

2021-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 15 23:24:57 UTC 2021 Modified Files: src/sys/dev: dev_verbose.h Log Message: dev_verbose(9): Use a comma expression, not an expression block. Should pacify clang's -Wcompound-token-split-by-macro. To generate a diff

CVS commit: src/tests/lib/libcurses/tests

2021-06-15 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 15 22:21:09 UTC 2021 Modified Files: src/tests/lib/libcurses/tests: slk Log Message: Restore the slk_wset test after fixing a but in libcurses. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libcurses

2021-06-15 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Jun 15 22:18:55 UTC 2021 Modified Files: src/lib/libcurses: addbytes.c Log Message: Correct a previous fix for PR lib/56224. Use wdwitch to determine the width of a wide character on the screen not the number from mbrtowc

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 20:46:46 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: externs1.h lex.c lint1.h tree.c Log Message: lint: replace array access with function calls First and foremost, the test d_c99_complex_split accessed the

CVS commit: src/sys/arch/luna68k/stand/boot

2021-06-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 15 18:54:34 UTC 2021 Modified Files: src/sys/arch/luna68k/stand/boot: trap.c Log Message: constify To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/trap.c Please note that

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 18:23:39 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract convert_constant_to_floating To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/usr.bin/xlint/lint1/tree.c

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 18:16:11 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: split convert_constant_check_range No functional change. To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285

CVS commit: src/sys/arch/luna68k/stand/boot

2021-06-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 15 17:17:57 UTC 2021 Modified Files: src/sys/arch/luna68k/stand/boot: Makefile Log Message: Specify -fno-unwind-tables to shrink binary size. Tested on nono. To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 17:17:15 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: merge duplicate code To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/usr.bin/xlint/lint1/tree.c Please note

CVS commit: src/sys/arch/luna68k/stand/boot

2021-06-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jun 15 17:16:16 UTC 2021 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c version Log Message: Fix off-by-one of a number of blocks of probed disks. The SCSI READ_CAPACITY command returns the last logical data block

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 17:13:08 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract convert_constant_check_range No functional change. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 16:56:00 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: extract convert_constant_floating No functional change. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282

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

2021-06-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Jun 15 16:43:48 UTC 2021 Modified Files: src/sys/arch/evbmips/conf: MIPSSIM Log Message: Add some more useful options to MIPSSIM In particular, MAKEDEV fails if tmpfs isn't available, and having compat_netbsd32 but no SysV

CVS commit: src/lib/libc/gdtoa

2021-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 15 10:56:52 UTC 2021 Modified Files: src/lib/libc/gdtoa: hdtoa.c Log Message: PR/56247: Greg A. Woods: printf("%La", LDBL_MIN) dumps core Don't write to ((char *)malloc(size))[-1]; To generate a diff of this commit:

CVS commit: src/sys/arch/amiga/dev

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 15 09:00:33 UTC 2021 Modified Files: src/sys/arch/amiga/dev: amidisplaycc.c Log Message: Remove parentheses from return. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/arch/amiga/dev

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 15 08:53:47 UTC 2021 Modified Files: src/sys/arch/amiga/dev: amidisplaycc.c Log Message: Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/tests/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 08:48:49 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_285.c msg_285.exp Log Message: tests/lint: add test for previous prototype declaration To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/xlint/lint1

2021-06-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Jun 15 08:37:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: check-msgs.lua Log Message: tests/lint1: make error handling in the lint1 linter simpler To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2021-06-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 15 08:22:23 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: Fix GCC10 for arm. Include order of bpapi.h and netbsd-elf.h was swapped when official support for arm*--netbsdelf-eabi{,hf} was