CVS commit: src/sys/arch/vax/boot

2022-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 25 15:06:34 UTC 2022 Modified Files: src/sys/arch/vax/boot/boot: rom.c vaxstand.h src/sys/arch/vax/boot/xxboot: bootxx.c Log Message: libsa now needs ioctl support to handle media with large sectors. Provide

CVS commit: src/sys/arch/vax/boot

2022-04-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 25 15:06:34 UTC 2022 Modified Files: src/sys/arch/vax/boot/boot: rom.c vaxstand.h src/sys/arch/vax/boot/xxboot: bootxx.c Log Message: libsa now needs ioctl support to handle media with large sectors. Provide

CVS commit: src/sys/lib/libsa

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:52:59 UTC 2022 Modified Files: src/sys/lib/libsa: ffsv1.c ffsv2.c files.c globals.c ufs.c Log Message: Don't load filessytem module for filesystem that was found but isn't used for booting. To generate a diff of

CVS commit: src/sys/lib/libsa

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:52:59 UTC 2022 Modified Files: src/sys/lib/libsa: ffsv1.c ffsv2.c files.c globals.c ufs.c Log Message: Don't load filessytem module for filesystem that was found but isn't used for booting. To generate a diff of

CVS commit: src/sys/stand/efiboot

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:49:38 UTC 2022 Modified Files: src/sys/stand/efiboot: conf.c efiblock.c efiblock.h Log Message: Use physical sector size as unit for disk addresses. Provide new ioctl to libsa to query for sector size. To

CVS commit: src/sys/stand/efiboot

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:49:38 UTC 2022 Modified Files: src/sys/stand/efiboot: conf.c efiblock.c efiblock.h Log Message: Use physical sector size as unit for disk addresses. Provide new ioctl to libsa to query for sector size. To

CVS commit: src/sys/lib/libsa

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:48:15 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c saioctl.h ufs.c Log Message: Ask driver about sector size to support reading superblocks from fixed byte offsets. To generate a diff of this

CVS commit: src/sys/lib/libsa

2022-04-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 24 06:48:15 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c saioctl.h ufs.c Log Message: Ask driver about sector size to support reading superblocks from fixed byte offsets. To generate a diff of this

CVS commit: src/sbin/fsck_msdos

2022-04-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 23 22:40:28 UTC 2022 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: Support large disk sectors. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/fsck_msdos/boot.c Please note that diffs

CVS commit: src/sbin/fsck_msdos

2022-04-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 23 22:40:28 UTC 2022 Modified Files: src/sbin/fsck_msdos: boot.c Log Message: Support large disk sectors. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sbin/fsck_msdos/boot.c Please note that diffs

CVS commit: src/sys/dev/usb

2022-04-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Apr 6 22:01:45 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c if_smscreg.h if_urtwn.c ubt.c uhub.c usb_subr.c usbdi.c uvideo.c xhci.c xhcireg.h Log Message: revert accidental last commit (except ukbd.c) To

CVS commit: src/sys/dev/usb

2022-04-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Apr 6 22:01:45 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c if_smscreg.h if_urtwn.c ubt.c uhub.c usb_subr.c usbdi.c uvideo.c xhci.c xhcireg.h Log Message: revert accidental last commit (except ukbd.c) To

CVS commit: src/sys/dev/usb

2022-04-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Apr 6 21:51:29 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c if_smscreg.h if_urtwn.c ubt.c uhub.c ukbd.c usb_subr.c usbdi.c uvideo.c xhci.c xhcireg.h Log Message: remove debug printf To generate a diff of

CVS commit: src/sys/dev/usb

2022-04-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Apr 6 21:51:29 UTC 2022 Modified Files: src/sys/dev/usb: ehci.c if_smscreg.h if_urtwn.c ubt.c uhub.c ukbd.c usb_subr.c usbdi.c uvideo.c xhci.c xhcireg.h Log Message: remove debug printf To generate a diff of

CVS commit: src/sys/dev/usb

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:19:12 UTC 2022 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Don't attach Yubikeys as console keyboard. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/dev/usb/ukbd.c Please note

CVS commit: src/sys/dev/usb

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:19:12 UTC 2022 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Don't attach Yubikeys as console keyboard. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/dev/usb/ukbd.c Please note

CVS commit: src/usr.sbin/makefs/ffs

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:16:49 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Avoid integer overflow on systems with 32bit disk addresses. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs/ffs

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:16:49 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Avoid integer overflow on systems with 32bit disk addresses. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sbin/fdisk

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:15:09 UTC 2022 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Avoid crashes with invalid or tiny sector sizes. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sbin/fdisk/fdisk.c Please

CVS commit: src/sbin/fdisk

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:15:09 UTC 2022 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Avoid crashes with invalid or tiny sector sizes. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sbin/fdisk/fdisk.c Please

CVS commit: src/sys/dev/wsfb

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:21:40 UTC 2022 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: Add helper to detach genfb console. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/wsfb/genfb.c cvs

CVS commit: src/sys/dev/wsfb

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:21:40 UTC 2022 Modified Files: src/sys/dev/wsfb: genfb.c genfbvar.h Log Message: Add helper to detach genfb console. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/wsfb/genfb.c cvs

CVS commit: src/sys/dev

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:16:59 UTC 2022 Modified Files: src/sys/dev: vnd.c Log Message: Check INITED state by default for all ioctls but VNDIOCSET. Avoids crashes with disk_ioctls on default unit, which is not INITED. Fixes PR 56700. To

CVS commit: src/sys/dev

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:16:59 UTC 2022 Modified Files: src/sys/dev: vnd.c Log Message: Check INITED state by default for all ioctls but VNDIOCSET. Avoids crashes with disk_ioctls on default unit, which is not INITED. Fixes PR 56700. To

CVS commit: src/sys/dev/spi

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:09:24 UTC 2022 Modified Files: src/sys/dev/spi: spi.c Log Message: Fix sanity check for zero sized buffer. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/spi/spi.c Please note that

CVS commit: src/sys/dev/spi

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 11:09:24 UTC 2022 Modified Files: src/sys/dev/spi: spi.c Log Message: Fix sanity check for zero sized buffer. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/spi/spi.c Please note that

CVS commit: src/sys/dev/dm

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 10:38:00 UTC 2022 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Media size is in bytes (off_t), not sectors. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/dev/dm

2022-03-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 28 10:38:00 UTC 2022 Modified Files: src/sys/dev/dm: device-mapper.c Log Message: Media size is in bytes (off_t), not sectors. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sbin/dump

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 18:38:11 UTC 2022 Modified Files: src/sbin/dump: optr.c Log Message: Silently ignore fstab entries with NAME= entries that cannot be resolved. Fixes PR 56249. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/sys/net80211

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 07:05:31 UTC 2022 Modified Files: src/sys/net80211: _ieee80211.h Log Message: Additional channel flags. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h Please note that

CVS commit: src/sys/net80211

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 07:05:31 UTC 2022 Modified Files: src/sys/net80211: _ieee80211.h Log Message: Additional channel flags. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h Please note that

CVS commit: src/sys/dev

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 06:40:12 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. To

CVS commit: src/sys/dev

2022-03-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Mar 14 06:40:12 UTC 2022 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. To

CVS commit: src/sys/arch/i386/stand/bootxx

2022-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 6 18:35:43 UTC 2022 Modified Files: src/sys/arch/i386/stand/bootxx: bootxx.S Log Message: pass errno through switch to protected mode. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/i386/stand/bootxx

2022-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 6 18:35:43 UTC 2022 Modified Files: src/sys/arch/i386/stand/bootxx: bootxx.S Log Message: pass errno through switch to protected mode. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-02-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 18 06:43:00 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Don't crash when reporting an undefined symbol. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-02-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 18 06:43:00 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Don't crash when reporting an undefined symbol. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.bin/audio/record

2022-01-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 9 06:33:13 UTC 2022 Modified Files: src/usr.bin/audio/record: record.c Log Message: Let user gracefully abort recording with SIGINT. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/usr.bin/audio/record

2022-01-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 9 06:33:13 UTC 2022 Modified Files: src/usr.bin/audio/record: record.c Log Message: Let user gracefully abort recording with SIGINT. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/dev/hdaudio

2022-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 7 07:34:10 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: Safe vendor/product for reporting. Avoids repeated loading/unloading of hdaudioverbose module. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/hdaudio

2022-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 7 07:34:10 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: Safe vendor/product for reporting. Avoids repeated loading/unloading of hdaudioverbose module. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/fdt

2022-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 7 07:25:37 UTC 2022 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: Calculate the minimum address, don't assume the first entry is the start. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/fdt

2022-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 7 07:25:37 UTC 2022 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: Calculate the minimum address, don't assume the first entry is the start. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sbin/wsconsctl

2021-12-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 25 13:54:13 UTC 2021 Modified Files: src/sbin/wsconsctl: Makefile display.c util.c wsconsctl.h Log Message: Add support for a read-only edid attribute that shows the result of WSDISPLAYIO_GET_EDID. Uses code from

CVS commit: src/sbin/wsconsctl

2021-12-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 25 13:54:13 UTC 2021 Modified Files: src/sbin/wsconsctl: Makefile display.c util.c wsconsctl.h Log Message: Add support for a read-only edid attribute that shows the result of WSDISPLAYIO_GET_EDID. Uses code from

CVS commit: src/sys/dev/videomode

2021-12-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 25 13:51:32 UTC 2021 Modified Files: src/sys/dev/videomode: edid.c vesagtf.c Log Message: Make re-usuable to userland. The vesagtf standalone build is #if'd out for now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/videomode

2021-12-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 25 13:51:32 UTC 2021 Modified Files: src/sys/dev/videomode: edid.c vesagtf.c Log Message: Make re-usuable to userland. The vesagtf standalone build is #if'd out for now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2021-11-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 13 10:34:00 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Release interrupt lock while allocating ressources in trigger functions. Also be more verbose about errors. To generate a diff of this

CVS commit: src/sys/dev/usb

2021-11-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 13 10:34:00 UTC 2021 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Release interrupt lock while allocating ressources in trigger functions. Also be more verbose about errors. To generate a diff of this

CVS commit: src/sbin/wsconsctl

2021-09-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 22 14:15:29 UTC 2021 Modified Files: src/sbin/wsconsctl: keyboard.c Log Message: fail on error, not on success. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/wsconsctl/keyboard.c Please note

CVS commit: src/sbin/wsconsctl

2021-09-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 22 14:15:29 UTC 2021 Modified Files: src/sbin/wsconsctl: keyboard.c Log Message: fail on error, not on success. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sbin/wsconsctl/keyboard.c Please note

CVS commit: src/external/cddl/osnet/sys/kern

2021-09-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 5 11:43:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/kern: vfs.c Log Message: Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/external/cddl/osnet/sys/kern

2021-09-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Sep 5 11:43:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/kern: vfs.c Log Message: Don't use __FBSDID, similar to kern/kobj.c, kern/misc.c, kern/sysevent.c To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/usr.sbin/wsmoused

2021-09-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 1 06:10:06 UTC 2021 Modified Files: src/usr.sbin/wsmoused: wsmoused.c Log Message: conditional build fix. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c Please note

CVS commit: src/usr.sbin/wsmoused

2021-09-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 1 06:10:06 UTC 2021 Modified Files: src/usr.sbin/wsmoused: wsmoused.c Log Message: conditional build fix. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/wsmoused/wsmoused.c Please note

CVS commit: src/usr.sbin/inetd

2021-08-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 30 08:21:12 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: Fix reverted logic when parsing server program. Compare pointer with NULL not 0. To generate a diff of this commit: cvs rdiff -u -r1.128

CVS commit: src/usr.sbin/inetd

2021-08-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 30 08:21:12 UTC 2021 Modified Files: src/usr.sbin/inetd: inetd.c Log Message: Fix reverted logic when parsing server program. Compare pointer with NULL not 0. To generate a diff of this commit: cvs rdiff -u -r1.128

Re: CVS commit: src/sys/kern

2021-08-18 Thread Michael van Elst
On Tue, Aug 17, 2021 at 11:39:26PM +, Taylor R Campbell wrote: > > > > Log Message: > > skip symbol tables that were unloaded again to avoid EFAULT when reading > > ksyms. > > > > also restore TAILQ_FOREACH idiom. > > This change isn't quite right: Reading past st = ksyms_last_snapshot > in

Re: CVS commit: src/etc/rc.d

2021-08-02 Thread Michael van Elst
On Mon, Aug 02, 2021 at 11:27:22AM +0200, Michael van Elst wrote: > On Mon, Aug 02, 2021 at 11:54:27AM +0900, Rin Okuyama wrote: > > Hi, > > > > this commit causes: > > > > rcorder: file `/etc/rc.d/devpubd' is before unknown provision `zfs

Re: CVS commit: src/etc/rc.d

2021-08-02 Thread Michael van Elst
he script > properly checks existence of /sbin/zfs, i.e., MKZFS=yes. > > Alternatively, autogen /etc/rc.d/devpubd? I'd prefer installing /etc/rc.d/zfs for everyone. Michael van Elst > > Thanks, > rin > > On 2021/07/31 23:47, Michael van Elst wrote: > > Module

Re: CVS commit: src/sys/kern

2020-05-06 Thread Michael van Elst
change really had an effect, there would be a use-after-free bug somewhere else. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

CVS commit: src/sys/arch/aarch64

2019-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Nov 22 05:21:19 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c cpufunc.c locore.S src/sys/arch/aarch64/include: cpufunc.h Log Message: Make cache operations available early. To generate a diff of this

CVS commit: src/sys/arch/aarch64

2019-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Nov 22 05:21:19 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c cpufunc.c locore.S src/sys/arch/aarch64/include: cpufunc.h Log Message: Make cache operations available early. To generate a diff of this

CVS commit: src/sys/netinet

2019-11-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 17 08:21:25 UTC 2019 Modified Files: src/sys/netinet: tcp_output.c Log Message: Don't allow zero sized segments that will panic the stack. Reported-by: syzbot+5542516fa4afe7a10...@syzkaller.appspotmail.com To generate

CVS commit: src/sys/netinet

2019-11-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 17 08:21:25 UTC 2019 Modified Files: src/sys/netinet: tcp_output.c Log Message: Don't allow zero sized segments that will panic the stack. Reported-by: syzbot+5542516fa4afe7a10...@syzkaller.appspotmail.com To generate

CVS commit: src/share/man/man9

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 22:09:56 UTC 2019 Modified Files: src/share/man/man9: vnsubr.9 Log Message: Document new functions vn_bdev_open and vn_bdev_openpath. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/share/man/man9

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 22:09:56 UTC 2019 Modified Files: src/share/man/man9: vnsubr.9 Log Message: Document new functions vn_bdev_open and vn_bdev_openpath. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/dev/bluetooth

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 22:06:50 UTC 2019 Modified Files: src/sys/dev/bluetooth: bth5.c Log Message: Don't wait in interrupt context. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/bluetooth/bth5.c Please note

CVS commit: src/sys/dev/bluetooth

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 22:06:50 UTC 2019 Modified Files: src/sys/dev/bluetooth: bth5.c Log Message: Don't wait in interrupt context. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/bluetooth/bth5.c Please note

CVS commit: src/sys/dev/fdt

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 21:53:38 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: be more verbose about errors. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/fdt/fdt_intr.c Please note that

CVS commit: src/sys/dev/fdt

2019-11-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 16 21:53:38 UTC 2019 Modified Files: src/sys/dev/fdt: fdt_intr.c Log Message: be more verbose about errors. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/fdt/fdt_intr.c Please note that

CVS commit: src/sys

2019-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 10 06:47:30 UTC 2019 Modified Files: src/sys/kern: vfs_vnops.c src/sys/sys: vnode.h Log Message: Add functions to open devices by device number or path. To generate a diff of this commit: cvs rdiff -u -r1.201

CVS commit: src/sys

2019-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 10 06:47:30 UTC 2019 Modified Files: src/sys/kern: vfs_vnops.c src/sys/sys: vnode.h Log Message: Add functions to open devices by device number or path. To generate a diff of this commit: cvs rdiff -u -r1.201

CVS commit: src/sys/dev

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:37:52 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: More code from OpenBSD no need to splnet() when enqueing packets explicit structure

CVS commit: src/sys/dev

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:37:52 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h bwfmvar.h src/sys/dev/sdmmc: if_bwfm_sdio.c Log Message: More code from OpenBSD no need to splnet() when enqueing packets explicit structure

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:31:39 UTC 2019 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_cis.c sdmmc_mem.c sdmmcdevs Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:32:11 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmcdevs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdmmcdevs.h Please note that diffs are not public

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:31:39 UTC 2019 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_cis.c sdmmc_mem.c sdmmcdevs Log Message: Whitespace police To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:32:11 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmcdevs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdmmcdevs.h Please note that diffs are not public

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:26:19 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Missing commit for sdio abort function. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sdmmc/sdmmc_ioreg.h

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:26:19 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc_ioreg.h Log Message: Missing commit for sdio abort function. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/sdmmc/sdmmc_ioreg.h

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:20:01 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c sdmmc_io.c sdmmcvar.h Log Message: Simplyfy sdmmc_io_set_blocklen function signature by dropping the extra softc pointer. Aligns with OpenBSD. To

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:20:01 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.c sdmmc_io.c sdmmcvar.h Log Message: Simplyfy sdmmc_io_set_blocklen function signature by dropping the extra softc pointer. Aligns with OpenBSD. To

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:16:46 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: Add and use sdmmc_pause to avoid long-term busy waits. Add sdio abort function. Additional error messages.

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:16:46 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmc.c sdmmc_io.c sdmmc_mem.c sdmmcvar.h Log Message: Add and use sdmmc_pause to avoid long-term busy waits. Add sdio abort function. Additional error messages.

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:00:14 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Skip setting power when the voltage doesn't change. Also increase some timeouts. To generate a diff of this commit: cvs rdiff -u -r1.104

CVS commit: src/sys/dev/sdmmc

2019-10-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Oct 28 06:00:14 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Skip setting power when the voltage doesn't change. Also increase some timeouts. To generate a diff of this commit: cvs rdiff -u -r1.104

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

2019-10-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 12 09:46:18 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpio.c Log Message: off by one To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/broadcom/bcm2835_gpio.c Please note

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

2019-10-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 12 09:46:18 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpio.c Log Message: off by one To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/broadcom/bcm2835_gpio.c Please note

CVS commit: src/sys/dev/microcode/run

2019-10-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Oct 9 19:58:51 UTC 2019 Modified Files: src/sys/dev/microcode/run: run-rt2870 run-rt3071 Log Message: Update firmware from version 0.17 to 0.33. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/microcode/run

2019-10-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Oct 9 19:58:51 UTC 2019 Modified Files: src/sys/dev/microcode/run: run-rt2870 run-rt3071 Log Message: Update firmware from version 0.17 to 0.33. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/usb

2019-10-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Oct 8 07:30:58 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c if_runvar.h Log Message: Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now work again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2019-10-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Oct 8 07:30:58 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c if_runvar.h Log Message: Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now work again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2019-10-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 07:15:34 UTC 2019 Modified Files: src/sys/sys: filedesc.h Log Message: Use multiple cache lines for fd_dfdfile elements when necessary. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/sys

2019-10-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 07:15:34 UTC 2019 Modified Files: src/sys/sys: filedesc.h Log Message: Use multiple cache lines for fd_dfdfile elements when necessary. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/dev

2019-10-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 06:10:44 UTC 2019 Modified Files: src/sys/dev: ld.c Log Message: Don't attach disks with sector sizes we cannot handle. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/ld.c Please note

CVS commit: src/sys/dev

2019-10-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 06:10:44 UTC 2019 Modified Files: src/sys/dev: ld.c Log Message: Don't attach disks with sector sizes we cannot handle. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/ld.c Please note

CVS commit: src/sys

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 05:48:00 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c src/sys/uvm: uvm_swap.c Log Message: Defer to synchronous I/O before the aiodone work queue exists. To generate a diff of this commit: cvs

CVS commit: src/sys

2019-10-05 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 6 05:48:00 UTC 2019 Modified Files: src/sys/miscfs/genfs: genfs_io.c src/sys/uvm: uvm_swap.c Log Message: Defer to synchronous I/O before the aiodone work queue exists. To generate a diff of this commit: cvs

<    1   2   3   4   5   6   7   8   >