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

1488 commits

Author SHA1 Message Date
Stefan Lankes
c1ff763da3 increase version number to 0.2.1 2017-07-27 18:58:48 +02:00
Stefan Lankes
c7ce8fc81b avoid memory access by preloading image_size into r11 2017-07-27 11:01:54 +02:00
Stefan Lankes
23a98157b2 remove stupid typo 2017-07-26 23:47:02 +02:00
Stefan Lankes
99def26ce0 remove typo 2017-07-26 22:23:57 +02:00
bytesnake
c3b21897e1 Added connect command and redirect output. 2017-07-22 23:39:12 +02:00
Stefan Lankes
ab27102c48 add flag to be sure that the linker creates a static binary 2017-07-17 16:35:09 +02:00
Stefan Lankes
236583a19e deactivate rdrand support on non-x86 2017-07-15 16:30:31 +02:00
Stefan Lankes
437f445ed8 fix typos, fix meaing of PAGE_CEIL and PAGE_FLOOR 2017-07-15 16:24:08 +02:00
bytesnake
9f8357f564 Reenabled logging for QEmu 2017-07-15 14:24:07 +02:00
bytesnake
71d004d315 More bugfixes; kill_daemon doesn't cause the client to crash anymore 2017-07-15 14:16:27 +02:00
bytesnake
18a589317f New commands, QEmu awaits now the TCP connection 2017-06-30 17:48:15 +02:00
Stefan Lankes
6f34ac09a8 add description of the docker container 2017-06-26 22:23:59 +02:00
bytesnake
192b0c09fe Forgot to remove hermit/hermit_env.rs. 2017-06-23 16:36:28 +02:00
bytesnake
1df43d36a3 Restructure the project.
The proxy is now splitted into an Hermit library and a daemon. The
daemon manages all isles and starts an Unix socket server at
/tmp/hermit_daemon. The command just sends packets to the daemon and
awaits their return. The protocol consists of the enums Action and
ActionResult. The encoding happens with serde and bincode.
2017-06-23 16:29:04 +02:00
Stefan Lankes
a4e5bab1e4 remove typo 2017-06-17 09:45:20 +02:00
Stefan Lankes
807b27f7ce enable UDP and MDNS support 2017-06-17 09:18:46 +02:00
Stefan Lankes
f274098382 increasing the readability 2017-06-16 01:33:46 +02:00
Stefan Lankes
6033da1ecf remove obsolete code 2017-06-15 23:11:24 +02:00
Stefan Lankes
b4c45c5d7d remove obsolete code 2017-06-15 23:10:22 +02:00
Stefan Lankes
16106c0ee9 remove obsolete code 2017-06-15 16:27:13 +02:00
Stefan Lankes
6ffa0070f3 fix wrong badge 2017-06-15 15:49:01 +02:00
Stefan Lankes
4112ab9ee4 update LwIP to 2.0.2 2017-06-15 15:47:42 +02:00
Stefan Lankes
b18263192f set cmdline to 0 if a valid cmdline isn't available 2017-06-15 15:43:19 +02:00
Stefan Lankes
f7f4d032cf Merge branch 'devel' 2017-06-15 15:10:42 +02:00
Stefan Lankes
354d77a6bd add pseudo handler for debugging 2017-06-15 13:11:20 +02:00
Stefan Lankes
bf83098f80 update Linux image 2017-06-15 12:58:35 +02:00
Stefan Lankes
90083dcb00 reuse irq 121 to wakeup a core 2017-06-15 12:57:58 +02:00
Stefan Lankes
1db519b19e remove obsolete code 2017-06-15 12:53:11 +02:00
Stefan Lankes
e4d5236fe4 Merge branch 'devel' of github.com:RWTH-OS/HermitCore into devel 2017-06-15 00:11:48 +02:00
Stefan Lankes
00d23d7b16 remove compiler warnings 2017-06-15 00:11:17 +02:00
Stefan Lankes
15153db395 mov wakeup_core to task.c 2017-06-14 23:29:59 +02:00
Stefan Lankes
278c7f21f0 remove typo 2017-06-14 23:29:11 +02:00
Stefan Lankes
28d9d4cfde remove obsolete comment 2017-06-14 16:34:12 +02:00
Stefan Lankes
9311a27019 add additional debug messages 2017-06-14 15:00:52 +02:00
Stefan Lankes
a539d84df0 use travis bannet of the master branch 2017-06-11 09:56:18 +02:00
Stefan Lankes
1e3134a2ec Merge branch 'master' of github.com:RWTH-OS/HermitCore 2017-06-11 09:52:24 +02:00
Stefan Lankes
ca181b85a0 fix wrong i/o port size to announce a new packet 2017-06-11 01:56:01 +02:00
bytesnake
bb5800abbe The sregs are now set properly for all cpus. 2017-06-10 22:58:23 +02:00
Stefan Lankes
a9b41369c1 use interrupt 83 (instead of 82) to wakeup a core
- interrupt 82 is already used to realize signals
2017-06-10 14:33:44 +02:00
Stefan Lankes
47a8bf2b0c revise code layout 2017-06-10 14:15:48 +02:00
Stefan Lankes
78793d0b84 remove typos 2017-06-10 09:36:37 +02:00
Stefan Lankes
16264d0a0f fix the usage of the wrong port number 2017-06-10 09:33:31 +02:00
Stefan Lankes
36c5896068 increasing the compatibility to Virtio 1.0 2017-06-10 09:31:48 +02:00
Stefan Lankes
bcd43023ce use devel branch to show the travis badge 2017-06-09 15:13:03 +02:00
Stefan Lankes
5582cf0cf6 Merge branch 'master' into devel 2017-06-09 15:12:25 +02:00
Stefan Lankes
b3ce0d96b3 some code cleanups 2017-06-09 15:04:48 +02:00
bytesnake
e7c08c271c Support memory and ncores conf, Extend MP support 2017-06-09 13:36:10 +02:00
Stefan Lankes
05b0c65e1c add hint to install HermitCore as root 2017-06-09 13:34:40 +02:00
Stefan Lankes
e5066322e9 add description to udate the submodules 2017-06-09 13:25:00 +02:00
Stefan Lankes
ae1b7e01c5 create limit for the number of supported virtio queues 2017-06-08 00:41:10 +02:00