[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1236 - trunk/kfreebsd-6/debian/patches



Author: rmh
Date: 2006-02-17 22:37:10 +0000 (Fri, 17 Feb 2006)
New Revision: 1236

Modified:
   trunk/kfreebsd-6/debian/patches/005_binutils.diff
   trunk/kfreebsd-6/debian/patches/006_proc_mounts.diff
   trunk/kfreebsd-6/debian/patches/008_config.diff
   trunk/kfreebsd-6/debian/patches/904_dev_full.diff
   trunk/kfreebsd-6/debian/patches/906_grow_sysv_ipc_limits.diff
   trunk/kfreebsd-6/debian/patches/907_cpu_class.diff
Log:
Add status notes in a few patches.

Modified: trunk/kfreebsd-6/debian/patches/005_binutils.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/005_binutils.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/005_binutils.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -1,3 +1,6 @@
+
+Status: Reported as kern/93331
+
 --- sys.old/i386/i386/locore.s.orig	2005-09-05 22:35:16.000000000 +0200
 +++ sys/i386/i386/locore.s	2005-09-05 22:35:58.000000000 +0200
 @@ -358,7 +358,7 @@

Modified: trunk/kfreebsd-6/debian/patches/006_proc_mounts.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/006_proc_mounts.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/006_proc_mounts.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -1,5 +1,5 @@
 
-Status: sent upstream
+Status: Reported as kern/78464.
 
 --- sys.old/compat/linprocfs/linprocfs.c	2005-03-03 12:44:21.000000000 +0100
 +++ sys/compat/linprocfs/linprocfs.c	2005-03-05 19:47:40.000000000 +0100

Modified: trunk/kfreebsd-6/debian/patches/008_config.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/008_config.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/008_config.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -31,7 +31,7 @@
 -#include <sys/param.h>
 +#include <sys/param.h> /* BSD */
 +#ifndef BSD
-+#include <bsd/bsd.h> /* strlcpy, strlcat */
++#include <bsd/string.h> /* strlcpy, strlcat */
 +#endif
  #include <ctype.h>
  #include <err.h>

Modified: trunk/kfreebsd-6/debian/patches/904_dev_full.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/904_dev_full.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/904_dev_full.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -1,3 +1,6 @@
+
+Status: Rejected in upstream (kern/68961)
+
 --- /usr/local/src/sys/dev/null/null.c	2005-02-27 17:00:45.000000000 -0500
 +++ sys/dev/null/null.c	2005-09-03 20:03:19.000000000 -0400
 @@ -42,13 +42,16 @@

Modified: trunk/kfreebsd-6/debian/patches/906_grow_sysv_ipc_limits.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/906_grow_sysv_ipc_limits.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/906_grow_sysv_ipc_limits.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -1,4 +1,6 @@
 
+Status: Rejected in upstream (kern/77353)
+
 postgresql documentation encourages to grow SysV IPC limits on *BSD systems
 (which obviously applies to GNU/k*BSD ones too):
 

Modified: trunk/kfreebsd-6/debian/patches/907_cpu_class.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/907_cpu_class.diff	2006-02-17 22:23:57 UTC (rev 1235)
+++ trunk/kfreebsd-6/debian/patches/907_cpu_class.diff	2006-02-17 22:37:10 UTC (rev 1236)
@@ -1,3 +1,6 @@
+
+Status: Rejected in upstream (kern/77355).
+
 --- sys/i386/i386/identcpu.c.old	2005-02-08 05:02:33.000000000 +0100
 +++ sys/i386/i386/identcpu.c	2005-02-08 05:05:09.000000000 +0100
 @@ -604,6 +604,7 @@



Reply to: