packages: linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch, linu...

qboosh qboosh at pld-linux.org
Thu Oct 21 22:38:38 CEST 2010


Author: qboosh                       Date: Thu Oct 21 20:38:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.6.36
- updated SuSE.TIOCGDEV patch

---- Files affected:
packages/linux-libc-headers:
   linux-kernel-headers.SuSE.TIOCGDEV.patch (1.7 -> 1.8) , linux-libc-headers.spec (1.162 -> 1.163) 

---- Diffs:

================================================================
Index: packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch
diff -u packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.7 packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.8
--- packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch:1.7	Wed Jan 13 18:14:36 2010
+++ packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch	Thu Oct 21 22:38:33 2010
@@ -8,49 +8,49 @@
  #define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV	_IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG		_IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
- #define FIONCLEX	0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX		0x5451
+ #define TIOCGRS485      0x542E
 --- a/linux/arch/ia64/include/asm/ioctls.h
 +++ b/linux/arch/ia64/include/asm/ioctls.h
-@@ -55,6 +55,7 @@
- #define TIOCGSID	0x5429  /* Return the session ID of FD */
+@@ -59,6 +59,7 @@
+ #define TCSETSF2	_IOW('T',0x2D, struct termios2)
  #define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV	_IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG		_IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX	0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX		0x5451
 --- a/linux/arch/parisc/include/asm/ioctls.h
 +++ b/linux/arch/parisc/include/asm/ioctls.h
-@@ -48,6 +48,7 @@
- #define TIOCGSID	_IOR('T', 20, int) /* Return the session ID of FD */
+@@ -52,6 +52,7 @@
+ #define TCSETSF2	_IOW('T',0x2D, struct termios2)
  #define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV	_IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG		_IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX	0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX		0x5451
 --- a/linux/arch/powerpc/include/asm/ioctls.h
 +++ b/linux/arch/powerpc/include/asm/ioctls.h
-@@ -91,6 +91,7 @@
- #define TIOCGSID	0x5429  /* Return the session ID of FD */
+@@ -94,6 +94,7 @@
+ #define TIOCSRS485	0x542f
  #define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV	_IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG		_IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define TIOCSERCONFIG	0x5453
- #define TIOCSERGWILD	0x5454
 --- a/linux/arch/s390/include/asm/ioctls.h
 +++ b/linux/arch/s390/include/asm/ioctls.h
-@@ -56,6 +56,7 @@
- #define TIOCGSID	0x5429  /* Return the session ID of FD */
+@@ -60,6 +60,7 @@
+ #define TCSETSF2	_IOW('T',0x2D, struct termios2)
  #define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
  #define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 +#define TIOCGDEV	_IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
+ #define TIOCSIG		_IOW('T',0x36, int)  /* Generate signal on Pty slave */
  
  #define FIONCLEX	0x5450  /* these numbers need to be adjusted. */
- #define FIOCLEX		0x5451
 --- a/linux/arch/sparc/include/asm/ioctls.h	2007-07-08 19:32:17.000000000 -0400
 +++ b/linux/arch/sparc/include/asm/ioctls.h	2007-08-27 14:01:21.000000000 -0400
 @@ -15,6 +15,7 @@

================================================================
Index: packages/linux-libc-headers/linux-libc-headers.spec
diff -u packages/linux-libc-headers/linux-libc-headers.spec:1.162 packages/linux-libc-headers/linux-libc-headers.spec:1.163
--- packages/linux-libc-headers/linux-libc-headers.spec:1.162	Wed Sep  8 20:19:28 2010
+++ packages/linux-libc-headers/linux-libc-headers.spec	Thu Oct 21 22:38:33 2010
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-%define	basever	2.6.35
-%define	postver	.4
+%define	basever	2.6.36
+%define	postver	%{nil}
 Summary:	Linux kernel headers for use with C libraries
 Summary(pl.UTF-8):	Nagłówki jądra Linuksa do użytku z bibliotekami C
 Name:		linux-libc-headers
@@ -10,7 +10,7 @@
 License:	GPL v2
 Group:		Development
 Source0:	http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{basever}.tar.bz2
-# Source0-md5:	091abeb4684ce03d1d936851618687b6
+# Source0-md5:	61f3739a73afb6914cb007f37fb09b62
 %if "%{postver}" != "%{nil}"
 Source1:	http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
 # Source1-md5:	738f762746488345b1a8707d00895eef
@@ -117,6 +117,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.163  2010/10/21 20:38:33  qboosh
+- updated to 2.6.36
+- updated SuSE.TIOCGDEV patch
+
 Revision 1.162  2010/09/08 18:19:28  arekm
 - up to 2.6.35.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linux-libc-headers/linux-kernel-headers.SuSE.TIOCGDEV.patch?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linux-libc-headers/linux-libc-headers.spec?r1=1.162&r2=1.163&f=u



More information about the pld-cvs-commit mailing list