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

2022-10-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 04:50:12 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: time.h Log Message: Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.14

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

2022-10-30 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Oct 31 04:50:12 UTC 2022 Modified Files: src/external/cddl/osnet/sys/sys: time.h Log Message: Only need TIMESPEC_OVERFLOW() to check against INT32_{MIN,MAX} on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys/netinet

2022-10-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 31 00:56:33 UTC 2022 Modified Files: src/sys/netinet: tcp_subr.c Log Message: tcp: fix wrong logic in tcp_drop Pointed out by mlelstv@ To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294

CVS commit: src/sys/netinet

2022-10-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 31 00:56:33 UTC 2022 Modified Files: src/sys/netinet: tcp_subr.c Log Message: tcp: fix wrong logic in tcp_drop Pointed out by mlelstv@ To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294

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

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 23:10:43 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c Log Message: Remove dirty fb IOCTL callback introduced in latest drm update. Not sure how this got here, but the rkdrm driver does not need to do

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

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 23:10:43 UTC 2022 Modified Files: src/sys/arch/arm/rockchip: rk_drm.c Log Message: Remove dirty fb IOCTL callback introduced in latest drm update. Not sure how this got here, but the rkdrm driver does not need to do

CVS commit: src/lib/libedit

2022-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 30 19:11:31 UTC 2022 Modified Files: src/lib/libedit: chared.c chartype.c el.c filecomplete.c map.c read.c read.h readline.c terminal.c Log Message: improvements in malloc/free handling. To generate a diff

CVS commit: src/lib/libedit

2022-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 30 19:11:31 UTC 2022 Modified Files: src/lib/libedit: chared.c chartype.c el.c filecomplete.c map.c read.c read.h readline.c terminal.c Log Message: improvements in malloc/free handling. To generate a diff

CVS commit: src/distrib/utils/embedded/conf

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 15:08:50 UTC 2022 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Silence a warning when machdep.dmi.chassis-asset-tag is not present To generate a diff of this commit: cvs rdiff -u -r1.40

CVS commit: src/distrib/utils/embedded/conf

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 15:08:50 UTC 2022 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Silence a warning when machdep.dmi.chassis-asset-tag is not present To generate a diff of this commit: cvs rdiff -u -r1.40

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 14:08:09 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: aarch64/pmap: Fix criterion in previous. Use the pte bit that says whether this is a PMAP_WIRED page, not the bit that says

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 14:08:09 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: aarch64/pmap: Fix criterion in previous. Use the pte bit that says whether this is a PMAP_WIRED page, not the bit that says

CVS commit: src/sys/dev/i2c

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 11:51:20 UTC 2022 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add GPIO support. PR# kern/57030 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/i2c/axppmic.c Please note that

CVS commit: src/sys/dev/i2c

2022-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 30 11:51:20 UTC 2022 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add GPIO support. PR# kern/57030 To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/i2c/axppmic.c Please note that

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:26:48 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: aarch64/pmap(9): Teach pmap_protect about pmap_kenter_pa mappings. Pages mapped with pmap_kenter_pa are necessarily unmanaged, so

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:26:48 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: aarch64/pmap(9): Teach pmap_protect about pmap_kenter_pa mappings. Pages mapped with pmap_kenter_pa are necessarily unmanaged, so

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:20:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Sprinkle dtrace probes on interrupt handlers like x86. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2022-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 30 10:20:46 UTC 2022 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: arm/pic: Sprinkle dtrace probes on interrupt handlers like x86. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/external/public-domain/tz/dist

2022-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 30 10:00:16 UTC 2022 Modified Files: src/external/public-domain/tz/dist: backward Log Message: Add missing backward compat links that were in the tzdata2022f release, but didn't make it into the tzdata2022fgtz fork that we

CVS commit: src/external/public-domain/tz/dist

2022-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 30 10:00:16 UTC 2022 Modified Files: src/external/public-domain/tz/dist: backward Log Message: Add missing backward compat links that were in the tzdata2022f release, but didn't make it into the tzdata2022fgtz fork that we

CVS commit: src/sys/netinet

2022-10-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sun Oct 30 08:45:46 UTC 2022 Modified Files: src/sys/netinet: tcp_usrreq.c Log Message: tcp: restore NULL check for inp in tcp_ctloutput To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236

CVS commit: src/sys/netinet

2022-10-30 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sun Oct 30 08:45:46 UTC 2022 Modified Files: src/sys/netinet: tcp_usrreq.c Log Message: tcp: restore NULL check for inp in tcp_ctloutput To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236