[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH 00/16] Add changes needed for libgo
These changes were needed for supporting libgo as an external library. It is worth noting here that we introduce musl's copyright file in order to skip adding the license each time for every source file imported from musl. Charalampos Mainas (1): Add dl_iterate_phdr() stub Costin Lupu (15): glue: Suppress 'unused parameters' warnings musl-imported: Add bits/alltypes.h musl-imported: Add original copyright link.h: Import from musl mntent.h: Import from musl Add mntent.c stubs sys/un.h: Import from musl sys/ptrace.h: Import from musl sys/user.h: Import from musl sys/prctl.h: Import from musl Add WCOREDUMP and WIFCONTINUED syslog.h: Fix missing include directive Add syscall.h Fix signal related issues patches: Allow including custom malloc.h headers Makefile.uk | 13 +- include/sys/syscall.h | 5 + include/sys/wait.h | 43 ++++ include/syscall.h | 1 + link.c | 45 +++++ mntent.c | 69 +++++++ musl-imported/COPYRIGHT | 189 ++++++++++++++++++ musl-imported/arch/generic/bits/alltypes.h | 1 + musl-imported/arch/generic/bits/link.h | 1 + musl-imported/arch/x86_64/bits/ptrace.h | 13 ++ musl-imported/arch/x86_64/bits/user.h | 41 ++++ musl-imported/include/link.h | 53 +++++ musl-imported/include/mntent.h | 43 ++++ musl-imported/include/sys/prctl.h | 163 +++++++++++++++ musl-imported/include/sys/ptrace.h | 109 ++++++++++ musl-imported/include/sys/un.h | 31 +++ musl-imported/include/sys/user.h | 16 ++ musl-imported/include/syslog.h | 1 + ...d-for-siginfo_t-and-use-__rtems__-de.patch | 47 +++++ ...aration-in-order-to-avoid-warnings-b.patch | 26 +++ ...tch-in-order-to-include-custom-mallo.patch | 26 +++ 21 files changed, 935 insertions(+), 1 deletion(-) create mode 100644 include/sys/syscall.h create mode 100644 include/sys/wait.h create mode 100644 include/syscall.h create mode 100644 link.c create mode 100644 mntent.c create mode 100644 musl-imported/COPYRIGHT create mode 100644 musl-imported/arch/generic/bits/alltypes.h create mode 100644 musl-imported/arch/generic/bits/link.h create mode 100644 musl-imported/arch/x86_64/bits/ptrace.h create mode 100644 musl-imported/arch/x86_64/bits/user.h create mode 100644 musl-imported/include/link.h create mode 100644 musl-imported/include/mntent.h create mode 100644 musl-imported/include/sys/prctl.h create mode 100644 musl-imported/include/sys/ptrace.h create mode 100644 musl-imported/include/sys/un.h create mode 100644 musl-imported/include/sys/user.h create mode 100644 patches/0006-Add-si_addr-field-for-siginfo_t-and-use-__rtems__-de.patch create mode 100644 patches/0007-Add-forward-declaration-in-order-to-avoid-warnings-b.patch create mode 100644 patches/0008-Apply-hackish-patch-in-order-to-include-custom-mallo.patch -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |