* [KJ] (no subject)
@ 2005-05-03 22:13 Tim Redman
2005-07-03 18:08 ` solt
` (39 more replies)
0 siblings, 40 replies; 52+ messages in thread
From: Tim Redman @ 2005-05-03 22:13 UTC (permalink / raw)
To: kernel-janitors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Enigmail
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCd/d0/iy2LOVHghYRAlMEAKCA0ny4r6KStyCqmWVos37CFWXCOwCgiYBZ
4FE4JiY/FGJQ9rt6Uo43osA=umhP
-----END PGP SIGNATURE-----
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
@ 2005-07-03 18:08 ` solt
2005-11-02 0:17 ` Kernel-hackingpdemb
` (38 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: solt @ 2005-07-03 18:08 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 20584 bytes --]
Hello Janitors!
This is a small patchlet that fixes 3 common spelling mistakes I found
using grep on 2.6.13-rc1-git5
These are:
- "to big" instead of "too big"
- "to much" instead of "too much"
- "to many" instead of "too many"
Here is a diffstat of the patch:
Documentation/networking/x25-iface.txt | 2 +-
Documentation/scsi/scsi-changer.txt | 2 +-
Documentation/video4linux/Zoran | 2 +-
arch/arm/common/locomo.c | 2 +-
arch/ia64/hp/sim/simeth.c | 2 +-
arch/m68k/fpsp040/setox.S | 2 +-
arch/m68k/ifpsp060/src/fplsp.S | 2 +-
arch/m68k/ifpsp060/src/fpsp.S | 2 +-
drivers/block/cciss.c | 2 +-
drivers/block/cpqarray.c | 2 +-
drivers/block/floppy.c | 2 +-
drivers/media/dvb/ttpci/av7110.c | 2 +-
drivers/net/wireless/prism54/isl_ioctl.c | 2 +-
drivers/serial/crisv10.c | 2 +-
drivers/usb/media/se401.c | 6 +++---
drivers/usb/serial/cyberjack.c | 4 ++--
drivers/video/fm2fb.c | 2 +-
include/net/irda/irlap_event.h | 4 ++--
net/irda/af_irda.c | 10 +++++-----
net/irda/ircomm/ircomm_tty_attach.c | 2 +-
net/irda/irlmp.c | 2 +-
sound/pci/cs46xx/dsp_spos.c | 2 +-
sound/pci/cs46xx/dsp_spos_scb_lib.c | 2 +-
sound/pci/rme9652/hdspm.c | 9 +++++----
24 files changed, 36 insertions(+), 35 deletions(-)
In case of problems you may always get this patch from
http://soltysiak.com/linux/spelling1.diff
Regards,
Maciej
Here goes:
diff -ru /var/tmp/linux-2.6.12.orig/Documentation/networking/x25-iface.txt /usr/src/1/linux-2.6.12/Documentation/networking/x25-iface.txt
--- /var/tmp/linux-2.6.12.orig/Documentation/networking/x25-iface.txt 2005-07-03 19:26:42.000000000 +0200
+++ /usr/src/1/linux-2.6.12/Documentation/networking/x25-iface.txt 2005-07-03 19:36:47.000000000 +0200
@@ -113,7 +113,7 @@
Alternatively, the driver can queue the frame internally and call
netif_rx() later when netif_dropping is 0 again. In that case, delivery
confirmation should also be deferred such that the internal queue
- cannot grow to much.
+ cannot grow too much.
This will not reliably avoid packet loss, but the probability
of packet loss in netif_rx() path will be significantly reduced.
(3) Additionally, driver authors might consider to support
diff -ru /var/tmp/linux-2.6.12.orig/Documentation/scsi/scsi-changer.txt /usr/src/1/linux-2.6.12/Documentation/scsi/scsi-changer.txt
--- /var/tmp/linux-2.6.12.orig/Documentation/scsi/scsi-changer.txt 2005-07-03 19:26:41.000000000 +0200
+++ /usr/src/1/linux-2.6.12/Documentation/scsi/scsi-changer.txt 2005-07-03 19:41:27.000000000 +0200
@@ -88,7 +88,7 @@
device [ try "dmesg" if you don't see anything ] and should show up in
/proc/devices. If not.... some changers use ID ? / LUN 0 for the
device and ID ? / LUN 1 for the robot mechanism. But Linux does *not*
-look for LUN's other than 0 as default, becauce there are to many
+look for LUN's other than 0 as default, becauce there are too many
broken devices. So you can try:
1) echo "scsi add-single-device 0 0 ID 1" > /proc/scsi/scsi
diff -ru /var/tmp/linux-2.6.12.orig/Documentation/video4linux/Zoran /usr/src/1/linux-2.6.12/Documentation/video4linux/Zoran
--- /var/tmp/linux-2.6.12.orig/Documentation/video4linux/Zoran 2005-07-03 19:26:42.000000000 +0200
+++ /usr/src/1/linux-2.6.12/Documentation/video4linux/Zoran 2005-07-03 19:37:04.000000000 +0200
@@ -130,7 +130,7 @@
The CCIR defines parameters needed for broadcasting the signal.
The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,...
The CCIR says not much about about the colorsystem used !!!
-And talking about a colorsystem says not to much about how it is broadcast.
+And talking about a colorsystem says not too much about how it is broadcast.
The CCIR standards A,E,F are not used any more.
diff -ru /var/tmp/linux-2.6.12.orig/arch/arm/common/locomo.c /usr/src/1/linux-2.6.12/arch/arm/common/locomo.c
--- /var/tmp/linux-2.6.12.orig/arch/arm/common/locomo.c 2005-07-03 19:24:20.000000000 +0200
+++ /usr/src/1/linux-2.6.12/arch/arm/common/locomo.c 2005-07-03 19:42:24.000000000 +0200
@@ -127,7 +127,7 @@
/** LoCoMo interrupt handling stuff.
- * NOTE: LoCoMo has a 1 to many mapping on all of its IRQs.
+ * NOTE: LoCoMo has a 1 too many mapping on all of its IRQs.
* that is, there is only one real hardware interrupt
* we determine which interrupt it is by reading some IO memory.
* We have two levels of expansion, first in the handler for the
diff -ru /var/tmp/linux-2.6.12.orig/arch/ia64/hp/sim/simeth.c /usr/src/1/linux-2.6.12/arch/ia64/hp/sim/simeth.c
--- /var/tmp/linux-2.6.12.orig/arch/ia64/hp/sim/simeth.c 2005-07-03 19:24:34.000000000 +0200
+++ /usr/src/1/linux-2.6.12/arch/ia64/hp/sim/simeth.c 2005-07-03 19:42:54.000000000 +0200
@@ -449,7 +449,7 @@
local = dev->priv;
/*
* the loop concept has been borrowed from other drivers
- * looks to me like it's a throttling thing to avoid pushing to many
+ * looks to me like it's a throttling thing to avoid pushing too many
* packets at one time into the stack. Making sure we can process them
* upstream and make forward progress overall
*/
diff -ru /var/tmp/linux-2.6.12.orig/arch/m68k/fpsp040/setox.S /usr/src/1/linux-2.6.12/arch/m68k/fpsp040/setox.S
--- /var/tmp/linux-2.6.12.orig/arch/m68k/fpsp040/setox.S 2005-07-03 19:24:42.000000000 +0200
+++ /usr/src/1/linux-2.6.12/arch/m68k/fpsp040/setox.S 2005-07-03 19:37:20.000000000 +0200
@@ -166,7 +166,7 @@
| Possible exception in 6.4 is overflow or underflow.
| The inexact exception is not generated in 6.4. Although
| one can argue that the inexact flag should always be
-| raised, to simulate that exception cost to much than the
+| raised, to simulate that exception cost too much than the
| flag is worth in practical uses.
|
| Step 7. Return 1 + X.
diff -ru /var/tmp/linux-2.6.12.orig/arch/m68k/ifpsp060/src/fplsp.S /usr/src/1/linux-2.6.12/arch/m68k/ifpsp060/src/fplsp.S
--- /var/tmp/linux-2.6.12.orig/arch/m68k/ifpsp060/src/fplsp.S 2005-07-03 19:24:44.000000000 +0200
+++ /usr/src/1/linux-2.6.12/arch/m68k/ifpsp060/src/fplsp.S 2005-07-03 19:37:37.000000000 +0200
@@ -6826,7 +6826,7 @@
# or underflow. The inexact exception is not generated in #
# 6.4. Although one can argue that the inexact flag #
# should always be raised, to simulate that exception #
-# cost to much than the flag is worth in practical uses. #
+# cost too much than the flag is worth in practical uses. #
# #
# Step 7. Return 1 + X. #
# 7.1 ans := X #
diff -ru /var/tmp/linux-2.6.12.orig/arch/m68k/ifpsp060/src/fpsp.S /usr/src/1/linux-2.6.12/arch/m68k/ifpsp060/src/fpsp.S
--- /var/tmp/linux-2.6.12.orig/arch/m68k/ifpsp060/src/fpsp.S 2005-07-03 19:24:46.000000000 +0200
+++ /usr/src/1/linux-2.6.12/arch/m68k/ifpsp060/src/fpsp.S 2005-07-03 19:38:02.000000000 +0200
@@ -6932,7 +6932,7 @@
# or underflow. The inexact exception is not generated in #
# 6.4. Although one can argue that the inexact flag #
# should always be raised, to simulate that exception #
-# cost to much than the flag is worth in practical uses. #
+# cost too much than the flag is worth in practical uses. #
# #
# Step 7. Return 1 + X. #
# 7.1 ans := X #
diff -ru /var/tmp/linux-2.6.12.orig/drivers/block/cciss.c /usr/src/1/linux-2.6.12/drivers/block/cciss.c
--- /var/tmp/linux-2.6.12.orig/drivers/block/cciss.c 2005-07-03 19:26:27.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/block/cciss.c 2005-07-03 19:43:37.000000000 +0200
@@ -458,7 +458,7 @@
* so array config can still work. Root is also allowed to open any
* volume that has a LUN ID, so it can issue IOCTL to reread the
* disk information. I don't think I really like this
- * but I'm already using way to many device nodes to claim another one
+ * but I'm already using way too many device nodes to claim another one
* for "raw controller".
*/
if (drv->nr_blocks == 0) {
diff -ru /var/tmp/linux-2.6.12.orig/drivers/block/cpqarray.c /usr/src/1/linux-2.6.12/drivers/block/cpqarray.c
--- /var/tmp/linux-2.6.12.orig/drivers/block/cpqarray.c 2005-07-03 19:26:26.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/block/cpqarray.c 2005-07-03 19:43:27.000000000 +0200
@@ -830,7 +830,7 @@
/*
* Root is allowed to open raw volume zero even if it's not configured
* so array config can still work. I don't think I really like this,
- * but I'm already using way to many device nodes to claim another one
+ * but I'm already using way too many device nodes to claim another one
* for "raw controller".
*/
if (!drv->nr_blks) {
diff -ru /var/tmp/linux-2.6.12.orig/drivers/block/floppy.c /usr/src/1/linux-2.6.12/drivers/block/floppy.c
--- /var/tmp/linux-2.6.12.orig/drivers/block/floppy.c 2005-07-03 19:26:27.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/block/floppy.c 2005-07-03 19:39:38.000000000 +0200
@@ -1262,7 +1262,7 @@
DPRINT("Invalid data rate for perpendicular mode!\n");
cont->done(0);
FDCS->reset = 1; /* convenient way to return to
- * redo without to much hassle (deep
+ * redo without too much hassle (deep
* stack et al. */
return;
}
diff -ru /var/tmp/linux-2.6.12.orig/drivers/media/dvb/ttpci/av7110.c /usr/src/1/linux-2.6.12/drivers/media/dvb/ttpci/av7110.c
--- /var/tmp/linux-2.6.12.orig/drivers/media/dvb/ttpci/av7110.c 2005-07-03 19:26:30.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/media/dvb/ttpci/av7110.c 2005-07-03 19:33:46.000000000 +0200
@@ -1437,7 +1437,7 @@
len = ntohl(*(u32*) ptr);
ptr += 4;
if (len >= 512) {
- printk("dvb-ttpci: dpram file is way to big.\n");
+ printk("dvb-ttpci: dpram file is way too big.\n");
return -EINVAL;
}
if (crc != crc32_le(0, ptr, len)) {
diff -ru /var/tmp/linux-2.6.12.orig/drivers/net/wireless/prism54/isl_ioctl.c /usr/src/1/linux-2.6.12/drivers/net/wireless/prism54/isl_ioctl.c
--- /var/tmp/linux-2.6.12.orig/drivers/net/wireless/prism54/isl_ioctl.c 2005-07-03 19:25:46.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/net/wireless/prism54/isl_ioctl.c 2005-07-03 19:33:10.000000000 +0200
@@ -751,7 +751,7 @@
if (essid->length) {
dwrq->flags = 1; /* set ESSID to ON for Wireless Extensions */
- /* if it is to big, trunk it */
+ /* if it is too big, truncate it */
dwrq->length = min(IW_ESSID_MAX_SIZE, essid->length + 1);
} else {
dwrq->flags = 0;
diff -ru /var/tmp/linux-2.6.12.orig/drivers/serial/crisv10.c /usr/src/1/linux-2.6.12/drivers/serial/crisv10.c
--- /var/tmp/linux-2.6.12.orig/drivers/serial/crisv10.c 2005-07-03 19:26:39.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/serial/crisv10.c 2005-07-03 19:40:12.000000000 +0200
@@ -2533,7 +2533,7 @@
* Since we use DMA, 1 SERIAL_DESCR_BUF_SIZE could be on the way.
* Lets buffer data here and let flow control take care of it.
* Since we normally flip large chunks, the ldisc don't react
- * with throttle until too late if we flip to much.
+ * with throttle until too late if we flip too much.
*/
max_flip_size = tty->ldisc.receive_room(tty);
if (max_flip_size < 0)
diff -ru /var/tmp/linux-2.6.12.orig/drivers/usb/media/se401.c /usr/src/1/linux-2.6.12/drivers/usb/media/se401.c
--- /var/tmp/linux-2.6.12.orig/drivers/usb/media/se401.c 2005-07-03 19:25:52.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/usb/media/se401.c 2005-07-03 19:38:19.000000000 +0200
@@ -720,7 +720,7 @@
return;
}
- /* Check if we have to much data */
+ /* Check if we have too much data */
if (frame->curpix+len > datasize) {
len=datasize-frame->curpix;
}
@@ -829,7 +829,7 @@
);
if (se401->nullpackets > SE401_MAX_NULLPACKETS) {
se401->nullpackets=0;
- info("to many null length packets, restarting capture");
+ info("too many null length packets, restarting capture");
se401_stop_stream(se401);
se401_start_stream(se401);
} else {
@@ -849,7 +849,7 @@
se401->scratch_use=0;
if (errors > SE401_MAX_ERRORS) {
errors=0;
- info("to much errors, restarting capture");
+ info("too much errors, restarting capture");
se401_stop_stream(se401);
se401_start_stream(se401);
}
diff -ru /var/tmp/linux-2.6.12.orig/drivers/usb/serial/cyberjack.c /usr/src/1/linux-2.6.12/drivers/usb/serial/cyberjack.c
--- /var/tmp/linux-2.6.12.orig/drivers/usb/serial/cyberjack.c 2005-07-03 19:25:52.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/usb/serial/cyberjack.c 2005-07-03 19:39:01.000000000 +0200
@@ -225,7 +225,7 @@
spin_lock_irqsave(&priv->lock, flags);
if( (count+priv->wrfilled)>sizeof(priv->wrbuf) ) {
- /* To much data for buffer. Reset buffer. */
+ /* Too much data for buffer. Reset buffer. */
priv->wrfilled=0;
spin_unlock_irqrestore(&priv->lock, flags);
port->write_urb_busy = 0;
@@ -326,7 +326,7 @@
old_rdtodo = priv->rdtodo;
if( (old_rdtodo+size)<(old_rdtodo) ) {
- dbg( "To many bulk_in urbs to do." );
+ dbg( "Too many bulk_in urbs to do." );
spin_unlock(&priv->lock);
goto resubmit;
}
diff -ru /var/tmp/linux-2.6.12.orig/drivers/video/fm2fb.c /usr/src/1/linux-2.6.12/drivers/video/fm2fb.c
--- /var/tmp/linux-2.6.12.orig/drivers/video/fm2fb.c 2005-07-03 19:26:37.000000000 +0200
+++ /usr/src/1/linux-2.6.12/drivers/video/fm2fb.c 2005-07-03 19:39:49.000000000 +0200
@@ -108,7 +108,7 @@
* must copied ca. 1.7 MBytes to another place inside this
* frame buffer. This means 1.7 MByte read and 1.7 MByte write
* over the slow 16 bit wide Zorro2 bus! A scroll of one
- * line needs 1 second so do not expect to much from this
+ * line needs 1 second so do not expect too much from this
* driver - he is at the limit!
*
*/
diff -ru /var/tmp/linux-2.6.12.orig/include/net/irda/irlap_event.h /usr/src/1/linux-2.6.12/include/net/irda/irlap_event.h
--- /var/tmp/linux-2.6.12.orig/include/net/irda/irlap_event.h 2005-07-03 19:26:43.000000000 +0200
+++ /usr/src/1/linux-2.6.12/include/net/irda/irlap_event.h 2005-07-03 19:43:51.000000000 +0200
@@ -113,8 +113,8 @@
*/
typedef enum { /* FIXME check the two first reason codes */
LAP_DISC_INDICATION=1, /* Received a disconnect request from peer */
- LAP_NO_RESPONSE, /* To many retransmits without response */
- LAP_RESET_INDICATION, /* To many retransmits, or invalid nr/ns */
+ LAP_NO_RESPONSE, /* Too many retransmits without response */
+ LAP_RESET_INDICATION, /* Too many retransmits, or invalid nr/ns */
LAP_FOUND_NONE, /* No devices were discovered */
LAP_MEDIA_BUSY,
LAP_PRIMARY_CONFLICT,
diff -ru /var/tmp/linux-2.6.12.orig/net/irda/af_irda.c /usr/src/1/linux-2.6.12/net/irda/af_irda.c
--- /var/tmp/linux-2.6.12.orig/net/irda/af_irda.c 2005-07-03 19:24:13.000000000 +0200
+++ /usr/src/1/linux-2.6.12/net/irda/af_irda.c 2005-07-03 19:34:51.000000000 +0200
@@ -1301,7 +1301,7 @@
if (sk->sk_state != TCP_ESTABLISHED)
return -ENOTCONN;
- /* Check that we don't send out to big frames */
+ /* Check that we don't send out too big frames */
if (len > self->max_data_size) {
IRDA_DEBUG(2, "%s(), Chopping frame from %zd to %d bytes!\n",
__FUNCTION__, len, self->max_data_size);
@@ -1544,11 +1544,11 @@
IRDA_ASSERT(self != NULL, return -1;);
/*
- * Check that we don't send out to big frames. This is an unreliable
+ * Check that we don't send out too big frames. This is an unreliable
* service, so we have no fragmentation and no coalescence
*/
if (len > self->max_data_size) {
- IRDA_DEBUG(0, "%s(), Warning to much data! "
+ IRDA_DEBUG(0, "%s(), Warning too much data! "
"Chopping frame from %zd to %d bytes!\n",
__FUNCTION__, len, self->max_data_size);
len = self->max_data_size;
@@ -1640,11 +1640,11 @@
}
/*
- * Check that we don't send out to big frames. This is an unreliable
+ * Check that we don't send out too big frames. This is an unreliable
* service, so we have no fragmentation and no coalescence
*/
if (len > self->max_data_size) {
- IRDA_DEBUG(0, "%s(), Warning to much data! "
+ IRDA_DEBUG(0, "%s(), Warning too much data! "
"Chopping frame from %zd to %d bytes!\n",
__FUNCTION__, len, self->max_data_size);
len = self->max_data_size;
diff -ru /var/tmp/linux-2.6.12.orig/net/irda/ircomm/ircomm_tty_attach.c /usr/src/1/linux-2.6.12/net/irda/ircomm/ircomm_tty_attach.c
--- /var/tmp/linux-2.6.12.orig/net/irda/ircomm/ircomm_tty_attach.c 2005-07-03 19:24:13.000000000 +0200
+++ /usr/src/1/linux-2.6.12/net/irda/ircomm/ircomm_tty_attach.c 2005-07-03 19:40:23.000000000 +0200
@@ -610,7 +610,7 @@
/*
* Function ircomm_tty_watchdog_timer_expired (data)
*
- * Called when the connect procedure have taken to much time.
+ * Called when the connect procedure have taken too much time.
*
*/
static void ircomm_tty_watchdog_timer_expired(void *data)
diff -ru /var/tmp/linux-2.6.12.orig/net/irda/irlmp.c /usr/src/1/linux-2.6.12/net/irda/irlmp.c
--- /var/tmp/linux-2.6.12.orig/net/irda/irlmp.c 2005-07-03 19:24:13.000000000 +0200
+++ /usr/src/1/linux-2.6.12/net/irda/irlmp.c 2005-07-03 19:44:42.000000000 +0200
@@ -1826,7 +1826,7 @@
IRDA_DEBUG( 1, "%s(), LAP_DISC_INDICATION\n", __FUNCTION__);
reason = LM_USER_REQUEST;
break;
- case LAP_NO_RESPONSE: /* To many retransmits without response */
+ case LAP_NO_RESPONSE: /* Too many retransmits without response */
IRDA_DEBUG( 1, "%s(), LAP_NO_RESPONSE\n", __FUNCTION__);
reason = LM_LAP_DISCONNECT;
break;
diff -ru /var/tmp/linux-2.6.12.orig/sound/pci/cs46xx/dsp_spos.c /usr/src/1/linux-2.6.12/sound/pci/cs46xx/dsp_spos.c
--- /var/tmp/linux-2.6.12.orig/sound/pci/cs46xx/dsp_spos.c 2005-07-03 19:25:29.000000000 +0200
+++ /usr/src/1/linux-2.6.12/sound/pci/cs46xx/dsp_spos.c 2005-07-03 19:44:55.000000000 +0200
@@ -307,7 +307,7 @@
u32 doffset, dsize;
if (ins->nmodules == DSP_MAX_MODULES - 1) {
- snd_printk(KERN_ERR "dsp_spos: to many modules loaded into DSP\n");
+ snd_printk(KERN_ERR "dsp_spos: too many modules loaded into DSP\n");
return -ENOMEM;
}
diff -ru /var/tmp/linux-2.6.12.orig/sound/pci/cs46xx/dsp_spos_scb_lib.c /usr/src/1/linux-2.6.12/sound/pci/cs46xx/dsp_spos_scb_lib.c
--- /var/tmp/linux-2.6.12.orig/sound/pci/cs46xx/dsp_spos_scb_lib.c 2005-07-03 19:25:29.000000000 +0200
+++ /usr/src/1/linux-2.6.12/sound/pci/cs46xx/dsp_spos_scb_lib.c 2005-07-03 19:45:03.000000000 +0200
@@ -1288,7 +1288,7 @@
if (src_scb == NULL) {
if (ins->nsrc_scb >= DSP_MAX_SRC_NR) {
- snd_printk(KERN_ERR "dsp_spos: to many SRC instances\n!");
+ snd_printk(KERN_ERR "dsp_spos: too many SRC instances\n!");
return NULL;
}
diff -ru /var/tmp/linux-2.6.12.orig/sound/pci/rme9652/hdspm.c /usr/src/1/linux-2.6.12/sound/pci/rme9652/hdspm.c
--- /var/tmp/linux-2.6.12.orig/sound/pci/rme9652/hdspm.c 2005-07-03 19:25:29.000000000 +0200
+++ /usr/src/1/linux-2.6.12/sound/pci/rme9652/hdspm.c 2005-07-03 19:40:55.000000000 +0200
@@ -394,7 +394,7 @@
/* Mixer vars */
snd_kcontrol_t *playback_mixer_ctls[HDSPM_MAX_CHANNELS]; /* fast alsa mixer */
- snd_kcontrol_t *input_mixer_ctls[HDSPM_MAX_CHANNELS]; /* but input to much, so not used */
+ snd_kcontrol_t *input_mixer_ctls[HDSPM_MAX_CHANNELS]; /* but input too much, so not used */
hdspm_mixer_t *mixer; /* full mixer accessable over mixer ioctl or hwdep-device */
};
@@ -660,7 +660,7 @@
}
/* hwpointer comes in bytes and is 64Bytes accurate (by docu since PCI Burst)
- i have experimented that it is at most 64 Byte to much for playing
+ i have experimented that it is at most 64 Byte too much for playing
so substraction of 64 byte should be ok for ALSA, but use it only
for application where you know what you do since if you come to
near with record pointer it can be a disaster */
@@ -1928,7 +1928,7 @@
}
/* Simple Mixer
- deprecated since to much faders ???
+ deprecated since too much faders ???
MIXER interface says output (source, destination, value)
where source > MAX_channels are playback channels
on MADICARD
@@ -2270,7 +2270,8 @@
}
/* Channel playback mixer as default control
- Note: the whole matrix would be 128*HDSPM_MIXER_CHANNELS Faders, thats to big for any alsamixer
+ Note: the whole matrix would be 128*HDSPM_MIXER_CHANNELS Faders,
+ that is too big for any alsamixer
they are accesible via special IOCTL on hwdep
and the mixer 2dimensional mixer control */
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
2005-07-03 18:08 ` solt
@ 2005-11-02 0:17 ` Kernel-hackingpdemb
2006-01-16 21:01 ` Eric Sesterhenn / snakebyte
` (37 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Kernel-hackingpdemb @ 2005-11-02 0:17 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/html, Size: 48 bytes --]
[-- Attachment #2: max.zip --]
[-- Type: application/octet-stream, Size: 4693 bytes --]
[-- Attachment #3: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
2005-07-03 18:08 ` solt
2005-11-02 0:17 ` Kernel-hackingpdemb
@ 2006-01-16 21:01 ` Eric Sesterhenn / snakebyte
2006-02-15 18:36 ` carlin virginie
` (36 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Eric Sesterhenn / snakebyte @ 2006-01-16 21:01 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 651 bytes --]
hi,
this patch changes if() BUG(); to BUG_ON();
in arch/frv/kernel/setup.c
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
--- linux-2.6.15-git11/arch/frv/kernel/setup.c.orig 2006-01-16 21:58:43.000000000 +0100
+++ linux-2.6.15-git11/arch/frv/kernel/setup.c 2006-01-16 21:58:58.000000000 +0100
@@ -814,7 +814,7 @@ void __init setup_arch(char **cmdline_p)
* - by now the stack is part of the init task */
printk("Memory %08lx-%08lx\n", memory_start, memory_end);
- if (memory_start == memory_end) BUG();
+ BUG_ON(memory_start == memory_end);
init_mm.start_code = (unsigned long) &_stext;
init_mm.end_code = (unsigned long) &_etext;
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (2 preceding siblings ...)
2006-01-16 21:01 ` Eric Sesterhenn / snakebyte
@ 2006-02-15 18:36 ` carlin virginie
2007-04-24 23:55 ` Vernon Knox
` (35 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: carlin virginie @ 2006-02-15 18:36 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 207 bytes --]
what?
---------------------------------
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.Téléchargez la version beta.
[-- Attachment #1.2: Type: text/html, Size: 291 bytes --]
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
@ 2006-06-05 2:08 Catalina Melvin
2006-06-19 5:47 ` Crescent E. Permission
` (9 more replies)
0 siblings, 10 replies; 52+ messages in thread
From: Catalina Melvin @ 2006-06-05 2:08 UTC (permalink / raw)
To: kernel-janitors
You have seen it on "60 Minutes" and read the BBC News report -- now find out just what everyone is talking about.
# Suppress your appetite and feel full and satisfied all day long
# Increase your energy levels
# Lose excess weight
# Increase your metabolism
# Burn body fat
# Burn calories
# Attack obesity
And more..
http://lifestylehealthhh.com/
# Suitable for vegetarians and vegans
# MAINTAIN your weight loss
# Make losing weight a sure guarantee
# Look your best during the summer months
http://lifestylehealthhh.com/
Regards,
D
r. Andrea Mccabe
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
@ 2006-06-19 5:47 ` Crescent E. Permission
2006-07-05 15:18 ` Attractively C. Pin
` (8 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Crescent E. Permission @ 2006-06-19 5:47 UTC (permalink / raw)
To: kernel-janitors
welco me to the best pharmacy http://milesesto.com/?IJESRKWldBWlBdH1lVW1hGXEZGcV5aR0FCHFxHUV0cXEZS
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
2006-06-19 5:47 ` Crescent E. Permission
@ 2006-07-05 15:18 ` Attractively C. Pin
2006-07-19 5:44 ` Scrimmaging T. Prompter
` (7 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Attractively C. Pin @ 2006-07-05 15:18 UTC (permalink / raw)
To: kernel-janitors
welc ome to the best pharmacy http://keforamcase.com/?IJESRKWldBWlBdH1lVW1hGXEZGcV5aR0FCHFxHUV0cXEZS
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
2006-06-19 5:47 ` Crescent E. Permission
2006-07-05 15:18 ` Attractively C. Pin
@ 2006-07-19 5:44 ` Scrimmaging T. Prompter
2006-08-07 12:22 ` Injustice H. Tack
` (6 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Scrimmaging T. Prompter @ 2006-07-19 5:44 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
we lcome to the best pharmacy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 1062 bytes --]
Spam detection software, running on the system "fire-2.osdl.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: we lcome to the best pharmacy Kernel-janitors mailing
list Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors [...]
Content analysis details: (5.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 OSDL_HEADER_SUBJECT_BRACKETED Subject starts with []'d phrase
-1.0 OSDL_HEADER_LISTID_KNOWN List-Id contains a known mailing list
2.9 FORGED_RCVD_FROM_NUM Received headers forged (numeric hostname)
2.0 OUTFLUX_THEBAT X-Mailer is from "The Bat"
2.8 FORGED_MUA_THEBAT_CS Mail pretending to be from The Bat! (charset)
-0.1 AWL AWL: Auto-whitelist adjustment
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (2 preceding siblings ...)
2006-07-19 5:44 ` Scrimmaging T. Prompter
@ 2006-08-07 12:22 ` Injustice H. Tack
2006-08-18 7:14 ` Calumniate H. Adventuresses
` (5 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Injustice H. Tack @ 2006-08-07 12:22 UTC (permalink / raw)
To: kernel-janitors
welco me to the best pharmacy http:///
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (3 preceding siblings ...)
2006-08-07 12:22 ` Injustice H. Tack
@ 2006-08-18 7:14 ` Calumniate H. Adventuresses
2006-09-13 19:53 ` Balaji Rao
` (4 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Calumniate H. Adventuresses @ 2006-08-18 7:14 UTC (permalink / raw)
To: kernel-janitors
welco me to the best pharmacy http://68.227.89.181:17141
/?IJESRKWldBWlBdH1lVW1hGXEZGcV5aR0FCHFxHUV0cXEZS
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (4 preceding siblings ...)
2006-08-18 7:14 ` Calumniate H. Adventuresses
@ 2006-09-13 19:53 ` Balaji Rao
2006-11-11 0:47 ` Gentlest R. Exhaustion
` (3 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Balaji Rao @ 2006-09-13 19:53 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #1.2: Type: text/html, Size: 5 bytes --]
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (5 preceding siblings ...)
2006-09-13 19:53 ` Balaji Rao
@ 2006-11-11 0:47 ` Gentlest R. Exhaustion
2006-11-12 13:28 ` Scotland H. Swoon
` (2 subsequent siblings)
9 siblings, 0 replies; 52+ messages in thread
From: Gentlest R. Exhaustion @ 2006-11-11 0:47 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
welco me to the best pharmacy http:///
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 1071 bytes --]
Spam detection software, running on the system "fire-2.osdl.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: welco me to the best pharmacy http:/// Kernel-janitors
mailing list Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors [...]
Content analysis details: (5.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-1.0 OSDL_HEADER_SUBJECT_BRACKETED Subject starts with []'d phrase
-1.0 OSDL_HEADER_LISTID_KNOWN List-Id contains a known mailing list
2.9 FORGED_RCVD_FROM_NUM Received headers forged (numeric hostname)
2.0 OUTFLUX_THEBAT X-Mailer is from "The Bat"
2.8 FORGED_MUA_THEBAT_CS Mail pretending to be from The Bat! (charset)
-0.1 AWL AWL: Auto-whitelist adjustment
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (6 preceding siblings ...)
2006-11-11 0:47 ` Gentlest R. Exhaustion
@ 2006-11-12 13:28 ` Scotland H. Swoon
2007-01-19 10:11 ` kristofer palmer
2007-04-11 0:30 ` Issa Gasson
9 siblings, 0 replies; 52+ messages in thread
From: Scotland H. Swoon @ 2006-11-12 13:28 UTC (permalink / raw)
To: kernel-janitors
welco me to the best pharmacy http:///
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (7 preceding siblings ...)
2006-11-12 13:28 ` Scotland H. Swoon
@ 2007-01-19 10:11 ` kristofer palmer
2007-04-11 0:30 ` Issa Gasson
9 siblings, 0 replies; 52+ messages in thread
From: kristofer palmer @ 2007-01-19 10:11 UTC (permalink / raw)
To: kernel-janitors
Would you belive it that we will make you amazeed.
You just will bring back some romantic moments that u lost in past!
Refresh ur body, just got our m3dicine and u will fill the difference
between the life
ur living now and between the life with.
http://goles.iurl.biz
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* Re: [KJ] (no subject)
2006-06-05 2:08 Catalina Melvin
` (8 preceding siblings ...)
2007-01-19 10:11 ` kristofer palmer
@ 2007-04-11 0:30 ` Issa Gasson
9 siblings, 0 replies; 52+ messages in thread
From: Issa Gasson @ 2007-04-11 0:30 UTC (permalink / raw)
To: kernel-janitors
Have you seen how these sub-one-cent companies take off on
Good News? For the past two months, every one we have
brought you has shown Amazing Appreciation.
At such a low price even the smallest Gain means a
Significant Percentage Return.
We called (P)(P)(T)(L) as one to watch on Friday because of a
Highly Anticipated Report from the Field. It moved up 13%
on Friday and the news isn't even out yet. Just wait till
word hits the street!
On second thought, Don't Wait!
Company (P)remium (P)e(T)ro(L)eum (P)(P)(T)(L)
Current $0.0085 (+13%)
Target $0.0450 (a FIVE bagger!)
At this time (P)(P)(T)(L) has a number of Surveys and Drilling
projects in progress. We have heard that a Major Discovery
has been made, and recommend our readers capitalize on this
Opportunity right away!
HEADLINES
---------------------
Records: Smith drugs all prescribed by 1 doctor
All Smith scrips by one doctor
Collins: Why this scientist believes in God
Congress bypassed to appoint Swift Boat donor
Ahmadinejad: Pardon for UK sailors
Army: New friendly fire probe
CNN Wire: Latest updates on world's top stories
Bush appoints ambassador
---------------------
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (3 preceding siblings ...)
2006-02-15 18:36 ` carlin virginie
@ 2007-04-24 23:55 ` Vernon Knox
2007-06-07 9:57 ` vignesh babu
` (34 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Vernon Knox @ 2007-04-24 23:55 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
------------------------
*************
Want to meet with young girl ?
Want to have sex with 12 years old girl ?
We will help you !
***
THE BEST RESOURCE.
http://mod-site.net/gb/u/buffoon-2.html
or
http://www.ganszander.narod.ru/
Join now for free !
*************
*******************
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 854 bytes --]
Spam detection software, running on the system "daredevil.osdl.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Want to meet with young girl ? Want to have sex with 12
years old girl ? We will help you ! *** [...]
Content analysis details: (5.8 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.8 RCVD_ILLEGAL_IP Received: contains illegal IP address
2.0 BAYES_80 BODY: Bayesian spam probability is 80 to 95%
[score: 0.9415]
2.0 MISSING_SUBJECT Missing Subject: header
[-- Attachment #3: Type: text/plain, Size: 187 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (4 preceding siblings ...)
2007-04-24 23:55 ` Vernon Knox
@ 2007-06-07 9:57 ` vignesh babu
2007-07-18 7:13 ` Emma
` (33 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: vignesh babu @ 2007-06-07 9:57 UTC (permalink / raw)
To: tony.luck, rohit.seth, kenneth.w.chen
Cc: linux-ia64, linux-mm, linux-kernel, Kernel Janitors List
Replacing (n & (n-1)) in the context of power of 2 checks
with is_power_of_2
Signed-off-by: vignesh babu <vignesh.babu@wipro.com>
---
diff --git a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c
index 1346b7f..d22861c 100644
--- a/arch/ia64/mm/hugetlbpage.c
+++ b/arch/ia64/mm/hugetlbpage.c
@@ -15,6 +15,7 @@
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
+#include <linux/log2.h>
#include <asm/mman.h>
#include <asm/pgalloc.h>
#include <asm/tlb.h>
@@ -182,7 +183,7 @@ static int __init hugetlb_setup_sz(char *str)
tr_pages = 0x15557000UL;
size = memparse(str, &str);
- if (*str || (size & (size-1)) || !(tr_pages & size) ||
+ if (*str || !is_power_of_2(size) || !(tr_pages & size) ||
size <= PAGE_SIZE ||
size >= (1UL << PAGE_SHIFT << MAX_ORDER)) {
printk(KERN_WARNING "Invalid huge page size specified\n");
--
Vignesh Babu BM
_____________________________________________________________
"Why is it that every time I'm with you, makes me believe in magic?"
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply related [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (5 preceding siblings ...)
2007-06-07 9:57 ` vignesh babu
@ 2007-07-18 7:13 ` Emma
2007-07-19 20:55 ` Fleming T. Luke
` (32 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Emma @ 2007-07-18 7:13 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 781 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.3 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 0.9999]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (6 preceding siblings ...)
2007-07-18 7:13 ` Emma
@ 2007-07-19 20:55 ` Fleming T. Luke
2007-07-20 2:21 ` Emilia
` (31 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Fleming T. Luke @ 2007-07-19 20:55 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 781 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.3 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 1.0000]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (7 preceding siblings ...)
2007-07-19 20:55 ` Fleming T. Luke
@ 2007-07-20 2:21 ` Emilia
2007-07-20 4:38 ` Israel Hyde
` (30 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Emilia @ 2007-07-20 2:21 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (8 preceding siblings ...)
2007-07-20 2:21 ` Emilia
@ 2007-07-20 4:38 ` Israel Hyde
2007-07-20 12:55 ` Kirby B. Jenny
` (29 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Israel Hyde @ 2007-07-20 4:38 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 846 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (5.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.8 RCVD_ILLEGAL_IP Received: contains illegal IP address
0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
[score: 0.5657]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (9 preceding siblings ...)
2007-07-20 4:38 ` Israel Hyde
@ 2007-07-20 12:55 ` Kirby B. Jenny
2007-07-20 15:18 ` Holloway S. Leslie
` (28 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Kirby B. Jenny @ 2007-07-20 12:55 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (10 preceding siblings ...)
2007-07-20 12:55 ` Kirby B. Jenny
@ 2007-07-20 15:18 ` Holloway S. Leslie
2007-07-24 1:21 ` Golden Terry
` (27 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Holloway S. Leslie @ 2007-07-20 15:18 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 781 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.3 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 0.9999]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (11 preceding siblings ...)
2007-07-20 15:18 ` Holloway S. Leslie
@ 2007-07-24 1:21 ` Golden Terry
2007-07-25 12:08 ` Netty Clark
` (26 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Golden Terry @ 2007-07-24 1:21 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (12 preceding siblings ...)
2007-07-24 1:21 ` Golden Terry
@ 2007-07-25 12:08 ` Netty Clark
2007-07-25 12:09 ` Carol Durham
` (25 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Netty Clark @ 2007-07-25 12:08 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (13 preceding siblings ...)
2007-07-25 12:08 ` Netty Clark
@ 2007-07-25 12:09 ` Carol Durham
2007-07-25 17:06 ` Aguilar
` (24 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Carol Durham @ 2007-07-25 12:09 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 780 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (5.8 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
2.0 BAYES_80 BODY: Bayesian spam probability is 80 to 95%
[score: 0.8966]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (14 preceding siblings ...)
2007-07-25 12:09 ` Carol Durham
@ 2007-07-25 17:06 ` Aguilar
2007-07-26 0:24 ` Benjamin
` (23 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Aguilar @ 2007-07-25 17:06 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 781 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.3 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 0.9995]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (15 preceding siblings ...)
2007-07-25 17:06 ` Aguilar
@ 2007-07-26 0:24 ` Benjamin
2007-07-26 0:25 ` Clark
` (22 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Benjamin @ 2007-07-26 0:24 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (16 preceding siblings ...)
2007-07-26 0:24 ` Benjamin
@ 2007-07-26 0:25 ` Clark
2007-07-28 9:54 ` Ronald W. Harding
` (21 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Clark @ 2007-07-26 0:25 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 780 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (5.8 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
2.0 BAYES_80 BODY: Bayesian spam probability is 80 to 95%
[score: 0.9484]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (17 preceding siblings ...)
2007-07-26 0:25 ` Clark
@ 2007-07-28 9:54 ` Ronald W. Harding
2007-07-29 8:44 ` Montoya K. Ik
` (20 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Ronald W. Harding @ 2007-07-28 9:54 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (18 preceding siblings ...)
2007-07-28 9:54 ` Ronald W. Harding
@ 2007-07-29 8:44 ` Montoya K. Ik
2007-07-29 10:37 ` Bridget C. Herring
` (19 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Montoya K. Ik @ 2007-07-29 8:44 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (19 preceding siblings ...)
2007-07-29 8:44 ` Montoya K. Ik
@ 2007-07-29 10:37 ` Bridget C. Herring
2007-07-29 12:00 ` Johannis
` (18 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Bridget C. Herring @ 2007-07-29 10:37 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 781 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.3 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 0.9986]
2.0 MISSING_SUBJECT Missing Subject: header
1.7 EMPTY_MESSAGE Message appears to be empty with no Subject: text
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (20 preceding siblings ...)
2007-07-29 10:37 ` Bridget C. Herring
@ 2007-07-29 12:00 ` Johannis
2007-07-30 1:13 ` Berg J. Jane
` (17 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Johannis @ 2007-07-29 12:00 UTC (permalink / raw)
To: kernel-janitors
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (5.5 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.2 MSGID_FROM_MTA_ID Message-Id for external message added locally
2.0 BAYES_80 BODY: Bayesian spam probability is 80 to 95%
[score: 0.8453]
2.0 MISSING_SUBJECT Missing Subject: header
0.3 MSGID_FROM_MTA_HEADER Message-Id was added by a relay
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (21 preceding siblings ...)
2007-07-29 12:00 ` Johannis
@ 2007-07-30 1:13 ` Berg J. Jane
2007-07-30 8:38 ` Jeremiah
` (16 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Berg J. Jane @ 2007-07-30 1:13 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (22 preceding siblings ...)
2007-07-30 1:13 ` Berg J. Jane
@ 2007-07-30 8:38 ` Jeremiah
2007-07-30 21:32 ` Pugh V. Blanch
` (15 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Jeremiah @ 2007-07-30 8:38 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (23 preceding siblings ...)
2007-07-30 8:38 ` Jeremiah
@ 2007-07-30 21:32 ` Pugh V. Blanch
2007-07-31 5:47 ` Morgan Wang
` (14 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Pugh V. Blanch @ 2007-07-30 21:32 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (24 preceding siblings ...)
2007-07-30 21:32 ` Pugh V. Blanch
@ 2007-07-31 5:47 ` Morgan Wang
2007-07-31 23:52 ` Sol
` (13 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Morgan Wang @ 2007-07-31 5:47 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (25 preceding siblings ...)
2007-07-31 5:47 ` Morgan Wang
@ 2007-07-31 23:52 ` Sol
2007-07-31 23:53 ` Fanny
` (12 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Sol @ 2007-07-31 23:52 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (26 preceding siblings ...)
2007-07-31 23:52 ` Sol
@ 2007-07-31 23:53 ` Fanny
2007-08-01 9:56 ` Kathleen Andersen
` (11 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Fanny @ 2007-07-31 23:53 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 806 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: [...]
Content analysis details: (7.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.9 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr
1)
1.0 CONTENT_TYPE_NAME_ZIP BODY: Zip Attachment
3.0 BAYES_95 BODY: Bayesian spam probability is 95 to 99%
[score: 0.9645]
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (27 preceding siblings ...)
2007-07-31 23:53 ` Fanny
@ 2007-08-01 9:56 ` Kathleen Andersen
2007-08-01 13:18 ` Peter E. Reid
` (10 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Kathleen Andersen @ 2007-08-01 9:56 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (28 preceding siblings ...)
2007-08-01 9:56 ` Kathleen Andersen
@ 2007-08-01 13:18 ` Peter E. Reid
2007-08-09 18:33 ` Farooq Nassor
` (9 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Peter E. Reid @ 2007-08-01 13:18 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (29 preceding siblings ...)
2007-08-01 13:18 ` Peter E. Reid
@ 2007-08-09 18:33 ` Farooq Nassor
2007-08-09 18:33 ` Husein ledger
` (8 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Farooq Nassor @ 2007-08-09 18:33 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (30 preceding siblings ...)
2007-08-09 18:33 ` Farooq Nassor
@ 2007-08-09 18:33 ` Husein ledger
2007-08-09 18:34 ` Fedon Finken
` (7 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Husein ledger @ 2007-08-09 18:33 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (31 preceding siblings ...)
2007-08-09 18:33 ` Husein ledger
@ 2007-08-09 18:34 ` Fedon Finken
2007-08-09 18:34 ` arvind tamburr
` (6 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Fedon Finken @ 2007-08-09 18:34 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (32 preceding siblings ...)
2007-08-09 18:34 ` Fedon Finken
@ 2007-08-09 18:34 ` arvind tamburr
2007-08-09 19:05 ` Leanne Pacsai
` (5 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: arvind tamburr @ 2007-08-09 18:34 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (33 preceding siblings ...)
2007-08-09 18:34 ` arvind tamburr
@ 2007-08-09 19:05 ` Leanne Pacsai
2007-08-09 19:11 ` huan minniti
` (4 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Leanne Pacsai @ 2007-08-09 19:05 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (34 preceding siblings ...)
2007-08-09 19:05 ` Leanne Pacsai
@ 2007-08-09 19:11 ` huan minniti
2007-08-09 19:14 ` Luxy Herak
` (3 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: huan minniti @ 2007-08-09 19:11 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (35 preceding siblings ...)
2007-08-09 19:11 ` huan minniti
@ 2007-08-09 19:14 ` Luxy Herak
2007-08-20 16:32 ` katsunori luc
` (2 subsequent siblings)
39 siblings, 0 replies; 52+ messages in thread
From: Luxy Herak @ 2007-08-09 19:14 UTC (permalink / raw)
To: kernel-janitors
L.I.V.E F.R.O.M T.H.E S.T.R.E.E.T!
Sym: (P_R_T_H)
Pr: .11 (UP 25%)
A nnounces the Opening of Two New Stores by
(PIN_KSHE_ETS: P-R-T-H) is pleased to announce that P uerto R ico 7, Inc. has
opened two new stores.
The stores are recorded as Pinero II and Borinquen Towers.
Both locations were researched demographically to deliver above
average sales due to high traffic streets and communities directly
surrounding the stores.
The Management team believes that the stores will each quickly reach an annualized
run rate of 1.2 Million dollars of sales.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (36 preceding siblings ...)
2007-08-09 19:14 ` Luxy Herak
@ 2007-08-20 16:32 ` katsunori luc
2007-08-23 1:16 ` annette.schneider
2007-08-23 16:36 ` kidss
39 siblings, 0 replies; 52+ messages in thread
From: katsunori luc @ 2007-08-20 16:32 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 38 bytes --]
http://finance.yahoo.com/q?s=EXMT.PK
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 962 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: http://finance.yahoo.com/q?s=EXMT.PK
http://finance.yahoo.com/q?s=EXMT.PK [...]
Content analysis details: (7.4 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.6 SARE_LWSYMFMT BODY: SARE_LWSYMFMT
0.0 HTML_MESSAGE BODY: HTML included in message
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 1.0000]
0.2 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 chars
2.0 MISSING_SUBJECT Missing Subject: header
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (37 preceding siblings ...)
2007-08-20 16:32 ` katsunori luc
@ 2007-08-23 1:16 ` annette.schneider
2007-08-23 16:36 ` kidss
39 siblings, 0 replies; 52+ messages in thread
From: annette.schneider @ 2007-08-23 1:16 UTC (permalink / raw)
To: kernel-janitors
ERMX Hitting News Again!
EntreMetrix Inc.
ERMX
$0.06
Lightning Could Strike Twice! Keep your eyes open for big news on ERMX
Thursday. Set your buy for open and beat the news. Buy low before the
news hits.
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
* [KJ] (no subject)
2005-05-03 22:13 [KJ] (no subject) Tim Redman
` (38 preceding siblings ...)
2007-08-23 1:16 ` annette.schneider
@ 2007-08-23 16:36 ` kidss
39 siblings, 0 replies; 52+ messages in thread
From: kidss @ 2007-08-23 16:36 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
Day Traders Watch List!
EntreMetrix Inc.
ERMX
$0.06
Tomorrows Trading Could Be Huge! Thursday will provide huge news on
ERMX. Set your buy for open and beat the news. Buy low before the news
hits.
[-- Attachment #2: SpamAssassinReport.txt --]
[-- Type: text/plain, Size: 1073 bytes --]
Spam detection software, running on the system "daredevil.linux-foundation.org", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Day Traders Watch List! EntreMetrix Inc. ERMX $0.06
Tomorrows Trading Could Be Huge! Thursday will provide huge news on
ERMX. Set your buy for open and beat the news. Buy low before the news
hits. [...]
Content analysis details: (6.0 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.1 NO_REAL_NAME From: does not include a real name
1.9 HELO_DYNAMIC_HOME_NL Relay HELO'd using suspicious hostname
(Home.nl)
1.0 BAYES_60 BODY: Bayesian spam probability is 60 to 80%
[score: 0.7576]
2.0 MISSING_SUBJECT Missing Subject: header
[-- Attachment #3: Type: text/plain, Size: 424 bytes --]
_______________________________________________
REMINDER: this mailing list moved to vger.kernel.org and current one will be discontinued soon.
To resubscribe, send email to majordomo@vger.kernel.org with
"subscribe kernel-janitors" in message body and follow instructions.
Kernel-janitors mailing list
Kernel-janitors@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 52+ messages in thread
end of thread, other threads:[~2007-08-23 16:36 UTC | newest]
Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-03 22:13 [KJ] (no subject) Tim Redman
2005-07-03 18:08 ` solt
2005-11-02 0:17 ` Kernel-hackingpdemb
2006-01-16 21:01 ` Eric Sesterhenn / snakebyte
2006-02-15 18:36 ` carlin virginie
2007-04-24 23:55 ` Vernon Knox
2007-06-07 9:57 ` vignesh babu
2007-07-18 7:13 ` Emma
2007-07-19 20:55 ` Fleming T. Luke
2007-07-20 2:21 ` Emilia
2007-07-20 4:38 ` Israel Hyde
2007-07-20 12:55 ` Kirby B. Jenny
2007-07-20 15:18 ` Holloway S. Leslie
2007-07-24 1:21 ` Golden Terry
2007-07-25 12:08 ` Netty Clark
2007-07-25 12:09 ` Carol Durham
2007-07-25 17:06 ` Aguilar
2007-07-26 0:24 ` Benjamin
2007-07-26 0:25 ` Clark
2007-07-28 9:54 ` Ronald W. Harding
2007-07-29 8:44 ` Montoya K. Ik
2007-07-29 10:37 ` Bridget C. Herring
2007-07-29 12:00 ` Johannis
2007-07-30 1:13 ` Berg J. Jane
2007-07-30 8:38 ` Jeremiah
2007-07-30 21:32 ` Pugh V. Blanch
2007-07-31 5:47 ` Morgan Wang
2007-07-31 23:52 ` Sol
2007-07-31 23:53 ` Fanny
2007-08-01 9:56 ` Kathleen Andersen
2007-08-01 13:18 ` Peter E. Reid
2007-08-09 18:33 ` Farooq Nassor
2007-08-09 18:33 ` Husein ledger
2007-08-09 18:34 ` Fedon Finken
2007-08-09 18:34 ` arvind tamburr
2007-08-09 19:05 ` Leanne Pacsai
2007-08-09 19:11 ` huan minniti
2007-08-09 19:14 ` Luxy Herak
2007-08-20 16:32 ` katsunori luc
2007-08-23 1:16 ` annette.schneider
2007-08-23 16:36 ` kidss
-- strict thread matches above, loose matches on Subject: below --
2006-06-05 2:08 Catalina Melvin
2006-06-19 5:47 ` Crescent E. Permission
2006-07-05 15:18 ` Attractively C. Pin
2006-07-19 5:44 ` Scrimmaging T. Prompter
2006-08-07 12:22 ` Injustice H. Tack
2006-08-18 7:14 ` Calumniate H. Adventuresses
2006-09-13 19:53 ` Balaji Rao
2006-11-11 0:47 ` Gentlest R. Exhaustion
2006-11-12 13:28 ` Scotland H. Swoon
2007-01-19 10:11 ` kristofer palmer
2007-04-11 0:30 ` Issa Gasson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).