Re: libmap.conf: mapping directories?

2005-12-19 Thread Antoine Pelisse
The patch attached is implementing a freebsd32 prefix thing like we do for the linux compatibility. It would be nice if you could try it and report me any errors or bugs you may find. The patch is meant to be applied against current and might work on the 6- branch. It won't be enough and some

compiling the kernel faster

2005-10-28 Thread Antoine Pelisse
You can set NOCLEAN in your environment. That will save you from having to rebuild things that didn't change. Major time saver if you're only working in a couple of files. It's NO_CLEAN actually, and for the kernel building, it's especially NO_KERNELCLEAN Antoine Pelisse -Glenn

Re: freebsd-5.4-stable panics

2005-10-01 Thread Antoine Pelisse
On 9/30/05, John Baldwin [EMAIL PROTECTED] wrote: On Friday 30 September 2005 11:25 am, Antoine Pelisse wrote: On 9/30/05, John Baldwin [EMAIL PROTECTED] wrote: On Friday 30 September 2005 05:24 am, Antoine Pelisse wrote: Hi Robert, I don't think your patch is correct, the total

freebsd-5.4-stable panics

2005-09-30 Thread Antoine Pelisse
Hi Robert, I don't think your patch is correct, the total linked list can be broken while the lock is released, thus just passing the link may not be enough I have submitted a PR[1] for this a month ago but nobody took care of it yet Regards, Antoine Pelisse [1] http://www.freebsd.org/cgi

freebsd-5.4-stable panics

2005-09-30 Thread Antoine Pelisse
On 9/30/05, John Baldwin [EMAIL PROTECTED] wrote: On Friday 30 September 2005 05:24 am, Antoine Pelisse wrote: Hi Robert, I don't think your patch is correct, the total linked list can be broken while the lock is released, thus just passing the link may not be enough I have submitted