rpms/kernel/devel linux-2.6.11-tux.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 22 07:45:14 UTC 2005


Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5984

Modified Files:
	linux-2.6.11-tux.patch 
Log Message:
re-add missing hunk.


linux-2.6.11-tux.patch:
 linux-910/arch/alpha/kernel/systbls.S   |    8 
 linux-910/arch/i386/kernel/entry.S      |   10 
 linux-910/arch/ia64/kernel/entry.S      |    8 
 linux-910/arch/ia64/kernel/ia64_ksyms.c |    3 
 linux-910/arch/ppc64/kernel/misc.S      |   20 
 linux-910/arch/x86_64/ia32/ia32entry.S  |   10 
 linux-910/fs/dcache.c                   |   36 
 linux-910/fs/exec.c                     |    2 
 linux-910/fs/fcntl.c                    |    4 
 linux-910/fs/namei.c                    |   18 
 linux-910/fs/namespace.c                |    2 
 linux-910/fs/open.c                     |    4 
 linux-910/fs/pipe.c                     |    2 
 linux-910/fs/read_write.c               |    2 
 linux-910/include/asm-alpha/fcntl.h     |    1 
 linux-910/include/asm-i386/fcntl.h      |    1 
 linux-910/include/asm-i386/unistd.h     |    5 
 linux-910/include/asm-ia64/fcntl.h      |    1 
 linux-910/include/asm-ia64/unistd.h     |    2 
 linux-910/include/asm-ppc/fcntl.h       |    1 
 linux-910/include/asm-ppc64/fcntl.h     |    1 
 linux-910/include/asm-s390/fcntl.h      |    1 
 linux-910/include/asm-sparc/fcntl.h     |    1 
 linux-910/include/asm-sparc64/fcntl.h   |    1 
 linux-910/include/asm-x86_64/fcntl.h    |    1 
 linux-910/include/asm-x86_64/unistd.h   |   10 
 linux-910/include/linux/buffer_head.h   |    1 
 linux-910/include/linux/dcache.h        |    8 
 linux-910/include/linux/errno.h         |    3 
 linux-910/include/linux/file.h          |    2 
 linux-910/include/linux/fs.h            |    7 
 linux-910/include/linux/kmod.h          |    1 
 linux-910/include/linux/namei.h         |    2 
 linux-910/include/linux/net.h           |    1 
 linux-910/include/linux/sched.h         |    5 
 linux-910/include/linux/skbuff.h        |    2 
 linux-910/include/linux/socket.h        |    5 
 linux-910/include/linux/sysctl.h        |   50 
 linux-910/include/net/sock.h            |    6 
 linux-910/include/net/tcp.h             |    8 
 linux-910/include/net/tux.h             |  802 +++++++++++
 linux-910/include/net/tux_u.h           |  163 ++
 linux-910/kernel/exit.c                 |    7 
 linux-910/kernel/fork.c                 |    1 
 linux-910/kernel/kmod.c                 |   25 
 linux-910/kernel/signal.c               |    1 
 linux-910/mm/filemap.c                  |   19 
 linux-910/mm/truncate.c                 |    2 
 linux-910/net/Kconfig                   |    2 
 linux-910/net/Makefile                  |    1 
 linux-910/net/ipv4/tcp.c                |    3 
 linux-910/net/ipv4/tcp_input.c          |    1 
 linux-910/net/ipv4/tcp_ipv4.c           |    5 
 linux-910/net/ipv4/tcp_minisocks.c      |    3 
 linux-910/net/ipv4/tcp_output.c         |    5 
 linux-910/net/socket.c                  |  139 +-
 linux-910/net/tux/Kconfig               |   25 
 linux-910/net/tux/Makefile              |   12 
 linux-910/net/tux/abuf.c                |  190 ++
 linux-910/net/tux/accept.c              |  859 ++++++++++++
 linux-910/net/tux/cachemiss.c           |  265 +++
 linux-910/net/tux/cgi.c                 |  160 ++
 linux-910/net/tux/directory.c           |  302 ++++
 linux-910/net/tux/extcgi.c              |  329 ++++
 linux-910/net/tux/gzip.c                |   40 
 linux-910/net/tux/input.c               |  640 +++++++++
 linux-910/net/tux/logger.c              |  836 ++++++++++++
 linux-910/net/tux/main.c                | 1413 ++++++++++++++++++++
 linux-910/net/tux/mod.c                 |  262 +++
 linux-910/net/tux/output.c              |  352 +++++
 linux-910/net/tux/parser.h              |  102 +
 linux-910/net/tux/postpone.c            |   77 +
 linux-910/net/tux/proc.c                | 1149 ++++++++++++++++
 linux-910/net/tux/proto_ftp.c           | 1549 ++++++++++++++++++++++
 linux-910/net/tux/proto_http.c          | 2197 ++++++++++++++++++++++++++++++++
 linux-910/net/tux/redirect.c            |  162 ++
 linux-910/net/tux/times.c               |  392 +++++
 linux-910/net/tux/userspace.c           |   27 
 linux/net/tux/times.h                   |   26 
 79 files changed, 12729 insertions(+), 72 deletions(-)

Index: linux-2.6.11-tux.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-tux.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6.11-tux.patch	22 Mar 2005 07:00:21 -0000	1.3
+++ linux-2.6.11-tux.patch	22 Mar 2005 07:45:11 -0000	1.4
@@ -13697,3 +13697,33 @@
 + *
 + ****************************************************************/
 +
+--- linux/net/tux/times.h.orig
++++ linux/net/tux/times.h
+@@ -0,0 +1,26 @@
++static time_t TimeDays[10][13] = { 
++ { 852073200,	854751600,	857170800,	859849200,	862441200,	865119600,	867711600,	870390000,	873068400,	875660400,	878338800,	880930800,	883609200 } ,
++ { 883609200,	886287600,	888706800,	891385200,	893977200,	896655600,	899247600,	901926000,	904604400,	907196400,	909874800,	912466800,	915145200 } ,
++ { 915145200,	917823600,	920242800,	922921200,	925513200,	928191600,	930783600,	933462000,	936140400,	938732400,	941410800,	944002800,	946681200 } ,
++ { 946681200,	949359600,	951865200,	954543600,	957135600,	959814000,	962406000,	965084400,	967762800,	970354800,	973033200,	975625200,	978303600 } ,
++ { 978303600,	980982000,	983401200,	986079600,	988671600,	991350000,	993942000,	996620400,	999298800,	1001890800,	1004569200,	1007161200,	1009839600 } ,
++ { 1009839600,	1012518000,	1014937200,	1017615600,	1020207600,	1022886000,	1025478000,	1028156400,	1030834800,	1033426800,	1036105200,	1038697200,	1041375600 } ,
++ { 1041375600,	1044054000,	1046473200,	1049151600,	1051743600,	1054422000,	1057014000,	1059692400,	1062370800,	1064962800,	1067641200,	1070233200,	1072911600 } ,
++ { 1072911600,	1075590000,	1078095600,	1080774000,	1083366000,	1086044400,	1088636400,	1091314800,	1093993200,	1096585200,	1099263600,	1101855600,	1104534000 } ,
++ { 1104534000,	1107212400,	1109631600,	1112310000,	1114902000,	1117580400,	1120172400,	1122850800,	1125529200,	1128121200,	1130799600,	1133391600,	1136070000 } ,
++ { 1136070000,	1138748400,	1141167600,	1143846000,	1146438000,	1149116400,	1151708400,	1154386800,	1157065200,	1159657200,	1162335600,	1164927600,	1167606000 } 
++};
++static int WeekDays[10][13] = { 
++ { 3,	6,	6,	2,	4,	0,	2,	5,	1,	3,	6,	1,	4 } ,
++ { 4,	0,	0,	3,	5,	1,	3,	6,	2,	4,	0,	2,	5 } ,
++ { 5,	1,	1,	4,	6,	2,	4,	0,	3,	5,	1,	3,	6 } ,
++ { 6,	2,	3,	6,	1,	4,	6,	2,	5,	0,	3,	5,	1 } ,
++ { 1,	4,	4,	0,	2,	5,	0,	3,	6,	1,	4,	6,	2 } ,
++ { 2,	5,	5,	1,	3,	6,	1,	4,	0,	2,	5,	0,	3 } ,
++ { 3,	6,	6,	2,	4,	0,	2,	5,	1,	3,	6,	1,	4 } ,
++ { 4,	0,	1,	4,	6,	2,	4,	0,	3,	5,	1,	3,	6 } ,
++ { 6,	2,	2,	5,	0,	3,	5,	1,	4,	6,	2,	4,	0 } ,
++ { 0,	3,	3,	6,	1,	4,	6,	2,	5,	0,	3,	5,	1 } 
++};
++#define TUX_YEAROFFSET   1997
++#define TUX_NUMYEARS     10
+




More information about the fedora-cvs-commits mailing list