search for: 0206078

Displaying 4 results from an estimated 4 matches for "0206078".

2012 May 05
3
[PATCH] fix non-RT sigsuspend()
.../klibc/archconfig.h +++ b/usr/include/arch/arm/klibc/archconfig.h @@ -15,4 +15,6 @@ # define _KLIBC_ARM_USE_BX 1 #endif +#define _KLIBC_SIGSUSPEND_I_IUL1 + #endif /* _KLIBC_ARCHCONFIG_H */ diff --git a/usr/include/arch/cris/klibc/archconfig.h b/usr/include/arch/cris/klibc/archconfig.h index 0206078..176de6c 100644 --- a/usr/include/arch/cris/klibc/archconfig.h +++ b/usr/include/arch/cris/klibc/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 --gi...
2006 Jun 26
0
[klibc 23/43] cris support for klibc
...klibc/arch/cris/sysstub.ph | 29 +++++++++ usr/klibc/arch/cris/vfork.S | 29 +++++++++ 14 files changed, 440 insertions(+), 0 deletions(-) diff --git a/usr/include/arch/cris/klibc/archconfig.h b/usr/include/arch/cris/klibc/archconfig.h new file mode 100644 index 0000000..0206078 --- /dev/null +++ b/usr/include/arch/cris/klibc/archconfig.h @@ -0,0 +1,15 @@ +/* + * include/arch/cris/klibc/archconfig.h + * + * See include/klibc/sysconfig.h for the options that can be set in + * this file. + * + */ + +#ifndef _KLIBC_ARCHCONFIG_H +#define _KLIBC_ARCHCONFIG_H + +/* cris uses 13...
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
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: