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: Mike M. <mi...@us...> - 2000-11-15 20:04:29
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv1038 Modified Files: vr41xx.h Log Message: added inclusion of NEC vr4122 header file |
From: Mike M. <mi...@us...> - 2000-11-15 20:03:12
|
Update of /cvsroot/linux-vr/linux/include/linux In directory slayer.i.sourceforge.net:/tmp/cvs-serv941 Modified Files: buttons.h Log Message: added a whole bunch more buttons for the NEC VRC4173 |
From: Mike M. <mi...@us...> - 2000-11-15 19:43:01
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv30943 Modified Files: config.in Log Message: added support for NEC Harrier (VR4122 and VRC4173) |
From: Mike M. <mi...@us...> - 2000-11-15 19:37:55
|
Update of /cvsroot/linux-vr/linux/arch/mips/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv30536 Modified Files: Makefile Log Message: added NEC Harrier support |
From: Mike M. <mi...@us...> - 2000-11-15 19:35:49
|
Update of /cvsroot/linux-vr/linux/arch/mips/mm In directory slayer.i.sourceforge.net:/tmp/cvs-serv30368 Modified Files: Makefile Added Files: consistent.c Log Message: added PCI consistent memory support |
From: Mike M. <mi...@us...> - 2000-11-15 19:34:20
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv30286 Modified Files: Makefile Log Message: added support for NEC VR4122 and VRC4173 |
From: Mike M. <mi...@us...> - 2000-11-15 19:33:43
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv30086 Added Files: pci-vr4122.c Log Message: new PCI support for NEC VR4122 |
From: Mike M. <mi...@us...> - 2000-11-15 19:32:58
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29954 Added Files: vrc4173-audio.c vrc4173-buttons.c vrc4173.c vrc4173-kbd.c vrc4173-ps2kbd.c vrc4173-ps2mouse.c vrc4173-tpanel.c Log Message: new support for NEC VRC4173 |
From: Mike M. <mi...@us...> - 2000-11-15 19:29:55
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29618 Modified Files: prom.c Log Message: added NEC Harrier support |
From: Mike M. <mi...@us...> - 2000-11-15 19:29:22
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29559 Modified Files: kbd_no.c Log Message: added NEC Harrier support |
From: Mike M. <mi...@us...> - 2000-11-15 19:27:15
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv29332 Modified Files: irq.c Log Message: added vr4122 support |
From: Mike M. <mi...@us...> - 2000-11-15 19:18:09
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv27859 Modified Files: buttons.c gpiobtns.c Log Message: added support for more buttons - needed for VRC4173 |
From: Mike M. <mi...@us...> - 2000-11-15 19:14:01
|
Update of /cvsroot/linux-vr/linux/include/linux In directory slayer.i.sourceforge.net:/tmp/cvs-serv27307/include/linux Modified Files: pci_ids.h Log Message: added VRC4173 defines |
From: Mike M. <mi...@us...> - 2000-11-15 19:13:13
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv27081/include/asm-mips Modified Files: serial.h Log Message: added VR4122 support |
From: Yoichi Y. <yu...@us...> - 2000-11-15 14:45:08
|
Update of /cvsroot/linux-vr/linux/drivers/pcmcia In directory slayer.i.sourceforge.net:/tmp/cvs-serv27234 Modified Files: ds.c Log Message: Fixed lost of event from card service |
From: Michael K. <mf...@us...> - 2000-11-12 22:17:16
|
Update of /cvsroot/linux-vr/linux/arch/mips/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv17204/arch/mips/kernel Modified Files: setup.c Log Message: Build fixes against latest kernel merge: - mktime definition removed, as it is now defined in a header file - initrd #if 0 removed: I left our initrd setup code in arch/mips/kernel/setup.c, even though it looks like it's moving into the platform-specific setup functions. Am waiting for the initrd code to be removed from setup.c, not just #if 0'ed out - a couple of vr41xx sound fixes, mostly dmasound_init no longer called ini init/main.c - silenced an annoying compiler warning in IBM Workpad platdep code |
From: Michael K. <mf...@us...> - 2000-11-12 22:17:16
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv17204/arch/mips/vr41xx Modified Files: rtc.c ibm_workpad.c Log Message: Build fixes against latest kernel merge: - mktime definition removed, as it is now defined in a header file - initrd #if 0 removed: I left our initrd setup code in arch/mips/kernel/setup.c, even though it looks like it's moving into the platform-specific setup functions. Am waiting for the initrd code to be removed from setup.c, not just #if 0'ed out - a couple of vr41xx sound fixes, mostly dmasound_init no longer called ini init/main.c - silenced an annoying compiler warning in IBM Workpad platdep code |
From: Michael K. <mf...@us...> - 2000-11-12 22:17:16
|
Update of /cvsroot/linux-vr/linux/drivers/sound In directory slayer.i.sourceforge.net:/tmp/cvs-serv17204/drivers/sound Modified Files: vr41xx.c Log Message: Build fixes against latest kernel merge: - mktime definition removed, as it is now defined in a header file - initrd #if 0 removed: I left our initrd setup code in arch/mips/kernel/setup.c, even though it looks like it's moving into the platform-specific setup functions. Am waiting for the initrd code to be removed from setup.c, not just #if 0'ed out - a couple of vr41xx sound fixes, mostly dmasound_init no longer called ini init/main.c - silenced an annoying compiler warning in IBM Workpad platdep code |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:55
|
Update of /cvsroot/linux-vr/linux/arch/arm/boot/compressed In directory slayer.i.sourceforge.net:/tmp/cvs-serv30947/arch/arm/boot/compressed Modified Files: Tag: linux-sgi vmlinux.lds.in Log Message: Some files that didn't take with the 'cvs import command' with the 2.4.0-test9 merge. Not sure why the orion files didn't go. |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:54
|
Update of /cvsroot/linux-vr/linux/arch/mips/orion In directory slayer.i.sourceforge.net:/tmp/cvs-serv30947/arch/mips/orion Added Files: Tag: linux-sgi initrd.c piggyback Log Message: Some files that didn't take with the 'cvs import command' with the 2.4.0-test9 merge. Not sure why the orion files didn't go. |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:54
|
Update of /cvsroot/linux-vr/linux/arch/sh In directory slayer.i.sourceforge.net:/tmp/cvs-serv30947/arch/sh Modified Files: Tag: linux-sgi vmlinux.lds.S Log Message: Some files that didn't take with the 'cvs import command' with the 2.4.0-test9 merge. Not sure why the orion files didn't go. |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:47
|
Update of /cvsroot/linux-vr/linux/arch/arm/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv31490/arch/arm/kernel Removed Files: Tag: linux-sgi arch.h bios32.h dma.h hw-footbridge.c hw-sa1100.c leds-footbridge.c leds-sa1100.c Log Message: Delete files deleted in SGI CVS with 2.4.0-test9 merge |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:47
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv31490/arch/mips Removed Files: Tag: linux-sgi ld.script.big ld.script.little Log Message: Delete files deleted in SGI CVS with 2.4.0-test9 merge |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:47
|
Update of /cvsroot/linux-vr/linux/arch/arm/boot/compressed In directory slayer.i.sourceforge.net:/tmp/cvs-serv31490/arch/arm/boot/compressed Removed Files: Tag: linux-sgi head-nexuspci.S Log Message: Delete files deleted in SGI CVS with 2.4.0-test9 merge |
From: Michael K. <mf...@us...> - 2000-11-10 19:09:47
|
Update of /cvsroot/linux-vr/linux/arch/mips64 In directory slayer.i.sourceforge.net:/tmp/cvs-serv31490/arch/mips64 Removed Files: Tag: linux-sgi ld.script.elf32 Log Message: Delete files deleted in SGI CVS with 2.4.0-test9 merge |