Re: 2.6.37 and other things.

2011-02-27 Thread Thorsten Glaser
Finn Thain dixit: >On Sun, 27 Feb 2011, Michael Tomkins wrote: > >> Decided to compile the stable: 2.6.37.1 from kernel.org and it compiled >> straight out of a "make oldconfig ; make vmlinux modules >> modules_install" using Thorsten's 2.6.32 .config! Although it did take 3 What about the SLU

Re: 2.6.37 and other things.

2011-02-27 Thread Finn Thain
On Sun, 27 Feb 2011, Thorsten Glaser wrote: > Doesn?t the kernel set the clock now, before [userland]? Yes, it will if you configure the kernel at build time with CONFIG_RTC_HCTOSYS and the appropriate CONFIG_RTC_HCTOSYS_DEVICE. This device must use UTC and the relevant RTC driver must be buil

m68k support for klibc

2011-02-27 Thread Thorsten Glaser
Dixi quod… >one changing the version number), plus my m68k patch from >January – >I’ll now test it on m68k as well, to validate that patch. Too bad, it doesn’t _reliably_ work. Also, sometimes I get SIGILL. aranym:~/mksh# mkdir x aranym:~/mksh# cd x aranym:~/mksh/x# echo -n >tf aranym:~/mksh/

Re: 2.6.37 and other things.

2011-02-27 Thread Michael Tomkins
On 28/02/2011, at 1:38 AM, Thorsten Glaser wrote: Finn Thain dixit: On Sun, 27 Feb 2011, Michael Tomkins wrote: Decided to compile the stable: 2.6.37.1 from kernel.org and it compiled straight out of a "make oldconfig ; make vmlinux modules modules_install" using Thorsten's 2.6.32 .config

Re: 2.6.37 and other things.

2011-02-27 Thread Finn Thain
On Mon, 28 Feb 2011, Michael Tomkins wrote: > > > > > > be that debian is misconfigured (it thinks the hardware clock is in > > > UTC but it is actually localtime. MacOS uses localtime so > > > dual-booting means you have to tell Linux about this). > > > > I think the configuration for Linux

Re: 2.6.37 and other things.

2011-02-27 Thread Thorsten Glaser
Finn Thain dixit: >> > Doesn?t the kernel set the clock now, before that? >> >> Yes, > >Well, this won't work correctly unless your RTC is in UTC, and MacOS uses >localtime not UTC. Sucks… >> but seems to have a out by -1 on the month. Date was set to ~28 Feb 8:50 FWIW this works fine on AR

Re: 2.6.37 and other things.

2011-02-27 Thread Finn Thain
On Mon, 28 Feb 2011, Thorsten Glaser wrote: > Finn Thain dixit: > > >> > Doesn?t the kernel set the clock now, before that? > >> > >> Yes, > > > >Well, this won't work correctly unless your RTC is in UTC, and MacOS > >uses localtime not UTC. > > Sucks? I don't see the problem with localtime?