search for: archinit

Displaying 3 results from an estimated 3 matches for "archinit".

Did you mean: arch_init
2015 Nov 05
0
[klibc:master] Inline __arch_libcinit()
...sed as part of __libc_init(), so we might as well make it an inline function. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- scripts/Kbuild.klibc.include | 11 +++++++++++ usr/include/arch/i386/klibc/archconfig.h | 2 +- .../i386/archinit.c => include/arch/i386/klibc/archinit.h} | 4 ++-- usr/include/klibc/sysconfig.h | 2 +- usr/klibc/arch/i386/Kbuild | 2 +- usr/klibc/libc_init.c | 7 ++++++- 6 files changed, 22 ins...
2014 Apr 09
0
[klibc:master] Move architecture-specific initialization to arch/
...H. Peter Anvin <hpa at linux.intel.com> CommitDate: Wed, 9 Apr 2014 16:00:01 -0700 [klibc] Move architecture-specific initialization to arch/ Move out architecture-specific initialization code (currently only for i386) into the arch/ directory and define a configuration variable _KLIBC_HAS_ARCHINIT to indicate its presence. For consistency, change __init_stdio() to __libc_init_stdio(). Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/include/arch/i386/klibc/archconfig.h | 3 +++ usr/include/klibc/sysconfig.h | 9 +++++++++ usr/klibc/arch/i386/Kbuild...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira