From dillon at crater.dragonflybsd.org Tue Jul 1 22:13:39 2025 From: dillon at crater.dragonflybsd.org (Matthew Dillon) Date: Tue, 1 Jul 2025 22:13:39 -0700 (PDT) Subject: git: Debug - Fixing fdpassing.c test program Message-ID: <20250702051339.D5D982BB9F88@crater.dragonflybsd.org> commit ee8496af6bb0aeab3956eaae9c640b64c028ee45 Author: Matthew Dillon Date: Tue Jul 1 22:13:01 2025 -0700 Debug - Fixing fdpassing.c test program * Use proper alignment macros. This test program must be really old, from a time when sizeof(long) used to be 4 but now is 8. Summary of changes: test/debug/fdpassing.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ee8496af6bb0aeab3956eaae9c640b64c028ee45 -- DragonFly BSD source repository From aly at crater.dragonflybsd.org Wed Jul 2 00:41:51 2025 From: aly at crater.dragonflybsd.org (Aaron LI) Date: Wed, 2 Jul 2025 00:41:51 -0700 (PDT) Subject: git: timeout(1): Print error info of failed kill()/procctl() Message-ID: <20250702074151.809172BBA5C0@crater.dragonflybsd.org> commit 53248150169629fe137a4941e537bc26eee71a58 Author: Aaron LI Date: Wed Jun 11 17:59:05 2025 +0800 timeout(1): Print error info of failed kill()/procctl() Obtained-from: FreeBSD Summary of changes: usr.bin/timeout/timeout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/53248150169629fe137a4941e537bc26eee71a58 -- DragonFly BSD source repository From aly at crater.dragonflybsd.org Wed Jul 2 00:41:51 2025 From: aly at crater.dragonflybsd.org (Aaron LI) Date: Wed, 2 Jul 2025 00:41:51 -0700 (PDT) Subject: git: : Supplement 500706 with RTM_VERSION and _CMSG_ALIGN changes Message-ID: <20250702074151.987F12BBA5C2@crater.dragonflybsd.org> commit b8c642eacfc6f4f1773b2bca67e6c8d96b68c3d5 Author: Aaron LI Date: Wed Jul 2 15:24:32 2025 +0800 : Supplement 500706 with RTM_VERSION and _CMSG_ALIGN changes There were RTM_VERSION bump (from 6 to 7) and _CMSG_ALIGN() changes (alignment raised from 4 to 8) prior to the revision 500706, but those changes themselves didn't bump the __DragonFly_version. So supplement the 500706 revision notes with such changes. See also the commits of those changes: * Commit b3aa44a1fb12417a3c45a78a0620e126ae6b624d Roy Marples Wed, 11 Sep 2019 19:25:11 +0000 (20:25 +0100) build: Adjust _CMSG_ALIGN() for portability * Commit 43a373152df2d405c9940983e584e6a25e76632d Roy Marples Thu, 12 Sep 2019 08:13:30 +0000 (09:13 +0100) route(4): Add ifam_pid and ifam_addrflags to ifa_msghdr Summary of changes: sys/sys/param.h | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b8c642eacfc6f4f1773b2bca67e6c8d96b68c3d5 -- DragonFly BSD source repository