search for: b409a21

Displaying 3 results from an estimated 3 matches for "b409a21".

Did you mean: 1409,21
2014 Apr 09
0
[klibc:master] Move architecture-specific initialization to arch/
...| 18 ++++++++++++++++++ usr/klibc/libc_init.c | 21 +++++++++------------ usr/klibc/stdio/fdopen.c | 2 +- 6 files changed, 41 insertions(+), 14 deletions(-) diff --git a/usr/include/arch/i386/klibc/archconfig.h b/usr/include/arch/i386/klibc/archconfig.h index b409a21..d8db763 100644 --- a/usr/include/arch/i386/klibc/archconfig.h +++ b/usr/include/arch/i386/klibc/archconfig.h @@ -12,4 +12,7 @@ /* The i386 <asm/signal.h> is still not clean enough for this... */ #define _KLIBC_USE_RT_SIG 0 +/* We have __libc_arch_init() */ +#define _KLIBC_HAS_ARCHINIT 1...
2012 May 05
3
[PATCH] fix non-RT sigsuspend()
...ibc/archconfig.h @@ -12,4 +12,6 @@ /* cris uses 13 as the page shift factor for sys_mmap2 */ #define _KLIBC_MMAP2_SHIFT 13 +#define _KLIBC_SIGSUSPEND_I_1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/include/arch/i386/klibc/archconfig.h b/usr/include/arch/i386/klibc/archconfig.h index b409a21..e42bee7 100644 --- a/usr/include/arch/i386/klibc/archconfig.h +++ b/usr/include/arch/i386/klibc/archconfig.h @@ -12,4 +12,6 @@ /* The i386 <asm/signal.h> is still not clean enough for this... */ #define _KLIBC_USE_RT_SIG 0 +#define _KLIBC_SIGSUSPEND_I_II1 + #endif /* _KLIBC_ARCHCONFI...
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
Hi, I?ve gone through the mailing list archives and hereby want to resubmit my pending patches. Most are independent of each other, except the m68k patch which will only be complete if sigsuspend is also fixed. (It can be applied before that, though.) http://www.zytor.com/pipermail/klibc/2012-January/003173.html [PATCH] fix m68k support Resubmitted here as 0005. While there was a question from