[request-sponsor] Bug:6258043

2008-02-11 Thread Rejeesh Nath
Hi ,

I would like to work on the bug : 6258043  and will finish working in 2
days.

Bug ID : 6258043

Synopsis  : Makefile.solaris needs to be included in SUNWgrubS

Category:Subcategory :   kernel:boot-x86

My SCA number is  : OS0186
My opensolaris id : rej

Thanks  Regards,
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080211/21b69f9a/attachment.html


[request-sponsor] Bug : 6335768

2008-02-11 Thread Rejeesh Nath
Hi ,

I would like to work on the bug : 6335768  and will finish working in 2
days.

Bug ID : 6335768

Synopsis  : trap_trace_inuse can be replace by use of cpu_seqid

Category:Subcategory :   kernel:other

My SCA number is  : OS0186
My opensolaris id : rej

Thanks  Regards,
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080211/d37183b6/attachment.html


[request-sponsor] Diff of the Bug:6598117

2008-01-13 Thread Rejeesh Nath
Hi,

I have completed the work on this bug by successfully building
it.Everythingworked fine.
So, i am sending the diff.

 *Bug Id:* 6598117

 *Synopsis:* code cleanup in vn_createat()

**
*Description:* Following code in vnode.c:vn_createat() is difficult to read:

offset = vap-va_size  vattr.va_size ?
  vattr.va_size : vap-va_size;
length = vap-va_size  vattr.va_size ?
  vap-va_size - vattr.va_size :
  vattr.va_size - vap-va_size;
 and would benefit if it is changed to:
offset = MIN(vap-va_size, vattr.va_size);
length = MAX(vap-va_size, vattr.va_size) - (size_t)offset;
 oss-bite-size

 *Category:* kernel:fs

  *Diff:*
 bash-3.00# diff -u vnode.c.orig vnode.c
--- vnode.c.origThu Dec 27 16:55:19 2007
+++ vnode.c Thu Dec 27 17:05:35 2007
@@ -1253,11 +1253,9 @@
   u_offset_t offset;
   ssize_t length;
 -   offset = vap-va_size  vattr.va_size ?
-   vattr.va_size : vap-va_size;
-   length = vap-va_size  vattr.va_size ?
-   vap-va_size - vattr.va_size :
-   vattr.va_size - vap-va_size;

+   offset = MIN(vap-va_size , vattr.va_size);
+   length = MAX(vap-va_size , vattr.va_size) -
(size_t)offset;

   if (nbl_conflict(vp, NBL_WRITE, offset,
   length, 0)) {
   error = EACCES;

 *SCA Number*: *OS0186 *
**
Thanks and Regards
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080113/591e4c72/attachment.html


[request-sponsor] Bug : 6621767

2007-12-28 Thread Rejeesh Nath
Hi ,

I would like to work on the bug : 6621767  and will finish working on it
within a week. (I dont have a fix ready yet)

*Bug ID *: 6621767
*Synopsis*  : Need better error message when trying to delete non-existent
discovery address.

*Category:Subcategory* :   storage_target:iscsi

*My SCA number is*  : OS0186
*My opensolaris id* : rej

Thanks  Regards,
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071228/1f01a491/attachment.html


[request-sponsor] Bug : 6608290

2007-12-28 Thread Rejeesh Nath
Hi,

i am sorry for the bug request.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071228/0ab6fca6/attachment.html


[request-sponsor] Bug: 6425995 - svccfg should share what permission was denied for

2007-12-26 Thread Rejeesh Nath
Hi ,

I would like to work on the bug : 6425995  and will finish working on it
within a week. (I dont have a fix ready yet)

Bug ID  6425995
Synopsis  svccfg should share what permission was denied for
Category:Subcategory  utility:smf
My SCA number is  : OS0186
My opensolaris id : rej

Thanks  Regards,
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071226/0fbd0096/attachment.html


[request-sponsor] Bug : 6598117 ----- code cleanup in vn_createat()

2007-12-26 Thread Rejeesh Nath
Hi ,

I would like to work on the bug : 6598117  and will finish working on it
within a week. (I dont have a fix ready yet)

Bug ID  6598117
Synopsis  code cleanup in vn_createat()
Category:Subcategory  kernel:fs

My SCA number is  : OS0186
My opensolaris id : rej

Thanks  Regards,
Rejeesh Nath
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071226/d27fb70b/attachment.html


[request-sponsor] BUG : 6586072

2007-12-22 Thread Rejeesh Nath
hi

i am working on the *bug : 6586072*
and will finish working on it by 24-12-2007
my SCA number is : OS0186

Synopsis : uu_warn_internal should be more precise in its newline detection
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071222/dc79255a/attachment.html


[request-sponsor] BUG: 6466474

2007-12-21 Thread Rejeesh Nath
hi

 I would like to request a sponsor for bug *6466474
* Bug/RFE ID : *6466474
* *Synopsis* : *SAP enq server resource creation throws a warning message in
syslog for Retry_Interval=0*
 Your full name : Rejeesh Nath
 Number assigned to your Sun Contributor Agreement :*OS0186*
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071221/16db4cbe/attachment.html


[request-sponsor] BUG ID:6496621

2007-12-21 Thread Rejeesh Nath
*hi,*
**
*i want to register a bug i.e. i am working on the *
**
*BUG ID:6496621*
*Synopsis: Sim[plify doprnt.c code with strlen*
*My SCA number : OS0186*
*Sun username : rej*
**
  ** **
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071221/6771b1f2/attachment.html


[request-sponsor] Sorry for the - BUG : 6496621

2007-12-21 Thread Rejeesh Nath
hi

i am *extremely sorry* for the registration of the BUG : 6496621
which was already fixed.
i didn't saw the bug list.


Thank You
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071221/f4832336/attachment.html


[request-sponsor] BUG 6466474

2007-12-19 Thread Rejeesh Nath
 Hi All

  I would like to request a sponsor for bug 6466474
  My open solaris id is rej.
  I have requested for an SCA number and waiting for it.

Thanks  Regards

Rejeesh
Amrita University, Kollam
3rdYear BSc Computer Science
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071219/a9ce40ab/attachment.html


[request-sponsor] Bug 4968927

2007-12-18 Thread Rejeesh Nath
Hi All

  I would like to request a sponsor for bug 4968927
  My open solaris id is rej.

 I just requested for an SCA number and waiting for it.

Thanks  Regards

Rejeesh
Amrita University, Kollam
3rdYear BSc Computer Science
-- next part --
An HTML attachment was scrubbed...
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071218/1eaf0419/attachment.html