All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <427911.793301236157128303.JavaMail.root@spooler2-g27.priv.proxad.net>

diff --git a/a/1.txt b/N1/1.txt
index b72f108..29c0d4d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,9 +1,9 @@
-From: Cedric Roux <sed-GANU6spQydw@public.gmane.org>
+From: Cedric Roux <sed@free.fr>
 
 A ioctl interface and two ioctl commands added to /dev/vcsaN
 to get/put the current palette of the given tty.
 
-Signed-off-by: Cedric Roux <sed-GANU6spQydw@public.gmane.org>
+Signed-off-by: Cedric Roux <sed@free.fr>
 ---
 This patch exists because there is no way to get the current
 installed palette of a given tty. The PIO_CMAP and GIO_CMAP
@@ -61,11 +61,11 @@ diff -uprN -X linux-2.6.28-vanilla/Documentation/dontdiff linux-2.6.28-vanilla/d
 --- linux-2.6.28-vanilla/drivers/char/vc_screen.c	2008-12-25 00:26:37.000000000 +0100
 +++ linux-2.6.28/drivers/char/vc_screen.c	2009-03-04 08:33:17.000000000 +0100
 @@ -19,6 +19,8 @@
-  * machek-DDRJgj0kmXRGcL5Ds9yaJ6VXKuFTiq87@public.gmane.org - modified not to send characters to wrong console
+  * machek@k332.feld.cvut.cz - modified not to send characters to wrong console
   *	 - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...)
   *	 - making it shorter - scr_readw are macros which expand in PRETTY long code
 + *
-+ * Colormap put/get for /dev/vcsaN, Cedric Roux <sed-GANU6spQydw@public.gmane.org>, March 2009.
++ * Colormap put/get for /dev/vcsaN, Cedric Roux <sed@free.fr>, March 2009.
   */
  
  #include <linux/kernel.h>
@@ -176,7 +176,3 @@ diff -uprN -X linux-2.6.28-vanilla/Documentation/dontdiff linux-2.6.28-vanilla/i
  
  /*
   * vc_screen.c shares this temporary buffer with the console write code so that
---
-To unsubscribe from this list: send the line "unsubscribe linux-api" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 4e5ba86..1d57ea0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,19 @@
- "From\0Cedric Roux <sed-GANU6spQydw@public.gmane.org>\0"
+ "From\0Cedric Roux <sed@free.fr>\0"
  "Subject\0[PATCH] [retry] vt: add ioctl commands to /dev/vcsaN to get/put the current palette of the given tty\0"
  "Date\0Wed, 4 Mar 2009 09:58:48 +0100 (CET)\0"
- "To\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0Alan Cox <alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>"
-  Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
-  mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
- " linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-kernel@vger.kernel.org\0"
+ "Cc\0Alan Cox <alan@lxorguk.ukuu.org.uk>"
+  Andrew Morton <akpm@linux-foundation.org>
+  mtk.manpages@gmail.com
+ " linux-api@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "From: Cedric Roux <sed-GANU6spQydw@public.gmane.org>\n"
+ "From: Cedric Roux <sed@free.fr>\n"
  "\n"
  "A ioctl interface and two ioctl commands added to /dev/vcsaN\n"
  "to get/put the current palette of the given tty.\n"
  "\n"
- "Signed-off-by: Cedric Roux <sed-GANU6spQydw@public.gmane.org>\n"
+ "Signed-off-by: Cedric Roux <sed@free.fr>\n"
  "---\n"
  "This patch exists because there is no way to get the current\n"
  "installed palette of a given tty. The PIO_CMAP and GIO_CMAP\n"
@@ -71,11 +71,11 @@
  "--- linux-2.6.28-vanilla/drivers/char/vc_screen.c\t2008-12-25 00:26:37.000000000 +0100\n"
  "+++ linux-2.6.28/drivers/char/vc_screen.c\t2009-03-04 08:33:17.000000000 +0100\n"
  "@@ -19,6 +19,8 @@\n"
- "  * machek-DDRJgj0kmXRGcL5Ds9yaJ6VXKuFTiq87@public.gmane.org - modified not to send characters to wrong console\n"
+ "  * machek@k332.feld.cvut.cz - modified not to send characters to wrong console\n"
  "  *\t - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...)\n"
  "  *\t - making it shorter - scr_readw are macros which expand in PRETTY long code\n"
  "+ *\n"
- "+ * Colormap put/get for /dev/vcsaN, Cedric Roux <sed-GANU6spQydw@public.gmane.org>, March 2009.\n"
+ "+ * Colormap put/get for /dev/vcsaN, Cedric Roux <sed@free.fr>, March 2009.\n"
  "  */\n"
  " \n"
  " #include <linux/kernel.h>\n"
@@ -185,10 +185,6 @@
  "+void set_palette(struct vc_data *vc);\n"
  " \n"
  " /*\n"
- "  * vc_screen.c shares this temporary buffer with the console write code so that\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-api\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+   * vc_screen.c shares this temporary buffer with the console write code so that
 
-ac85f600ef1184b85da8ce8199de33e261cc300c53bca60f835786c5768eb5cf
+79726f7611ade2d8685034be8751c677b09c8dbc34b8e410ec8ef57596ce9d27

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.