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: Pavel M. <pa...@us...> - 2000-07-05 21:36:32
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv31962/arch/mips Modified Files: config.in Log Message: Select memory configuration in config.in. prom/memory.c counterpart is not yet commited. |
From: Pavel M. <pa...@us...> - 2000-07-05 21:34:43
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv31740/include/asm-mips Modified Files: keyboard.h Log Message: Sysrq for PDA is just wrong. |
From: Pavel M. <pa...@us...> - 2000-07-05 21:33:33
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv31698 Modified Files: r3912fb.c Log Message: Allow configuration to select bpp. |
From: Pavel M. <pa...@us...> - 2000-07-05 21:32:23
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv31598 Added Files: velo_keymap.map Log Message: Nice keymap for philips velo. |
From: Pavel M. <pa...@us...> - 2000-07-05 21:30:43
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv31449/include/asm-mips Modified Files: r39xx.h Log Message: Few more definitions for velo. |
From: Jay C. <no...@us...> - 2000-07-05 15:31:55
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv31652/drivers/char Modified Files: r39xx_serial.c Log Message: Hardwired power management for Helio. Power button turns off some peripherals and slows CPU clock as much as possible. This will be turned into a real pm_* system, but this sure adds a lot of usability in the short term. |
From: Jay C. <no...@us...> - 2000-07-05 15:31:55
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv31652/arch/mips/r39xx Modified Files: Makefile irq.c Added Files: power.c Log Message: Hardwired power management for Helio. Power button turns off some peripherals and slows CPU clock as much as possible. This will be turned into a real pm_* system, but this sure adds a lot of usability in the short term. |
From: Jay C. <no...@us...> - 2000-07-05 15:26:36
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv31344/arch/mips/r39xx Modified Files: int-handler.S Log Message: Fix #if/#ifdef typo |
From: Yoichi Y. <yu...@us...> - 2000-07-03 14:14:43
|
Update of /cvsroot/linux-vr/linux/drivers/ide In directory slayer.i.sourceforge.net:/tmp/cvs-serv20426/drivers/ide Modified Files: Makefile Log Message: Fixed link problem of PCMCIA IDE driver |
From: Yoichi Y. <yu...@us...> - 2000-07-03 14:14:43
|
Update of /cvsroot/linux-vr/linux In directory slayer.i.sourceforge.net:/tmp/cvs-serv20426 Modified Files: Makefile Log Message: Fixed link problem of PCMCIA IDE driver |
From: Michael K. <mf...@us...> - 2000-07-03 01:37:28
|
Update of /cvsroot/linux-vr/linux/fs In directory slayer.i.sourceforge.net:/tmp/cvs-serv9286/fs Modified Files: buffer.c Log Message: Fixes against recent kernel version imports: - more kill_fasync parameter fixes - account for change in fb_ops in a bunch of fb drivers - fixed 8bpp true-color in sfb (it's still a hack, though...) - fixed some (harmless) compiler warnings in ite8181.c - reimported the bdflush/wakeup_bdflush race fix, along with a comment that will guarantee a conflict when we import kernel version 2.4.0-test3 (or later) - at that point we should revert the file fs/buffer.c |
From: Michael K. <mf...@us...> - 2000-07-03 01:37:28
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv9286/arch/mips/vr41xx Modified Files: buttons.c ite8181.c rtc.c Log Message: Fixes against recent kernel version imports: - more kill_fasync parameter fixes - account for change in fb_ops in a bunch of fb drivers - fixed 8bpp true-color in sfb (it's still a hack, though...) - fixed some (harmless) compiler warnings in ite8181.c - reimported the bdflush/wakeup_bdflush race fix, along with a comment that will guarantee a conflict when we import kernel version 2.4.0-test3 (or later) - at that point we should revert the file fs/buffer.c |
From: Michael K. <mf...@us...> - 2000-07-03 01:37:28
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv9286/drivers/video Modified Files: hpcsfb.c sed1354fb.c sfb.c vrc4171fb.c Log Message: Fixes against recent kernel version imports: - more kill_fasync parameter fixes - account for change in fb_ops in a bunch of fb drivers - fixed 8bpp true-color in sfb (it's still a hack, though...) - fixed some (harmless) compiler warnings in ite8181.c - reimported the bdflush/wakeup_bdflush race fix, along with a comment that will guarantee a conflict when we import kernel version 2.4.0-test3 (or later) - at that point we should revert the file fs/buffer.c |
From: Jay C. <no...@us...> - 2000-07-02 07:09:31
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv18892/arch/mips/r39xx Modified Files: tpanel.c Log Message: Fix tpanel by switching to named member struct file_operations initialization(?); unpollute the global function namespace a little. |
From: Harald K. <ha...@us...> - 2000-06-26 20:08:02
|
Update of /cvsroot/linux-vr/linux/arch/mips/r39xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv15930/linux/arch/mips/r39xx Modified Files: keymap.c mobilon_de_keymap.map mobilon_us_keymap.map Log Message: let there be virtual consoles :-) |
From: Harald K. <ha...@us...> - 2000-06-26 16:11:07
|
Update of /cvsroot/linux-vr/linux/include/asm-mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv8299/linux/include/asm-mips Modified Files: unaligned.h Log Message: enable CONFIG_IRDA and let it compile |
From: Harald K. <ha...@us...> - 2000-06-26 16:11:07
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv8299/linux/arch/mips Modified Files: config.in Log Message: enable CONFIG_IRDA and let it compile |
From: Harald K. <ha...@us...> - 2000-06-26 16:09:09
|
Update of /cvsroot/linux-vr/linux/drivers/video In directory slayer.i.sourceforge.net:/tmp/cvs-serv8044/linux/drivers/video Modified Files: r3912fb.c Log Message: fix frambuffer compilation |
From: Bradley D. L. <br...@us...> - 2000-06-25 18:32:38
|
Update of /cvsroot/linux-vr/linux/arch/mips/vr41xx In directory slayer.i.sourceforge.net:/tmp/cvs-serv11241/arch/mips/vr41xx Modified Files: tpanel.c Log Message: Uh, doh! THIS is the fix from Alan Cox. The previous patch was just my bumbling. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:41
|
Update of /cvsroot/linux-vr/linux/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/kernel Modified Files: exit.c Log Message: Merge with linux-sgi-2000-06-24. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:40
|
Update of /cvsroot/linux-vr/linux/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/drivers/char Modified Files: mem.c misc.c Log Message: Merge with linux-sgi-2000-06-24. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:40
|
Update of /cvsroot/linux-vr/linux/arch/mips/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/arch/mips/kernel Modified Files: setup.c time.c Log Message: Merge with linux-sgi-2000-06-24. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:40
|
Update of /cvsroot/linux-vr/linux/arch/mips In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/arch/mips Modified Files: defconfig Log Message: Merge with linux-sgi-2000-06-24. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:40
|
Update of /cvsroot/linux-vr/linux/drivers/block In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/drivers/block Modified Files: ll_rw_blk.c Log Message: Merge with linux-sgi-2000-06-24. |
From: Bradley D. L. <br...@us...> - 2000-06-25 17:54:40
|
Update of /cvsroot/linux-vr/linux/include/linux In directory slayer.i.sourceforge.net:/tmp/cvs-serv3256/include/linux Modified Files: fb.h linkage.h Log Message: Merge with linux-sgi-2000-06-24. |