search for: ringle

Displaying 9 results from an estimated 9 matches for "ringle".

Did you mean: single
2009 Jul 16
2
[PATCH 1/2] Fix must_inline macro in klibc/compiler.h for gcc-4.3
See http://gcc.gnu.org/gcc-4.3/porting_to.html for details. Signed-off-by: Jon Ringle <jon at ringle.org> --- usr/include/klibc/compiler.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/usr/include/klibc/compiler.h b/usr/include/klibc/compiler.h index 816a4ee..e0da37e 100644 --- a/usr/include/klibc/compiler.h +++ b/usr/include/klibc/compiler.h @...
2014 Aug 28
2
Winbind + sernet Samba4 + CentOS 6.5 + AD
Hi y'all So I'm having some issues trying to deploy this system and was hoping I cold get some insights into this from some gurus This is the situation: OS: CentOS 6.5 (2.6.32-431.23.3.el6.x86_64) AD: Windows Servers 2012 R2 running on domain functional level of Windows Server 2008 R2 Samba4 installed from sernet yum repo. version 4.1.11-9.el6 As of now the centos server has been
2010 Jan 07
1
[PATCH 1/2] Fix assert when NDEBUG defined
Don't use the parameter x in assert(x) if NDEBUG is defined to avoid any problems where (x) may contain symbols that are only defined if !NDEBUG Signed-off-by: Jon Ringle <jon at ringle.org> --- usr/include/assert.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/include/assert.h b/usr/include/assert.h index d89e082..e59ed94 100644 --- a/usr/include/assert.h +++ b/usr/include/assert.h @@ -9,7 +9,7 @@ #ifdef NDEBUG -#define a...
2009 Sep 15
1
[PATCH] add linux' arch/$ARCH/include to search path From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Mon, 5 Jan 2009 17:46:47 +0100
...printf.c:13: This patch fixes the problem by adding a -I to linux' arch/$ARCH/asm to the CPPFLAGS. This will fail on x86 (64 and 32 bit) though, because in linux x86 is unified, while in klibc it's seperate. Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de> Signed-off-by: Jon Ringle <jon at ringle.org> --- scripts/Kbuild.klibc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc index 227b9bd..8d80f2c 100644 --- a/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc @@ -104,6 +104,7 @@ KLIBCCPPFLAGS := -nostd...
2009 Jul 17
0
[PATCH] Use headers_install to install headers
Use headers_install to install headers. arch include directory has moved and it's better to ask the kernel Makefile to install the headers for us. Signed-off-by: Jon Ringle <jon at ringle.org> --- scripts/Kbuild.install | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/scripts/Kbuild.install b/scripts/Kbuild.install index 44c8f76..de918f0 100644 --- a/scripts/Kbuild.install +++ b/scripts/Kbuild.install @@ -95,16 +95,7 @@ header...
2010 Jan 11
0
[PATCH] Fix arm signals
Following example from usr/include/arch/i386/klibc/archsignal.h: The in-kernel headers for arm still have libc5 crap in them. Reconsider using <asm/signal.h> when/if it gets cleaned up; for now, duplicate the definitions here. Signed-off-by: Jon Ringle <jon at ringle.org> --- usr/include/arch/arm/klibc/archsignal.h | 112 ++++++++++++++++++++++++++++++- 1 files changed, 110 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/arm/klibc/archsignal.h b/usr/include/arch/arm/klibc/archsignal.h index a589527..31a9f2b 100644 --- a/usr/i...
2009 Jun 30
1
multiple definition of `_start' when using -ld with klcc
Hi, I am trying to setup an environment where I can build external projects against klibc. It works - except if I have a program that links to libc. Then I get a multiple definition of `_start' message. Here is a simple test case. Jon [ringlej at ringlejxbuild ~/temp/klibc-test]$ cat klibc-test.c #include <stdio.h> int main(void) { printf("hello world"); } [ringlej at ringlejxbuild ~/temp/klibc-test]$ CC=klcc LD=klcc LDFLAGS="-lc" make klibc-test klcc -lc klibc-test.c -o klibc-test /home/ringlej/W...
2009 Jul 16
1
[PATCH] fix warning include/signal.h:47:5: warning: "SIGRTMAX" is not defined
--- usr/include/signal.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/usr/include/signal.h b/usr/include/signal.h index a513282..4ed65bc 100644 --- a/usr/include/signal.h +++ b/usr/include/signal.h @@ -44,10 +44,12 @@ typedef int sig_atomic_t; /* The kernel header files are inconsistent whether or not SIGRTMAX is inclusive or exclusive. POSIX seems to state that
2009 Nov 12
1
Bug#555902: xen-utils-3.4: /etc/init.d/xend - $DAEMON variable at xend_stop()
Package: xen-utils-3.4 Version: 3.4.0-2 Severity: normal Hi, the variable $DAEMON in /etc/init.d/xend is not set and thus the init.d/-script is not usable. I think it's supposed to be $XEND. Any ideas on that one? regards, Patrick -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux