[Glibc-bsd-commits] r4207 - in trunk/kfreebsd-10/debian: . patches
Robert Millan
rmh at alioth.debian.org
Wed Apr 18 21:54:04 UTC 2012
Author: rmh
Date: 2012-04-18 21:54:03 +0000 (Wed, 18 Apr 2012)
New Revision: 4207
Modified:
trunk/kfreebsd-10/debian/changelog
trunk/kfreebsd-10/debian/patches/999_config.diff
Log:
pty(4) was removed from GENERIC in 10-CURRENT (see rev 233271), but unfortunately glibc doesn't support pts(4) yet (see #667448). Reenable in sys/conf/DEBIAN.
Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog 2012-04-18 21:21:02 UTC (rev 4206)
+++ trunk/kfreebsd-10/debian/changelog 2012-04-18 21:54:03 UTC (rev 4207)
@@ -4,8 +4,11 @@
there (see 2.84).
* Add USB modules to udebs.
* 921_signal_watchdog.diff: Protection against unexpected new signals.
+ * pty(4) was removed from GENERIC in 10-CURRENT (see rev 233271), but
+ unfortunately glibc doesn't support pts(4) yet (see #667448).
+ Reenable in sys/conf/DEBIAN.
- -- Robert Millan <rmh at debian.org> Mon, 16 Apr 2012 20:40:48 +0200
+ -- Robert Millan <rmh at debian.org> Wed, 18 Apr 2012 23:53:31 +0200
kfreebsd-10 (10.0~svn233872-1) experimental; urgency=low
Modified: trunk/kfreebsd-10/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_config.diff 2012-04-18 21:21:02 UTC (rev 4206)
+++ trunk/kfreebsd-10/debian/patches/999_config.diff 2012-04-18 21:54:03 UTC (rev 4207)
@@ -131,7 +131,7 @@
# The `bpf' device enables the Berkeley Packet Filter.
--- /dev/null
+++ b/sys/conf/DEBIAN
-@@ -0,0 +1,48 @@
+@@ -0,0 +1,52 @@
+# Common options to all Debian GNU/kFreeBSD kernels
+
+options LINPROCFS
@@ -147,6 +147,10 @@
+device pfsync
+device pflog
+
++# pty(4) was removed from GENERIC in 10-CURRENT (see rev 233271),
++# but unfortunetely glibc doesn't support pts(4) yet (see #667448).
++device pty
++
+# Full debugger support is disabled by upstream when a branch is close to
+# release. Unfortunately this can trigger the appearance of heisenbugs
+# which were previously hidden (we've been hit by this already, see #651624).
More information about the Glibc-bsd-commits
mailing list