search for: archsign

Displaying 20 results from an estimated 44 matches for "archsign".

Did you mean: archsignal
2010 Feb 02
0
build failures with 2.6.33-rc
...lude/linux/in.h:182: error: expected specifier-qualifier-list before 'sa_family_t' make[2]: *** [usr/klibc/inet/inet_ntoa.o] Error 1 make[1]: *** [all] Error 2 make: *** [klibc] Error 2 [4] build log on x86: KLIBCCC usr/klibc/vsnprintf.o In file included from usr/include/arch/i386/klibc/archsignal.h:99, from usr/klibc/../include/signal.h:14, from usr/klibc/../include/sys/select.h:11, from usr/klibc/../include/unistd.h:12, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: linux/include/as...
2003 Nov 24
2
[PATCH] small addition to ia64's archsignal.h
...# This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.245 -> 1.246 # klibc/arch/ia64/include/klibc/archsignal.h 1.1 -> 1.2 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/11/21 mort@green.i.bork.org 1.246 # A hack for compiling udev against klibc on ia64 # -------------------------------------------- # diff -Nru a/klibc/arch/ia64/include/kli...
2007 Aug 29
2
Klibc 1.5.4 build issues
...with a boatload of patches). Here is the result of the make command: [root@****** klibc-1.5.4]# make KLIBCCC usr/klibc/vsnprintf.o In file included from linux/include/linux/linkage.h:4, from linux/include/asm-generic/signal.h:5, from usr/include/arch/i386/klibc/archsignal.h:99, from usr/klibc/../include/signal.h:14, from usr/klibc/../include/sys/select.h:11, from usr/klibc/../include/unistd.h:12, from usr/klibc/../include/stdio.h:11, from usr/klibc/vsnprintf.c:13: linux/include/li...
2010 Jan 11
0
[PATCH] Fix arm signals
Following example from usr/include/arch/i386/klibc/archsignal.h: The in-kernel headers for arm still have libc5 crap in them. Reconsider using <asm/signal.h> when/if it gets cleaned up; for now, duplicate the definitions here. Signed-off-by: Jon Ringle <jon at ringle.org> --- usr/include/arch/arm/klibc/archsignal.h | 112 +++++++++++++++++++...
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix definition of struct sigaction
...ug 2020 17:37:22 +0100 [klibc] ia64: Fix definition of struct sigaction ia64 only provides the RT signal API, in which the type of sa_flags is unsigned long and sa_mask is the last member of the struct. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/ia64/klibc/archsignal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/ia64/klibc/archsignal.h b/usr/include/arch/ia64/klibc/archsignal.h index fbc961b4..7cfbf308 100644 --- a/usr/include/arch/ia64/klibc/archsignal.h +++ b/usr/include/arch/ia64/klibc/archsignal.h @@ -22,8 +22,...
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix definition of struct sigaction
...ug 2020 20:22:50 +0100 [klibc] ia64: Fix definition of struct sigaction ia64 only provides the RT signal API, in which the type of sa_flags is unsigned long and sa_mask is the last member of the struct. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/ia64/klibc/archsignal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/ia64/klibc/archsignal.h b/usr/include/arch/ia64/klibc/archsignal.h index fbc961b4..7cfbf308 100644 --- a/usr/include/arch/ia64/klibc/archsignal.h +++ b/usr/include/arch/ia64/klibc/archsignal.h @@ -22,8 +22,...
2020 Aug 29
0
[klibc:master] ia64: Fix definition of struct sigaction
...ug 2020 17:22:38 +0100 [klibc] ia64: Fix definition of struct sigaction ia64 only provides the RT signal API, in which the type of sa_flags is unsigned long and sa_mask is the last member of the struct. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/ia64/klibc/archsignal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/ia64/klibc/archsignal.h b/usr/include/arch/ia64/klibc/archsignal.h index fbc961b4..7cfbf308 100644 --- a/usr/include/arch/ia64/klibc/archsignal.h +++ b/usr/include/arch/ia64/klibc/archsignal.h @@ -22,8 +22,...
2020 Aug 27
0
[klibc:master] alpha: Fix definitions of _NSIG and struct sigaction
...ons of _NSIG and struct sigaction We use the RT signals API, but include the kernel UAPI header that defines _NSIG and struct sigaction for the old API. Copy over all the definitions and fix those two. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/alpha/klibc/archsignal.h | 78 ++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/alpha/klibc/archsignal.h b/usr/include/arch/alpha/klibc/archsignal.h index 2193a352..78be832a 100644 --- a/usr/include/arch/alpha/klibc/archsignal.h +++ b/usr/include/arch/alpha...
2023 Mar 05
0
[klibc:master] Add LoongArch64 port
.... Signed-off-by: Feiyang Chen <chenfeiyang at loongson.cn> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- .../{riscv64 => loongarch64}/klibc/archconfig.h | 2 +- .../{riscv64 => loongarch64}/klibc/archsetjmp.h | 11 +++-- .../arch/{ppc => loongarch64}/klibc/archsignal.h | 2 +- .../arch/{riscv64 => loongarch64}/machine/asm.h | 4 +- usr/klibc/SYSCALLS.def | 2 +- usr/klibc/arch/loongarch64/Kbuild | 7 +++ usr/klibc/arch/{sparc64 => loongarch64}/MCONFIG | 17 ++++---- usr/klibc/arch/{riscv64 => l...
2019 Feb 02
0
[PATCH 2/2] ia64: Fix sigaction struct layout and function implementation
...d the wrong way (matching the old sigaction syscall rather than the newer rt_sigaction syscall, despite the former not existing on ia64), causing the kernel to think SA_NOCLDWAIT was set. This bug appears to have been present since the ia64 port was first committed. --- usr/include/arch/ia64/klibc/archsignal.h | 3 ++- usr/klibc/sigaction.c | 45 +++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/usr/include/arch/ia64/klibc/archsignal.h b/usr/include/arch/ia64/klibc/archsignal.h index fbc961b..c52c41a 100644 --- a/usr/include/arch/ia64...
2019 Jan 18
0
[klibc:master] Add RISC-V (RV64) port
...Link: https://www.zytor.com/pipermail/klibc/2018-July/003997.html Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- .../arch/{arm64 => riscv64}/klibc/archconfig.h | 6 +-- .../arch/{mips64 => riscv64}/klibc/archsetjmp.h | 14 +++--- .../arch/{cris => riscv64}/klibc/archsignal.h | 2 +- .../arch/{arm64 => riscv64}/klibc/archstat.h | 0 usr/include/arch/riscv64/machine/asm.h | 26 +++++++++++ usr/klibc/SYSCALLS.def | 2 +- usr/klibc/arch/{ppc64 => riscv64}/Kbuild | 8 ++-- usr/klibc/arch/riscv64/MCON...
2013 Nov 12
0
[klibc:master] arm64: Add arm64 support
...inaro.org> Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- Makefile | 3 +- usr/include/arch/{sh => arm64}/klibc/archconfig.h | 4 +- usr/include/arch/arm64/klibc/archsetjmp.h | 22 ++++++++++ .../arch/{m32r => arm64}/klibc/archsignal.h | 2 +- usr/include/arch/arm64/klibc/archstat.h | 29 +++++++++++++ usr/include/arch/arm64/klibc/asmmacros.h | 11 +++++ usr/klibc/README.klibc | 1 + usr/klibc/SYSCALLS.def | 2 +- usr/klibc/arch/{parisc =&g...
2019 Feb 02
2
[PATCH 1/2] ia64: Fix invalid memory access in vfork
Commit 8418552 ("[klibc] ia64: Fix shared build") missed this use of the GP register, although the code appears to have been dubious anyway, assuming the address of errno was the first thing pointed to by GP. --- usr/klibc/arch/ia64/vfork.S | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr/klibc/arch/ia64/vfork.S b/usr/klibc/arch/ia64/vfork.S index
2023 Feb 20
1
[PATCH] Add LoongArch64 port
...oongArch64 support. I've cribbed most of this from the RISC-V and MIPS ports. Signed-off-by: Feiyang Chen <chenfeiyang at loongson.cn> --- .../arch/loongarch64/klibc/archconfig.h | 15 ++++++ .../arch/loongarch64/klibc/archsetjmp.h | 26 ++++++++++ .../arch/loongarch64/klibc/archsignal.h | 14 ++++++ usr/include/arch/loongarch64/machine/asm.h | 24 +++++++++ usr/klibc/SYSCALLS.def | 2 +- usr/klibc/arch/loongarch64/Kbuild | 7 +++ usr/klibc/arch/loongarch64/MCONFIG | 23 +++++++++ usr/klibc/arch/loongarch64/crt0.S...
2019 Jan 18
0
[klibc:master] arch: Remove m32r port
...ion, and the m32r kernel port was removed in Linux 4.17. Remove our support for it. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/arch/m32r/klibc/archconfig.h | 14 ---------- usr/include/arch/m32r/klibc/archsetjmp.h | 21 -------------- usr/include/arch/m32r/klibc/archsignal.h | 14 ---------- usr/include/arch/m32r/klibc/archstat.h | 39 -------------------------- usr/klibc/arch/m32r/Kbuild | 13 --------- usr/klibc/arch/m32r/MCONFIG | 18 ------------ usr/klibc/arch/m32r/crt0.S | 24 ---------------- usr/klibc/arch/m32r/set...
2006 Jun 26
0
[klibc 26/43] m32r support for klibc
...er Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:27 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:27 -0700 usr/include/arch/m32r/klibc/archconfig.h | 14 +++++++++ usr/include/arch/m32r/klibc/archsetjmp.h | 21 +++++++++++++ usr/include/arch/m32r/klibc/archsignal.h | 14 +++++++++ usr/include/arch/m32r/klibc/archstat.h | 39 +++++++++++++++++++++++++ usr/include/arch/m32r/klibc/archsys.h | 12 ++++++++ usr/klibc/arch/m32r/MCONFIG | 18 +++++++++++ usr/klibc/arch/m32r/Makefile.inc | 19 ++++++++++++ usr/klibc/arch/m32r/c...
2006 Jun 26
0
[klibc 34/43] sh support for klibc
...hor H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:44 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:44 -0700 usr/include/arch/sh/klibc/archconfig.h | 14 +++++++ usr/include/arch/sh/klibc/archsetjmp.h | 22 +++++++++++ usr/include/arch/sh/klibc/archsignal.h | 14 +++++++ usr/include/arch/sh/klibc/archstat.h | 38 +++++++++++++++++++ usr/include/arch/sh/klibc/archsys.h | 12 ++++++ usr/klibc/arch/sh/MCONFIG | 18 +++++++++ usr/klibc/arch/sh/Makefile.inc | 15 ++++++++ usr/klibc/arch/sh/crt0.S | 27...
2006 Jun 26
0
[klibc 36/43] sparc64 support for klibc
...Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:50 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:50 -0700 usr/include/arch/sparc64/klibc/archconfig.h | 15 +++++++ usr/include/arch/sparc64/klibc/archsetjmp.h | 16 ++++++++ usr/include/arch/sparc64/klibc/archsignal.h | 17 ++++++++ usr/include/arch/sparc64/klibc/archstat.h | 30 +++++++++++++++ usr/include/arch/sparc64/klibc/archsys.h | 10 +++++ usr/klibc/arch/sparc64/MCONFIG | 21 ++++++++++ usr/klibc/arch/sparc64/Makefile.inc | 16 ++++++++ usr/klibc/arch/sparc64/crt0....
2011 Aug 08
0
[PATCH/RFC] Add initial avr32 port
...ernel.org/?p=libs/klibc/klibc.git;a=summary At the current state of not ported, I thought belows might be a first step. thank you for any information. maks usr/include/arch/avr32/klibc/archconfig.h | 14 ++++ usr/include/arch/avr32/klibc/archsetjmp.h | 14 ++++ usr/include/arch/avr32/klibc/archsignal.h | 110 +++++++++++++++++++++++++++++ usr/include/arch/avr32/klibc/archstat.h | 40 +++++++++++ usr/include/arch/avr32/klibc/asmmacros.h | 10 +++ usr/klibc/README.klibc | 2 +- usr/klibc/arch/avr32/Kbuild | 8 ++ usr/klibc/arch/avr32/MCONFIG...
2006 Jun 26
0
[klibc 27/43] m68k support for klibc
...in <hpa at zytor.com> Sun, 25 Jun 2006 16:58:29 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:29 -0700 usr/include/arch/m68k/klibc/archconfig.h | 15 ++++++++++ usr/include/arch/m68k/klibc/archsetjmp.h | 26 ++++++++++++++++++ usr/include/arch/m68k/klibc/archsignal.h | 14 ++++++++++ usr/include/arch/m68k/klibc/archstat.h | 38 +++++++++++++++++++++++++++ usr/include/arch/m68k/klibc/archsys.h | 12 ++++++++ usr/klibc/arch/m68k/MCONFIG | 11 ++++++++ usr/klibc/arch/m68k/Makefile.inc | 25 +++++++++++++++++ usr/klibc/arch/m...