1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

1778 commits

Author SHA1 Message Date
Jonathan Klimt
b27b19458c Added deprecation notice to README 2021-07-09 16:19:58 +02:00
YASH PATEL
2ff4836370
Small Typo fixed (#115) 2020-12-05 09:47:25 +01:00
Jonathan Klimt
eb6c0dd4b6
Merge pull request #114 from yash982000/master
Added contributors image to README
2020-11-04 16:52:31 +01:00
YASH PATEL
0f2f8ca5a5
Update README.md 2020-11-04 20:04:42 +05:30
YASH PATEL
c050acd9cc
Update README.md 2020-11-04 20:03:25 +05:30
YASH PATEL
03767ed35a
Update README.md 2020-11-04 20:02:36 +05:30
YASH PATEL
e95ac26178
Update README.md 2020-11-04 19:32:42 +05:30
YASH PATEL
871a00712f
Update README.md 2020-11-03 15:42:36 +05:30
YASH PATEL
0b0aa957ae
Update README.md 2020-11-03 10:54:58 +05:30
Jonathan Klimt
c4d13d02ce
Merge pull request #113 from yash982000/master
Requirements for Python and cmake and their steps to install in case someone has some exception in their device :)
2020-10-22 11:00:00 +02:00
YASH PATEL
0ea71713a6
Merge pull request #1 from hermitcore/master
Python changed to Python3 while installation
2020-10-22 11:28:32 +05:30
YASH PATEL
40893e5d87
Update README.md 2020-10-22 11:22:10 +05:30
Jonathan Klimt
425ab89573
Fixed incorrect repository name in README 2020-10-22 01:11:00 +02:00
Jonathan Klimt
7977ae3910
changed python to python3
Script is written in python3, all distros should contain python3 but python does not always correspond to python3
2020-10-22 01:08:04 +02:00
YASH PATEL
62d2638546
Update README.md 2020-10-18 12:03:24 +05:30
Stefan Lankes
63e67e1af1 Merge branch 'devel' 2019-06-01 09:45:48 +02:00
Stefan Lankes
0ed7b7399f bump version number to 0.2.10 2019-06-01 09:33:58 +02:00
Philipp Dreßen
b65e733395 Fixed #109 - sys_write() (#110)
removes incorrect use of arguments
2019-06-01 09:33:58 +02:00
Jonathan Klimt
5b02bc429e Improve readme (#105)
* Fixed "magic number" from x42 to xff

* Improved README (proxy set up)
2019-06-01 09:33:58 +02:00
Philipp Dreßen
324a23d3b1 Fixed #109 - sys_write() (#110)
removes incorrect use of arguments
2019-06-01 09:17:34 +02:00
Stefan Lankes
44c7963034 print also cpu information 2019-05-17 23:33:25 +02:00
Stefan Lankes
a3e6ff5eb7 add network test 2019-05-17 22:03:50 +02:00
Stefan Lankes
7baeecb535 add SMP tests 2019-05-17 21:52:06 +02:00
Stefan Lankes
8ab724c63e remove typos 2019-05-17 21:47:02 +02:00
Stefan Lankes
57369539da add basic tests 2019-05-17 21:45:45 +02:00
Stefan Lankes
3a74531fff build artifacts only for the build directory 2019-05-17 21:36:50 +02:00
Stefan Lankes
59ba65154e install also hexdump within the docker image 2019-05-17 21:25:08 +02:00
Stefan Lankes
ff5b8133b8 fetch also submodules 2019-05-17 21:21:42 +02:00
Stefan Lankes
f7cd7d10dd update repository before installing packages 2019-05-17 21:14:19 +02:00
Stefan Lankes
a6275e22a2 remove dependency from ca-certificates 2019-05-17 21:11:23 +02:00
Stefan Lankes
8144b9c575 remove dependency to bsdmainutils 2019-05-17 21:09:37 +02:00
Stefan Lankes
3138b48c6b Merge branch 'devel' of github.com:hermitcore/libhermit into devel 2019-05-17 21:05:36 +02:00
Stefan Lankes
cf36fe039c configure initial CI script to build HermitCore on GitLab 2019-05-17 21:04:23 +02:00
Stefan Lankes
7a4652daa4
remove typos 2019-05-03 12:23:45 +02:00
Jonathan Klimt
423cb0e80e Improve readme (#105)
* Fixed "magic number" from x42 to xff

* Improved README (proxy set up)
2019-03-31 10:29:08 +02:00
Stefan Lankes
b771ad7b3c
fix typo 2019-03-19 15:14:31 +01:00
Stefan Lankes
b31f82ab47 Merge branch 'master' into devel 2019-02-26 11:06:46 +01:00
Stefan Lankes
30145dddcf add missing OpenMP library to the docker container 2019-02-26 10:08:31 +01:00
Stefan Lankes
58d2d3120a remove obsolete call of apic_eoi 2019-01-15 23:26:20 +01:00
Stefan Lankes
0a322e8591 use LwIP 2.1 as IP stack
- add basic support of the system call "poll"
2018-10-17 08:23:25 +02:00
Stefan Lankes
564ccbfe8c
remove identical expression
see issue #103
2018-09-15 16:45:20 +02:00
Simon Pickartz
9553b9a284 update caves submodule 2018-09-13 09:19:58 +02:00
Simon Pickartz
e4e5412f4c update within submodule 2018-09-05 12:58:47 +02:00
Simon Pickartz
1a8e06a365 add interface providing the free list to the hypervisor (#101)
Add an interface for sharing the free list with the hypervisor. This can be used to accelerate the cold migration of guests.
2018-09-04 13:09:23 +02:00
Stefan Lankes
04f0a001e0 remove typo 2018-08-25 00:48:03 +02:00
Stefan Lankes
3c262a505d add howto to install toolchain on Debian 9 2018-08-25 00:46:33 +02:00
Stefan Lankes
14d96bfc5b Merge branch 'master' into devel 2018-08-25 00:35:20 +02:00
Stefan Lankes
01c38a4bc2 build docker container if Travis uses an Ubuntu container 2018-08-25 00:18:40 +02:00
Stefan Lankes
4e9cfd490c add missing installation of the bootstrap version of libhermit 2018-08-24 07:27:22 +02:00
Stefan Lankes
aca2a4873f install final compiler instead of bootstrap compiler 2018-08-24 07:10:57 +02:00