[Glibc-bsd-commits] r4244 - in trunk/kfreebsd-10/debian: . arch/amd64 arch/i386 patches
Robert Millan
rmh at alioth.debian.org
Sun Apr 29 09:50:27 UTC 2012
Author: rmh
Date: 2012-04-29 09:50:27 +0000 (Sun, 29 Apr 2012)
New Revision: 4244
Modified:
trunk/kfreebsd-10/debian/arch/amd64/amd64.config
trunk/kfreebsd-10/debian/arch/i386/486.config
trunk/kfreebsd-10/debian/arch/i386/686.config
trunk/kfreebsd-10/debian/arch/i386/xen.config
trunk/kfreebsd-10/debian/changelog
trunk/kfreebsd-10/debian/patches/107_mount_update.diff
trunk/kfreebsd-10/debian/patches/906_grow_sysv_ipc_limits.diff
trunk/kfreebsd-10/debian/patches/999_config.diff
Log:
New upstream snapshot.
Modified: trunk/kfreebsd-10/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/amd64/amd64.config 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/arch/amd64/amd64.config 2012-04-29 09:50:27 UTC (rev 4244)
@@ -3,6 +3,8 @@
cpu HAMMER
ident Debian-amd64
+hints "GENERIC.hints" # Default places to look for devices.
+
options COMPAT_LINUX32
# UTF-8 console support
Modified: trunk/kfreebsd-10/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/486.config 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/arch/i386/486.config 2012-04-29 09:50:27 UTC (rev 4244)
@@ -6,6 +6,8 @@
makeoptions COPTFLAGS="-Os -pipe -march=i486 -mtune=i486"
ident Debian-i486
+hints "GENERIC.hints" # Default places to look for devices.
+
options COMPAT_LINUX
# UTF-8 console support
Modified: trunk/kfreebsd-10/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686.config 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/arch/i386/686.config 2012-04-29 09:50:27 UTC (rev 4244)
@@ -4,6 +4,8 @@
makeoptions COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
ident Debian-i686
+hints "GENERIC.hints" # Default places to look for devices.
+
options COMPAT_LINUX
# UTF-8 console support
Modified: trunk/kfreebsd-10/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/xen.config 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/arch/i386/xen.config 2012-04-29 09:50:27 UTC (rev 4244)
@@ -5,6 +5,8 @@
ident Debian-xen
makeoptions COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
+hints "GENERIC.hints" # Default places to look for devices.
+
# kFreeBSD needs
options COMPAT_LINUX
Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/changelog 2012-04-29 09:50:27 UTC (rev 4244)
@@ -1,5 +1,9 @@
-kfreebsd-10 (10.0~svn233872-2) UNRELEASED; urgency=low
+kfreebsd-10 (10.0~svn234760-1) UNRELEASED; urgency=low
+ * New upstream snapshot.
+ - r234743: Increase DFLDSIZ from 128 MiB to 32 GiB. (Closes: #669174)
+
+ [ Robert Millan ]
* Import module lists from kernel-wedge, as they're being removed
there (see 2.84).
* Add USB modules to udebs.
Modified: trunk/kfreebsd-10/debian/patches/107_mount_update.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/107_mount_update.diff 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/patches/107_mount_update.diff 2012-04-29 09:50:27 UTC (rev 4244)
@@ -7,7 +7,7 @@
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
-@@ -649,6 +649,24 @@
+@@ -652,6 +652,24 @@
}
/*
Modified: trunk/kfreebsd-10/debian/patches/906_grow_sysv_ipc_limits.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/906_grow_sysv_ipc_limits.diff 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/patches/906_grow_sysv_ipc_limits.diff 2012-04-29 09:50:27 UTC (rev 4244)
@@ -23,7 +23,7 @@
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
-@@ -55,6 +55,11 @@
+@@ -56,6 +56,11 @@
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
@@ -37,7 +37,7 @@
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
-@@ -56,6 +56,11 @@
+@@ -57,6 +57,11 @@
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
Modified: trunk/kfreebsd-10/debian/patches/999_config.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_config.diff 2012-04-27 23:29:11 UTC (rev 4243)
+++ trunk/kfreebsd-10/debian/patches/999_config.diff 2012-04-29 09:50:27 UTC (rev 4244)
@@ -1,6 +1,6 @@
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
-@@ -18,10 +18,12 @@
+@@ -18,11 +18,11 @@
#
# $FreeBSD$
@@ -10,13 +10,13 @@
+#ident GENERIC
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-+hints "GENERIC.hints" # Default places to look for devices.
-+
+-makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
+#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
++#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
-@@ -49,7 +51,7 @@
+@@ -50,7 +50,7 @@
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
@@ -25,7 +25,7 @@
options KTRACE # ktrace(1) support
options STACK # stack(9) support
options SYSVSHM # SYSV-style shared memory
-@@ -96,9 +98,6 @@
+@@ -98,9 +98,6 @@
device acpi
device pci
@@ -35,7 +35,7 @@
# ATA controllers
device ahci # AHCI-compatible SATA controllers
device ata # Legacy ATA/SATA controllers
-@@ -195,10 +194,6 @@
+@@ -197,10 +194,6 @@
# Parallel port
device ppc
device ppbus # Parallel port bus (required)
@@ -46,7 +46,7 @@
device puc # Multi I/O cards and multi-channel UARTs
-@@ -292,10 +287,7 @@
+@@ -294,10 +287,7 @@
device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
@@ -59,7 +59,7 @@
# The `bpf' device enables the Berkeley Packet Filter.
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
-@@ -18,12 +18,14 @@
+@@ -18,13 +18,13 @@
#
# $FreeBSD$
@@ -73,13 +73,13 @@
+#ident GENERIC
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-+hints "GENERIC.hints" # Default places to look for devices.
-+
+-makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
+#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
++#makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
-@@ -43,6 +45,8 @@
+@@ -44,6 +44,8 @@
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires PSEUDOFS)
@@ -88,7 +88,7 @@
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
-@@ -50,7 +54,7 @@
+@@ -51,7 +53,7 @@
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
@@ -97,7 +97,7 @@
options KTRACE # ktrace(1) support
options STACK # stack(9) support
options SYSVSHM # SYSV-style shared memory
-@@ -98,9 +102,6 @@
+@@ -100,9 +102,6 @@
device eisa
device pci
@@ -107,7 +107,7 @@
# ATA controllers
device ahci # AHCI-compatible SATA controllers
device ata # Legacy ATA/SATA controllers
-@@ -205,10 +206,6 @@
+@@ -207,10 +206,6 @@
# Parallel port
device ppc
device ppbus # Parallel port bus (required)
@@ -118,7 +118,7 @@
device puc # Multi I/O cards and multi-channel UARTs
-@@ -305,10 +302,7 @@
+@@ -307,10 +302,7 @@
device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
More information about the Glibc-bsd-commits
mailing list