[request-sponsor] Requesting sponsorship for bug: CR 6890728

2009-10-14 Thread Martin Cerveny
Hello.

I am looking for sponsor.

Synopsis: Could not create .EXT files or dirs (short 0.3 entry)
BugID:CR 6890728
SCA:  OS0092
Fix:  attached in bug description and this mail
TestCase: attached in bug description

Martin Cerveny
-- next part --
--- usr/src/uts/common/fs/pcfs/pc_dir.c__   Mon Oct 12 20:55:45 2009
+++ usr/src/uts/common/fs/pcfs/pc_dir.c Mon Oct 12 22:11:16 2009
@@ -1044,15 +1044,24 @@
return (EINVAL);
if (c == '.') {
/*
-* check for . and ...
+* check for . and .. or .ext
 */
*fnamep++ = c;
n--;
if (c = *namep++) {
-   if ((c != '.') || (c = *namep)) /* .x or ..x */
-   return (EINVAL);
-   *fnamep++ = '.';
-   n--;
+   if ((c != '.') || (*namep)) { 
+   if ( c == '.' ) return (EINVAL); /*  ..x */
+   /* .ext */
+   fnamep--; 
+   n++;
+   namep--;
+   c = '.';
+   } else {
+   /* .. */
+   *fnamep++ = '.';
+   n--;
+   c = 0;
+   }
}
} else {
/*


[request-sponsor] Bug ID: 6743327

2008-09-02 Thread Martin Cerveny
Hello.

I am looking for sponsor.

ACPI enumeration does not work for =2 DMA or =2 IRQ in resources. The first 
ID of DMA/IRQ resource is parsed without problem from AcpiGetCurrentResources() 
buffer at acpi_enum.c. The next IDs are read from uninitialized memory (mostly 
0xff). There are bugs in parse_resources_irq()  parse_resources_dma() 
functions. 

M.C (OS0092)
--
This message posted from opensolaris.org
-- next part --
A non-text attachment was scrubbed...
Name: acpi_enum.patch
Type: application/octet-stream
Size: 1530 bytes
Desc: not available
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080902/78380173/attachment.obj


[request-sponsor] 6656503 - No response

2008-08-27 Thread Martin Cerveny
Hello.

How do you contact me ?

M.C

PS: http://www.opensolaris.org/jive/thread.jspa?messageID=203915
 
 
This message posted from opensolaris.org



[request-sponsor] Bug ID: 6656503

2008-02-13 Thread Martin Cerveny
Hello.

I am looking for sponsor.

- space in short names 8.3 disallowed by convection not by specification - 
force generate LFN for files with spaces (pc_dir.c)
- do not shorten filename to first space, cut only trailing spaces (pc_subr.c)

M.C (OS0092)
 
 
This message posted from opensolaris.org
-- next part --
A non-text attachment was scrubbed...
Name: pcfs_shortspaces.patch
Type: application/octet-stream
Size: 1406 bytes
Desc: not available
URL: 
http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080213/2d0fe24b/attachment.obj