CVS commit: src/sys/dev

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 22:31:20 UTC 2021 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: revert rev 1.14 Can't run the worker thread MPSAFE with spi(4) yet because most controller

CVS commit: src/share/man/man4

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:23:45 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): note SSD1353 support To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/ssdfb.4 Please note that diffs

CVS commit: src/share/man/man4

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:23:45 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): note SSD1353 support To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/ssdfb.4 Please note that diffs

CVS commit: src/sys/dev/spi

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:17:22 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: fix some constant names. NFC because the same cmd code is used To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/spi

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:17:22 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: fix some constant names. NFC because the same cmd code is used To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/spi

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:08:59 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support SSD1353 at spi(4) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spi/ssdfb_spi.c Please note that

CVS commit: src/sys/dev/spi

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:08:59 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support SSD1353 at spi(4) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spi/ssdfb_spi.c Please note that

CVS commit: src/sys/dev/ic

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:07:09 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB display DEP 160128A is a 160x128 18-bit RGB OLED display module

CVS commit: src/sys/dev/ic

2021-08-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 19:07:09 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB display DEP 160128A is a 160x128 18-bit RGB OLED display module

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:16:36 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: prepare for supporting rgb color displays To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/ssdfb.c cvs

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:16:36 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: prepare for supporting rgb color displays To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/ssdfb.c cvs

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:02:51 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: ssdfb: make it work on big-endian To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/ssdfb.c Please note that diffs are

CVS commit: src/sys/dev/ic

2021-08-04 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Aug 5 00:02:51 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c Log Message: ssdfb: make it work on big-endian To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/ssdfb.c Please note that diffs are

CVS commit: src/sys/dev/spi

2021-08-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Aug 3 11:30:26 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support having an optional reset pin To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/spi/ssdfb_spi.c Please

CVS commit: src/sys/dev/spi

2021-08-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Aug 3 11:30:26 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support having an optional reset pin To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/spi/ssdfb_spi.c Please

CVS commit: src/sys/dev/ic

2021-08-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 2 14:00:48 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: define SSD1353 command set also adjust some SSD1322 command names To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/ic

2021-08-02 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 2 14:00:48 UTC 2021 Modified Files: src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb: define SSD1353 command set also adjust some SSD1322 command names To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/share/man/man4

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 16:17:05 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): add an iic fdt attachment example also To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ssdfb.4 Please

CVS commit: src/share/man/man4

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 16:17:05 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): add an iic fdt attachment example also To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ssdfb.4 Please

CVS commit: src/share/man/man4

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 15:35:47 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): nix BUGS section, add EXAMPLES section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ssdfb.4 Please

CVS commit: src/share/man/man4

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 15:35:47 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): nix BUGS section, add EXAMPLES section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ssdfb.4 Please

CVS commit: src/sys/dev/spi

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 14:56:18 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support the 4-wire SPI interface To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/spi/ssdfb_spi.c Please note

CVS commit: src/sys/dev/spi

2021-08-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 1 14:56:18 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support the 4-wire SPI interface To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/spi/ssdfb_spi.c Please note

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

2021-07-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jul 31 11:34:40 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: sunxi_platform: declare UART FIFO sizes for SoCs we support To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2021-07-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jul 31 11:34:40 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: sunxi_platform: declare UART FIFO sizes for SoCs we support To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

Re: CVS commit: src/sys

2021-07-31 Thread Tobias Nygren
On Fri, 30 Jul 2021 22:36:45 +0200 Tobias Nygren wrote: > On Fri, 30 Jul 2021 17:25:46 -0300 (ADT) > Jared McNeill wrote: > > > Why only A20? > > It is the hardware I have on hand. If you know specifically which > SoCs need this, the compat_data array can be e

CVS commit: src/sys/dev/ic

2021-07-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jul 31 10:04:13 UTC 2021 Modified Files: src/sys/dev/ic: com.c Log Message: only read cpr register if we're going to use the value To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/sys/dev/ic/com.c Please

CVS commit: src/sys/dev/ic

2021-07-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Jul 31 10:04:13 UTC 2021 Modified Files: src/sys/dev/ic: com.c Log Message: only read cpr register if we're going to use the value To generate a diff of this commit: cvs rdiff -u -r1.364 -r1.365 src/sys/dev/ic/com.c Please

Re: CVS commit: src/sys

2021-07-30 Thread Tobias Nygren
On Fri, 30 Jul 2021 17:25:46 -0300 (ADT) Jared McNeill wrote: > Why only A20? It is the hardware I have on hand. If you know specifically which SoCs need this, the compat_data array can be extended. I guess maybe these also? allwinner,sun4i-a10 allwinner,sun6i-a31

CVS commit: src/sys/dev

2021-07-30 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jul 30 13:44:09 UTC 2021 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb(4): remove code for dealing with non-MPSAFE attachment spi(4) was marked MPSAFE some time ago,

CVS commit: src/sys/dev

2021-07-30 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jul 30 13:44:09 UTC 2021 Modified Files: src/sys/dev/i2c: ssdfb_i2c.c src/sys/dev/ic: ssdfb.c ssdfbvar.h Log Message: ssdfb(4): remove code for dealing with non-MPSAFE attachment spi(4) was marked MPSAFE some time ago,

CVS commit: src/sys

2021-07-30 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jul 30 12:46:46 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c src/sys/dev/ic: com.c Log Message: com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) Older DesignWare UARTs do not

CVS commit: src/sys

2021-07-30 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jul 30 12:46:46 UTC 2021 Modified Files: src/sys/arch/arm/sunxi: sunxi_platform.c src/sys/dev/ic: com.c Log Message: com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) Older DesignWare UARTs do not

CVS commit: src/lib/libm

2021-07-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Jul 21 12:05:02 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on alpha Alpha has no hardware-assisted fused multiply-add, so the fallback C implementation must be used. A

CVS commit: src/lib/libm

2021-07-21 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Jul 21 12:05:02 UTC 2021 Modified Files: src/lib/libm: Makefile Log Message: libm: build fma(3), fmaf(3), fmal(3) on alpha Alpha has no hardware-assisted fused multiply-add, so the fallback C implementation must be used. A

Re: CVS commit: src

2021-07-16 Thread Tobias Nygren
On Fri, 16 Jul 2021 12:44:18 +0200 Frank Kardel wrote: > I am not sure why NO_FOLLOW was there and if we want to keep it how > > we would handle named wedges. We could create a /dev/wedgedev from > > devpubd with hard links to the devices - that would work with ZFS but > > is really ugly. >

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

2021-06-25 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jun 25 20:17:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: ensure defined(HAVE_GCC) before use of ${HAVE_GCC} To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

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

2021-06-25 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Jun 25 20:17:56 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: Makefile Log Message: ensure defined(HAVE_GCC) before use of ${HAVE_GCC} To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

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

2021-05-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon May 3 18:56:38 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: bcm2838_pcie: match brcm,bcm2711-pcie To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2021-05-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon May 3 18:56:38 UTC 2021 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: bcm2838_pcie: match brcm,bcm2711-pcie To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

Re: CVS commit: src/external/bsd/compiler_rt/lib/clang/lib/netbsd

2021-04-30 Thread Tobias Nygren
On Tue, 20 Apr 2021 23:19:53 + Roland Illig wrote: > Module Name: src > Committed By: rillig > Date: Tue Apr 20 23:19:53 UTC 2021 > > Modified Files: > src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk > > Log Message: > clang: fix build for installing

CVS commit: src/sys/arch/alpha/alpha

2021-02-28 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Feb 28 21:34:34 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: sys_machdep.c Log Message: support building alpha kernel without PCI bus To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/alpha/alpha

2021-02-28 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Feb 28 21:34:34 UTC 2021 Modified Files: src/sys/arch/alpha/alpha: sys_machdep.c Log Message: support building alpha kernel without PCI bus To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2020-11-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Nov 3 10:52:58 UTC 2020 Modified Files: src/external/bsd/tmux/dist: tmux.h Log Message: tmux.h: annotate file_vprint() as printflike To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2020-11-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Nov 3 10:52:58 UTC 2020 Modified Files: src/external/bsd/tmux/dist: tmux.h Log Message: tmux.h: annotate file_vprint() as printflike To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

Re: CVS commit: src/sys/arch/sparc64/dev

2020-10-24 Thread Tobias Nygren
On Sat, 24 Oct 2020 15:16:39 + Julian Coleman wrote: > Module Name: src > Committed By: jdc > Date: Sat Oct 24 15:16:39 UTC 2020 > > Modified Files: > src/sys/arch/sparc64/dev: pcf8591_envctrl.c > > Log Message: > Add support for automatically changing the CPU fan speed on

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 17:00:02 UTC 2020 Modified Files: src/sys/arch/evbarm/dev: plcom.c Log Message: remove superfluous parentheses in PREAD4/PWRITE4 macros To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 17:00:02 UTC 2020 Modified Files: src/sys/arch/evbarm/dev: plcom.c Log Message: remove superfluous parentheses in PREAD4/PWRITE4 macros To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 13:44:25 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_v1crypto.c Log Message: bus_space_write_4 does not have a return value To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2020-10-19 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 19 13:44:25 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_v1crypto.c Log Message: bus_space_write_4 does not have a return value To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:09:32 UTC 2020 Modified Files: src/sys/stand/efiboot: version Log Message: efiboot: bump version To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/stand/efiboot/version Please note that diffs are

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:09:32 UTC 2020 Modified Files: src/sys/stand/efiboot: version Log Message: efiboot: bump version To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/stand/efiboot/version Please note that diffs are

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:05:48 UTC 2020 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: efiboot: recognize the EFI system partition as fstype MSDOS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/stand/efiboot

2020-10-18 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 18 18:05:48 UTC 2020 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: efiboot: recognize the EFI system partition as fstype MSDOS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2020-10-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 11 15:33:18 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: rk3399_pci: support for PCI express switches / bridges / multiple buses There were two isses that prevented this from working: 1.

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

2020-10-11 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Oct 11 15:33:18 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: rk3399_pci: support for PCI express switches / bridges / multiple buses There were two isses that prevented this from working: 1.

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

2020-10-08 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 8 22:14:00 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: rk3399_pcie: do reset timing according to PCI Express Base Specification Don't do link training or configuration space accesses

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

2020-10-08 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 8 22:14:00 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: rk3399_pcie: do reset timing according to PCI Express Base Specification Don't do link training or configuration space accesses

CVS commit: src/games/factor

2020-10-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 5 12:22:49 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: factor: usage(): mark __dead To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/factor/factor.c Please note that diffs are

CVS commit: src/games/factor

2020-10-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Oct 5 12:22:49 UTC 2020 Modified Files: src/games/factor: factor.c Log Message: factor: usage(): mark __dead To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/factor/factor.c Please note that diffs are

Re: CVS commit: src

2020-09-22 Thread Tobias Nygren
On Tue, 22 Sep 2020 23:52:38 + Taylor R Campbell wrote: > > Date: Wed, 23 Sep 2020 01:46:14 +0200 > > From: Tobias Nygren > > > > > Modified Files: > > > src/include: unistd.h > > > src/lib/libc/gen: Makefile.inc > > > Removed File

Re: CVS commit: src

2020-09-22 Thread Tobias Nygren
Hi, On Tue, 22 Sep 2020 21:37:47 + Nia Alarie wrote: > Module Name: src > Committed By: nia > Date: Tue Sep 22 21:37:47 UTC 2020 > > Modified Files: > src/include: unistd.h > src/lib/libc/gen: Makefile.inc > Removed Files: > src/lib/libc/gen: getentropy.3

CVS commit: src/sys/uvm

2020-08-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Aug 15 01:27:22 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c Log Message: add a __diagused to fix non-DIAGNOSTIC kernel To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/sys/uvm/uvm_page.c Please note

CVS commit: src/sys/uvm

2020-08-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Aug 15 01:27:22 UTC 2020 Modified Files: src/sys/uvm: uvm_page.c Log Message: add a __diagused to fix non-DIAGNOSTIC kernel To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/sys/uvm/uvm_page.c Please note

CVS commit: src/usr.sbin/npf

2020-05-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun May 31 16:32:07 UTC 2020 Modified Files: src/usr.sbin/npf: npf-params.7 Log Message: npf-params.7: s/filer/filter/ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npf-params.7 Please note that

CVS commit: src/usr.sbin/npf

2020-05-31 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun May 31 16:32:07 UTC 2020 Modified Files: src/usr.sbin/npf: npf-params.7 Log Message: npf-params.7: s/filer/filter/ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npf-params.7 Please note that

Re: CVS commit: src/external/bsd/ntp/bin/ntpd

2020-05-29 Thread Tobias Nygren
On Fri, 29 May 2020 16:08:30 +0200 Joerg Sonnenberger wrote: > On Fri, May 29, 2020 at 10:53:02AM +, Kamil Rytarowski wrote: > > Module Name:src > > Committed By: kamil > > Date: Fri May 29 10:53:02 UTC 2020 > > > > Modified Files: > >

CVS commit: src/share/man/man4

2020-05-16 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat May 16 20:27:38 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: correct ioctl name for WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

CVS commit: src/share/man/man4

2020-05-16 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat May 16 20:27:38 UTC 2020 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: wsdisplay.4: correct ioctl name for WSDISPLAYIO_GET_FBINFO To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49

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

2020-05-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 15 01:43:47 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: fix non-diag build To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/aarch64/aarch64/pmap.c Please note that

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

2020-05-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 15 01:43:47 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: fix non-diag build To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/aarch64/aarch64/pmap.c Please note that

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

2020-05-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 1 17:58:48 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu_machdep.c sig_machdep.c Log Message: aarch64: handle _UC_SETSTACK and _UC_CLRSTACK like on arm32 ok ryo@ To generate a diff of this commit: cvs rdiff

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

2020-05-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri May 1 17:58:48 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu_machdep.c sig_machdep.c Log Message: aarch64: handle _UC_SETSTACK and _UC_CLRSTACK like on arm32 ok ryo@ To generate a diff of this commit: cvs rdiff

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

2020-04-23 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 23 16:37:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: fix inverted logic in NETBSD32 user signal stack handling (PR evbarm/55200) To generate a diff of this commit: cvs rdiff -u

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

2020-04-23 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 23 16:37:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: fix inverted logic in NETBSD32 user signal stack handling (PR evbarm/55200) To generate a diff of this commit: cvs rdiff -u

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

2020-04-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Apr 1 20:37:32 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_spi.c Log Message: Don't fail if we cannot compute the clock divider because the master clock is too slow for what the slave device requested. Instead warn

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

2020-04-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Apr 1 20:37:32 UTC 2020 Modified Files: src/sys/arch/arm/rockchip: rk_spi.c Log Message: Don't fail if we cannot compute the clock divider because the master clock is too slow for what the slave device requested. Instead warn

CVS commit: src/sys/stand/efiboot

2020-04-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Apr 1 10:45:44 UTC 2020 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/stand/efiboot

2020-04-01 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Apr 1 10:45:44 UTC 2020 Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys

2020-03-24 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Mar 24 22:09:50 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: files.sunxi src/sys/dev/fdt: files.fdt Log Message: ohci@fdt, ehci@fdt are machine independent; move from sunxi to sys/dev/fdt To generate a diff of this

CVS commit: src/sys

2020-03-24 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Mar 24 22:09:50 UTC 2020 Modified Files: src/sys/arch/arm/sunxi: files.sunxi src/sys/dev/fdt: files.fdt Log Message: ohci@fdt, ehci@fdt are machine independent; move from sunxi to sys/dev/fdt To generate a diff of this

CVS commit: src/sys/dev

2020-03-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Mar 20 19:03:13 UTC 2020 Modified Files: src/sys/dev: cgd.c Log Message: cgd: switch from malloc(9) to kmem(9) XXX might be worthwhile to use pool_cache(9) in the write path To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2020-03-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Mar 20 19:03:13 UTC 2020 Modified Files: src/sys/dev: cgd.c Log Message: cgd: switch from malloc(9) to kmem(9) XXX might be worthwhile to use pool_cache(9) in the write path To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib

2020-03-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Mar 18 00:37:30 UTC 2020 Modified Files: src/lib: Makefile Log Message: libp2k still needs to be under MKRUMP To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/lib/Makefile Please note that diffs are not

CVS commit: src/lib

2020-03-17 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Wed Mar 18 00:37:30 UTC 2020 Modified Files: src/lib: Makefile Log Message: libp2k still needs to be under MKRUMP To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/lib/Makefile Please note that diffs are not

CVS commit: src/sys/dev/nvmm/x86

2020-03-12 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Mar 12 13:01:59 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: vmx_vmptrst(): only used when DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

CVS commit: src/sys/dev/nvmm/x86

2020-03-12 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Mar 12 13:01:59 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: vmx_vmptrst(): only used when DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

Re: CVS commit: [netbsd-9] src/sys

2020-03-09 Thread Tobias Nygren
On Sun, 8 Mar 2020 10:54:43 + Martin Husemann wrote: > Pull up following revision(s) (requested by pgoyette in ticket #762): > cvs rdiff -u -r1.121 -r1.121.2.1 src/sys/arch/amd64/amd64/trap.c Hi, Someone reported on IRC that this seems to have become mismerged:

CVS commit: src/sys/kern

2020-03-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Mar 7 23:20:19 UTC 2020 Modified Files: src/sys/kern: subr_tftproot.c Log Message: clean trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/kern/subr_tftproot.c Please note that diffs

CVS commit: src/sys/kern

2020-03-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Mar 7 23:20:19 UTC 2020 Modified Files: src/sys/kern: subr_tftproot.c Log Message: clean trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/kern/subr_tftproot.c Please note that diffs

CVS commit: src/share/man/man4

2020-03-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Mar 7 23:17:47 UTC 2020 Modified Files: src/share/man/man4: options.4 Log Message: correct documentation for options TFTPROOT TFTPROOT does *not* require MEMORY_DISK_IS_ROOT. In fact, it doesn't work at all when

CVS commit: src/share/man/man4

2020-03-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Mar 7 23:17:47 UTC 2020 Modified Files: src/share/man/man4: options.4 Log Message: correct documentation for options TFTPROOT TFTPROOT does *not* require MEMORY_DISK_IS_ROOT. In fact, it doesn't work at all when

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

2020-03-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Mar 5 14:24:46 UTC 2020 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts omap3-beagle-xm.dts omap3-beagle.dts omap3-n900.dts Log Message: #include_next confuses clang-cpp; use relative pathname to upstream

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

2020-03-05 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Mar 5 14:24:46 UTC 2020 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts omap3-beagle-xm.dts omap3-beagle.dts omap3-n900.dts Log Message: #include_next confuses clang-cpp; use relative pathname to upstream

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-29 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Feb 29 14:03:17 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: xmalloc.h Log Message: annotate xvasprintf w/ format string attribute To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/crypto/external/bsd/openssh/dist

2020-02-29 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sat Feb 29 14:03:17 UTC 2020 Modified Files: src/crypto/external/bsd/openssh/dist: xmalloc.h Log Message: annotate xvasprintf w/ format string attribute To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: xsrc/external/mit/libxshmfence/dist/src

2020-02-23 Thread Tobias Nygren
Module Name:xsrc Committed By: tnn Date: Sun Feb 23 23:18:01 UTC 2020 Modified Files: xsrc/external/mit/libxshmfence/dist/src: xshmfence_semaphore.c xshmfence_semaphore.h Log Message: sync from pkgsrc: > libxshmfence: improve performance of semaphore backend.

CVS commit: xsrc/external/mit/libxshmfence/dist/src

2020-02-23 Thread Tobias Nygren
Module Name:xsrc Committed By: tnn Date: Sun Feb 23 23:18:01 UTC 2020 Modified Files: xsrc/external/mit/libxshmfence/dist/src: xshmfence_semaphore.c xshmfence_semaphore.h Log Message: sync from pkgsrc: > libxshmfence: improve performance of semaphore backend.

CVS commit: xsrc/external/mit/MesaLib/dist/src/mapi

2020-02-22 Thread Tobias Nygren
Module Name:xsrc Committed By: tnn Date: Sat Feb 22 09:42:27 UTC 2020 Modified Files: xsrc/external/mit/MesaLib/dist/src/mapi: entry_x86-64_tls.h entry_x86_tls.h Log Message: mesa: sync w/ pkgsrc: don't assume the current gl dispatch table points to noop if

CVS commit: xsrc/external/mit/MesaLib/dist/src/mapi

2020-02-22 Thread Tobias Nygren
Module Name:xsrc Committed By: tnn Date: Sat Feb 22 09:42:27 UTC 2020 Modified Files: xsrc/external/mit/MesaLib/dist/src/mapi: entry_x86-64_tls.h entry_x86_tls.h Log Message: mesa: sync w/ pkgsrc: don't assume the current gl dispatch table points to noop if

<    1   2   3   4   5   >