patch for strings(1) offset format problem (sign flips every 2GB)

2009-09-03 Thread Carson Harding
This seems to fix the issue where the sign flips on the offset when running on files > 2GB (-t option). Printf(3) says "L" modifies floating point formats, use "ll" for integers. Should be unsigned as well. --- ./gnu/usr.bin/binutils/binutils/strings.c.orig Wed Sep 2 13:59:16 2009 +++ ./gn

Re: Expert3D-Lite driver breakage

2009-09-03 Thread Miod Vallat
> Hi, > > I went digging and found my: > ifb0 at pci0 dev 2 function 0 "Intergraph Expert3D" rev 0x00 > ifb0: Expert3D-Lite (SUNW,375-0116), 1280x1024 > > I put this in a blade 1000 and booted her up. Issues: > > * The console starts scrolling really slowly after loading the wdisplay >drive

Re: Expert3D-Lite driver breakage

2009-09-03 Thread Edd Barrett
On Thu, Sep 03, 2009 at 06:04:25PM +0100, Edd Barrett wrote: > Hi, > > I went digging and found my: > ifb0 at pci0 dev 2 function 0 "Intergraph Expert3D" rev 0x00 > ifb0: Expert3D-Lite (SUNW,375-0116), 1280x1024 And I should have got an Xorg.0.log while the card was still in :\ -- Best Regards

Expert3D-Lite driver breakage

2009-09-03 Thread Edd Barrett
Hi, I went digging and found my: ifb0 at pci0 dev 2 function 0 "Intergraph Expert3D" rev 0x00 ifb0: Expert3D-Lite (SUNW,375-0116), 1280x1024 I put this in a blade 1000 and booted her up. Issues: * The console starts scrolling really slowly after loading the wdisplay driver. * X11 is full of

Re: installboot(8) and fdisk(8) discrepancy in extended partition handling.

2009-09-03 Thread Hyjial Irldar
Hi ! After investigating a bit further the issue, I believe that the appended patch makes installboot(8) behave correctly. I removed extended partition numbering, since in would always print '1'. Last hunk is merely a typo fix. Comments are welcome. Cheers, hyjial. Index: installboot.c ===