Re: mbufs growing in 7.2

2022-11-19 Thread Masturbating monkey
> Does this help? > mbuhl > Index: dev/pci/if_igc.c > === > RCS file: /cvs/src/sys/dev/pci/if_igc.c,v > retrieving revision 1.9 > diff -u -p -r1.9 if_igc.c > --- dev/pci/if_igc.c2 Jun 2022 07:41:17 - 1.9 > +++

Re: installboot(8): copy apple-boot to ESP

2022-11-19 Thread Tobias Heider
On Sat, Nov 19, 2022 at 07:25:52PM +0100, Mark Kettenis wrote: > > Date: Sat, 19 Nov 2022 18:44:19 +0100 > > From: Tobias Heider > > > > On Sat, Nov 19, 2022 at 06:33:51PM +0100, Mark Kettenis wrote: > > > > Date: Sat, 19 Nov 2022 18:26:36 +0100 > > > > From: Tobias Heider > > > > > > > > Here

Re: installboot(8): copy apple-boot to ESP

2022-11-19 Thread Mark Kettenis
> Date: Sat, 19 Nov 2022 18:44:19 +0100 > From: Tobias Heider > > On Sat, Nov 19, 2022 at 06:33:51PM +0100, Mark Kettenis wrote: > > > Date: Sat, 19 Nov 2022 18:26:36 +0100 > > > From: Tobias Heider > > > > > > Here is the promised last diff we need to enable Apple M* bootloader > > >

Re: installboot(8): copy apple-boot to ESP

2022-11-19 Thread Tobias Heider
On Sat, Nov 19, 2022 at 06:33:51PM +0100, Mark Kettenis wrote: > > Date: Sat, 19 Nov 2022 18:26:36 +0100 > > From: Tobias Heider > > > > Here is the promised last diff we need to enable Apple M* bootloader > > updates. > > > > With this, installboot(8) will pick up apple-boot.bin from the

Re: installboot(8): copy apple-boot to ESP

2022-11-19 Thread Mark Kettenis
> Date: Sat, 19 Nov 2022 18:26:36 +0100 > From: Tobias Heider > > Here is the promised last diff we need to enable Apple M* bootloader updates. > > With this, installboot(8) will pick up apple-boot.bin from the firmware > directory and writes it to $ESP/m1n1/boot.bin if both file and target >

installboot(8): copy apple-boot to ESP

2022-11-19 Thread Tobias Heider
Here is the promised last diff we need to enable Apple M* bootloader updates. With this, installboot(8) will pick up apple-boot.bin from the firmware directory and writes it to $ESP/m1n1/boot.bin if both file and target directory exist. Creation of the m1n1/ directory is expected to happen during

Re: powerpc, macppc: switch to clockintr(9)

2022-11-19 Thread Scott Cheloha
On Sun, Nov 06, 2022 at 07:48:31PM +, Scott Cheloha wrote: > This patch switches macppc to clockintr(9). > > It has survived two or three parallel release builds on my G4 MDD > (PowerMac7,3) and upgrades from the resulting bsd.rd. The machine > does not have a working IDE drive at the

Re: Microsoft Surface: replace umstc(4) with ucc(4)

2022-11-19 Thread Visa Hankala
On Fri, Nov 18, 2022 at 11:03:06AM -0500, Dave Voutila wrote: > That fixes booting and the Surface Keyboard is usable, but I'm getting > spurious faults coming from retpoline out of filt_wseventdetach if I > detach and reattach the Surface Keyboard multiple times while running > Xorg. > > It's

Re: ifconfig description for wireguard peers

2022-11-19 Thread Mikolaj Kucharski
Kind reminder. Below diff also at: https://marc.info/?l=openbsd-tech=166806412910623=2 This is diff by Noah Meier with small changes by me. On Thu, Nov 10, 2022 at 07:14:11AM +, Mikolaj Kucharski wrote: > On Thu, Nov 10, 2022 at 12:53:07AM +, Mikolaj Kucharski wrote: > > On Wed, Oct

Re: pppx(4): decrease netlock pressure in pppxioctl()

2022-11-19 Thread YASUOKA Masahiko
It doesn't seem to have a problem. Sorry for my delay. ok yasuoka On Wed, 9 Nov 2022 13:24:21 +0300 Vitaliy Makkoveev wrote: > ping... > > On Tue, Nov 01, 2022 at 03:16:02PM +0300, Vitaliy Makkoveev wrote: >> Push netlock down to pppx_add_session(). The 'pppx_if' structure has >> the

[llvm-objdump] Left justify display of OpenBSD headers

2022-11-19 Thread Brad Smith
This makes the header printing look the same as the GNU objdump. Index: llvm/tools/llvm-objdump/ELFDump.cpp === RCS file: /home/cvs/src/gnu/llvm/llvm/tools/llvm-objdump/ELFDump.cpp,v retrieving revision 1.2 diff -u -p -u -p -r1.2