CVS: cvs.openbsd.org: src

2022-02-14 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/02/15 00:35:35 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: simplify code based on afresh1@'s remark: indeed I always need to have a state once I'm past the initial locking

CVS: cvs.openbsd.org: src

2022-02-14 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/02/14 22:13:36 Modified files: usr.bin/ssh: ssh_config.5 Log message: document the unbound/host-bound options to PubkeyAuthentication; spotted by HARUYAMA Seigo

CVS: cvs.openbsd.org: src

2022-02-14 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/02/14 21:19:52 Modified files: sys/net: if_tun.c Log message: only tweak ifp if_flags while holding NET_LOCK. tun_dev_open and tun_dev_close were being optmistic.

CVS: cvs.openbsd.org: src

2022-02-14 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/02/14 21:16:11 Modified files: sys/net: if_tun.c Log message: make tun_link_state take the ifnet pointer instead of tun_softc. it only works on struct ifnet data, so passing ifp makes it

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 20:53:59 Modified files: sys/kern : tty.c Log message: unifdef TIOCHPCL, 4.3BSD compat ioctl ok deraadt@ guenther@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 20:31:17 Modified files: sys/net: pipex_local.h Log message: remove unused and uneeded bits in a byte define posix requires a byte to be 8 bits

CVS: cvs.openbsd.org: src

2022-02-14 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/02/14 19:38:18 Modified files: sys/arch/arm64/dev: apm.c sys/arch/macppc/dev: apm.c sys/dev/acpi : acpi_x86.c sys/kern : subr_suspend.c sys/sys:

CVS: cvs.openbsd.org: src

2022-02-14 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/02/14 19:29:23 Modified files: sys/dev/acpi : acpi_x86.c Log message: The DVACT_POWERDOWN step was accidentally moved in relation to some MD steps, so shuffle the MD steps to reinforce the order.

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 17:27:12 Modified files: sys/arch/hppa/include: db_machdep.h Log message: fix mask in hppa inst_trap_return() inst_trap_return() was checking for rfir by masking with 0xfc001fc0 which made it

CVS: cvs.openbsd.org: src

2022-02-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/02/14 16:42:37 Modified files: sys/dev/acpi : acpi_x86.c Log message: Make sure we call acpi_resume_cpu() with the right ACPI state. This was accidentally broken with the reorganization of

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 16:20:46 Modified files: sys/arch/macppc/dev: openpic.c sys/arch/hppa/dev: mongoose.c Log message: don't deref pointer before test it is safe ok miod@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 16:02:15 Modified files: sys/dev/pcmcia : if_malo.c Log message: fix cmalo_media_change() test ok claudio@ deraadt@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/02/14 15:38:24 Modified files: distrib/macppc/ramdisk: install.md Log message: Use fdisk -b to create the desired 1MB MSDOS boot partition rather than relying on /usr/mdec/mbr. Tested by tobhe@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/02/14 14:11:02 Modified files: sys/uvm: uvm_map.c Log message: Unwire with map lock held This is an updated version of uvm_map.c r1.283 "Unwire with map lock held". The previous version

CVS: cvs.openbsd.org: src

2022-02-14 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2022/02/14 12:25:03 Modified files: sys/dev/acpi : acpi_x86.c Log message: acpi_indicator() can take the softc*, instead of void*

CVS: cvs.openbsd.org: src

2022-02-14 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2022/02/14 11:09:08 Modified files: bin/ps : print.c ps.1 lib/libkvm : kvm_proc2.c sys/sys: sysctl.h Log message: Revert change to ps for displaying chrooted process.

CVS: cvs.openbsd.org: src

2022-02-14 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2022/02/14 09:10:45 Modified files: sbin/disklabel : editor.c Log message: Whitespace nit.

CVS: cvs.openbsd.org: src

2022-02-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/02/14 07:57:00 Modified files: sys/dev/fdt: tascodec.c Log message: Use iic_is_compatible(9) and use the more generic compatible string to match the device. ok visa@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2022/02/14 07:55:53 Modified files: sys/arch/arm64/dev: apliic.c Log message: Pass the entire compatible property for devices attaching to the iic(4) bus. ok visa@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 07:47:50 Modified files: usr.sbin/rpki-client: repo.c Log message: Draw a bit more attention to transport switches between RRDP, RSYNC, and cache OK claudio@ tb@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 07:46:17 Modified files: usr.sbin/rpki-client: extern.h rrdp_notification.c Log message: Name the maximum number of deltas permitted in a RRDP Notification file OK claudio@ tb@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Kenji Aoyama
CVSROOT:/cvs Module name:src Changes by: aoy...@cvs.openbsd.org 2022/02/14 06:03:52 Modified files: sys/arch/luna88k/include: bus.h Log message: Delete incomplete implementation of bus_space_{alloc,free} in bus.h. This prevents errors on luna88k in

CVS: cvs.openbsd.org: src

2022-02-14 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2022/02/14 05:54:43 Modified files: sys/dev/ofw: ofw_regulator.c Log message: OF_getproplen() returns -1 on error, so don't store result in size_t spotted by and ok tb@, ok tobhe@

CVS: cvs.openbsd.org: src

2022-02-14 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/02/14 04:26:05 Modified files: sys/kern : kern_exit.c kern_sig.c kern_synch.c sys/sys: signalvar.h sys/ufs/mfs: mfs_vfsops.c Log message: Introduce a signal context

CVS: cvs.openbsd.org: src

2022-02-14 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2022/02/14 03:34:36 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: make db locking self-contained

Re: CVS: cvs.openbsd.org: src

2022-02-14 Thread Kevin Lo
On Mon, Feb 14, 2022 at 01:14:19AM -0700, Kevin Lo wrote: > > CVSROOT: /cvs > Module name: src > Changes by: ke...@cvs.openbsd.org 2022/02/14 01:14:19 > > Modified files: > share/man/man5 : elf.5 > > Log message: > Add the EM_RISCV value to match > > ok miod@ Also ok

CVS: cvs.openbsd.org: src

2022-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2022/02/14 02:10:48 Modified files: usr.bin/tmux : cmd-show-options.c Log message: Do not return error with -q, GitHub issue 3065.

CVS: cvs.openbsd.org: src

2022-02-14 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2022/02/14 01:14:19 Modified files: share/man/man5 : elf.5 Log message: Add the EM_RISCV value to match ok miod@