[request-sponsor] Re: Sponsor request for bug #4635088 + others (csh related)

2006-04-19 Thread Yann POUPET
Hi,

I haven't received an email from you directly, so I don't know your email 
adress.

Just tell me when you're ready, I'll send you the patch files.

Yann
 
 
This message posted from opensolaris.org



[request-sponsor] Sponsor request for bug #6249695

2006-03-27 Thread Yann POUPET
Hello,

anyone wishes to sponsor me for bug #6249695 ?

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6249695

It seems this was first assigned to a contributor who no longer has time to 
work on it.

http://opensolaris.org/os/bug_reports/request_sponsor/

Cheers

Yann
This message posted from opensolaris.org



[request-sponsor] Sponsor request for bug #6180248

2006-03-24 Thread Yann POUPET
Hello,

I'd like to be sponsored for bug #618028
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6180248

I've had a look in the code, and as specified in the bug report, the returned 
value of uu_msprintf() is not checked in method.c 
(http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/svc/startd/method.c , 
line 514)

Another thing I think may be a bug, cmd, which receives the value of 
uu_msprintf(), is not uu_free'd.(*)

There is another place where uu_msprintf()'s return value is not checked, in 
graph.c 
(http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/svc/startd/graph.c line 
2074)

Last thing, in svccfg_libscf.c 
(http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/svc/svccfg/svccfg_libscf.c,
 line 7641), str = uu_msprintf(%llu, c); five lines later, you can see 
free(str). I think it should be uu_free(str). I don't feel this may be 
important. (*)

(*) these are not part of the bug report, but may be corrected in the same time 
?

Cheers,

Yann
This message posted from opensolaris.org



[request-sponsor] Spensor request for #6356629

2006-02-20 Thread Yann POUPET
Hello

I'd like to work on RFE #6356629 (I've raised it when I was working on swap RFE)

Any sponsor interested ?

Regards

Yann
This message posted from opensolaris.org



[request-sponsor] request-sponsor for #5064163

2005-11-24 Thread Yann POUPET
Hello,

I wanted to participate to OpenSoalaris and thus went in the bug / RFE database 
and found this :

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5064163

This seems to be a nice problem for a firts attempt; not too much hard ...
Actually I've allready modified the swap.c code so that it manages -h and -k 
options.


-bash-3.00$ ./myswap -l
swapfile dev swaplo  size  free
/dev/dsk/c0t0d0s1   32,1716   1050752   1050752
-bash-3.00$ ./myswap -lh
swapfile dev swaplo  size  free
/dev/dsk/c0t0d0s1   32,178K  513M  513M
-bash-3.00$ ./myswap -lk
swapfile dev swaplo  size  free
/dev/dsk/c0t0d0s1   32,178k   525376k   525376k
-bash-3.00$

[ columns are better aligned in my term ]

I've been told I should request a sponsor, but I don't know why ... :-)
My question is : what can I do with my modified swap.c code ? should I send it 
somewhere ? Anyone wants to review it ? What is the process ?

Thanks for your help

Yann
This message posted from opensolaris.org