Re: sync DFLSSIZ and MAXXSIZ among m68k ports?
Jeremy Cooper <[email protected]> Sat, 8 Feb 2025 16:51:39 -0800
| Newsgroups | gmane.os.netbsd.ports.m68k |
|---|---|
| Message-ID | <[email protected]> |
I suppose I can try to dust things off and do the sun3x changes, if needed. Let me know, -J > On Feb 8, 2025, at 16:42, Izumi Tsutsui <[email protected]> wrote: > > 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