CVS commit: src/sys/sys

2021-06-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Jun 4 01:58:02 UTC 2021 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Fix some badly-aligned line continuation escapes. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/sys/cdefs_elf.h Please

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

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 4 01:42:14 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c Log Message: Add missing nbsd_init_abi() call to aarch64_nbsd_init_abi(). Fix tests/usr.bin/gdb/t_regress:pie on aarch64eb (types of

CVS commit: src

2021-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 3 20:18:06 UTC 2021 Modified Files: src/share/man/man4: options.4 src/sys/uvm: files.uvm uvm_swap.c Log Message: uvm(9): Enable swap encryption by default. For machines where the performance impact of

CVS commit: src/tests/lib/csu

2021-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 3 20:17:37 UTC 2021 Modified Files: src/tests/lib/csu: h_ifunc_static.c Log Message: PR/56230: Jan-Benedict Glaw: arm oabi does not and will not have ifunc support. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/modules

2021-06-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jun 3 15:59:04 UTC 2021 Modified Files: src/sys/modules/drmkms: Makefile src/sys/modules/i915drmkms: Makefile src/sys/modules/radeondrm: Makefile Log Message: build the drmkms modules with -fwrapv too To

CVS commit: src/sbin/cgdconfig

2021-06-03 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Thu Jun 3 15:40:27 UTC 2021 Modified Files: src/sbin/cgdconfig: params.c Log Message: Make adiantum a first class citizen To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/cgdconfig/params.c Please note

CVS commit: src/distrib/sets/lists/man

2021-06-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 3 13:16:42 UTC 2021 Modified Files: src/distrib/sets/lists/man: mi Log Message: Fix typo, caught by riastradh To generate a diff of this commit: cvs rdiff -u -r1.1721 -r1.1722 src/distrib/sets/lists/man/mi Please note

CVS commit: src/usr.bin/ftp

2021-06-03 Thread Luke Mewburn
before (e.g., 157KiB vs 153KiB on amd64). Set version to 20210603 for this fix and the SO_KEEPALIVE fix for PR 56129. PR install/56219 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/ftp/Makefile cvs rdiff -u -r1.9 -r1.10 src/usr.bin/ftp/ssl.c cvs rdiff -u -r1.4 -r1.5 src

CVS commit: [cjep_sun2x] src/share/mk

2021-06-03 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Thu Jun 3 10:18:30 UTC 2021 Modified Files: src/share/mk [cjep_sun2x]: bsd.x11.mk Log Message: avoid Xt duplication To generate a diff of this commit: cvs rdiff -u -r1.138.4.1 -r1.138.4.2 src/share/mk/bsd.x11.mk Please note

CVS commit: src/usr.bin/ftp

2021-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jun 3 10:11:00 UTC 2021 Modified Files: src/usr.bin/ftp: ftp.c Log Message: set SO_KEEPALIVE on control connection Attempt to prevent timeouts of the control connection by setting SO_KEEPALIVE. This matches the equivalent

CVS commit: src/sys/kern

2021-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 3 09:22:47 UTC 2021 Modified Files: src/sys/kern: kern_ksyms.c Log Message: ksyms(4): Allow multiple concurrent opens of /dev/ksyms. First one takes a snapshot; others all agree with the snapshot. Previously this

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

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 3 09:09:22 UTC 2021 Modified Files: src/sys/arch/evbppc/conf: DHT Log Message: - Add some more things necessary for ATF. - Add makphy(4) found in recent wm(4) models. - Style. To generate a diff of this commit: cvs rdiff

CVS commit: src

2021-06-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 3 07:41:26 UTC 2021 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.i386: Makefile intro.4 src/share/man/man4/man4.x86: Makefile Added Files: src/share/man/man4/man4.x86:

CVS commit: src/share/mk

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 3 07:40:48 UTC 2021 Modified Files: src/share/mk: bsd.own.mk bsd.x11.mk Log Message: Switch amiga to Xorg server 1.20; wsfb(4) is only graphic driver both for 1.10 and 1.20 (Xamiga was gone a long ago...), and there is no

CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 3 07:37:01 UTC 2021 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile Log Message: Sort ${MACHINE}'s. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \

CVS commit: src/external/mit/xorg/server/drivers/xf86-input-keyboard

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 3 07:34:30 UTC 2021 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile Log Message: For amiga, use wskbd as default, which is only supported protocol today. To generate a diff of this

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

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 3 07:31:20 UTC 2021 Modified Files: src/sys/arch/amiga/dev: kbd.c ms.c Log Message: kbd(4) and ms(4) carry multiple interface attributes. They are configurable both as standalone drivers for legacy framebuffer console, or

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

2021-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 3 07:06:22 UTC 2021 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: Mirror changes to passing pages to UVM into aarch64_machdep.c Two fixes for loading free pages into UVM - Only consider a

CVS commit: src/sys/arch/aarch64/aarch64

2021-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jun 3 07:02:59 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: Two fixes for loading free pages into UVM - Only consider a boot_physmem (inner loop) range that has its end (bp_end)