search for: klibcas

Displaying 5 results from an estimated 5 matches for "klibcas".

Did you mean: klibcar
2006 May 30
3
vfork support: need help on arm, parisc, s390
Hello all, I really want to support vfork() in klibc, mostly because uClinux *has* to use it. Unfortunately vfork() isn't allowed to use the stack *at all* across the system call -- including return address -- which means it needs an assembly wrapper on most architectures. I have tried implementing wrappers for most architectures, but I don't know parisc or s390/s390x well enough,
2006 May 15
2
Any Alpha users...
If you have access to an Alpha, please test klibc-1.3.21; in particular, anything which uses pipes... Thanks, -hpa
2013 May 09
2
Klibc 2.0.2 build vs -j 30-ish
.../git/KLIBC/usr/klibc/sigsuspend.c:8:31: fatal error: klibc/havesyscall.h: No such file or directory compilation terminated. KLIBCCC usr/klibc/sbrk.o KLIBCCC usr/klibc/malloc.o make[2]: *** [usr/klibc/sigsuspend.o] Error 1 make[2]: *** Waiting for unfinished jobs.... KLIBCCC usr/klibc/brk.o ... KLIBCAS usr/klibc/syscalls/getsockopt.o LIST usr/klibc/syscalls/klib.list make[1]: *** [all] Error 2 make: *** [klibc] Error 2 The problem stems from within usr/klibc: sigsuspend.c includes <klibc/havesyscall.h> which is effectively $(objtree)/$(KLIBCINC)/klibc/havesyscall.h, which comes about...
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
...COPTFLAGS := +KLIBCWARNFLAGS := -W -Wall -Wno-sign-compare -Wno-unused-parameter +KLIBCSHAREDFLAGS := +KLIBCBITSIZE := +KLIBCLDFLAGS := +KLIBCCFLAGS := + +# Arch specific definitions for klibc +include $(KLIBCSRC)/arch/$(KLIBCARCHDIR)/MCONFIG + +# include/asm-* architecture +KLIBCASMARCH ?= $(KLIBCARCH) + +# klibc version +KLIBCMAJOR := $(shell cut -d. -f1 $(srctree)/usr/klibc/version) +KLIBCMINOR := $(shell cut -d. -f2 $(srctree)/usr/klibc/version) + +# binutils +KLIBCLD := $(LD) +KLIBCCC := $(CC) +KLIBCAR := $(AR) +KLIBCRANLIB...
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: