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

1522 commits

Author SHA1 Message Date
Annika Wierichs
7082c820e5 Finished code generator including clean up and documentation. 2017-10-27 15:16:54 +02:00
Annika Wierichs
91ce18c6ec Added a code generator, work in progress. Added ping pong for testing later. Added some more API calls. 2017-10-26 15:04:47 +02:00
Annika Wierichs
17f3ec78fc cleanup and comments 2017-10-21 16:22:41 +02:00
Annika Wierichs
aae4dcb937 ibv_get_device_list() working. Need to check phys memory conversions. 2017-10-21 15:49:35 +02:00
Annika Wierichs
26691d555d return value memory mappings, work in progress 2017-10-20 16:16:22 +02:00
Annika Wierichs
ba8fea704f includes ok. working on memory mapping stuff. 2017-10-19 15:58:17 +02:00
Annika Wierichs
eb76db19a2 pthread missing. 2017-10-16 12:25:06 +02:00
Annika Wierichs
303d60c437 minor 2017-10-10 14:37:21 +02:00
Annika Wierichs
e72f9a32b9 file(COPY now copying to x86_64-hermit/include. 2017-10-08 16:01:22 +02:00
Annika Wierichs
6b8e960813 Switch from libibverbs to rdma-core lib 2017-10-06 15:13:04 +02:00
Stefan Lankes
ec26593576 Merge branch 'devel' 2017-09-24 17:34:20 +02:00
Stefan Lankes
4175c29908 remove typos 2017-09-24 15:12:12 +02:00
Stefan Lankes
cc51625091 remove typos 2017-09-24 13:56:25 +02:00
Stefan Lankes
02d890c65c add description of the proxy 2017-09-24 11:02:18 +02:00
Stefan Lankes
f1ca0b9803 set link to the master branch 2017-09-24 09:08:10 +02:00
Stefan Lankes
31fb451f55 remove typos 2017-09-24 09:07:29 +02:00
Stefan Lankes
c51afe6dd8 Merge branch 'master' of github.com:RWTH-OS/HermitCore 2017-09-24 09:06:25 +02:00
Stefan Lankes
6bdd17ba5e set link to the master branch 2017-09-24 09:03:58 +02:00
Stefan Lankes
94c5cfbfd0 increasing the readability by simplifying the usage of send/recv functions 2017-09-24 00:55:27 +02:00
Stefan Lankes
5a0d66d1ee increasing the readability 2017-09-24 00:12:26 +02:00
Stefan Lankes
21e335be05 remove typos 2017-09-23 23:58:55 +02:00
Stefan Lankes
99f52f5090 increase the readability 2017-09-23 23:54:47 +02:00
Stefan Lankes
c3dfbfb39a use one lock for the memory management to avoid deadlocks 2017-09-23 23:27:12 +02:00
Stefan Lankes
638923afbf fix bug in counting of the ready tasks 2017-09-23 10:26:41 +02:00
Stefan Lankes
838fd7748f reduce the number of obsolete kernel messages 2017-09-23 10:25:23 +02:00
Stefan Lankes
7dcb0dad3a update LwIP, add check to reschedule tasks 2017-09-23 10:24:31 +02:00
Stefan Lankes
e5f3ddcffa serialize instruction before sending an IPI 2017-09-22 00:14:26 +02:00
Stefan Lankes
22991d27c2 check LWIP_FD_BIT before syscall will be forwarded to uhyve 2017-09-21 22:39:34 +02:00
Stefan Lankes
4906a04022 remove memory leak
- free packet buffer if the packet is dropped
2017-09-21 22:13:21 +02:00
Stefan Lankes
a2b88521bc forward packet to the IP thread
=> don't consume the packet within the interrupt handler
2017-09-20 20:03:56 +02:00
Stefan Lankes
b4c5262ac8 initialize snmp variables and counters for the uhyve nic 2017-09-19 23:48:37 +02:00
Stefan Lankes
75d3f8835d reduce buffer size of the uhyve nic 2017-09-19 23:48:04 +02:00
Stefan Lankes
58295b9c0e increase version number 2017-09-19 09:20:20 +02:00
Stefan Lankes
4839bc1643 remove obsolete code 2017-09-19 09:16:33 +02:00
Stefan Lankes
4fab5bb188 Merge branch 'devel' of github.com:RWTH-OS/HermitCore into devel 2017-09-18 00:25:33 +02:00
Stefan Lankes
c6157e3ef7 use interrupts to notifiy incoming packets
=> avoid busy waiting in uhyve's network adapter
2017-09-18 00:23:09 +02:00
Jens Breitbart
13730bce90 Use clang-tidy for every file compiled with the host compiler. (#80)
* Use clang-tidy for every file compiled with the host compiler.
* Reorder includes.

* Fixed a memory leak in the proxy.
2017-09-10 07:22:07 -10:00
Stefan Lankes
28606578e4 add options for user defined uhyve network 2017-09-05 11:54:58 +02:00
Stefan Lankes
abbef38126 remove typos 2017-09-05 06:10:24 +02:00
Stefan Lankes
dea3a103e5 remove clang compiler warnings 2017-09-05 06:05:30 +02:00
Stefan Lankes
7b8155302a add description of uhyve's network interface 2017-09-05 00:12:25 +02:00
Stefan Lankes
16cbbad628 enable ipv6 support for uhyve 2017-09-04 23:47:31 +02:00
Stefan Lankes
463298c383 add initial draft of uhyve's network interface
- based on https://github.com/Solo5/solo5 and
- Tim's port for HermitCore
2017-09-04 18:20:54 +02:00
Stefan Lankes
34c6fb83ef add basic support of isxdigit 2017-09-03 10:48:22 +02:00
Jens Breitbart
cbb34022a0 Wshift negative value (#79) + more compiler to travis (#77)
- Fixed clang warning `shifting a negative signed value is undefined`.
- use more compilers to test HermitCore in Travis
2017-08-30 12:51:23 +02:00
Stefan Lankes
e2803e606b define kernel data segment as 64bit data segment 2017-08-21 00:45:25 +02:00
Stefan Lankes
81c7b8dac0 fix size of the GDT (forgot null descriptor) 2017-08-21 00:07:38 +02:00
Stefan Lankes
3b8e6791ee create valid pseudo interrupt to set cs 2017-08-20 10:51:52 +02:00
Stefan Lankes
e38722c7f4 remove 32bit code 2017-08-20 10:36:49 +02:00
Stefan Lankes
b163fa4521 reload the segment descriptors after loading GDT 2017-08-20 10:19:25 +02:00