Are you willing to talk about what you're working on?  To summarize, is
the following an accurate description of the fixes?

00, 01, 02:

        Geunine bugs.  Note that 01 was fixed by 6456642 in build 46.

03:
        Comparison of 0 == NULL.  Is this on a system where NULL is
        #defined to be ((void *)0)?

04:

        Our compilers are a little more forgiving.

05:
        
        Not sure what this is about.  Does the compiler not support
        mathematical operations on constants in a case statement? 
        Although I like the if() else form much better for stylistic
        reasons.

06:

        Can you explain this one?

07:

        Other platforms don't have { 0 } indicate a default initialized
        mutex (we've seen this porting other pieces of software as well).

At this point, I'm not sure whether we need to treat these patches as
contributions or just bug reports.  I'll ping someone more familiar with
the process to find out whether you need to agree to the Sun Contributor
Agreement at:

http://www.opensolaris.org/os/about/sun_contributor_agreement

- Eric

--
Eric Schrock, Solaris Kernel Development       http://blogs.sun.com/eschrock

Reply via email to