Re: CVS commit: src/sys/dev/mii

2014-11-10 Thread NONAKA Kimihiro
Thanks.

Module Name:src
 Committed By:   riz
 Date:   Sun Nov  9 18:40:19 UTC 2014

 Modified Files:
 src/sys/dev/mii: miidevs.h

 Log Message:
 Commit forgotten regenerated file.


 To generate a diff of this commit:
 cvs rdiff -u -r1.124 -r1.125 src/sys/dev/mii/miidevs.h

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.




Re: CVS commit: src/sys/arch

2014-11-10 Thread Chuck Silvers
On Sun, Nov 09, 2014 at 08:34:38AM -0500, Michael wrote:
 On Sun, 9 Nov 2014 00:05:06 +
 Chuck Silvers c...@netbsd.org wrote:
 
  Module Name:src
  Committed By:   chs
  Date:   Sun Nov  9 00:05:06 UTC 2014
  
  Modified Files:
  src/sys/arch/macppc/macppc: locore.S
  src/sys/arch/ofppc/ofppc: locore.S
  
  Log Message:
  in the initial asm code, save the interesting caller-saved registers
  (containing arg and len) across function calls to C code.
  fixes kernels built with gcc 4.8.
 
 I wonder if that helps with clang builds as well.

it very well could, clang might be using some of the same registers as the 
newer gcc.
I haven't tried it though.

-Chuck


Re: CVS commit: src/sys/arch

2014-11-10 Thread Michael
Hello,

On Mon, 10 Nov 2014 08:00:03 -0800
Chuck Silvers c...@chuq.com wrote:

 On Sun, Nov 09, 2014 at 08:34:38AM -0500, Michael wrote:
  On Sun, 9 Nov 2014 00:05:06 +
  Chuck Silvers c...@netbsd.org wrote:
  
   Module Name:  src
   Committed By: chs
   Date: Sun Nov  9 00:05:06 UTC 2014
   
   Modified Files:
 src/sys/arch/macppc/macppc: locore.S
 src/sys/arch/ofppc/ofppc: locore.S
   
   Log Message:
   in the initial asm code, save the interesting caller-saved
   registers (containing arg and len) across function calls to C
   code. fixes kernels built with gcc 4.8.
  
  I wonder if that helps with clang builds as well.
 
 it very well could, clang might be using some of the same registers
 as the newer gcc. I haven't tried it though.

I'm about to try, will report back after some sleep.
Otherwise, with this my beige G3 happily runs a gcc 4.8 kernel.

have fun
Michael


Re: CVS commit: src/sys/fs/udf

2014-11-10 Thread Maxime Villard
Le 10/11/2014 20:44, Jeff Rizzo a écrit :
 Module Name:  src
 Committed By: riz
 Date: Mon Nov 10 19:44:08 UTC 2014
 
 Modified Files:
   src/sys/fs/udf: udf_rename.c
 
 Log Message:
 Revert previous, it is actually needed.  (builds are failing)
 

Arf yes, UDF is not enabled on amd64, I thought it was.

Sorry

 
 To generate a diff of this commit:
 cvs rdiff -u -r1.11 -r1.12 src/sys/fs/udf/udf_rename.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.