Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (3h)  netbsd-10 (6d)  netbsd-9 (6d)  netbsd-8 (11d) 

2024-05-23 05:54:53 UTC Now

2020-01-02 09:23:47 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by isaki in ticket #594):

sys/arch/x68k/include/param.h: revision 1.29

Bump MSGBUFSIZE (2 * NBPG).

Since timestamp was introduced, it was too small to store full dmesg
of one boot.

And putting this behind of #include <m68k/param.h> had no effect.

This was fixed on many arch in 1997 but x68k was not...
http://mail-index.netbsd.org/source-changes/1997/09/20/0021.html

(martin)