This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 07 Dec, 2020 8 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- align the size up to a cache line - use the cache line size as smallest alignment value
-
- 06 Dec, 2020 1 commit
-
-
Stefan Lankes authored
-
- 29 Nov, 2020 1 commit
-
-
bors[bot] authored
127: Revision of PR #110 r=stlankes a=stlankes Most of #110 is already merged to kernel. This pull request is a collection of missing changes. Co-authored-by:
Thomas Lambertz <mail@thomaslambertz.de>
-
- 28 Nov, 2020 2 commits
-
-
Stefan Lankes authored
-
-
- 27 Nov, 2020 4 commits
-
-
bors[bot] authored
126: CI: Fix and reenable windows tests r=stlankes a=jschwe Closes #122 - Fixes the Windows CI. - Force qemu install to the latest working version - The November 2020 release doesn't seem to be working, even when adjusting the path to the new install location install 'C:\Program Files (x86)' Co-authored-by:
Jonathan Schwender <schwenderjonathan@gmail.com>
-
Jonathan Schwender authored
- Force qemu install to latest working version - The November 2020 release doesn't seem to be working, even when adjusting the path to the new install location install 'C:\Program Files (x86)' Signed-off-by:
Jonathan Schwender <schwenderjonathan@gmail.com>
-
bors[bot] authored
125: disable interrupts during programming of the ICR r=stlankes a=stlankes ICR programming should be not-interruptable to avoid corrupted values Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
- 26 Nov, 2020 3 commits
-
-
Stefan Lankes authored
This reverts commit f5ada5b9.
-
Stefan Lankes authored
Signed-off-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
Signed-off-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
- 25 Nov, 2020 3 commits
-
-
Stefan Lankes authored
Signed-off-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
Signed-off-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
- 24 Nov, 2020 7 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
This reverts commit f919f972.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
This reverts commit 8f83d097.
-
bors[bot] authored
124: activate assembly support for basic function (e.g. memcpy) r=stlankes a=stlankes - don't rename symbols for newlib Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
- 23 Nov, 2020 11 commits
-
-
Stefan Lankes authored
- don't rename symbol for newlib
-
bors[bot] authored
119: simplify function to determine the enviornment r=stlankes a=stlankes - avoid using of __sys_malloc - remove unneeded unsafe code Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de> Co-authored-by:
bors[bot] <26634292+bors[bot]@users.noreply.github.com>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- avoid using of __sys_malloc
-
bors[bot] authored
120: rename basic functions like memcpy to avoid collisions with the user space r=jbreitbart a=stlankes The kernel isn't allowed to use SSE instructions. The workaround is to build two versions of basic functions like `memcpy`. One for kernel-, one for user-space. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
bors[bot] authored
121: increase the memory size of the test VM r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-