Bug found in latest -current on amd64 with bigmem = 1

2010-03-06 Thread Jason Crawford
I was testing out the latest snapshot on my amd64 laptop, and compiling latest sources, when I came across a bug. It appears that with the latest -current, the kernel floods dmesg with errors if bigmem = 1, because of this commit: http://marc.info/?l=openbsd-cvs&m=126742779701386&w=2 If I roll sys

Re: installboot.8

2010-03-06 Thread Jason McIntyre
On Thu, Mar 04, 2010 at 06:56:30PM -0800, J.C. Roberts wrote: > The deleted statement is not true for i386 (probably "no longer" true) > and similar statements are in the BUGS section (rather than the main > body) of the installboot.8 man pages for other archs. The statements > about securelevel r

Patch for texinfo

2010-03-06 Thread Alexandr Shadchin
Hi! makeinfo -html --css-include=foo.css bar.texinfo Opens file foo.css, but not close it, which may lead to error: Too many open files I received this error when porting sbcl-1.0.36 -- Alexandr Shadchin Index: makeinfo/html.c ===