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

1607 commits

Author SHA1 Message Date
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
Stefan Lankes
dfa27cb3c1 set selectors to kernel data segment 2017-08-19 19:36:51 +02:00
Stefan Lankes
07eafc9a08 fix limit for the TSS 2017-08-18 19:09:15 +02:00
Stefan Lankes
d9e3df33ba deploy only master branch, compiled with the gcc 2017-08-07 21:51:55 +02:00
Stefan Lankes
576e4867a3 avoid the usage of sse & avx 2017-08-07 20:57:28 +02:00
Stefan Lankes
354ef2c003 remove debug message 2017-08-07 20:35:50 +02:00
Stefan Lankes
f33db1d51c fix typo 2017-08-07 19:43:43 +02:00
Stefan Lankes
597ccb13ac disable builtin functions 2017-08-07 19:39:22 +02:00
Stefan Lankes
fa8bc21852 remove obsolete return type 2017-08-07 13:58:43 +02:00
Stefan Lankes
8ed4489430 add debug message 2017-08-07 13:24:17 +02:00
Stefan Lankes
f40f9ed51e call directly the GNU linker 2017-08-07 12:14:08 +02:00
Stefan Lankes
8ec698a731 remove obsolete static array 2017-08-07 09:48:57 +02:00
Stefan Lankes
b9aad1757b remove compiler warnings 2017-08-07 09:33:28 +02:00
Stefan Lankes
a5c5f28a6e fix typo 2017-08-07 09:29:44 +02:00
Stefan Lankes
a6db410278 add check for -fstrength-reduce & -finline-functions 2017-08-07 09:26:13 +02:00
Stefan Lankes
e2bcdaf7db remove compiler flags, which aren't supported by clang 2017-08-07 09:17:21 +02:00