Re: printing boot probe messages

2007-12-20 Thread Bernd Walter
On Thu, Dec 20, 2007 at 05:48:18PM -0500, Chuck Robey wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I've lost the printing of all of th e messages you normally see, when you are > booting yoiur machine (you know, mostly probe messages. I used to see them on > this box. When I made

printing boot probe messages

2007-12-20 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've lost the printing of all of th e messages you normally see, when you are booting yoiur machine (you know, mostly probe messages. I used to see them on this box. When I made my first kernel, I had begun (obviously, as we all do) with GENERIC as a

Re: Some diffs

2007-12-20 Thread Diomidis Spinellis
M. Warner Losh wrote: And the last, rather long, patch converts the .y in config to a form that more versions of yacc would grok. Comments? [...] - INCLUDE ID SEMICOLON - = { + INCLUDE ID SEMICOLON { [...] The = { way for specifying yacc actions is item 5 in yacc's Ap

Re: Some diffs

2007-12-20 Thread Max Laier
On Thursday 20 December 2007, M. Warner Losh wrote: > Consider the following diffs. The first one does a tiny cleanup of > strfile's include style (no real reason other than it bugged me when I > added stdint.h). > > The second one cleans up a minor problem where ${CFLAGS} isn't used > where it sh

Re: Some diffs

2007-12-20 Thread Julian Elischer
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Diomidis Spinellis <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > And the last, rather long, patch converts the .y in config to a form : > that more versions of yacc would grok. : > : > Comments? : [...] : > -INC

Re: Some diffs

2007-12-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Diomidis Spinellis <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > And the last, rather long, patch converts the .y in config to a form : > that more versions of yacc would grok. : > : > Comments? : [...] : > - INCLUDE ID SEMICOLON : > -

Re: Some diffs

2007-12-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : Was the bsd.prog.mk change accidentally included? : : > //depot/projects/arm/src/share/mk/bsd.prog.mk#4 - /Users/imp/p4/arm/src/share/mk/bsd.prog.mk : > @@ -110,17 +110,18 @@ : > : > .if defined(PR

Re: Some diffs

2007-12-20 Thread John Baldwin
On Thursday 20 December 2007 01:25:11 am M. Warner Losh wrote: > Consider the following diffs. The first one does a tiny cleanup of > strfile's include style (no real reason other than it bugged me when I > added stdint.h). > > The second one cleans up a minor problem where ${CFLAGS} isn't used >

GCC generated assembly

2007-12-20 Thread Jeremie Le Hen
Hi list, This mail is slightly off-topic because probably not FreeBSD-centric. I've looked at the assembly code generated by GCC, but I am not able to understand the point of every instruction. I've written the following useless program: % #include % % int % main(int ac, char *av[]) % { %

Re: Stale mount on disconnected device: how to delete it?

2007-12-20 Thread Momchil Ivanov
На Wednesday 19 December 2007 10:37:46 Nikos Ntarmos написа: > Do you have any pointers to that thread? I did a quick search in > hackers@ and current@ but failed to find anything relevant, other than > people reporting related crashes and "don't do that, then"-type answers. I started a thread a w

Re: critical floating point incompatibility

2007-12-20 Thread Peter Jeremy
On Wed, Dec 19, 2007 at 09:40:34PM -0800, Carl Shapiro wrote: >The default setting of the x87 floating point control word on the i386 >port is 0x127F. Among other things, this value sets the precision >control to double precision. The default setting of the x87 floating >point control word on the