search for: syscommon

Displaying 13 results from an estimated 13 matches for "syscommon".

2004 Oct 18
3
arch/ia64/pipe.c:5:23: syscommon.h: No such file or directory
...efix include -D__KLIBC__ -DBITSIZE=64 -I../include/arch/ia64 -I../include/bits64 -I../include -I../linux/include -I../linux/include2 -I../linux/include -DWITH_ERRLIST -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline -c -o arch/ia64/pipe.o arch/ia64/pipe.c arch/ia64/pipe.c:5:23: syscommon.h: No such file or directory arch/ia64/pipe.c: In function `pipe': arch/ia64/pipe.c:25: error: `__NR_pipe' undeclared (first use in this function) arch/ia64/pipe.c:25: error: (Each undeclared identifier is reported only once arch/ia64/pipe.c:25: error: for each function it appears in.) arch...
2011 Jul 19
4
[PATCH v1 0/2] Support dropping of capabilities from early userspace.
This patchset applies to klibc mainline. As is it will probably collide with Maximilian's recent patch to rename run-init to switch_root posted last week. To boot an untrusted environment with certain capabilities locked out, we'd like to be able to drop the capabilities up front from early userspace, before we actually transition onto the root volume. This patchset implements this by
2003 Nov 26
1
[PATCH] use 2.6 module syscalls in klibc
...odule(const char *) +long init_module(void *, unsigned long, const char *) +long delete_module(const char *, unsigned int) <!ia64> int query_module(const char *, int, void *, size_t, size_t) int reboot::__reboot(int, int, int, void *) int syslog::klogctl(int, char *, int) ===== klibc/klibc/syscommon.h 1.1 vs edited ===== --- klibc/klibc/syscommon.h Wed Oct 22 19:37:34 2003 +++ klibc/klibc/syscommon.h Wed Nov 26 16:29:06 2003 @@ -15,7 +15,6 @@ #include <sys/dirent.h> #include <sys/klog.h> #include <sys/mman.h> -#include <sys/module.h> #include <sys/resource.h>...
2002 Dec 23
1
klibc insmod for recent kernels
...ate_module(const char *, size_t) -int delete_module(const char *) -int query_module(const char *, int, void *, size_t, size_t) long init_module(void *, unsigned long, const char *) int reboot::__reboot(int, int, int, void *) int syslog::klogctl(int, char *, int) diff -urN klibc-0.70+insmod/klibc/syscommon.h klibc-0.70+nooldmodules/klibc/syscommon.h --- klibc-0.70+insmod/klibc/syscommon.h 2002-08-13 09:02:41.000000000 +0200 +++ klibc-0.70+nooldmodules/klibc/syscommon.h 2002-12-23 13:46:42.000000000 +0100 @@ -15,7 +15,6 @@ #include <sys/dirent.h> #include <sys/klog.h> #include <sys/m...
2005 Jul 28
0
[PATCH] Use KLIBSRC + KLIBINC consistent in kbuild files
...$(obj)/SYSCALLS.i \ - $(klibc-dir)/arch/$(ARCH)/sysstub.ph \ +$(obj)/syscalls.mk: $(KLIBSRC)/syscalls.pl $(obj)/SYSCALLS.i \ + $(KLIBSRC)/arch/$(ARCH)/sysstub.ph \ $(call objectify, $(syscall-objs:.o=.S)) \ - $(klibc-dir)/syscommon.h $(obj)/syscalls.nrs + $(KLIBSRC)/syscommon.h $(obj)/syscalls.nrs $(call cmd,syscalls)
2010 Oct 04
0
No subject
...+PHONY += FORCE diff --git a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild index 4dbbc31..c94f65c 100644 --- a/usr/klibc/syscalls/Kbuild +++ b/usr/klibc/syscalls/Kbuild @@ -95,3 +95,6 @@ $(obj)/syscalls.mk: $(srctree)/$(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \ $(src)/syscommon.h $(obj)/syscalls.nrs \ $(obj)/typesize.bin FORCE $(call if_changed,syscalls) + +# Used by if_changed and friends +PHONY += FORCE -- 1.7.2.3
2010 Nov 10
2
[PATCH] Avoid infinite loop during build with make 3.82
Remove FORCE from the list used by if_changed and friends. Otherwise the target will always be considered out of date when built with make 3.82.
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel
2003 Nov 24
1
[PATCH] fix pipe() for ia64
...$(ARCH)/pipe.o \ + arch/$(ARCH)/vfork.o + ARCHSOOBJS = $(patsubst %o,%.lo,%(ARCHOBJS)) diff -Nru a/klibc/arch/ia64/pipe.c b/klibc/arch/ia64/pipe.c --- /dev/null Wed Dec 31 16:00:00 1969 +++ b/klibc/arch/ia64/pipe.c Mon Nov 24 16:39:39 2003 @@ -0,0 +1,42 @@ +/* + * pipe.c + */ + +#include "syscommon.h" +#include <klibc/archsys.h> + +#define ASM_CLOBBERS ,"out2", "out3", "out4", "out5", "out6", "out7", \ + /* Non-stacked integer registers, minus r8, r9, r10, r15. */ \ + "r2", "r3", "r11",...
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.
2006 May 11
0
[patch] klibc: merge s390 and s390x
...)/syscalls.mk: $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \ - $(KLIBCSRC)/arch/$(KLIBCARCH)/sysstub.ph \ + $(KLIBCSRC)/arch/$(KLIBCARCHDIR)/sysstub.ph \ $(call objectify, $(syscall-objs:.o=.S)) \ $(KLIBCSRC)/syscommon.h $(obj)/syscalls.nrs $(call cmd,syscalls)
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...)/syscalls.mk: $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \ - $(KLIBCSRC)/arch/$(KLIBCARCH)/sysstub.ph \ + $(KLIBCSRC)/arch/$(KLIBCARCHDIR)/sysstub.ph \ $(call objectify, $(syscall-objs:.o=.S)) \ $(KLIBCSRC)/syscommon.h $(obj)/syscalls.nrs $(call cmd,syscalls)
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: