Re: sync DFLSSIZ and MAXXSIZ among m68k ports?
Izumi Tsutsui <[email protected]> Sun, 9 Feb 2025 09:42:49 +0900
| Newsgroups | gmane.os.netbsd.ports.m68k |
|---|---|
| Message-ID | <[email protected]> |
I wrote: > Is it worth to unify these DFLSSIZE (2MB) and MAXSSIZE (32MB) > for at least hp300 pmap derived m68k ports (i.e. except sun3 and sun3x)? I've just changed all hp300 pmap derived m68k ports to have 2MB DFLSSIZ: https://mail-index.netbsd.org/source-changes/2025/02/08/msg155461.html I didn't notice several ports actually define MAXSSIZ as (port dependent) MAXDSIZ (not DFLSSIZ) so I leave them. I also committed a fix against pkgsrc/devel/ninja-build to allocate 512KB from heap instead of stack (patch from isaki@): https://mail-index.netbsd.org/pkgsrc-changes/2025/02/07/msg316808.html --- Izumi Tsutsui