- Timestamp:
- Jun 23, 2007, 7:04:49 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5f22e50
- Parents:
- 9c0cf5d
- Location:
- patches
- Files:
-
- 2 added
- 4 deleted
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/glibc-2.6-alpha_ioperm_fix-1.patch
r9c0cf5d r44426cf 1 1 Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org> 2 Date: 200 6-06-253 Initial Package Version: 2. 42 Date: 2007-05-19 3 Initial Package Version: 2.6 4 4 Origin: Joe Ciccone 5 5 Upstream Status: Unknown … … 7 7 instructions being modified are specific to ev56/ev6. 8 8 9 --- glibc-2.4.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c 2006-06-24 18:31:02.000000000 -0400 10 +++ glibc-2.4/sysdeps/unix/sysv/linux/alpha/ioperm.c 2006-06-24 18:32:15.000000000 -0400 11 @@ -173,13 +173,13 @@ 9 diff -Naur glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c 10 --- glibc-2.6.orig/sysdeps/unix/sysv/linux/alpha/ioperm.c 2007-05-07 15:57:20.000000000 -0700 11 +++ glibc-2.6/sysdeps/unix/sysv/linux/alpha/ioperm.c 2007-05-19 13:29:49.000000000 -0700 12 @@ -178,13 +178,13 @@ 12 13 static inline void 13 14 stb_mb(unsigned char val, unsigned long addr) … … 25 26 26 27 static inline void 27 @@ -35 1,7 +351,7 @@28 @@ -356,7 +356,7 @@ 28 29 unsigned long int addr = dense_port_to_cpu_addr (port); 29 30 unsigned char r; … … 34 35 } 35 36 36 @@ -36 1,7 +361,7 @@37 @@ -366,7 +366,7 @@ 37 38 unsigned long int addr = dense_port_to_cpu_addr (port); 38 39 unsigned short r; … … 43 44 } 44 45 46 -
patches/glibc-2.6-localedef_segfault-1.patch
r9c0cf5d r44426cf 1 1 Submitted By: Jim Gifford (patches at jg555 dot com) 2 Date: 200 5-09-293 Initial Package Version: 2. 3.22 Date: 2007-05-19 3 Initial Package Version: 2.6 4 4 Origin: Debian 5 5 Upstream Status: Unknown … … 9 9 See debian bug # 231438 10 10 11 12 --- glibc-2 0050926/locale/programs/3level.h.orig 2005-09-30 06:00:37.000000000 +000013 +++ glibc-2 0050926/locale/programs/3level.h 2005-09-30 06:01:02.000000000 +000014 @@ -20 4,6 +204,42 @@11 diff -Naur glibc-2.6.orig/locale/programs/3level.h glibc-2.6/locale/programs/3level.h 12 --- glibc-2.6.orig/locale/programs/3level.h 2005-12-06 21:47:27.000000000 -0800 13 +++ glibc-2.6/locale/programs/3level.h 2007-05-19 13:38:01.000000000 -0700 14 @@ -202,6 +202,42 @@ 15 15 } 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.