On Mon, 2007-02-05 at 16:48 +0000, Michael Drake wrote:
In message <1170628427.5803.2.camel@trite>
Rob Kendrick <netsurf-dev(a)rjek.com> wrote:
> On Sun, 2007-02-04 at 10:06 +0000, James Bursa wrote:
>> The User-agent should say "RISC OS", not riscos.
>>
>> Is there a way we can easily get something more accurate for the hw than
>> arm-acorn (e.g. machine type like "RiscPC", "Iyonix" or CPU;
ideally detect
>> VRPC too)?
>
> These are issues with UnixLib, and should be fixed there, rather than
> adding specialisation to NetSurf, I feel.
I'm not convinced that this is a problem with UnixLib. It seems to me
that UnixLib just doesn't provide precisely what we want.
UnixLib provides uname(), which amongst other things, is meant to return
the name of the OS and the type of hardware. It gets this wrong - it's
not NetSurf's fault, and it's not in NetSurf where it should be fixed.
B.