[Glibc-bsd-commits] r2660 - in trunk/kfreebsd-7/debian: . arch/amd64 arch/i386 patches

Aurelien Jarno aurel32 at alioth.debian.org
Wed Jul 22 14:10:31 UTC 2009


Author: aurel32
Date: 2009-07-22 14:10:25 +0000 (Wed, 22 Jul 2009)
New Revision: 2660

Modified:
   trunk/kfreebsd-7/debian/arch/amd64/amd64.config
   trunk/kfreebsd-7/debian/arch/i386/486.config
   trunk/kfreebsd-7/debian/arch/i386/686-smp.config
   trunk/kfreebsd-7/debian/arch/i386/686.config
   trunk/kfreebsd-7/debian/changelog
   trunk/kfreebsd-7/debian/patches/999_config.diff
Log:
  * Move some changes from 999_config.diff into the configuration files.
  * Enable FDESCFS and LINSYSFS as they are always mounted at boot.



Modified: trunk/kfreebsd-7/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/arch/amd64/amd64.config	2009-07-22 14:10:25 UTC (rev 2660)
@@ -6,5 +6,9 @@
 options		SMP		# Symmetric MultiProcessor Kernel
 options		ALTQ_NOPCC	# Required for SMP build
 
+options		COMPAT_LINUX32
+options		LINPROCFS
+options         LINSYSFS
+options		FDESCFS
 
 #include         GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/486.config	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/arch/i386/486.config	2009-07-22 14:10:25 UTC (rev 2660)
@@ -6,6 +6,11 @@
 makeoptions	COPTFLAGS="-Os -frename-registers -pipe -march=i486 -mtune=i486"
 ident		Debian-i486
 
+options		COMPAT_LINUX
+options		LINPROCFS
+options         LINSYSFS
+options		FDESCFS
+
 # Xbox support
 options 	XBOX
 device		xboxfb

Modified: trunk/kfreebsd-7/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/arch/i386/686-smp.config	2009-07-22 14:10:25 UTC (rev 2660)
@@ -7,5 +7,9 @@
 options		SMP		# Symmetric MultiProcessor Kernel
 options		ALTQ_NOPCC	# Required for SMP build
 
+options		COMPAT_LINUX
+options		LINPROCFS
+options         LINSYSFS
+options		FDESCFS
 
 #include		GENERIC

Modified: trunk/kfreebsd-7/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686.config	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/arch/i386/686.config	2009-07-22 14:10:25 UTC (rev 2660)
@@ -4,6 +4,11 @@
 makeoptions	COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
+options		COMPAT_LINUX
+options		LINPROCFS
+options         LINSYSFS
+options		FDESCFS
+
 # Xbox support
 options 	XBOX
 device		xboxfb

Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/changelog	2009-07-22 14:10:25 UTC (rev 2660)
@@ -1,5 +1,13 @@
 kfreebsd-7 (7.2-3) unstable; urgency=low
 
+  [ Aurelien Jarno ]
+  * Move some changes from 999_config.diff into the configuration files.
+  * Enable FDESCFS and LINSYSFS as they are always mounted at boot.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 22 Jul 2009 16:10:10 +0200
+
+kfreebsd-7 (7.2-3) unstable; urgency=low
+
   [ Petr Salinger ]
   * 103_stat_pipe.diff: return distinct inode for distinct pipes. See #537555.
 

Modified: trunk/kfreebsd-7/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/999_config.diff	2009-07-21 12:25:49 UTC (rev 2659)
+++ trunk/kfreebsd-7/debian/patches/999_config.diff	2009-07-22 14:10:25 UTC (rev 2660)
@@ -20,15 +20,6 @@
  
  options 	SCHED_ULE		# ULE scheduler
  options 	PREEMPTION		# Enable kernel thread preemption
-@@ -44,6 +44,8 @@
- options 	MSDOSFS			# MSDOS Filesystem
- options 	CD9660			# ISO 9660 Filesystem
- options 	PROCFS			# Process filesystem (requires PSEUDOFS)
-+options 	LINPROCFS
-+options 	COMPAT_LINUX32
- options 	PSEUDOFS		# Pseudo-filesystem framework
- options 	GEOM_PART_GPT		# GUID Partition Tables.
- options 	GEOM_LABEL		# Provides labelization
 @@ -52,7 +54,7 @@
  options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
  options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
@@ -142,15 +133,6 @@
  
  options 	SCHED_ULE		# ULE scheduler
  options 	PREEMPTION		# Enable kernel thread preemption
-@@ -46,6 +46,8 @@
- options 	MSDOSFS			# MSDOS Filesystem
- options 	CD9660			# ISO 9660 Filesystem
- options 	PROCFS			# Process filesystem (requires PSEUDOFS)
-+options		LINPROCFS
-+options		COMPAT_LINUX		# Needed by LINPROCFS
- options 	PSEUDOFS		# Pseudo-filesystem framework
- options 	GEOM_PART_GPT		# GUID Partition Tables.
- options 	GEOM_LABEL		# Provides labelization
 @@ -53,7 +55,7 @@
  options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
  options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5




More information about the Glibc-bsd-commits mailing list