From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers
Date: Mon, 2 Feb 2009 20:13:58 +0000 (UTC) [thread overview]
Message-ID: <20090202201358.37358764CB@busybox.osuosl.org> (raw)
Author: jacmet
Date: 2009-02-02 20:13:57 +0000 (Mon, 02 Feb 2009)
New Revision: 25222
Log:
kernel-headers: bump 2.6.27/2.6.28 stable versions
Added:
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-eth-driver-netpoll.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-headers.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-klist-warnings.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-objcopy-flags.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-fix-serial.h-include.patch
Removed:
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-eth-driver-netpoll.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-headers.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-klist-warnings.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-objcopy-flags.patch
trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-fix-serial.h-include.patch
Modified:
trunk/buildroot/toolchain/kernel-headers/Config.in
Changeset:
Modified: trunk/buildroot/toolchain/kernel-headers/Config.in
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/Config.in 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/Config.in 2009-02-02 20:13:57 UTC (rev 25222)
@@ -117,7 +117,7 @@
default "2.6.24.7" if BR2_KERNEL_HEADERS_2_6_24
default "2.6.25.19" if BR2_KERNEL_HEADERS_2_6_25
default "2.6.26.8" if BR2_KERNEL_HEADERS_2_6_26
- default "2.6.27.13" if BR2_KERNEL_HEADERS_2_6_27
- default "2.6.28.2" if BR2_KERNEL_HEADERS_2_6_28
+ default "2.6.27.14" if BR2_KERNEL_HEADERS_2_6_27
+ default "2.6.28.3" if BR2_KERNEL_HEADERS_2_6_28
default "2.6" if BR2_KERNEL_HEADERS_SNAP
Deleted: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-eth-driver-netpoll.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-eth-driver-netpoll.patch 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-eth-driver-netpoll.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -1,11 +0,0 @@
---- a/drivers/net/cris/eth_v10.c.org 2009-01-28 09:19:09.000000000 +0100
-+++ b/drivers/net/cris/eth_v10.c 2009-01-28 09:19:16.000000000 +0100
-@@ -1707,7 +1707,7 @@
- static void
- e100_netpoll(struct net_device* netdev)
- {
-- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
-+ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
- }
- #endif
-
Deleted: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-headers.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-headers.patch 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-headers.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -1,28 +0,0 @@
-diff -urN linux-2.6.28/arch/cris/include/arch-v10/arch/Kbuild linux-2.6.28.my/arch/cris/include/arch-v10/arch/Kbuild
---- linux-2.6.28/arch/cris/include/arch-v10/arch/Kbuild 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/include/arch-v10/arch/Kbuild 2009-01-12 12:59:06.000000000 +0100
-@@ -1,3 +1,5 @@
-+header-y += elf.h
-+header-y += ptrace.h
- header-y += user.h
- header-y += svinto.h
- header-y += sv_addr_ag.h
-diff -urN linux-2.6.28/arch/cris/include/asm/Kbuild linux-2.6.28.my/arch/cris/include/asm/Kbuild
---- linux-2.6.28/arch/cris/include/asm/Kbuild 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/include/asm/Kbuild 2009-01-12 13:14:40.000000000 +0100
-@@ -1,11 +1,13 @@
- include include/asm-generic/Kbuild.asm
-
--header-y += arch-v10/
--header-y += arch-v32/
-+header-y += ../arch-v10/arch/
-+header-y += ../arch-v32/arch/
-
-+header-y += elf.h
- header-y += ethernet.h
- header-y += rtc.h
- header-y += sync_serial.h
-+header-y += user.h
-
- unifdef-y += etraxgpio.h
- unifdef-y += rs485.h
Deleted: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-klist-warnings.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-klist-warnings.patch 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-klist-warnings.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -1,12 +0,0 @@
---- a/include/linux/klist.h
-+++ b/include/linux/klist.h
-@@ -23,7 +23,7 @@ struct klist {
- struct list_head k_list;
- void (*get)(struct klist_node *);
- void (*put)(struct klist_node *);
--};
-+} __attribute__ ((aligned (4)));
-
- #define KLIST_INIT(_name, _get, _put) \
- { .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \
-
Deleted: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-objcopy-flags.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-objcopy-flags.patch 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-objcopy-flags.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -1,45 +0,0 @@
---- linux-2.6.28/arch/cris/Makefile 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/Makefile 2009-01-12 13:21:44.000000000 +0100
-@@ -40,7 +40,7 @@
-
- LD = $(CROSS_COMPILE)ld -mcrislinux
-
--OBJCOPYFLAGS := -O binary -R .note -R .comment -S
-+OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment
-
- CPPFLAGS_vmlinux.lds = -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
-
-diff -urN linux-2.6.28/arch/cris/arch-v10/boot/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/Makefile
---- linux-2.6.28/arch/cris/arch-v10/boot/Makefile 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/arch-v10/boot/Makefile 2009-01-12 13:28:25.000000000 +0100
-@@ -2,8 +2,6 @@
- # arch/cris/arch-v10/boot/Makefile
- #
-
--OBJCOPYFLAGS = -O binary --remove-section=.bss
--
- subdir- := compressed rescue
- targets := Image
-
-diff -urN linux-2.6.28/arch/cris/arch-v10/boot/compressed/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/compressed/Makefile
---- linux-2.6.28/arch/cris/arch-v10/boot/compressed/Makefile 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/arch-v10/boot/compressed/Makefile 2009-01-12 13:28:33.000000000 +0100
-@@ -6,7 +6,6 @@
- ccflags-y += -O2 $(LINUXINCLUDE)
- ldflags-y += -T $(srctree)/$(src)/decompress.lds
- OBJECTS = $(obj)/head.o $(obj)/misc.o
--OBJCOPYFLAGS = -O binary --remove-section=.bss
-
- quiet_cmd_image = BUILD $@
- cmd_image = cat $(obj)/decompress.bin $(obj)/piggy.gz > $@
-diff -urN linux-2.6.28/arch/cris/arch-v10/boot/rescue/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/rescue/Makefile
---- linux-2.6.28/arch/cris/arch-v10/boot/rescue/Makefile 2008-12-25 00:26:37.000000000 +0100
-+++ linux-2.6.28.my/arch/cris/arch-v10/boot/rescue/Makefile 2009-01-12 13:28:40.000000000 +0100
-@@ -5,7 +5,6 @@
- ccflags-y += -O2 $(LINUXINCLUDE)
- asflags-y += $(LINUXINCLUDE)
- ldflags-y += -T $(srctree)/$(src)/rescue.lds
--OBJCOPYFLAGS = -O binary --remove-section=.bss
- obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o
- OBJECT := $(obj)/head.o
-
Deleted: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-fix-serial.h-include.patch
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-fix-serial.h-include.patch 2009-02-02 14:51:48 UTC (rev 25221)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-fix-serial.h-include.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -1,55 +0,0 @@
-From 60c20fb8c00a2b23308ae4517f145383bc66d291 Mon Sep 17 00:00:00 2001
-From: Andy Whitcroft <apw@canonical.com>
-Date: Fri, 2 Jan 2009 13:49:04 +0000
-Subject: [PATCH] serial: RS485 ioctl structure uses __u32 include linux/types.h
-MIME-Version: 1.0
-Content-Type: text/plain; charset=utf-8
-Content-Transfer-Encoding: 8bit
-
-In the commit below a new struct serial_rs485 was introduced for a new
-ioctl:
-
- commit c26c56c0f40e200e61d1390629c806f6adaffbcc
- Author: Alan Cox <alan@redhat.com>
- Date: Mon Oct 13 10:37:48 2008 +0100
-
- tty: Cris has a nice RS485 ioctl so we should steal it
-
-This structure uses the __u32 types for some of its members, which leads
-to the following compile error:
-
- $ cc -I.../include -c X.c
- In file included from X.c:2: .../include/linux/serial.h:185:
- error: expected specifier-qualifier-list before ?__u32?
- $
-
-It seems that these types are appropriate for this structure as it is
-to be exposed to userspace. These types are available via linux/types.h
-so move the include of that outside the __KERNEL__ section.
-
-Signed-off-by: Andy Whitcroft <apw@canonical.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Alan Cox <alan@redhat.com>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
----
- include/linux/serial.h | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/include/linux/serial.h b/include/linux/serial.h
-index 1ea8d92..9136cc5 100644
---- a/include/linux/serial.h
-+++ b/include/linux/serial.h
-@@ -10,8 +10,9 @@
- #ifndef _LINUX_SERIAL_H
- #define _LINUX_SERIAL_H
-
--#ifdef __KERNEL__
- #include <linux/types.h>
-+
-+#ifdef __KERNEL__
- #include <asm/page.h>
-
- /*
---
-1.5.6.5
-
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-eth-driver-netpoll.patch (from rev 25218, trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-eth-driver-netpoll.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-eth-driver-netpoll.patch (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-eth-driver-netpoll.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -0,0 +1,11 @@
+--- a/drivers/net/cris/eth_v10.c.org 2009-01-28 09:19:09.000000000 +0100
++++ b/drivers/net/cris/eth_v10.c 2009-01-28 09:19:16.000000000 +0100
+@@ -1707,7 +1707,7 @@
+ static void
+ e100_netpoll(struct net_device* netdev)
+ {
+- e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
++ e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
+ }
+ #endif
+
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-headers.patch (from rev 25218, trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-headers.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-headers.patch (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-headers.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -0,0 +1,28 @@
+diff -urN linux-2.6.28/arch/cris/include/arch-v10/arch/Kbuild linux-2.6.28.my/arch/cris/include/arch-v10/arch/Kbuild
+--- linux-2.6.28/arch/cris/include/arch-v10/arch/Kbuild 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/include/arch-v10/arch/Kbuild 2009-01-12 12:59:06.000000000 +0100
+@@ -1,3 +1,5 @@
++header-y += elf.h
++header-y += ptrace.h
+ header-y += user.h
+ header-y += svinto.h
+ header-y += sv_addr_ag.h
+diff -urN linux-2.6.28/arch/cris/include/asm/Kbuild linux-2.6.28.my/arch/cris/include/asm/Kbuild
+--- linux-2.6.28/arch/cris/include/asm/Kbuild 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/include/asm/Kbuild 2009-01-12 13:14:40.000000000 +0100
+@@ -1,11 +1,13 @@
+ include include/asm-generic/Kbuild.asm
+
+-header-y += arch-v10/
+-header-y += arch-v32/
++header-y += ../arch-v10/arch/
++header-y += ../arch-v32/arch/
+
++header-y += elf.h
+ header-y += ethernet.h
+ header-y += rtc.h
+ header-y += sync_serial.h
++header-y += user.h
+
+ unifdef-y += etraxgpio.h
+ unifdef-y += rs485.h
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-klist-warnings.patch (from rev 25218, trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-klist-warnings.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-klist-warnings.patch (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-klist-warnings.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -0,0 +1,12 @@
+--- a/include/linux/klist.h
++++ b/include/linux/klist.h
+@@ -23,7 +23,7 @@ struct klist {
+ struct list_head k_list;
+ void (*get)(struct klist_node *);
+ void (*put)(struct klist_node *);
+-};
++} __attribute__ ((aligned (4)));
+
+ #define KLIST_INIT(_name, _get, _put) \
+ { .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \
+
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-objcopy-flags.patch (from rev 25218, trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-cris-objcopy-flags.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-objcopy-flags.patch (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-cris-objcopy-flags.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -0,0 +1,45 @@
+--- linux-2.6.28/arch/cris/Makefile 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/Makefile 2009-01-12 13:21:44.000000000 +0100
+@@ -40,7 +40,7 @@
+
+ LD = $(CROSS_COMPILE)ld -mcrislinux
+
+-OBJCOPYFLAGS := -O binary -R .note -R .comment -S
++OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment
+
+ CPPFLAGS_vmlinux.lds = -DDRAM_VIRTUAL_BASE=0x$(CONFIG_ETRAX_DRAM_VIRTUAL_BASE)
+
+diff -urN linux-2.6.28/arch/cris/arch-v10/boot/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/Makefile
+--- linux-2.6.28/arch/cris/arch-v10/boot/Makefile 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/arch-v10/boot/Makefile 2009-01-12 13:28:25.000000000 +0100
+@@ -2,8 +2,6 @@
+ # arch/cris/arch-v10/boot/Makefile
+ #
+
+-OBJCOPYFLAGS = -O binary --remove-section=.bss
+-
+ subdir- := compressed rescue
+ targets := Image
+
+diff -urN linux-2.6.28/arch/cris/arch-v10/boot/compressed/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/compressed/Makefile
+--- linux-2.6.28/arch/cris/arch-v10/boot/compressed/Makefile 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/arch-v10/boot/compressed/Makefile 2009-01-12 13:28:33.000000000 +0100
+@@ -6,7 +6,6 @@
+ ccflags-y += -O2 $(LINUXINCLUDE)
+ ldflags-y += -T $(srctree)/$(src)/decompress.lds
+ OBJECTS = $(obj)/head.o $(obj)/misc.o
+-OBJCOPYFLAGS = -O binary --remove-section=.bss
+
+ quiet_cmd_image = BUILD $@
+ cmd_image = cat $(obj)/decompress.bin $(obj)/piggy.gz > $@
+diff -urN linux-2.6.28/arch/cris/arch-v10/boot/rescue/Makefile linux-2.6.28.my/arch/cris/arch-v10/boot/rescue/Makefile
+--- linux-2.6.28/arch/cris/arch-v10/boot/rescue/Makefile 2008-12-25 00:26:37.000000000 +0100
++++ linux-2.6.28.my/arch/cris/arch-v10/boot/rescue/Makefile 2009-01-12 13:28:40.000000000 +0100
+@@ -5,7 +5,6 @@
+ ccflags-y += -O2 $(LINUXINCLUDE)
+ asflags-y += $(LINUXINCLUDE)
+ ldflags-y += -T $(srctree)/$(src)/rescue.lds
+-OBJCOPYFLAGS = -O binary --remove-section=.bss
+ obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o
+ OBJECT := $(obj)/head.o
+
Copied: trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-fix-serial.h-include.patch (from rev 25218, trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.2-fix-serial.h-include.patch)
===================================================================
--- trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-fix-serial.h-include.patch (rev 0)
+++ trunk/buildroot/toolchain/kernel-headers/linux-2.6.28.3-fix-serial.h-include.patch 2009-02-02 20:13:57 UTC (rev 25222)
@@ -0,0 +1,55 @@
+From 60c20fb8c00a2b23308ae4517f145383bc66d291 Mon Sep 17 00:00:00 2001
+From: Andy Whitcroft <apw@canonical.com>
+Date: Fri, 2 Jan 2009 13:49:04 +0000
+Subject: [PATCH] serial: RS485 ioctl structure uses __u32 include linux/types.h
+MIME-Version: 1.0
+Content-Type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+
+In the commit below a new struct serial_rs485 was introduced for a new
+ioctl:
+
+ commit c26c56c0f40e200e61d1390629c806f6adaffbcc
+ Author: Alan Cox <alan@redhat.com>
+ Date: Mon Oct 13 10:37:48 2008 +0100
+
+ tty: Cris has a nice RS485 ioctl so we should steal it
+
+This structure uses the __u32 types for some of its members, which leads
+to the following compile error:
+
+ $ cc -I.../include -c X.c
+ In file included from X.c:2: .../include/linux/serial.h:185:
+ error: expected specifier-qualifier-list before ?__u32?
+ $
+
+It seems that these types are appropriate for this structure as it is
+to be exposed to userspace. These types are available via linux/types.h
+so move the include of that outside the __KERNEL__ section.
+
+Signed-off-by: Andy Whitcroft <apw@canonical.com>
+Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
+Signed-off-by: Alan Cox <alan@redhat.com>
+Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
+---
+ include/linux/serial.h | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/include/linux/serial.h b/include/linux/serial.h
+index 1ea8d92..9136cc5 100644
+--- a/include/linux/serial.h
++++ b/include/linux/serial.h
+@@ -10,8 +10,9 @@
+ #ifndef _LINUX_SERIAL_H
+ #define _LINUX_SERIAL_H
+
+-#ifdef __KERNEL__
+ #include <linux/types.h>
++
++#ifdef __KERNEL__
+ #include <asm/page.h>
+
+ /*
+--
+1.5.6.5
+
next reply other threads:[~2009-02-02 20:13 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-02 20:13 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-02 9:32 [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers jacmet at uclibc.org
2009-02-25 14:27 jacmet at uclibc.org
2009-02-24 8:56 jacmet at uclibc.org
2009-02-22 10:38 jacmet at uclibc.org
2009-02-18 14:16 jacmet at uclibc.org
2009-02-12 20:21 jacmet at uclibc.org
2009-02-09 9:07 jacmet at uclibc.org
2009-02-02 21:04 jacmet at uclibc.org
2009-01-26 21:02 jacmet at uclibc.org
2009-01-25 20:11 jacmet at uclibc.org
2009-01-23 13:12 jacmet at uclibc.org
2009-01-23 13:12 jacmet at uclibc.org
2009-01-19 12:34 jacmet at uclibc.org
2009-01-15 8:43 jacmet at uclibc.org
2009-01-15 8:33 jacmet at uclibc.org
2009-01-15 8:33 jacmet at uclibc.org
2008-12-31 18:09 nkukard at uclibc.org
2008-12-28 13:50 jacmet at uclibc.org
2008-12-20 22:34 ulf at uclibc.org
2008-12-10 23:54 jacmet at uclibc.org
2008-12-08 13:05 jacmet at uclibc.org
2008-11-30 9:52 jacmet at uclibc.org
2008-11-30 9:51 jacmet at uclibc.org
2008-11-05 11:11 jacmet at uclibc.org
2008-10-24 11:02 jacmet at uclibc.org
2008-10-10 8:25 jacmet at uclibc.org
2008-10-10 8:25 jacmet at uclibc.org
2008-10-02 14:24 egtvedt at uclibc.org
2008-08-19 15:01 jacmet at uclibc.org
2008-08-19 15:01 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-07-07 5:30 jacmet at uclibc.org
2008-06-26 7:22 jacmet at uclibc.org
2008-06-15 19:17 jacmet at uclibc.org
2008-06-11 13:05 jacmet at uclibc.org
2008-06-07 9:40 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-06-02 12:25 jacmet at uclibc.org
2008-02-04 7:54 lethal at uclibc.org
2008-01-10 9:30 ulf at uclibc.org
2007-11-26 14:54 jacmet at uclibc.org
2007-11-09 9:52 vanokuten at uclibc.org
2007-10-17 17:31 ulf at uclibc.org
2007-09-25 13:32 jacmet at uclibc.org
2007-09-25 11:38 aldot at uclibc.org
2007-09-22 16:42 aldot at uclibc.org
2007-09-22 16:37 aldot at uclibc.org
2007-09-11 19:07 andersen at uclibc.org
2007-09-11 21:56 ` Ulf Samuelsson
2007-09-12 2:58 ` Erik Andersen
2007-08-22 9:20 aldot at uclibc.org
2007-08-22 7:53 aldot at uclibc.org
2007-08-20 6:24 ulf at uclibc.org
2007-08-01 8:38 ulf at uclibc.org
2007-08-01 8:15 ulf at uclibc.org
2007-08-01 6:17 ulf at uclibc.org
2007-07-31 23:28 ulf at uclibc.org
2007-07-31 16:02 ulf at uclibc.org
2007-07-31 16:02 ` Bernhard Fischer
2007-07-31 22:43 ` [Buildroot] svn commit:trunk/buildroot/toolchain/kernel-headers Ulf Samuelsson
2007-07-31 15:49 [Buildroot] svn commit: trunk/buildroot/toolchain/kernel-headers ulf at uclibc.org
2007-08-01 5:47 ` Hans-Christian Egtvedt
2007-08-01 6:08 ` Ulf Samuelsson
2007-08-01 6:34 ` Hans-Christian Egtvedt
2007-07-31 15:47 ulf at uclibc.org
2007-07-24 16:34 aldot at uclibc.org
2007-07-24 13:41 aldot at uclibc.org
2007-07-24 12:32 aldot at uclibc.org
2007-07-24 12:33 ` brm
2007-07-24 13:35 ` Bernhard Fischer
2007-07-23 10:29 aldot at uclibc.org
2007-03-24 19:29 aldot at uclibc.org
2007-03-24 12:46 aldot at uclibc.org
2007-03-24 12:46 aldot at uclibc.org
2007-03-21 10:55 aldot at uclibc.org
2007-03-14 13:55 aldot at uclibc.org
2007-03-14 13:54 aldot at uclibc.org
2007-02-06 11:31 aldot at uclibc.org
2007-02-06 12:30 ` Ulf Samuelsson
2007-02-05 11:20 aldot at uclibc.org
2007-02-04 16:11 aldot at uclibc.org
2007-01-15 15:55 aldot at uclibc.org
2006-12-22 10:37 aldot at uclibc.org
2006-12-14 15:12 aldot at uclibc.org
2006-12-14 15:20 ` Joe Pruett
2006-12-13 18:24 aldot at uclibc.org
2006-12-13 16:56 aldot at uclibc.org
2006-12-13 12:34 andersen at uclibc.org
2006-12-13 11:49 andersen at uclibc.org
2006-12-04 15:54 aldot at uclibc.org
2006-12-02 18:12 aldot at uclibc.org
2006-11-22 21:02 aldot at uclibc.org
2006-10-11 11:36 aldot at uclibc.org
2006-10-09 16:13 aldot at uclibc.org
2006-10-09 17:56 ` Erik Andersen
2006-10-10 7:20 ` Bernhard Fischer
2006-10-10 16:05 ` Erik Andersen
2006-10-11 11:39 ` Bernhard Fischer
2006-10-09 11:41 aldot at uclibc.org
2006-10-09 14:29 ` Fredrik Roubert
2006-10-09 15:14 ` Bernhard Fischer
2006-10-09 15:43 ` Bernhard Fischer
2006-10-09 16:39 ` Fredrik Roubert
2006-10-09 17:33 ` Erik Andersen
2006-10-09 20:34 ` Erik Andersen
2006-10-10 1:46 ` Rob Landley
2006-10-10 3:44 ` Rob Landley
2006-10-10 7:01 ` Bernhard Fischer
2006-09-28 12:51 aldot at uclibc.org
2006-09-30 21:51 ` Rob Landley
2006-10-06 12:26 ` Bernhard Fischer
2006-07-18 17:06 andersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090202201358.37358764CB@busybox.osuosl.org \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox