CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/01/13 11:51:27
Modified files: sys/sys : msgbuf.h sys/kern : init_main.c subr_log.c Log message: Many architectures call initmsgbuf() really really early, before uvm is initialized. Calling malloc(9) at that point is not a good idea. So initialize consbuf later. Fixes dmesg -s on sparc64 (and probably a few other architectures). ok miod@, deraadt@