search for: varsyscall

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

2015 Nov 05
0
[klibc:master] Inline __arch_libcinit()
...# define _KLIBC_HAS_ARCHINIT 0 diff --git a/usr/klibc/arch/i386/Kbuild b/usr/klibc/arch/i386/Kbuild index 1642374..edc7b3c 100644 --- a/usr/klibc/arch/i386/Kbuild +++ b/usr/klibc/arch/i386/Kbuild @@ -2,7 +2,7 @@ # klibc .o files for i386 # -klib-y := archinit.o socketcall.o setjmp.o syscall.o varsyscall.o +klib-y := socketcall.o setjmp.o syscall.o varsyscall.o klib-y += open.o openat.o vfork.o klib-y += libgcc/__ashldi3.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o klib-y += libgcc/__muldi3.o libgcc/__negdi2.o diff --git a/usr/klibc/libc_init.c b/usr/klibc/libc_init.c index c54d022..c5b9bab 100644 -...
2014 Apr 09
0
[klibc:master] Move architecture-specific initialization to arch/
...+#endif + #endif /* _KLIBC_SYSCONFIG_H */ diff --git a/usr/klibc/arch/i386/Kbuild b/usr/klibc/arch/i386/Kbuild index edc7b3c..1642374 100644 --- a/usr/klibc/arch/i386/Kbuild +++ b/usr/klibc/arch/i386/Kbuild @@ -2,7 +2,7 @@ # klibc .o files for i386 # -klib-y := socketcall.o setjmp.o syscall.o varsyscall.o +klib-y := archinit.o socketcall.o setjmp.o syscall.o varsyscall.o klib-y += open.o openat.o vfork.o klib-y += libgcc/__ashldi3.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o klib-y += libgcc/__muldi3.o libgcc/__negdi2.o diff --git a/usr/klibc/arch/i386/archinit.c b/usr/klibc/arch/i386/archinit.c ne...
2016 Jan 06
0
[klibc:master] i386: remove special handling of socketcall
...changed, 17 insertions(+), 89 deletions(-) diff --git a/usr/klibc/arch/i386/Kbuild b/usr/klibc/arch/i386/Kbuild index edc7b3c..de237be 100644 --- a/usr/klibc/arch/i386/Kbuild +++ b/usr/klibc/arch/i386/Kbuild @@ -2,7 +2,7 @@ # klibc .o files for i386 # -klib-y := socketcall.o setjmp.o syscall.o varsyscall.o +klib-y := setjmp.o syscall.o varsyscall.o klib-y += open.o openat.o vfork.o klib-y += libgcc/__ashldi3.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o klib-y += libgcc/__muldi3.o libgcc/__negdi2.o diff --git a/usr/klibc/arch/i386/socketcall.S b/usr/klibc/arch/i386/socketcall.S deleted file mode 1006...
2006 Jun 26
0
[klibc 24/43] i386 support for klibc
...jmp.S | 58 ++++++++++++++ usr/klibc/arch/i386/sigreturn.S | 15 ++++ usr/klibc/arch/i386/socketcall.S | 55 +++++++++++++ usr/klibc/arch/i386/syscall.S | 69 ++++++++++++++++ usr/klibc/arch/i386/sysstub.ph | 26 ++++++ usr/klibc/arch/i386/varsyscall.S | 36 +++++++++ usr/klibc/arch/i386/vfork.S | 26 ++++++ 25 files changed, 960 insertions(+), 0 deletions(-) diff --git a/usr/include/arch/i386/klibc/archconfig.h b/usr/include/arch/i386/klibc/archconfig.h new file mode 100644 index 0000000..4463d08 --- /dev/null +++ b/u...
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: