K 10 svn:author V 5 abial K 8 svn:date V 27 1998-09-14T11:47:40.000000Z K 7 svn:log V 342 This implements retrieving the contents of message buffer via sysctl(3) as "machdep.msgbuf". It's needed in case of using stripped kernels, where normal dmesg (which has to use kvm) doesn't work. The buffer is unwound, meaning that the data will be linear, possibly with some leading NULLs. Reviewed by: Jordan K. Hubbard END