search for: klibca

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

Did you mean: klibc
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 abou...
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
...the following: +# Kbuild: +# +# static-y := ipconfig +# ipconfig-y := main.o netdev.c +# So ipconfig will be linked statically using the two .o files +# specified with ipconfig-y. +# +# To set directory wide CFLAGS use: +# EXTRA_KLIBCCFLAGS := -DDEBUG +# To set directory wide AFLAGS use: +# EXTRA_KLIBCAFLAGS := -DDEBUG +# +# To set target specific CFLAGS (for .c files) use +# KLIBCCFLAGS-main.o := -DDEBUG=3 +# To set target specific AFLAGS (for .s files) use +# KLIBCAFLAGS-main.o := -DDEBUG=3 + +src := $(obj) +# Preset target and make sure it is a ':=' variable +targets := + +.phony: __bui...
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: