[Glibc-bsd-commits] r3975 - in trunk: kfreebsd-8/debian kfreebsd-8/debian/patches kfreebsd-8.2/debian kfreebsd-8.2/debian/patches kfreebsd-9/debian kfreebsd-9/debian/patches

Robert Millan rmh at alioth.debian.org
Sun Jan 15 15:18:57 UTC 2012


Author: rmh
Date: 2012-01-15 15:18:57 +0000 (Sun, 15 Jan 2012)
New Revision: 3975

Modified:
   trunk/kfreebsd-8.2/debian/changelog
   trunk/kfreebsd-8.2/debian/patches/904_dev_full.diff
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/904_dev_full.diff
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/904_dev_full.diff
Log:
904_dev_full.diff: Small bugfix affecting destruction of /dev/full.

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-8/debian/changelog	2012-01-15 15:18:57 UTC (rev 3975)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.3~svn229760-2) UNRELEASED; urgency=low
+
+  * 904_dev_full.diff: Small bugfix affecting destruction of /dev/full.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 15 Jan 2012 16:18:04 +0100
+
 kfreebsd-8 (8.3~svn229760-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-8/debian/patches/904_dev_full.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/904_dev_full.diff	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-8/debian/patches/904_dev_full.diff	2012-01-15 15:18:57 UTC (rev 3975)
@@ -65,7 +65,7 @@
  		zbuf = (void *)malloc(PAGE_SIZE, M_TEMP, M_WAITOK | M_ZERO);
  		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &null_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "null");
-+		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
++		full_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
 +		    NULL, UID_ROOT, GID_WHEEL, 0666, "full");
  		zero_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &zero_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "zero");

Modified: trunk/kfreebsd-8.2/debian/changelog
===================================================================
--- trunk/kfreebsd-8.2/debian/changelog	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-8.2/debian/changelog	2012-01-15 15:18:57 UTC (rev 3975)
@@ -2,8 +2,9 @@
 
   * 108_teken_utf8_table.diff: Fix sockets over nullfs.
   * Install udeb files in their own target.
+  * 904_dev_full.diff: Small bugfix affecting destruction of /dev/full.
 
- -- Robert Millan <rmh at debian.org>  Sat, 03 Dec 2011 20:56:24 +0100
+ -- Robert Millan <rmh at debian.org>  Sun, 15 Jan 2012 16:18:18 +0100
 
 kfreebsd-8 (8.2-15) unstable; urgency=low
 

Modified: trunk/kfreebsd-8.2/debian/patches/904_dev_full.diff
===================================================================
--- trunk/kfreebsd-8.2/debian/patches/904_dev_full.diff	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-8.2/debian/patches/904_dev_full.diff	2012-01-15 15:18:57 UTC (rev 3975)
@@ -65,7 +65,7 @@
  		zbuf = (void *)malloc(PAGE_SIZE, M_TEMP, M_WAITOK | M_ZERO);
  		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &null_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "null");
-+		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
++		full_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
 +		    NULL, UID_ROOT, GID_WHEEL, 0666, "full");
  		zero_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &zero_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "zero");

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-9/debian/changelog	2012-01-15 15:18:57 UTC (rev 3975)
@@ -3,8 +3,9 @@
   * Remove 951_disable_mk_magic.diff, build-depend on freebsd-buildutils
     >= 9 instead.
   * Build with GCC 4.5.  (Closes: #654739)
+  * 904_dev_full.diff: Small bugfix affecting destruction of /dev/full.
 
- -- Robert Millan <rmh at debian.org>  Sun, 08 Jan 2012 16:18:23 +0100
+ -- Robert Millan <rmh at debian.org>  Sun, 15 Jan 2012 16:17:49 +0100
 
 kfreebsd-9 (9.0-1) unstable; urgency=low
 

Modified: trunk/kfreebsd-9/debian/patches/904_dev_full.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/904_dev_full.diff	2012-01-15 15:16:41 UTC (rev 3974)
+++ trunk/kfreebsd-9/debian/patches/904_dev_full.diff	2012-01-15 15:18:57 UTC (rev 3975)
@@ -61,7 +61,7 @@
  			printf("null: <null device, zero device>\n");
  		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &null_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "null");
-+		null_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
++		full_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &full_cdevsw, 0,
 +		    NULL, UID_ROOT, GID_WHEEL, 0666, "full");
  		zero_dev = make_dev_credf(MAKEDEV_ETERNAL_KLD, &zero_cdevsw, 0,
  		    NULL, UID_ROOT, GID_WHEEL, 0666, "zero");




More information about the Glibc-bsd-commits mailing list