[Glibc-bsd-commits] r2077 - trunk/kfreebsd-7/debian/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Mon Dec 10 08:23:58 UTC 2007


Author: ps-guest
Date: 2007-12-10 08:23:57 +0000 (Mon, 10 Dec 2007)
New Revision: 2077

Modified:
   trunk/kfreebsd-7/debian/patches/001_misc.diff
   trunk/kfreebsd-7/debian/patches/003_glibc_dev_aicasm.diff
   trunk/kfreebsd-7/debian/patches/004_xargs.diff
   trunk/kfreebsd-7/debian/patches/005_binutils.diff
   trunk/kfreebsd-7/debian/patches/007_clone_signals.diff
   trunk/kfreebsd-7/debian/patches/008_config.diff
   trunk/kfreebsd-7/debian/patches/009_disable_duped_modules.diff
   trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff
   trunk/kfreebsd-7/debian/patches/013_ip_packed.diff
   trunk/kfreebsd-7/debian/patches/017_oss_compat.diff
   trunk/kfreebsd-7/debian/patches/020_linker.diff
   trunk/kfreebsd-7/debian/patches/902_version.diff
   trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff
   trunk/kfreebsd-7/debian/patches/904_dev_full.diff
   trunk/kfreebsd-7/debian/patches/906_grow_sysv_ipc_limits.diff
   trunk/kfreebsd-7/debian/patches/907_cpu_class.diff
   trunk/kfreebsd-7/debian/patches/908_linprocfs_is_not_proc.diff
   trunk/kfreebsd-7/debian/patches/910_GENERIC_hints.diff
   trunk/kfreebsd-7/debian/patches/911_no_werror.diff
   trunk/kfreebsd-7/debian/patches/912_binutils.diff
   trunk/kfreebsd-7/debian/patches/913_uudecode.diff
   trunk/kfreebsd-7/debian/patches/999_config.diff
Log:
* Refresh all patches without timestamps



Modified: trunk/kfreebsd-7/debian/patches/001_misc.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/001_misc.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/001_misc.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -4,8 +4,8 @@
 
 Index: sys/conf/kern.mk
 ===================================================================
---- sys/conf/kern.mk.orig	2007-12-09 13:18:02.329538000 +0100
-+++ sys/conf/kern.mk	2007-12-09 13:24:46.000000000 +0100
+--- sys/conf/kern.mk.orig
++++ sys/conf/kern.mk
 @@ -1,5 +1,9 @@
  # $FreeBSD: src/sys/conf/kern.mk,v 1.52 2007/05/24 21:53:42 obrien Exp $
  
@@ -49,8 +49,8 @@
  
 Index: sys/conf/kern.post.mk
 ===================================================================
---- sys/conf/kern.post.mk.orig	2007-12-09 13:18:02.373992000 +0100
-+++ sys/conf/kern.post.mk	2007-12-09 13:25:40.851878000 +0100
+--- sys/conf/kern.post.mk.orig
++++ sys/conf/kern.post.mk
 @@ -1,5 +1,15 @@
  # $FreeBSD: src/sys/conf/kern.post.mk,v 1.100 2007/03/23 21:55:59 imp Exp $
  

Modified: trunk/kfreebsd-7/debian/patches/003_glibc_dev_aicasm.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/003_glibc_dev_aicasm.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/003_glibc_dev_aicasm.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/dev/aic7xxx/aicasm/Makefile
 ===================================================================
---- sys/dev/aic7xxx/aicasm/Makefile.orig	2007-12-09 13:18:01.866480000 +0100
-+++ sys/dev/aic7xxx/aicasm/Makefile	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/Makefile.orig
++++ sys/dev/aic7xxx/aicasm/Makefile
 @@ -14,7 +14,7 @@
  SRCS=	${GENHDRS} ${CSRCS} ${YSRCS} ${LSRCS}
  CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
@@ -27,8 +27,8 @@
  .endif
 Index: sys/dev/aic7xxx/aicasm/aicasm.h
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm.h.orig	2007-12-09 13:18:01.898319000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm.h	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm.h.orig
++++ sys/dev/aic7xxx/aicasm/aicasm.h
 @@ -42,8 +42,9 @@
   * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.h,v 1.17 2005/01/06 01:42:27 imp Exp $
   */
@@ -43,8 +43,8 @@
  #endif
 Index: sys/dev/aic7xxx/aicasm/aicasm_gram.y
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_gram.y.orig	2007-12-09 13:18:01.930222000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_gram.y	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_gram.y.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_gram.y
 @@ -52,8 +52,9 @@
  #include <string.h>
  #include <sysexits.h>
@@ -59,8 +59,8 @@
  #endif
 Index: sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y.orig	2007-12-09 13:18:01.962338000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 @@ -52,8 +52,9 @@
  #include <string.h>
  #include <sysexits.h>
@@ -75,8 +75,8 @@
  #endif
 Index: sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l.orig	2007-12-09 13:18:02.001422000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
 @@ -51,8 +51,10 @@
  #include <stdio.h>
  #include <string.h>
@@ -92,8 +92,8 @@
  #endif
 Index: sys/dev/aic7xxx/aicasm/aicasm_scan.l
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_scan.l.orig	2007-12-09 13:18:02.033612000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_scan.l	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_scan.l.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_scan.l
 @@ -51,8 +51,10 @@
  #include <stdio.h>
  #include <string.h>
@@ -109,8 +109,8 @@
  #endif
 Index: sys/dev/aic7xxx/aicasm/aicasm_symbol.c
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_symbol.c.orig	2007-12-09 13:18:02.065829000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_symbol.c	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_symbol.c.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_symbol.c
 @@ -44,10 +44,11 @@
  
  #include <sys/types.h>
@@ -128,8 +128,8 @@
  #include <inttypes.h>
 Index: sys/dev/aic7xxx/aicasm/aicasm_symbol.h
 ===================================================================
---- sys/dev/aic7xxx/aicasm/aicasm_symbol.h.orig	2007-12-09 13:18:02.120282000 +0100
-+++ sys/dev/aic7xxx/aicasm/aicasm_symbol.h	2007-12-09 13:24:46.000000000 +0100
+--- sys/dev/aic7xxx/aicasm/aicasm_symbol.h.orig
++++ sys/dev/aic7xxx/aicasm/aicasm_symbol.h
 @@ -42,8 +42,9 @@
   * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h,v 1.17 2005/01/06 01:42:27 imp Exp $
   */

Modified: trunk/kfreebsd-7/debian/patches/004_xargs.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/004_xargs.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/004_xargs.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -3,8 +3,8 @@
 
 Index: sys/conf/kmod.mk
 ===================================================================
---- sys/conf/kmod.mk.orig	2007-12-09 13:18:01.690204000 +0100
-+++ sys/conf/kmod.mk	2007-12-09 13:25:40.902194000 +0100
+--- sys/conf/kmod.mk.orig
++++ sys/conf/kmod.mk
 @@ -204,7 +204,7 @@
  	grep -v '^#' < ${EXPORT_SYMS} > export_syms
  .endif
@@ -16,8 +16,8 @@
  .if !defined(DEBUG_FLAGS) && ${MACHINE_ARCH} == amd64
 Index: sys/contrib/dev/acpica/acpica_prep.sh
 ===================================================================
---- sys/contrib/dev/acpica/acpica_prep.sh.orig	2007-12-09 13:18:01.744163000 +0100
-+++ sys/contrib/dev/acpica/acpica_prep.sh	2007-12-09 13:24:46.000000000 +0100
+--- sys/contrib/dev/acpica/acpica_prep.sh.orig
++++ sys/contrib/dev/acpica/acpica_prep.sh
 @@ -55,12 +55,12 @@
  
  echo copying full dirs

Modified: trunk/kfreebsd-7/debian/patches/005_binutils.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/005_binutils.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/005_binutils.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -3,8 +3,8 @@
 
 Index: sys/i386/i386/locore.s
 ===================================================================
---- sys/i386/i386/locore.s.orig	2007-12-09 13:18:01.102886000 +0100
-+++ sys/i386/i386/locore.s	2007-12-09 13:24:46.000000000 +0100
+--- sys/i386/i386/locore.s.orig
++++ sys/i386/i386/locore.s
 @@ -358,7 +358,7 @@
  	pushl	%eax
  	testl	$PSL_VM,UC_EFLAGS(%eax)
@@ -34,8 +34,8 @@
  	pushl	%eax			/* junk to fake return addr. */
 Index: sys/i386/i386/swtch.s
 ===================================================================
---- sys/i386/i386/swtch.s.orig	2007-12-09 13:18:01.139146000 +0100
-+++ sys/i386/i386/swtch.s	2007-12-09 13:24:46.000000000 +0100
+--- sys/i386/i386/swtch.s.orig
++++ sys/i386/i386/swtch.s
 @@ -130,7 +130,7 @@
  	movl	%ebp,PCB_EBP(%edx)
  	movl	%esi,PCB_ESI(%edx)
@@ -65,8 +65,8 @@
  
 Index: sys/i386/include/cpufunc.h
 ===================================================================
---- sys/i386/include/cpufunc.h.orig	2007-12-09 13:18:01.175563000 +0100
-+++ sys/i386/include/cpufunc.h	2007-12-09 13:24:46.000000000 +0100
+--- sys/i386/include/cpufunc.h.orig
++++ sys/i386/include/cpufunc.h
 @@ -452,7 +452,7 @@
  rfs(void)
  {
@@ -103,8 +103,8 @@
  static __inline void
 Index: sys/i386/linux/linux_locore.s
 ===================================================================
---- sys/i386/linux/linux_locore.s.orig	2007-12-09 13:18:01.216859000 +0100
-+++ sys/i386/linux/linux_locore.s	2007-12-09 13:24:46.000000000 +0100
+--- sys/i386/linux/linux_locore.s.orig
++++ sys/i386/linux/linux_locore.s
 @@ -8,7 +8,7 @@
  NON_GPROF_ENTRY(linux_sigcode)
  	call	*LINUX_SIGF_HANDLER(%esp)
@@ -125,8 +125,8 @@
  	int	$0x80				/* enter kernel with args */
 Index: sys/compat/ndis/winx32_wrap.S
 ===================================================================
---- sys/compat/ndis/winx32_wrap.S.orig	2007-12-09 13:18:01.257978000 +0100
-+++ sys/compat/ndis/winx32_wrap.S	2007-12-09 13:24:46.000000000 +0100
+--- sys/compat/ndis/winx32_wrap.S.orig
++++ sys/compat/ndis/winx32_wrap.S
 @@ -369,7 +369,7 @@
  	ret
  
@@ -138,8 +138,8 @@
  ENTRY(x86_gettid)
 Index: sys/amd64/amd64/cpu_switch.S
 ===================================================================
---- sys/amd64/amd64/cpu_switch.S.orig	2007-12-09 13:18:01.294602000 +0100
-+++ sys/amd64/amd64/cpu_switch.S	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/amd64/cpu_switch.S.orig
++++ sys/amd64/amd64/cpu_switch.S
 @@ -110,7 +110,7 @@
  	jz	1f				/* no, skip over */
  
@@ -160,8 +160,8 @@
  1:
 Index: sys/amd64/ia32/ia32_signal.c
 ===================================================================
---- sys/amd64/ia32/ia32_signal.c.orig	2007-12-09 13:18:01.326931000 +0100
-+++ sys/amd64/ia32/ia32_signal.c	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/ia32/ia32_signal.c.orig
++++ sys/amd64/ia32/ia32_signal.c
 @@ -328,8 +328,8 @@
  	sf.sf_uc.uc_mcontext.mc_onstack = (oonstack) ? 1 : 0;
  	sf.sf_uc.uc_mcontext.mc_gs = rgs();
@@ -186,8 +186,8 @@
  	sf.sf_uc.uc_mcontext.mc_ebp = regs->tf_rbp;
 Index: sys/amd64/include/cpufunc.h
 ===================================================================
---- sys/amd64/include/cpufunc.h.orig	2007-12-09 13:18:01.400151000 +0100
-+++ sys/amd64/include/cpufunc.h	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/include/cpufunc.h.orig
++++ sys/amd64/include/cpufunc.h
 @@ -482,7 +482,7 @@
  rfs(void)
  {
@@ -266,8 +266,8 @@
  
 Index: sys/amd64/linux32/linux32_sysvec.c
 ===================================================================
---- sys/amd64/linux32/linux32_sysvec.c.orig	2007-12-09 13:18:01.432524000 +0100
-+++ sys/amd64/linux32/linux32_sysvec.c	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/linux32/linux32_sysvec.c.orig
++++ sys/amd64/linux32/linux32_sysvec.c
 @@ -355,9 +355,9 @@
  	frame.sf_sc.uc_mcontext.sc_mask   = frame.sf_sc.uc_sigmask.__bits[0];
          frame.sf_sc.uc_mcontext.sc_gs     = rgs();
@@ -293,8 +293,8 @@
  	frame.sf_sc.sc_ebp    = regs->tf_rbp;
 Index: sys/amd64/ia32/ia32_sigtramp.S
 ===================================================================
---- sys/amd64/ia32/ia32_sigtramp.S.orig	2007-12-09 13:18:01.363520000 +0100
-+++ sys/amd64/ia32/ia32_sigtramp.S	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/ia32/ia32_sigtramp.S.orig
++++ sys/amd64/ia32/ia32_sigtramp.S
 @@ -45,8 +45,8 @@
  	calll	*IA32_SIGF_HANDLER(%esp)
  	leal	IA32_SIGF_UC(%esp),%eax	/* get ucontext */
@@ -319,8 +319,8 @@
  	int	$0x80			/* enter kernel with args */
 Index: sys/amd64/linux32/linux32_locore.s
 ===================================================================
---- sys/amd64/linux32/linux32_locore.s.orig	2007-12-09 13:18:01.482547000 +0100
-+++ sys/amd64/linux32/linux32_locore.s	2007-12-09 13:24:46.000000000 +0100
+--- sys/amd64/linux32/linux32_locore.s.orig
++++ sys/amd64/linux32/linux32_locore.s
 @@ -11,8 +11,8 @@
  NON_GPROF_ENTRY(linux_sigcode)
  	call	*LINUX_SIGF_HANDLER(%esp)

Modified: trunk/kfreebsd-7/debian/patches/007_clone_signals.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/007_clone_signals.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/007_clone_signals.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/kern/kern_fork.c
 ===================================================================
---- sys/kern/kern_fork.c.orig	2007-12-09 13:18:00.934173000 +0100
-+++ sys/kern/kern_fork.c	2007-12-09 13:24:47.000000000 +0100
+--- sys/kern/kern_fork.c.orig
++++ sys/kern/kern_fork.c
 @@ -485,7 +485,11 @@
  		p2->p_sigacts = newsigacts;
  	}
@@ -17,8 +17,8 @@
  
 Index: sys/sys/unistd.h
 ===================================================================
---- sys/sys/unistd.h.orig	2007-12-09 13:18:00.979104000 +0100
-+++ sys/sys/unistd.h	2007-12-09 13:24:47.000000000 +0100
+--- sys/sys/unistd.h.orig
++++ sys/sys/unistd.h
 @@ -181,6 +181,10 @@
  #define	RFHIGHPID	(1<<18)	/* use a pid higher then 10 (idleproc) */
  #define	RFPPWAIT	(1<<31)	/* parent sleeps until child exits (vfork) */

Modified: trunk/kfreebsd-7/debian/patches/008_config.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/008_config.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/008_config.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -5,8 +5,8 @@
 
 Index: usr.sbin/config/Makefile
 ===================================================================
---- usr.sbin/config/Makefile.orig	2007-12-09 13:18:00.765343000 +0100
-+++ usr.sbin/config/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- usr.sbin/config/Makefile.orig
++++ usr.sbin/config/Makefile
 @@ -9,11 +9,11 @@
  kernconf.c: kernconf.tmpl
  	file2c 'char kernconfstr[] = {' ',0};' < ${.CURDIR}/kernconf.tmpl > kernconf.c
@@ -24,8 +24,8 @@
  
 Index: usr.sbin/config/main.c
 ===================================================================
---- usr.sbin/config/main.c.orig	2007-12-09 13:18:00.810055000 +0100
-+++ usr.sbin/config/main.c	2007-12-09 13:24:47.000000000 +0100
+--- usr.sbin/config/main.c.orig
++++ usr.sbin/config/main.c
 @@ -41,12 +41,18 @@
    "$FreeBSD: src/usr.sbin/config/main.c,v 1.76 2007/05/17 04:53:52 imp Exp $";
  #endif /* not lint */

Modified: trunk/kfreebsd-7/debian/patches/009_disable_duped_modules.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/009_disable_duped_modules.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/009_disable_duped_modules.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -3,8 +3,8 @@
 
 Index: sys/conf/Makefile.amd64
 ===================================================================
---- sys/conf/Makefile.amd64.orig	2007-12-09 13:18:00.390486000 +0100
-+++ sys/conf/Makefile.amd64	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.amd64.orig
++++ sys/conf/Makefile.amd64
 @@ -38,6 +38,8 @@
  
  MKMODULESENV+= MACHINE=amd64
@@ -16,8 +16,8 @@
  %OBJS
 Index: sys/conf/Makefile.arm
 ===================================================================
---- sys/conf/Makefile.arm.orig	2007-12-09 13:18:00.422256000 +0100
-+++ sys/conf/Makefile.arm	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.arm.orig
++++ sys/conf/Makefile.arm
 @@ -109,6 +109,8 @@
  	rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
  	inflate-tramp.o tmphack.S
@@ -29,8 +29,8 @@
  %OBJS
 Index: sys/conf/Makefile.i386
 ===================================================================
---- sys/conf/Makefile.i386.orig	2007-12-09 13:18:00.454097000 +0100
-+++ sys/conf/Makefile.i386	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.i386.orig
++++ sys/conf/Makefile.i386
 @@ -34,6 +34,8 @@
  
  MKMODULESENV+=	MACHINE=${MACHINE}
@@ -42,8 +42,8 @@
  %OBJS
 Index: sys/conf/Makefile.ia64
 ===================================================================
---- sys/conf/Makefile.ia64.orig	2007-12-09 13:18:00.486110000 +0100
-+++ sys/conf/Makefile.ia64	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.ia64.orig
++++ sys/conf/Makefile.ia64
 @@ -36,6 +36,8 @@
  
  ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
@@ -55,8 +55,8 @@
  %OBJS
 Index: sys/conf/Makefile.pc98
 ===================================================================
---- sys/conf/Makefile.pc98.orig	2007-12-09 13:18:00.517944000 +0100
-+++ sys/conf/Makefile.pc98	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.pc98.orig
++++ sys/conf/Makefile.pc98
 @@ -34,6 +34,8 @@
  
  MKMODULESENV+=	MACHINE=${MACHINE}
@@ -68,8 +68,8 @@
  %OBJS
 Index: sys/conf/Makefile.powerpc
 ===================================================================
---- sys/conf/Makefile.powerpc.orig	2007-12-09 13:18:00.549928000 +0100
-+++ sys/conf/Makefile.powerpc	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.powerpc.orig
++++ sys/conf/Makefile.powerpc
 @@ -37,6 +37,8 @@
  CFLAGS+=	-fno-omit-frame-pointer
  .endif
@@ -81,8 +81,8 @@
  %OBJS
 Index: sys/conf/Makefile.sparc64
 ===================================================================
---- sys/conf/Makefile.sparc64.orig	2007-12-09 13:18:00.590733000 +0100
-+++ sys/conf/Makefile.sparc64	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/Makefile.sparc64.orig
++++ sys/conf/Makefile.sparc64
 @@ -32,6 +32,8 @@
  
  MDOBJS=	exception.o interrupt.o
@@ -94,8 +94,8 @@
  %OBJS
 Index: usr.sbin/config/mkmakefile.c
 ===================================================================
---- usr.sbin/config/mkmakefile.c.orig	2007-12-09 13:18:00.636540000 +0100
-+++ usr.sbin/config/mkmakefile.c	2007-12-09 13:24:47.000000000 +0100
+--- usr.sbin/config/mkmakefile.c.orig
++++ usr.sbin/config/mkmakefile.c
 @@ -70,6 +70,7 @@
  static void do_rules(FILE *);
  static void do_xxfiles(char *, FILE *);

Modified: trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -2,8 +2,8 @@
 
 Index: sys/kern/imgact_elf.c
 ===================================================================
---- sys/kern/imgact_elf.c.orig	2007-12-09 13:18:00.268757000 +0100
-+++ sys/kern/imgact_elf.c	2007-12-09 13:24:47.000000000 +0100
+--- sys/kern/imgact_elf.c.orig
++++ sys/kern/imgact_elf.c
 @@ -619,6 +619,8 @@
  	const char *note_name;
  	struct thread *td = curthread;

Modified: trunk/kfreebsd-7/debian/patches/013_ip_packed.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/013_ip_packed.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/013_ip_packed.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/netinet/ip.h
 ===================================================================
---- sys/netinet/ip.h.orig	2007-12-09 13:18:00.128808000 +0100
-+++ sys/netinet/ip.h	2007-12-09 13:24:47.000000000 +0100
+--- sys/netinet/ip.h.orig
++++ sys/netinet/ip.h
 @@ -67,7 +67,7 @@
  	u_char	ip_p;			/* protocol */
  	u_short	ip_sum;			/* checksum */

Modified: trunk/kfreebsd-7/debian/patches/017_oss_compat.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/017_oss_compat.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/017_oss_compat.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/sys/soundcard.h
 ===================================================================
---- sys/sys/soundcard.h.orig	2007-12-09 13:17:59.996600000 +0100
-+++ sys/sys/soundcard.h	2007-12-09 13:24:47.000000000 +0100
+--- sys/sys/soundcard.h.orig
++++ sys/sys/soundcard.h
 @@ -813,6 +813,8 @@
      /* Has a coprocessor, sometimes it's a DSP but usually not */
  #define DSP_CAP_TRIGGER		0x00001000 /* Supports SETTRIGGER */

Modified: trunk/kfreebsd-7/debian/patches/020_linker.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/020_linker.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/020_linker.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -6,8 +6,8 @@
 
 Index: sys/conf/kern.post.mk
 ===================================================================
---- sys/conf/kern.post.mk.orig	2007-12-09 13:25:30.578016000 +0100
-+++ sys/conf/kern.post.mk	2007-12-09 13:25:36.000000000 +0100
+--- sys/conf/kern.post.mk.orig
++++ sys/conf/kern.post.mk
 @@ -95,7 +95,9 @@
  ${FULLKERNEL}: ${SYSTEM_DEP} vers.o
  	@rm -f ${.TARGET}
@@ -21,8 +21,8 @@
  .endif
 Index: sys/conf/kmod.mk
 ===================================================================
---- sys/conf/kmod.mk.orig	2007-12-09 13:25:30.639703000 +0100
-+++ sys/conf/kmod.mk	2007-12-09 13:25:36.000000000 +0100
+--- sys/conf/kmod.mk.orig
++++ sys/conf/kmod.mk
 @@ -177,7 +177,8 @@
  
  .if ${MACHINE_ARCH} != amd64

Modified: trunk/kfreebsd-7/debian/patches/902_version.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/902_version.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/902_version.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/conf/newvers.sh
 ===================================================================
---- sys/conf/newvers.sh.orig	2007-12-09 13:17:59.696816000 +0100
-+++ sys/conf/newvers.sh	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/newvers.sh.orig
++++ sys/conf/newvers.sh
 @@ -89,7 +89,7 @@
  cat << EOF > vers.c
  $COPYRIGHT

Modified: trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/conf/files
 ===================================================================
---- sys/conf/files.orig	2007-12-09 13:17:59.330467000 +0100
-+++ sys/conf/files	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/files.orig
++++ sys/conf/files
 @@ -469,17 +469,6 @@
  dev/ata/atapi-cd.c		optional atapicd
  dev/ata/atapi-fd.c		optional atapifd
@@ -22,8 +22,8 @@
  dev/awi/if_awi_pccard.c		optional awi pccard
 Index: sys/conf/files.i386
 ===================================================================
---- sys/conf/files.i386.orig	2007-12-09 13:17:59.362133000 +0100
-+++ sys/conf/files.i386	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/files.i386.orig
++++ sys/conf/files.i386
 @@ -46,42 +46,6 @@
  	no-obj no-implicit-rule before-depend				\
  	clean		"ukbdmap.h"
@@ -95,8 +95,8 @@
  dev/sbni/if_sbni_pci.c		optional sbni pci
 Index: sys/conf/kern.pre.mk
 ===================================================================
---- sys/conf/kern.pre.mk.orig	2007-12-09 13:17:59.394111000 +0100
-+++ sys/conf/kern.pre.mk	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/kern.pre.mk.orig
++++ sys/conf/kern.pre.mk
 @@ -67,9 +67,6 @@
  # ... and the same for pf
  INCLUDES+= -I$S/contrib/pf
@@ -109,8 +109,8 @@
  
 Index: sys/i386/conf/GENERIC
 ===================================================================
---- sys/i386/conf/GENERIC.orig	2007-12-09 13:17:59.471217000 +0100
-+++ sys/i386/conf/GENERIC	2007-12-09 13:25:22.166513000 +0100
+--- sys/i386/conf/GENERIC.orig
++++ sys/i386/conf/GENERIC
 @@ -128,8 +128,6 @@
  device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
  device		ciss		# Compaq Smart RAID 5*
@@ -122,8 +122,8 @@
  device		mly		# Mylex AcceleRAID/eXtremeRAID
 Index: sys/modules/Makefile
 ===================================================================
---- sys/modules/Makefile.orig	2007-12-09 13:17:59.507637000 +0100
-+++ sys/modules/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/Makefile.orig
++++ sys/modules/Makefile
 @@ -25,11 +25,6 @@
  	${_arl} \
  	${_asr} \
@@ -291,8 +291,8 @@
  _i2c=		i2c
 Index: sys/amd64/conf/GENERIC
 ===================================================================
---- sys/amd64/conf/GENERIC.orig	2007-12-09 13:17:59.557535000 +0100
-+++ sys/amd64/conf/GENERIC	2007-12-09 13:25:22.217345000 +0100
+--- sys/amd64/conf/GENERIC.orig
++++ sys/amd64/conf/GENERIC
 @@ -121,8 +121,6 @@
  device		arcmsr		# Areca SATA II RAID
  device		ciss		# Compaq Smart RAID 5*
@@ -304,8 +304,8 @@
  device		mly		# Mylex AcceleRAID/eXtremeRAID
 Index: sys/conf/files.amd64
 ===================================================================
---- sys/conf/files.amd64.orig	2007-12-09 13:17:59.430662000 +0100
-+++ sys/conf/files.amd64	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/files.amd64.orig
++++ sys/conf/files.amd64
 @@ -47,35 +47,6 @@
  	no-obj no-implicit-rule before-depend				\
  	clean		"ukbdmap.h"

Modified: trunk/kfreebsd-7/debian/patches/904_dev_full.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/904_dev_full.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/904_dev_full.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -3,8 +3,8 @@
 
 Index: sys/dev/null/null.c
 ===================================================================
---- sys/dev/null/null.c.orig	2007-12-09 13:17:59.091708000 +0100
-+++ sys/dev/null/null.c	2007-12-09 13:24:47.000000000 +0100
+--- sys/dev/null/null.c.orig
++++ sys/dev/null/null.c
 @@ -43,13 +43,16 @@
  
  /* For use with destroy_dev(9). */

Modified: trunk/kfreebsd-7/debian/patches/906_grow_sysv_ipc_limits.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/906_grow_sysv_ipc_limits.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/906_grow_sysv_ipc_limits.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -24,8 +24,8 @@
 
 Index: sys/i386/conf/GENERIC
 ===================================================================
---- sys/i386/conf/GENERIC.orig	2007-12-09 13:24:47.000000000 +0100
-+++ sys/i386/conf/GENERIC	2007-12-09 13:25:00.391532000 +0100
+--- sys/i386/conf/GENERIC.orig
++++ sys/i386/conf/GENERIC
 @@ -55,8 +55,14 @@
  options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
  options 	KTRACE			# ktrace(1) support
@@ -43,8 +43,8 @@
  options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
 Index: sys/amd64/conf/GENERIC
 ===================================================================
---- sys/amd64/conf/GENERIC.orig	2007-12-09 13:24:47.000000000 +0100
-+++ sys/amd64/conf/GENERIC	2007-12-09 13:25:00.320142000 +0100
+--- sys/amd64/conf/GENERIC.orig
++++ sys/amd64/conf/GENERIC
 @@ -55,8 +55,14 @@
  options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
  options 	KTRACE			# ktrace(1) support

Modified: trunk/kfreebsd-7/debian/patches/907_cpu_class.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/907_cpu_class.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/907_cpu_class.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -3,8 +3,8 @@
 
 Index: sys/i386/i386/identcpu.c
 ===================================================================
---- sys/i386/i386/identcpu.c.orig	2007-12-09 13:17:58.684647000 +0100
-+++ sys/i386/i386/identcpu.c	2007-12-09 13:24:47.000000000 +0100
+--- sys/i386/i386/identcpu.c.orig
++++ sys/i386/i386/identcpu.c
 @@ -643,6 +643,7 @@
  #if defined(I486_CPU)
  	case CPUCLASS_486:

Modified: trunk/kfreebsd-7/debian/patches/908_linprocfs_is_not_proc.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/908_linprocfs_is_not_proc.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/908_linprocfs_is_not_proc.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/compat/linprocfs/linprocfs.c
 ===================================================================
---- sys/compat/linprocfs/linprocfs.c.orig	2007-12-09 13:17:58.550924000 +0100
-+++ sys/compat/linprocfs/linprocfs.c	2007-12-09 13:24:47.000000000 +0100
+--- sys/compat/linprocfs/linprocfs.c.orig
++++ sys/compat/linprocfs/linprocfs.c
 @@ -336,10 +336,6 @@
  
  		/* determine fs type */

Modified: trunk/kfreebsd-7/debian/patches/910_GENERIC_hints.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/910_GENERIC_hints.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/910_GENERIC_hints.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/i386/conf/GENERIC.hints
 ===================================================================
---- sys/i386/conf/GENERIC.hints.orig	2007-12-09 13:17:58.365646000 +0100
-+++ sys/i386/conf/GENERIC.hints	2007-12-09 13:24:47.000000000 +0100
+--- sys/i386/conf/GENERIC.hints.orig
++++ sys/i386/conf/GENERIC.hints
 @@ -27,6 +27,7 @@
  hint.atkbd.0.irq="1"
  hint.psm.0.at="atkbdc"
@@ -12,8 +12,8 @@
  hint.sc.0.flags="0x100"
 Index: sys/amd64/conf/GENERIC.hints
 ===================================================================
---- sys/amd64/conf/GENERIC.hints.orig	2007-12-09 13:17:58.415001000 +0100
-+++ sys/amd64/conf/GENERIC.hints	2007-12-09 13:24:47.000000000 +0100
+--- sys/amd64/conf/GENERIC.hints.orig
++++ sys/amd64/conf/GENERIC.hints
 @@ -13,6 +13,7 @@
  hint.atkbd.0.irq="1"
  hint.psm.0.at="atkbdc"

Modified: trunk/kfreebsd-7/debian/patches/911_no_werror.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/911_no_werror.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/911_no_werror.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -2,8 +2,8 @@
 
 Index: sys/modules/hwpmc/Makefile
 ===================================================================
---- sys/modules/hwpmc/Makefile.orig	2007-12-09 13:17:58.185267000 +0100
-+++ sys/modules/hwpmc/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/hwpmc/Makefile.orig
++++ sys/modules/hwpmc/Makefile
 @@ -9,6 +9,7 @@
  SRCS=	hwpmc_mod.c hwpmc_logging.c vnode_if.h
  
@@ -14,8 +14,8 @@
  SRCS+=	hwpmc_amd.c hwpmc_piv.c hwpmc_x86.c
 Index: sys/modules/geom/geom_eli/Makefile
 ===================================================================
---- sys/modules/geom/geom_eli/Makefile.orig	2007-12-09 13:17:58.239540000 +0100
-+++ sys/modules/geom/geom_eli/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/geom/geom_eli/Makefile.orig
++++ sys/modules/geom/geom_eli/Makefile
 @@ -12,5 +12,6 @@
  SRCS+=	pkcs5v2.c
  SRCS+=	vnode_if.h

Modified: trunk/kfreebsd-7/debian/patches/912_binutils.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/912_binutils.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/912_binutils.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/conf/ldscript.amd64
 ===================================================================
---- sys/conf/ldscript.amd64.orig	2007-12-09 13:17:58.063583000 +0100
-+++ sys/conf/ldscript.amd64	2007-12-09 13:24:47.000000000 +0100
+--- sys/conf/ldscript.amd64.orig
++++ sys/conf/ldscript.amd64
 @@ -1,12 +1,12 @@
  /* $FreeBSD: src/sys/conf/ldscript.amd64,v 1.9 2004/05/29 01:09:00 tjr Exp $ */
 -OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")

Modified: trunk/kfreebsd-7/debian/patches/913_uudecode.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/913_uudecode.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/913_uudecode.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/modules/cxgb/Makefile
 ===================================================================
---- sys/modules/cxgb/Makefile.orig	2007-12-09 13:17:57.649081000 +0100
-+++ sys/modules/cxgb/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/cxgb/Makefile.orig
++++ sys/modules/cxgb/Makefile
 @@ -18,21 +18,21 @@
  .if ${MACHINE_ARCH} != "ia64"
  # ld is broken on ia64
@@ -29,8 +29,8 @@
  FIRMWS+= t3b_tp_eeprom-1.1.0.bin:t3btpe110
 Index: sys/modules/ipwfw/ipw_bss/Makefile
 ===================================================================
---- sys/modules/ipwfw/ipw_bss/Makefile.orig	2007-12-09 13:17:57.685551000 +0100
-+++ sys/modules/ipwfw/ipw_bss/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/ipwfw/ipw_bss/Makefile.orig
++++ sys/modules/ipwfw/ipw_bss/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	ipw_bss
  
@@ -42,8 +42,8 @@
  
 Index: sys/modules/ipwfw/ipw_ibss/Makefile
 ===================================================================
---- sys/modules/ipwfw/ipw_ibss/Makefile.orig	2007-12-09 13:17:57.722091000 +0100
-+++ sys/modules/ipwfw/ipw_ibss/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/ipwfw/ipw_ibss/Makefile.orig
++++ sys/modules/ipwfw/ipw_ibss/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	ipw_ibss
  
@@ -55,8 +55,8 @@
  
 Index: sys/modules/ipwfw/ipw_monitor/Makefile
 ===================================================================
---- sys/modules/ipwfw/ipw_monitor/Makefile.orig	2007-12-09 13:17:57.762877000 +0100
-+++ sys/modules/ipwfw/ipw_monitor/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/ipwfw/ipw_monitor/Makefile.orig
++++ sys/modules/ipwfw/ipw_monitor/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	ipw_monitor
  
@@ -68,8 +68,8 @@
  
 Index: sys/modules/iwifw/iwi_bss/Makefile
 ===================================================================
---- sys/modules/iwifw/iwi_bss/Makefile.orig	2007-12-09 13:17:57.799370000 +0100
-+++ sys/modules/iwifw/iwi_bss/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/iwifw/iwi_bss/Makefile.orig
++++ sys/modules/iwifw/iwi_bss/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	iwi_bss
  
@@ -81,8 +81,8 @@
  
 Index: sys/modules/iwifw/iwi_ibss/Makefile
 ===================================================================
---- sys/modules/iwifw/iwi_ibss/Makefile.orig	2007-12-09 13:17:57.836207000 +0100
-+++ sys/modules/iwifw/iwi_ibss/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/iwifw/iwi_ibss/Makefile.orig
++++ sys/modules/iwifw/iwi_ibss/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	iwi_fw
  
@@ -94,8 +94,8 @@
  
 Index: sys/modules/iwifw/iwi_monitor/Makefile
 ===================================================================
---- sys/modules/iwifw/iwi_monitor/Makefile.orig	2007-12-09 13:17:57.877377000 +0100
-+++ sys/modules/iwifw/iwi_monitor/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/iwifw/iwi_monitor/Makefile.orig
++++ sys/modules/iwifw/iwi_monitor/Makefile
 @@ -9,7 +9,7 @@
  CLEANFILES=	iwi_monitor
  
@@ -107,8 +107,8 @@
  
 Index: sys/modules/wpifw/Makefile
 ===================================================================
---- sys/modules/wpifw/Makefile.orig	2007-12-09 13:17:57.927450000 +0100
-+++ sys/modules/wpifw/Makefile	2007-12-09 13:24:47.000000000 +0100
+--- sys/modules/wpifw/Makefile.orig
++++ sys/modules/wpifw/Makefile
 @@ -9,6 +9,6 @@
  CLEANFILES=	iwlwifi-3945-2.14.4.fw
  

Modified: trunk/kfreebsd-7/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/999_config.diff	2007-12-10 07:12:22 UTC (rev 2076)
+++ trunk/kfreebsd-7/debian/patches/999_config.diff	2007-12-10 08:23:57 UTC (rev 2077)
@@ -1,7 +1,7 @@
 Index: sys/amd64/conf/GENERIC
 ===================================================================
---- sys/amd64/conf/GENERIC.orig	2007-12-09 13:24:47.000000000 +0100
-+++ sys/amd64/conf/GENERIC	2007-12-09 13:24:47.000000000 +0100
+--- sys/amd64/conf/GENERIC.orig
++++ sys/amd64/conf/GENERIC
 @@ -18,13 +18,8 @@
  #
  # $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.484.2.1 2007/10/11 06:20:26 kensmith Exp $
@@ -116,8 +116,8 @@
 +options		ALTQ_PRIQ	# Priority Queuing (PRIQ)
 Index: sys/i386/conf/GENERIC
 ===================================================================
---- sys/i386/conf/GENERIC.orig	2007-12-09 13:24:47.000000000 +0100
-+++ sys/i386/conf/GENERIC	2007-12-09 13:24:47.000000000 +0100
+--- sys/i386/conf/GENERIC.orig
++++ sys/i386/conf/GENERIC
 @@ -18,15 +18,8 @@
  #
  # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.1 2007/10/11 06:20:26 kensmith Exp $




More information about the Glibc-bsd-commits mailing list