You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(34) |
Apr
(140) |
May
(52) |
Jun
(160) |
Jul
(125) |
Aug
(52) |
Sep
(93) |
Oct
(26) |
Nov
(99) |
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(12) |
Feb
(3) |
Mar
(28) |
Apr
(8) |
May
(9) |
Jun
(11) |
Jul
(10) |
Aug
(4) |
Sep
(2) |
Oct
(3) |
Nov
(2) |
Dec
|
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Hiroshi K. <ke...@sm...> - 2000-11-17 17:40:02
|
Hi. > > (If you put tgz file of SGI CVS snapshot, I deepely appreciate.) > > You can get it out of the Linux VR CVS by checking out the linux-sgi branch: > cvs -d:pserver:ano...@cv...:/cvsroot/linux-vr > co -r linux-sgi linux Thank you! I've gotten source trees. I will work on this next week. (Unfortunatelly, I will go to watch comet on this week end :-) > > But one serious problem is ... I don't have test bed for this > > (SGI machines). > > That's OK. There's no way we can test on every supported MIPS platform, > anyway. I suggest submitting a patch over on the Linux-MIPS list, then when > it gets in, everyone can test it on their own hardware. It is a CONFIG_ > option, so it's not like it's going to break things if it's not turned on. I see. Thanks. ---- Kawashima |
From: Michael K. <mf...@us...> - 2000-11-17 16:31:44
|
Update of /cvsroot/linux-vr/linux/drivers/net/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv997 Modified Files: pcnet_cs.c Log Message: Fix botched merge with -test9 |
From: Mike K. <mf...@po...> - 2000-11-17 16:16:20
|
Hiroshi Kawashima wrote: > (If you put tgz file of SGI CVS snapshot, I deepely appreciate.) You can get it out of the Linux VR CVS by checking out the linux-sgi branch: cvs -d:pserver:ano...@cv...:/cvsroot/linux-vr co -r linux-sgi linux I know that can be painfully slow, so if you still need it, I can upload a tarball. Unfortunately, every server I have access to at the moment is likely to be just as slow or slower. > But one serious problem is ... I don't have test bed for this > (SGI machines). That's OK. There's no way we can test on every supported MIPS platform, anyway. I suggest submitting a patch over on the Linux-MIPS list, then when it gets in, everyone can test it on their own hardware. It is a CONFIG_ option, so it's not like it's going to break things if it's not turned on. > BTW, do you have commit permission to SGI's CVS ? No, I don't. I think Harald does, though. Mike Klar |
From: Mike K. <mf...@po...> - 2000-11-17 16:09:04
|
Hiroshi Kawashima wrote: > Would anyone suggest me ? > Where is the official SGI's CVS repositry ? Details for accessing SGI's CVS repository are at: http://oss.sgi.com/mips/mips-howto.html Section 5.2, linux repository Mike Klar |
From: Hiroshi K. <ke...@sm...> - 2000-11-17 03:16:04
|
Hi, again. > Now would be a good time to try to get this part back into SGI's CVS > repository. There has been some talk of getting this FPU emulator code in > there, and I would hate for someone else to redo all your work, and then we > would have a big merge problem. Would anyone suggest me ? Where is the official SGI's CVS repositry ? ---- Kawashima |
From: Pavel M. <pa...@us...> - 2000-11-16 20:41:38
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv14361 Modified Files: kbd_velo.c Log Message: Fix compilation. |
From: Hiroshi K. <ke...@us...> - 2000-11-16 17:13:59
|
Update of /cvsroot/linux-vr/linux/drivers/net/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv20441 Modified Files: wvlan_cs.c Log Message: Changed kfree_s() -> kfree(). I don't have test bed for this device, but it should be correct according to aironet4500_cs.c :-) Now compiled. |
From: Hiroshi K. <ke...@sm...> - 2000-11-16 16:20:23
|
Hi. In message <NDB...@po...>you write: > Now would be a good time to try to get this part back into SGI's CVS > repository. There has been some talk of getting this FPU emulator code in > there, and I would hate for someone else to redo all your work, and then we > would have a big merge problem. Thank you for your suggestion! > If you want, I'll run a diff and try to isolate the FPU emulation parts, but > it would probably be better if you did it, as you are far more familiar with > the code. If you want to run a diff yourself, you should run it against the > linux-sgi branch of our repository (which is a snapshot of SGI's CVS as of > our last merge point). Ok, I will try. (If you put tgz file of SGI CVS snapshot, I deepely appreciate.) But one serious problem is ... I don't have test bed for this (SGI machines). BTW, do you have commit permission to SGI's CVS ? > > -----Original Message----- > > From: lin...@li... > > [mailto:lin...@li...]On Behalf Of > > Hiroshi Kawashima > > Sent: Thursday, November 16, 2000 6:48 AM > > To: lin...@li... > > Subject: [linux-vr-cvsupdate] Update to module linux > > > > > > Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator > > In directory > > slayer.i.sourceforge.net:/tmp/cvs-serv4336/linux/arch/mips/fpu_emulator > > > > Modified Files: > > Makefile cp1emu.c > > Log Message: > > Fixed bug for very rare condition of COP1 branch delay slot emulation. > > With this fix, X11 runs over 10days under very heavy floating job. > > I believe this is the final fix around Kernel Floating Point Emulation. > > I did! ---- Kawashima |
From: Mike K. <mf...@po...> - 2000-11-16 16:13:18
|
Now would be a good time to try to get this part back into SGI's CVS repository. There has been some talk of getting this FPU emulator code in there, and I would hate for someone else to redo all your work, and then we would have a big merge problem. If you want, I'll run a diff and try to isolate the FPU emulation parts, but it would probably be better if you did it, as you are far more familiar with the code. If you want to run a diff yourself, you should run it against the linux-sgi branch of our repository (which is a snapshot of SGI's CVS as of our last merge point). Mike Klar > -----Original Message----- > From: lin...@li... > [mailto:lin...@li...]On Behalf Of > Hiroshi Kawashima > Sent: Thursday, November 16, 2000 6:48 AM > To: lin...@li... > Subject: [linux-vr-cvsupdate] Update to module linux > > > Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator > In directory > slayer.i.sourceforge.net:/tmp/cvs-serv4336/linux/arch/mips/fpu_emulator > > Modified Files: > Makefile cp1emu.c > Log Message: > Fixed bug for very rare condition of COP1 branch delay slot emulation. > With this fix, X11 runs over 10days under very heavy floating job. > I believe this is the final fix around Kernel Floating Point Emulation. > I did! > > _______________________________________________ > linux-vr-cvsupdate mailing list > lin...@li... > http://lists.sourceforge.net/mailman/listinfo/linux-vr-cvsupdate > |
From: Hiroshi K. <ke...@us...> - 2000-11-16 14:50:20
|
Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator In directory slayer.i.sourceforge.net:/tmp/cvs-serv4985 Added Files: wbflush.S Log Message: Fixed bug for very rare condition of COP1 branch delay slot emulation. With this fix, X11 runs over 10days under very heavy floating job. I believe this is the final fix around Kernel Floating Point Emulation. I did! |
From: Hiroshi K. <ke...@us...> - 2000-11-16 14:47:32
|
Update of /cvsroot/linux-vr/linux/arch/mips/fpu_emulator In directory slayer.i.sourceforge.net:/tmp/cvs-serv4336/linux/arch/mips/fpu_emulator Modified Files: Makefile cp1emu.c Log Message: Fixed bug for very rare condition of COP1 branch delay slot emulation. With this fix, X11 runs over 10days under very heavy floating job. I believe this is the final fix around Kernel Floating Point Emulation. I did! |
From: Hiroshi K. <ke...@us...> - 2000-11-16 10:48:25
|
Update of /cvsroot/linux-vr/linux/drivers/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv11595 Modified Files: Config.in Log Message: Re-enable PCMCIA support. Thank you, Yuasa-san. |
From: Hiroshi K. <ke...@us...> - 2000-11-16 10:44:05
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv10923 Modified Files: config.in Log Message: Fixed problem that "CONFIG_ISA not defined on VR41xx platform". Just add ' ' before ']' :-) |
From: Mike M. <mi...@us...> - 2000-11-16 05:55:02
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv20433/arch/mips/vr41xx Modified Files: vrc4173-audio.c Log Message: copy_to_user_ret no longer available |
From: Mike M. <mi...@us...> - 2000-11-16 05:54:23
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv20397/arch/mips Modified Files: config.in Log Message: make VRC4173 keyboards dependant on using virtual terminals |
From: Mike M. <mi...@us...> - 2000-11-15 20:47:01
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv7064 Modified Files: vrc4173-tpanel.c Log Message: remove extraneous printk() |
From: Mike M. <mi...@us...> - 2000-11-15 20:14:19
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv2495 Modified Files: Makefile Log Message: added NEC Harrier support |
From: Mike M. <mi...@us...> - 2000-11-15 20:13:58
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv2439 Modified Files: misc.c Log Message: added NEC vrc4173 support |
From: Mike M. <mi...@us...> - 2000-11-15 20:12:40
|
Update of /cvsroot/linux-vr/linux/drivers/pci In directory slayer.i.sourceforge.net:/tmp/cvs-serv2276 Modified Files: pci.ids Log Message: added NEC vrc4173 |
From: Mike M. <mi...@us...> - 2000-11-15 20:10:23
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv2010 Modified Files: vr41xx-platdep.h Log Message: added support for NEC Harrier |
From: Mike M. <mi...@us...> - 2000-11-15 20:09:44
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1926 Added Files: vrc4173.h Log Message: new support for NEC vrc4173 |
From: Mike M. <mi...@us...> - 2000-11-15 20:09:27
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1810 Added Files: vr4122.h Log Message: new support for NEC vr4122 |
From: Mike M. <mi...@us...> - 2000-11-15 20:07:40
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1576 Modified Files: pci.h Log Message: added NEC vr4122 support |
From: Mike M. <mi...@us...> - 2000-11-15 20:07:13
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1521 Modified Files: io.h Log Message: added NEC vr4122 support |
From: Mike M. <mi...@us...> - 2000-11-15 20:06:40
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1435 Modified Files: keyboard.h Log Message: added NEC Harrier support |