CVS commit: src/sys/stand/efiboot

2024-09-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 19 06:26:12 UTC 2024 Modified Files: src/sys/stand/efiboot: exec.c Log Message: when freeing pages, pass page count instead of byte count. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/stand/efib

CVS commit: src/sys/stand/efiboot

2024-09-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Sep 19 06:26:12 UTC 2024 Modified Files: src/sys/stand/efiboot: exec.c Log Message: when freeing pages, pass page count instead of byte count. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/stand/efib

CVS commit: src/sbin/dkctl

2024-09-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 14 08:30:44 UTC 2024 Modified Files: src/sbin/dkctl: dkctl.8 dkctl.c Log Message: Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sb

CVS commit: src/sbin/dkctl

2024-09-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 14 08:30:44 UTC 2024 Modified Files: src/sbin/dkctl: dkctl.8 dkctl.c Log Message: Expose DIOCGMEDIASIZE, DIOCGSECTORSIZE with new getgeometry command. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sb

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:11:30 UTC 2024 Modified Files: src/sbin/gpt: biosboot.c Log Message: Don't use kernel type daddr_t for disk offsets. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c Please no

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:11:30 UTC 2024 Modified Files: src/sbin/gpt: biosboot.c Log Message: Don't use kernel type daddr_t for disk offsets. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/biosboot.c Please no

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:07:35 UTC 2024 Modified Files: src/sbin/gpt: show.c Log Message: Use destination variable also to determine size. No binary change, both buffers are of the same size. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sbin/gpt

2024-09-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Sep 13 11:07:35 UTC 2024 Modified Files: src/sbin/gpt: show.c Log Message: Use destination variable also to determine size. No binary change, both buffers are of the same size. To generate a diff of this commit: cvs rdiff -

CVS commit: src/usr.sbin/bthcid

2024-09-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 7 13:57:25 UTC 2024 Modified Files: src/usr.sbin/bthcid: client.c hci.c Log Message: Don't get killed when peer vanishes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bthcid/client.c cvs rdi

CVS commit: src/usr.sbin/bthcid

2024-09-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 7 13:57:25 UTC 2024 Modified Files: src/usr.sbin/bthcid: client.c hci.c Log Message: Don't get killed when peer vanishes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/bthcid/client.c cvs rdi

CVS commit: src/sys/lib/libsa

2024-08-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 31 07:12:57 UTC 2024 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Only a leading '0' in a format width marks zero-padding, otherwise it's a regular digit. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/lib/libsa

2024-08-31 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 31 07:12:57 UTC 2024 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Only a leading '0' in a format width marks zero-padding, otherwise it's a regular digit. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 12:38:21 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix off-by-one. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 12:38:21 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix off-by-one. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:31:07 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix mbuf leak. Minor optimizations for send queue. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/bcmgenet.c Pl

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:31:07 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix mbuf leak. Minor optimizations for send queue. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/bcmgenet.c Pl

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:27:06 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public d

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:27:06 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Fix MBUFTRACE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/bcmgenet.c Please note that diffs are not public d

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:24:42 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Don't mix endianess and MAC address layout. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/bcmgenet.c Please no

CVS commit: src/sys/dev/ic

2024-08-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 25 08:24:42 UTC 2024 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Don't mix endianess and MAC address layout. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/bcmgenet.c Please no

CVS commit: src/sys/dev/iscsi

2024-08-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 24 09:39:44 UTC 2024 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c iscsi_send.c Log Message: Avoid race in timeout handling. Don't try to wake up CCB without connection (which led to a NULL pointer deref). To generat

CVS commit: src/sys/dev/iscsi

2024-08-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 24 09:39:44 UTC 2024 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c iscsi_send.c Log Message: Avoid race in timeout handling. Don't try to wake up CCB without connection (which led to a NULL pointer deref). To generat

CVS commit: src/sys/dev

2024-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Aug 15 21:08:20 UTC 2024 Modified Files: src/sys/dev: vnd.c Log Message: Avoid division by zero when the backing file is revoked (e.g. from umount -f). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys

CVS commit: src/sys/dev

2024-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Aug 15 21:08:20 UTC 2024 Modified Files: src/sys/dev: vnd.c Log Message: Avoid division by zero when the backing file is revoked (e.g. from umount -f). To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 src/sys

CVS commit: src/sys/dev/pckbport

2024-07-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 19 04:48:13 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: hw.synaptics.aux_mid_button_scroll translates vertical movements of an aux device (like a trackpoint) into a scroll event when the middle

CVS commit: src/sys/dev/pckbport

2024-07-19 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 19 04:48:13 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: hw.synaptics.aux_mid_button_scroll translates vertical movements of an aux device (like a trackpoint) into a scroll event when the middle

CVS commit: src/sbin/iscsid

2024-07-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 13 23:51:19 UTC 2024 Modified Files: src/sbin/iscsid: iscsid_driverif.c Log Message: Abort operation when a target address cannot be resolved. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsi

CVS commit: src/sbin/iscsid

2024-07-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 13 23:51:19 UTC 2024 Modified Files: src/sbin/iscsid: iscsid_driverif.c Log Message: Abort operation when a target address cannot be resolved. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsi

CVS commit: src/sys/dev/usb

2024-07-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 6 07:09:22 UTC 2024 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: There is no link state for CDCE. Pretend that the link is always up so that programs like dhcpcd will handle the interface. To generate a diff

CVS commit: src/sys/dev/usb

2024-07-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 6 07:09:22 UTC 2024 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: There is no link state for CDCE. Pretend that the link is always up so that programs like dhcpcd will handle the interface. To generate a diff

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

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

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

2024-06-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jun 10 06:03:49 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_pmwdog.c Log Message: Add support for poweroff. There is no circuitry to actually remove power from RPI, but you can reboot into a low power state.

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

2024-06-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 8 06:39:57 UTC 2024 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/elf2bb: Makefile Log Message: Enable and use debug printfs to get some output into the buil

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

2024-06-07 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jun 8 06:39:57 UTC 2024 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/elf2bb: Makefile Log Message: Enable and use debug printfs to get some output into the buil

CVS commit: src/sys/modules/compat_100

2024-05-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 29 06:47:23 UTC 2024 Modified Files: src/sys/modules/compat_100: Makefile Log Message: The module also needs the syscall for old dup3. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/compat_1

CVS commit: src/sys/modules/compat_100

2024-05-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 29 06:47:23 UTC 2024 Modified Files: src/sys/modules/compat_100: Makefile Log Message: The module also needs the syscall for old dup3. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/compat_1

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

2024-05-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 11 07:34:34 UTC 2024 Modified Files: src/distrib/sets/lists/debug: module.ad.aarch64 Log Message: Fix aarch64 build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug/module.ad.aarc

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

2024-05-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 11 07:34:34 UTC 2024 Modified Files: src/distrib/sets/lists/debug: module.ad.aarch64 Log Message: Fix aarch64 build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug/module.ad.aarc

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

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:45:10 UTC 2024 Modified Files: src/sys/arch/amiga/amiga: trap.c Log Message: Don't panic on NULL pointer dereference when done by copyin, ... To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys

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

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:45:10 UTC 2024 Modified Files: src/sys/arch/amiga/amiga: trap.c Log Message: Don't panic on NULL pointer dereference when done by copyin, ... To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys

CVS commit: src/sys/kern

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:33:18 UTC 2024 Modified Files: src/sys/kern: subr_iostat.c Log Message: Account for trailing NUL bytes when calculating userland buffer size. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/k

CVS commit: src/sys/kern

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:33:18 UTC 2024 Modified Files: src/sys/kern: subr_iostat.c Log Message: Account for trailing NUL bytes when calculating userland buffer size. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/k

CVS commit: src/usr.bin/seq

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:29:41 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Bail if increment is too small for the precision to avoid an infinite loop. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.

CVS commit: src/usr.bin/seq

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 13:29:41 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Bail if increment is too small for the precision to avoid an infinite loop. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:49:16 UTC 2024 Modified Files: src/sys/dev/usb: uhub.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/dev/usb/uhub.c

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:49:16 UTC 2024 Modified Files: src/sys/dev/usb: uhub.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/dev/usb/uhub.c

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:45:14 UTC 2024 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Make usb address and hub topology available to drvctl. To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/sys/dev/usb/usb_su

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:45:14 UTC 2024 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Make usb address and hub topology available to drvctl. To generate a diff of this commit: cvs rdiff -u -r1.278 -r1.279 src/sys/dev/usb/usb_su

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:41:03 UTC 2024 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/dev/usb/usbn

CVS commit: src/sys/dev/usb

2024-05-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 12:41:03 UTC 2024 Modified Files: src/sys/dev/usb: usbnet.c Log Message: Use device_printf instead of autoconf messages for errors. To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/sys/dev/usb/usbn

CVS commit: src/sys/fs/msdosfs

2024-05-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 05:49:39 UTC 2024 Modified Files: src/sys/fs/msdosfs: msdosfs_rename.c Log Message: >From genfs_rename.c: * XXX Want a better equality test. `tcnp->cn_cred == cred' * hoses p2k because puffs transmi

CVS commit: src/sys/fs/msdosfs

2024-05-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat May 4 05:49:39 UTC 2024 Modified Files: src/sys/fs/msdosfs: msdosfs_rename.c Log Message: >From genfs_rename.c: * XXX Want a better equality test. `tcnp->cn_cred == cred' * hoses p2k because puffs transmi

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 11:32:29 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_16.c Log Message: Enable compat sigreturn system call. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/netbsd32/ne

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 11:32:29 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_16.c Log Message: Enable compat sigreturn system call. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/netbsd32/ne

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 07:22:43 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Revert previous, the syscall needs to be enabled at runtime. The compat_16 module just enables it for the "netbsd" emulation, b

CVS commit: src/sys/compat/netbsd32

2024-05-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed May 1 07:22:43 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Revert previous, the syscall needs to be enabled at runtime. The compat_16 module just enables it for the "netbsd" emulation, b

CVS commit: src/sys/compat/netbsd32

2024-04-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Apr 30 17:10:22 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Enable compat sigreturn system call. The previous bug in netbsd32___sigaction_sigtramp hid the problem, as it failed all but th

CVS commit: src/sys/compat/netbsd32

2024-04-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Apr 30 17:10:22 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_sysent.c Log Message: Enable compat sigreturn system call. The previous bug in netbsd32___sigaction_sigtramp hid the problem, as it failed all but th

CVS commit: src/sys/compat/netbsd32

2024-04-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 29 14:56:01 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_signal.c Log Message: In netbsd32___sigaction_sigtramp continue to use the compat module when already locked for this process. Needs pullup to netbsd

CVS commit: src/sys/compat/netbsd32

2024-04-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 29 14:56:01 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_signal.c Log Message: In netbsd32___sigaction_sigtramp continue to use the compat module when already locked for this process. Needs pullup to netbsd

CVS commit: src/sys/dev/pckbport

2024-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Apr 18 17:35:53 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Renamed border/boundary variables to better describe their use. Fix edge default values, factor out percentage calculation for more consi

CVS commit: src/sys/dev/pckbport

2024-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Apr 18 17:35:53 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Renamed border/boundary variables to better describe their use. Fix edge default values, factor out percentage calculation for more consi

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2024-04-14 Thread Michael van Elst
Module Name:xsrc Committed By: mlelstv Date: Sun Apr 14 20:10:29 UTC 2024 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Only limit the scroll warning, but continue to send the scroll events. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2024-04-14 Thread Michael van Elst
Module Name:xsrc Committed By: mlelstv Date: Sun Apr 14 20:10:29 UTC 2024 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: Only limit the scroll warning, but continue to send the scroll events. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libcrypt

2024-03-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 9 13:48:50 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Don't use uninitialized variable. Fixes PR 57895. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libcrypt/crypt-a

CVS commit: src/lib/libcrypt

2024-03-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 9 13:48:50 UTC 2024 Modified Files: src/lib/libcrypt: crypt-argon2.c Log Message: Don't use uninitialized variable. Fixes PR 57895. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libcrypt/crypt-a

CVS commit: src/sys/kern

2024-03-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 2 08:59:47 UTC 2024 Modified Files: src/sys/kern: sysv_shm.c Log Message: Avoid overflow when computing kern.ipc.shmmax. Keep shmmax (bytes) and shmall (pages) values aligned and use arithmetic everywhere instead of shif

CVS commit: src/sys/kern

2024-03-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 2 08:59:47 UTC 2024 Modified Files: src/sys/kern: sysv_shm.c Log Message: Avoid overflow when computing kern.ipc.shmmax. Keep shmmax (bytes) and shmall (pages) values aligned and use arithmetic everywhere instead of shif

CVS commit: src/sys/arch/virt68k/virt68k

2024-02-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 25 14:35:31 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: Don't crash in copyin/copyout when a NULL pointer is passed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arc

CVS commit: src/sys/arch/virt68k/virt68k

2024-02-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Feb 25 14:35:31 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: Don't crash in copyin/copyout when a NULL pointer is passed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arc

CVS commit: src/sys/dev/scsipi

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 22:06:50 UTC 2024 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Don't try to discover wedges when the unit isn't online. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/dev/scsipi/sd.c

CVS commit: src/sys/dev/scsipi

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 22:06:50 UTC 2024 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Don't try to discover wedges when the unit isn't online. To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 src/sys/dev/scsipi/sd.c

CVS commit: src/sys/netinet6

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 21:41:13 UTC 2024 Modified Files: src/sys/netinet6: icmp6.c raw_ip6.c Log Message: Deliver timestamps also to raw sockets. Fixes PR 57955 To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/sys/netine

CVS commit: src/sys/netinet6

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 21:41:13 UTC 2024 Modified Files: src/sys/netinet6: icmp6.c raw_ip6.c Log Message: Deliver timestamps also to raw sockets. Fixes PR 57955 To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256 src/sys/netine

CVS commit: src/sys/netinet

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 21:39:05 UTC 2024 Modified Files: src/sys/netinet: if_arp.c Log Message: Attribute debug message. Fixes PR 57959 To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312 src/sys/netinet/if_arp.c Please note t

CVS commit: src/sys/netinet

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 21:39:05 UTC 2024 Modified Files: src/sys/netinet: if_arp.c Log Message: Attribute debug message. Fixes PR 57959 To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312 src/sys/netinet/if_arp.c Please note t

CVS commit: src/usr.bin/seq

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 10:10:05 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Chose better number format. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/seq/seq.c Please note that diffs are not pu

CVS commit: src/usr.bin/seq

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 10:10:05 UTC 2024 Modified Files: src/usr.bin/seq: seq.c Log Message: Chose better number format. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/seq/seq.c Please note that diffs are not pu

CVS commit: src/usr.bin/netstat

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 09:53:26 UTC 2024 Modified Files: src/usr.bin/netstat: mbuf.c Log Message: Don't truncate mo_descr output and protect against missing terminating NUL. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src

CVS commit: src/usr.bin/netstat

2024-02-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 24 09:53:26 UTC 2024 Modified Files: src/usr.bin/netstat: mbuf.c Log Message: Don't truncate mo_descr output and protect against missing terminating NUL. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src

CVS commit: src/sys/ufs/lfs

2024-02-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 17 09:08:21 UTC 2024 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/ufs/lfs/ulfs_inode.h Please note that diffs are not publ

CVS commit: src/sys/ufs/lfs

2024-02-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Feb 17 09:08:21 UTC 2024 Modified Files: src/sys/ufs/lfs: ulfs_inode.h Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/ufs/lfs/ulfs_inode.h Please note that diffs are not publ

CVS commit: src/distrib/utils/embedded

2024-02-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Feb 12 11:30:33 UTC 2024 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Quote argument to -n as required. [ -n ] is not a syntax error but evaluates to true. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/utils/embedded

2024-02-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Feb 12 11:30:33 UTC 2024 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Quote argument to -n as required. [ -n ] is not a syntax error but evaluates to true. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2024-02-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 9 06:01:03 UTC 2024 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Fix DMA sync sizes. Don't panic for inconsistent queue counter, just print an error to console. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2024-02-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Feb 9 06:01:03 UTC 2024 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Fix DMA sync sizes. Don't panic for inconsistent queue counter, just print an error to console. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/dd

2024-01-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 26 07:10:04 UTC 2024 Modified Files: src/bin/dd: args.c Log Message: Don't use the signal handler to terminate when nothing is to do (count=0, files=0). The signal handler tries to raise the signal again, so that a pare

CVS commit: src/bin/dd

2024-01-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 26 07:10:04 UTC 2024 Modified Files: src/bin/dd: args.c Log Message: Don't use the signal handler to terminate when nothing is to do (count=0, files=0). The signal handler tries to raise the signal again, so that a pare

CVS commit: src/sys/dev/stbi

2024-01-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 20 13:33:03 UTC 2024 Modified Files: src/sys/dev/stbi: stb_image.c Log Message: Don't put big structures on stack. Should fix PR 57859. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/stbi/stb_

CVS commit: src/sys/dev/stbi

2024-01-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 20 13:33:03 UTC 2024 Modified Files: src/sys/dev/stbi: stb_image.c Log Message: Don't put big structures on stack. Should fix PR 57859. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/stbi/stb_

CVS commit: src/sys/dev/dm

2024-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 14 07:56:53 UTC 2024 Modified Files: src/sys/dev/dm: dm_ioctl.c Log Message: Avoid leaving a configured device without resources. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/dm/dm_ioctl.c

CVS commit: src/sys/dev/dm

2024-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 14 07:56:53 UTC 2024 Modified Files: src/sys/dev/dm: dm_ioctl.c Log Message: Avoid leaving a configured device without resources. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/dm/dm_ioctl.c

CVS commit: src/sys/dev/fdt

2024-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 14 07:53:38 UTC 2024 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: Handle multiple memory nodes by type, but still allow an untyped (non-standard) node named /memory. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/fdt

2024-01-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jan 14 07:53:38 UTC 2024 Modified Files: src/sys/dev/fdt: fdt_memory.c Log Message: Handle multiple memory nodes by type, but still allow an untyped (non-standard) node named /memory. To generate a diff of this commit: cvs

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

2024-01-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 12 06:23:20 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: gfrtc_mainbus.c Log Message: The interrupt handler needs to clear the interrupt condition before re-arming the timer. Otherwise the timer could expire again b

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

2024-01-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jan 12 06:23:20 UTC 2024 Modified Files: src/sys/arch/virt68k/dev: gfrtc_mainbus.c Log Message: The interrupt handler needs to clear the interrupt condition before re-arming the timer. Otherwise the timer could expire again b

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

2024-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 6 21:26:43 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c efidisk.h src/sys/arch/i386/stand/lib: biosdisk.c exec.c Log Message: In efiboot - create bootinfo information only once. - add fake

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

2024-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 6 21:26:43 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c efidisk.h src/sys/arch/i386/stand/lib: biosdisk.c exec.c Log Message: In efiboot - create bootinfo information only once. - add fake

CVS commit: src/sys/kern

2024-01-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 4 11:18:20 UTC 2024 Modified Files: src/sys/kern: subr_cpu.c Log Message: dump topology information with aprint_debug instead of requiring to build a DEBUG kernel. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/kern

2024-01-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 4 11:18:20 UTC 2024 Modified Files: src/sys/kern: subr_cpu.c Log Message: dump topology information with aprint_debug instead of requiring to build a DEBUG kernel. To generate a diff of this commit: cvs rdiff -u -r1.19

  1   2   3   4   5   6   7   8   >