You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(135) |
Nov
(123) |
Dec
(83) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(244) |
Feb
(72) |
Mar
(221) |
Apr
(91) |
May
(104) |
Jun
(93) |
Jul
(78) |
Aug
(1) |
Sep
(1) |
Oct
(29) |
Nov
(98) |
Dec
(20) |
2003 |
Jan
|
Feb
(21) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(18) |
Sep
(18) |
Oct
(23) |
Nov
(12) |
Dec
(6) |
2004 |
Jan
(2) |
Feb
(32) |
Mar
|
Apr
(12) |
May
(11) |
Jun
(11) |
Jul
|
Aug
(9) |
Sep
|
Oct
(15) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
(2) |
Mar
(11) |
Apr
(6) |
May
(1) |
Jun
(9) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
|
Apr
(25) |
May
(2) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
|
Nov
(2) |
Dec
(2) |
2011 |
Jan
|
Feb
|
Mar
(10) |
Apr
(10) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
From: James S. <jsi...@us...> - 2002-07-23 19:19:23
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/m68k In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/m68k Modified Files: config.in Log Message: Synced to 2.5.26 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/m68k/config.in,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- config.in 22 Jun 2002 17:50:58 -0000 1.18 +++ config.in 23 Jul 2002 19:18:47 -0000 1.19 @@ -495,7 +495,7 @@ mainmenu_option next_comment comment 'Sound support' -tristate 'Sound support' CONFIG_SOUND +tristate 'Sound card support' CONFIG_SOUND if [ "$CONFIG_SOUND" != "n" ]; then source sound/oss/dmasound/Config.in fi |
From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/i386 In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/i386 Modified Files: config.in Log Message: Synced to 2.5.26 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/i386/config.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- config.in 22 Jun 2002 17:50:57 -0000 1.44 +++ config.in 23 Jul 2002 19:18:47 -0000 1.45 @@ -397,7 +397,7 @@ mainmenu_option next_comment comment 'Kernel hacking' if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_bool 'Software Suspend' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM + dep_bool 'Software Suspend (EXPERIMENTAL)' CONFIG_SOFTWARE_SUSPEND $CONFIG_PM fi bool 'Kernel debugging' CONFIG_DEBUG_KERNEL |
From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/arm In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/arm Modified Files: config.in Log Message: Synced to 2.5.26 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/arm/config.in,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- config.in 22 Jun 2002 17:50:57 -0000 1.28 +++ config.in 23 Jul 2002 19:18:47 -0000 1.29 @@ -153,18 +153,15 @@ fi endmenu -if [ "$CONFIG_ARCH_IOP310" = "y" ]; then - mainmenu_option next_comment - comment 'IOP310 Implementation Options' - choice 'IOP310 System Type' \ - "IQ80310 CONFIG_ARCH_IQ80310" IQ80310 - comment 'IOP310 Chipset Features' - bool 'Support Intel 80312 Application Accelerator Unit (EXPERIMENTAL)' CONFIG_IOP310_AAU - bool 'Support Intel 80312 DMA (EXPERIMENTAL)' CONFIG_IOP310_DMA - bool 'Support Intel 80312 Messaging Unit (EXPERIMENTAL)' CONFIG_IOP310_MU - bool 'Support Intel 80312 Performance Monitor (EXPERIMENTAL)' CONFIG_IOP310_PMON - endmenu -fi +mainmenu_option next_comment +comment 'IOP310 Implementation Options' +dep_bool ' IQ80310' CONFIG_ARCH_IQ80310 $CONFIG_ARCH_IOP310 +comment 'IOP310 Chipset Features' +dep_bool 'Support Intel 80312 Application Accelerator Unit (EXPERIMENTAL)' CONFIG_IOP310_AAU $CONFIG_ARCH_IOP310 $CONFIG_EXPERIMENTAL +dep_bool 'Support Intel 80312 DMA (EXPERIMENTAL)' CONFIG_IOP310_DMA $CONFIG_ARCH_IOP310 $CONFIG_EXPERIMENTAL +dep_bool 'Support Intel 80312 Messaging Unit (EXPERIMENTAL)' CONFIG_IOP310_MU $CONFIG_ARCH_IOP310 $CONFIG_EXPERIMENTAL +dep_bool 'Support Intel 80312 Performance Monitor (EXPERIMENTAL)' CONFIG_IOP310_PMON $CONFIG_ARCH_IOP310 $CONFIG_EXPERIMENTAL +endmenu # Definitions to make life easier if [ "$CONFIG_ARCH_ARCA5K" = "y" -o \ |
From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/alpha In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/alpha Modified Files: config.in Log Message: Synced to 2.5.26 Index: config.in =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/alpha/config.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- config.in 22 Jun 2002 17:50:57 -0000 1.32 +++ config.in 23 Jul 2002 19:18:46 -0000 1.33 @@ -235,9 +235,9 @@ fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - bool 'Discontiguous Memory Support' CONFIG_DISCONTIGMEM + bool 'Discontiguous Memory Support (EXPERIMENTAL)' CONFIG_DISCONTIGMEM if [ "$CONFIG_DISCONTIGMEM" = "y" ]; then - bool ' NUMA Support' CONFIG_NUMA + bool ' NUMA Support (EXPERIMENTAL)' CONFIG_NUMA fi fi |
From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux Modified Files: Makefile Log Message: Synced to 2.5.26 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Makefile,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- Makefile 10 Jul 2002 18:08:01 -0000 1.66 +++ Makefile 23 Jul 2002 19:18:46 -0000 1.67 @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 25 +SUBLEVEL = 26 EXTRAVERSION = -ruby - + # *DOCUMENTATION* # Too see a list of typical targets execute "make help" # More info can be located in ./Documentation/kbuild |
From: James S. <jsi...@us...> - 2002-07-23 19:19:19
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/Documentation/DocBook Modified Files: kernel-api.tmpl Log Message: Synced to 2.5.26 Index: kernel-api.tmpl =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/kernel-api.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- kernel-api.tmpl 10 Jul 2002 18:08:02 -0000 1.9 +++ kernel-api.tmpl 23 Jul 2002 19:18:46 -0000 1.10 @@ -46,9 +46,13 @@ !Iinclude/asm-i386/unaligned.h </sect1> +<!-- FIXME: + kernel/sched.c has no docs, which stuffs up the sgml. Comment + out until somebody adds docs. KAO <sect1><title>Delaying, scheduling, and timer routines</title> !Ekernel/sched.c </sect1> +KAO --> </chapter> <chapter id="adt"> @@ -358,9 +362,13 @@ <sect1><title>Frame Buffer Colormap</title> !Edrivers/video/fbcmap.c </sect1> +<!-- FIXME: + drivers/video/fbgen.c has no docs, which stuffs up the sgml. Comment + out until somebody adds docs. KAO <sect1><title>Frame Buffer Generic Functions</title> !Idrivers/video/fbgen.c </sect1> +KAO --> <sect1><title>Frame Buffer Video Mode Database</title> !Idrivers/video/modedb.c !Edrivers/video/modedb.c |
From: James S. <jsi...@us...> - 2002-07-23 19:18:55
|
Update of /cvsroot/linuxconsole/ruby/utils In directory usw-pr-cvs1:/tmp/cvs-serv31846/utils Modified Files: remove-obsolete-files Log Message: Synced to 2.5.26 Index: remove-obsolete-files =================================================================== RCS file: /cvsroot/linuxconsole/ruby/utils/remove-obsolete-files,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- remove-obsolete-files 25 May 2002 20:32:04 -0000 1.33 +++ remove-obsolete-files 23 Jul 2002 19:18:51 -0000 1.34 @@ -22,22 +22,14 @@ rm -rf drivers/acorn/char/defkeymap-acorn.map rm -rf drivers/acorn/char/defkeymap-l7200.c rm -fv drivers/char/console.c -rm -fv drivers/char/adbmouse.c -rm -fv drivers/char/amigamouse.c rm -fv drivers/char/amikeyb.c rm -fv drivers/char/atarimouse.c -rm -fv drivers/char/atixlmouse.c rm -fv drivers/char/busmouse.c rm -fv drivers/char/busmouse.h rm -fv drivers/char/dn_keyb.c -rm -fv drivers/char/logibusmouse.c -rm -fv drivers/char/msbusmouse.c -rm -fv drivers/char/pc110pad.c -rm -fv drivers/char/pc110pad.h rm -fv drivers/char/pc_keyb.c rm -fv drivers/char/ec3104_keyb.c rm -fv drivers/char/q40_keyb.c -rm -fv drivers/char/qpmouse.c rm -fv drivers/input/joytstick/iforce.c rm -fv drivers/macintosh/mac_keyb.c rm -fv drivers/tc/lk201.c |
From: James S. <jsi...@us...> - 2002-07-23 19:18:55
|
Update of /cvsroot/linuxconsole/ruby/linux/include/video In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/include/video Removed Files: font.h Log Message: Synced to 2.5.26 --- font.h DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:55
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/include/linux Removed Files: gameport.h hiddev.h input.h joystick.h serio.h sysrq.h Log Message: Synced to 2.5.26 --- gameport.h DELETED --- --- hiddev.h DELETED --- --- input.h DELETED --- --- joystick.h DELETED --- --- serio.h DELETED --- --- sysrq.h DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:55
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/usb/input In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/usb/input Removed Files: Config.help Config.in Makefile aiptek.c fixp-arith.h hid-core.c hid-debug.h hid-ff.c hid-input.c hid-lgff.c hid.h hiddev.c pid.c pid.h powermate.c usbkbd.c usbmouse.c wacom.c Log Message: Synced to 2.5.26 --- Config.help DELETED --- --- Config.in DELETED --- --- Makefile DELETED --- --- aiptek.c DELETED --- --- fixp-arith.h DELETED --- --- hid-core.c DELETED --- --- hid-debug.h DELETED --- --- hid-ff.c DELETED --- --- hid-input.c DELETED --- --- hid-lgff.c DELETED --- --- hid.h DELETED --- --- hiddev.c DELETED --- --- pid.c DELETED --- --- pid.h DELETED --- --- powermate.c DELETED --- --- usbkbd.c DELETED --- --- usbmouse.c DELETED --- --- wacom.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:53
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/serio In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/serio Modified Files: serport.c Removed Files: Makefile ct82c710.c i8042.c i8042.h serio.c Log Message: Synced to 2.5.26 Index: serport.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/serio/serport.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile DELETED --- --- ct82c710.c DELETED --- --- i8042.c DELETED --- --- i8042.h DELETED --- --- serio.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:53
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/keyboard In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/keyboard Removed Files: atkbd.c newtonkbd.c Log Message: Synced to 2.5.26 --- atkbd.c DELETED --- --- newtonkbd.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:53
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/mouse In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/mouse Removed Files: psmouse.c rpcmouse.c Log Message: Synced to 2.5.26 --- psmouse.c DELETED --- --- rpcmouse.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:52
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick/iforce In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/joystick/iforce Removed Files: Config.help Log Message: Synced to 2.5.26 --- Config.help DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:52
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/joystick In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/joystick Removed Files: Config.help analog.c joydump.c Log Message: Synced to 2.5.26 --- Config.help DELETED --- --- analog.c DELETED --- --- joydump.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:51
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/gameport In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input/gameport Removed Files: Config.in Log Message: Synced to 2.5.26 --- Config.in DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:51
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/drivers/input Removed Files: evbug.c Log Message: Synced to 2.5.26 --- evbug.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:51
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc64/xmon In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/ppc64/xmon Removed Files: start.c Log Message: Synced to 2.5.26 --- start.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:51
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc/xmon In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/ppc/xmon Removed Files: start.c Log Message: Synced to 2.5.26 --- start.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:51
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/ppc/amiga In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/ppc/amiga Removed Files: config.c Log Message: Synced to 2.5.26 --- config.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:50
|
Update of /cvsroot/linuxconsole/ruby In directory usw-pr-cvs1:/tmp/cvs-serv31846 Added Files: AGAINST-2.5.26 Removed Files: AGAINST-2.5.25 Log Message: Synced to 2.5.26 --- NEW FILE: AGAINST-2.5.26 --- --- AGAINST-2.5.25 DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:50
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/i386/kernel In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/arch/i386/kernel Removed Files: apm.c Log Message: Synced to 2.5.26 --- apm.c DELETED --- |
From: James S. <jsi...@us...> - 2002-07-23 19:18:50
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/input In directory usw-pr-cvs1:/tmp/cvs-serv31846/linux/Documentation/input Removed Files: amijoy.txt atarikbd.txt cd32.txt ff.txt iforce-protocol.txt input.txt interactive.fig joystick-parport.txt joystick.txt shape.fig Log Message: Synced to 2.5.26 --- amijoy.txt DELETED --- --- atarikbd.txt DELETED --- --- cd32.txt DELETED --- --- ff.txt DELETED --- --- iforce-protocol.txt DELETED --- --- input.txt DELETED --- --- interactive.fig DELETED --- --- joystick-parport.txt DELETED --- --- joystick.txt DELETED --- --- shape.fig DELETED --- |
From: johann d. <jd...@us...> - 2002-07-23 12:32:34
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/input In directory usw-pr-cvs1:/tmp/cvs-serv21594 Modified Files: ff.txt Log Message: Made copyright statement more clear. Index: ff.txt =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/input/ff.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ff.txt 23 Jul 2002 12:23:00 -0000 1.12 +++ ff.txt 23 Jul 2002 12:32:32 -0000 1.13 @@ -1,7 +1,12 @@ Force feedback for Linux. -By Johann Deneux <de...@if...> on 2001/04/22. -When redistributing this file, please also include shape.fig and +Copyright (C) 2001-2002 Johann Deneux <de...@if...> + +Copying and distributing this file, shape.fig and interactive.fig is allowed. +You can also make modifications, provided you include notices stating you +changed the file. +When redistributing this file, please also try to include shape.fig and interactive.fig. + ---------------------------------------------------------------------------- 0. Introduction |
From: johann d. <jd...@us...> - 2002-07-23 12:23:03
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/input In directory usw-pr-cvs1:/tmp/cvs-serv18388 Modified Files: ff.txt Log Message: Removed requirement to distribute only with .fig files. However, please do include these files when distributing. Index: ff.txt =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/input/ff.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ff.txt 8 Feb 2002 23:18:54 -0000 1.11 +++ ff.txt 23 Jul 2002 12:23:00 -0000 1.12 @@ -1,6 +1,6 @@ Force feedback for Linux. By Johann Deneux <de...@if...> on 2001/04/22. -You can redistribute this file, provided you include shape.fig and +When redistributing this file, please also include shape.fig and interactive.fig. ---------------------------------------------------------------------------- |