Stefan Lankes
|
3c45b79acb
|
enable fast string operations
|
2017-11-05 22:08:11 +01:00 |
|
Stefan Lankes
|
57feac36e4
|
disable performance monitoring counter
|
2017-11-05 21:06:48 +01:00 |
|
Stefan Lankes
|
e3de05cb4c
|
increase the number of netconn connections
|
2017-11-05 16:52:05 +01:00 |
|
Stefan Lankes
|
1e80bcf3f4
|
increase the number of simulatenously active TCP connections
|
2017-11-05 16:23:13 +01:00 |
|
Stefan Lankes
|
53ca9e195a
|
reduce LwIP's memory footprint
|
2017-11-05 16:02:52 +01:00 |
|
Stefan Lankes
|
6ccefbba81
|
set no execution flag to protect cmdline
|
2017-11-05 15:50:12 +01:00 |
|
Stefan Lankes
|
2686177729
|
fix typos, mark region as cacheable
|
2017-11-05 15:49:22 +01:00 |
|
Stefan Lankes
|
4287452ffe
|
fix nested function, remove typos
|
2017-11-05 15:45:21 +01:00 |
|
Stefan Lankes
|
03acc16853
|
use static allocated buffers for rtl8139 driver
=> gurantees that the buffers are always accessible for the hardware
|
2017-11-04 21:25:28 +01:00 |
|
Stefan Lankes
|
c292ce0bb5
|
TSS' pointer ist1 will be created per task
=> remove obsolete line
|
2017-11-04 20:05:10 +01:00 |
|
Stefan Lankes
|
4c8e066aae
|
allocate stacks on demand, reduce the size of the BSS section
|
2017-11-04 12:46:57 +01:00 |
|
Stefan Lankes
|
08cbf9d20f
|
Merge branch 'devel'
|
2017-10-20 04:44:18 +02:00 |
|
Stefan Lankes
|
968e989970
|
increase version number
|
2017-10-19 22:31:35 +02:00 |
|
Stefan Lankes
|
d0c910d454
|
fix typo, ceil instead of floor during the border calculation
|
2017-10-19 22:23:40 +02:00 |
|
Stefan Lankes
|
0e7de04c3d
|
use algorithm with complexity of O(1) to wakeup a task
|
2017-10-18 22:24:32 +02:00 |
|
Stefan Lankes
|
db365c3634
|
remove typo
|
2017-09-29 23:46:06 +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 |
|