Re: Bonsai-style interface (cvs change history) for FreeBSD CVS?

2005-10-10 Thread Peter Jeremy
On Mon, 2005-Oct-10 15:15:18 +1000, Antony Mawer wrote: >I thought this might be the most appropriate place to raise this - I was >wondering whether or not there was any chance of a Bonsai >(http://www.mozilla.org/projects/bonsai/) interface to the FreeBSD CVS >repository. The first step would

about gcc code assembly

2005-10-10 Thread rookie
Hi, compiling something like: #include static int a; void f() { printf("%d\n", a); } with: > gcc -S -o trial.S trial.c We got: [snip] ... .local a .comm a, 4, 4 .ident "GCC: (GNU) 3.4.2 [FreeBSD] 20040728" But using .lcomm would not be better? (.lcomm a, 4) cheers, Attilio -- Peace can o

Re: freebsd-5.4-stable panics

2005-10-10 Thread Rob Watt
Don, On Fri, 7 Oct 2005, Don Lewis wrote: > Both HEAD and RELENG_6 have been patched. I've tested the following > patch for RELENG_5 on a uniprocessor sparc64 box. I'd appreciate it if > anyone who was running into this problem on RELENG_5 with SMP hardare > could test it before I do the MFC.

Bonsai-style interface (cvs change history) for FreeBSD CVS?

2005-10-10 Thread Antony Mawer
Hi, I thought this might be the most appropriate place to raise this - I was wondering whether or not there was any chance of a Bonsai (http://www.mozilla.org/projects/bonsai/) interface to the FreeBSD CVS repository. I was going to have a look at doing this locally and trying to hook it into

Re: SENDMAIL_MC & making world

2005-10-10 Thread Yar Tikhiy
On Sun, Oct 09, 2005 at 09:01:32PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Yar Tikhiy <[EMAIL PROTECTED]> writes: > : On Sun, Oct 09, 2005 at 08:15:12PM +0300, Giorgos Keramidas wrote: > : > > : > I've always found __MAKE_CONF very useful, but it's not document