Re: git: 31fab773613b - main - sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32
- Reply: Konstantin Belousov : "Re: git: 31fab773613b - main - sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32"
- In reply to: Konstantin Belousov : "git: 31fab773613b - main - sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Feb 2026 20:22:58 UTC
> On 9 Feb 2026, at 19:07, Konstantin Belousov <kib@FreeBSD.org> wrote: > > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=31fab773613b21183fbd5a313fa8c69d37fcb196 > > commit 31fab773613b21183fbd5a313fa8c69d37fcb196 > Author: Konstantin Belousov <kib@FreeBSD.org> > AuthorDate: 2026-02-05 19:40:55 +0000 > Commit: Konstantin Belousov <kib@FreeBSD.org> > CommitDate: 2026-02-09 18:57:19 +0000 > > sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32 Can we please go with my __aligned(4) suggestion for freebsd32_uint64_t? FU64_CP is getting all over the place now and has no good reason to exist when we can readily use a GNU C feature we’re already using in other ways. Jessica