[request-sponsor] 6325485: A stdev() aggregator would be a nice adjunct to avg()

2007-10-29 Thread Jon Haslam
I'll sponsor this one for Chad.

Jon.

I'd like to request a sponsor for
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6325485.

Thanks,
Chad Mynhier
OS0124
___
request-sponsor mailing list
request-sponsor at opensolaris.org
  





[request-sponsor] Working on Bug id 6234106

2007-10-29 Thread Bonnie Corwin
Hi,

A contribution for 6234106 has already been offered.  Please check 
http://opensolaris.org/os/bug_reports/request_sponsor to see what bugs 
are already being worked by contributors (See #31 under Awaiting Sponsor).

Thank you.

Bonnie

Naveen Menon wrote:
 Sir,
 
 This is to inform that navinem(naveenbsq at gmail.com 
 mailto:naveenbsq at gmail.com) is working on the Bug id 6234106 and will 
 be completing the fix by 09-11-07.
 
 
 
 
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org




[request-sponsor] Bug id: 6613845 - setlog(),

2007-10-29 Thread Madhu
Avinash,
In the file log.c
  
-   if (fd != 1  fd != 2)
+   if (fd != 1  fd != STDERR_FILENO)
startd_close(fd);


Shouldn't it be
  if (fd != STDOUT_FILENO  fd != STDERR_FILENO)
   startd_close(fd);


regards,
Madhu
 
 
This message posted from opensolaris.org