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

442 commits

Author SHA1 Message Date
Jens Breitbart
c988aa073a Added .clang-format and .clang_complete.
.clang-format just disables clang-format formating for the whole project.
.clang_complete allows for clang based code auto-completion.
2016-03-13 14:04:27 +01:00
Stefan Lankes
92ee2f13f9 Merge pull request #8 from stv0g/master
Better documentation of {k,p}{malloc,free}() functions
2016-03-04 16:59:40 +01:00
082815640e Better documentation of {k,p}{malloc,free}() functions 2016-03-04 15:09:42 +01:00
Stefan Lankes
5d3fcd496d start initd and LwIP thread always on the boot processor 2016-02-16 22:44:02 +01:00
Stefan Lankes
3d589f93cc enable isl support 2016-02-15 21:38:23 +01:00
Stefan Lankes
68045e8845 add option --with-tune=generic for the gcc configuration 2016-02-15 18:29:33 +01:00
Stefan Lankes
c84d638aa9 avoid race by removing memset 2016-02-15 18:28:49 +01:00
Stefan Lankes
22be514ed1 disable keepalive support 2016-02-15 16:52:16 +01:00
Stefan Lankes
be3c397080 disable keepalive checks 2016-02-15 16:49:21 +01:00
Stefan Lankes
3c573e5401 add option to disable restoring of FPU registers 2016-02-15 11:29:40 +01:00
Stefan Lankes
c577d5bebb reduce the number of FPU restoring 2016-02-15 08:54:49 +01:00
Stefan Lankes
82d7f108b5 add padding to adhere x64 ABI 2016-02-15 01:18:25 +01:00
Stefan Lankes
eec0054c0f enable lto support 2016-02-15 01:16:06 +01:00
Stefan Lankes
513cc6576e check the FPU owner before restoring the FPU registers 2016-02-15 01:14:55 +01:00
Stefan Lankes
d24c5da5d9 remove typos 2016-02-14 15:25:17 +01:00
Stefan Lankes
a9dcadf6cc Merge branch 'libos' of github.com:RWTH-OS/HermitCore into libos 2016-02-14 15:24:41 +01:00
Stefan Lankes
03551659d4 revise code, stop x2APIC support if Linux doesn't use it 2016-02-14 15:24:01 +01:00
Stefan Lankes
60fd64381d use per default a smaller test system 2016-02-14 15:23:01 +01:00
Stefan Lankes
ad99a7995b remove typo 2016-02-14 15:20:56 +01:00
Stefan Lankes
5822a1dc29 after the termination of a HermitCore app, restart Linux on the CPUs 2016-02-14 15:18:29 +01:00
Stefan Lankes
528fa1705b add TODO note 2016-02-14 14:50:31 +01:00
Stefan Lankes
0d519408d8 remove typos 2016-02-05 13:44:22 +01:00
Stefan Lankes
4e04aeecc8 cores goes into the halt state after the termination of the application 2016-02-01 02:29:23 +01:00
Stefan Lankes
00476de470 increase minimal buddy size to avoid false sharing 2016-02-01 02:12:06 +01:00
Stefan Lankes
5c0932fdb2 sbrk uses ssize_t as type for argument 2016-01-31 10:13:21 +01:00
Stefan Lankes
26e2d6caa6 use different stack sizes for idle and application tasks 2016-01-29 15:45:35 +01:00
Stefan Lankes
fa1ad2c0da disable temporally VMX support 2016-01-29 14:36:59 +01:00
Stefan Lankes
5706e30be6 disable temporaly the PCI suppoert
this currently not required because we don't have a valid PCI driver...
2016-01-29 13:40:56 +01:00
Stefan Lankes
5373dbc9d3 remove MPICH code because we switch to SCC-MPICH 2016-01-29 11:36:07 +01:00
Stefan Lankes
da36e9883f include .eh_frame in the list of sections 2016-01-28 08:17:40 +01:00
Stefan Lankes
bdde85f688 add missing tcommon section 2016-01-27 23:46:24 +01:00
Stefan Lankes
6181cf01e8 remove typo 2016-01-27 23:45:12 +01:00
Stefan Lankes
e1a44259c4 add some additional debug messages 2016-01-27 15:19:43 +01:00
Stefan Lankes
e79365e1a7 didn't longer use a fix address for the isle locks 2016-01-26 16:23:02 +01:00
Stefan Lankes
871ce8cc0d enable iRCCE support 2016-01-26 14:30:00 +01:00
Stefan Lankes
3ad5981511 add empty system calls to link MPI applications
- real implementation is still missing
2016-01-22 04:41:49 +01:00
Stefan Lankes
e6bae65d25 add cpi (MPI) exmample 2016-01-22 04:38:33 +01:00
Stefan Lankes
664b8b252c increasing the POSIX compatability by add readv & writev support 2016-01-22 04:35:11 +01:00
Stefan Lankes
4d4a3440aa move headers to the directory "hermit/include" 2016-01-22 00:23:46 +01:00
Stefan Lankes
71fd36074b add missing header 2016-01-21 09:38:07 +01:00
Stefan Lankes
0f2ed4c8f0 enable AVX2 support for MPICH 2016-01-21 09:36:21 +01:00
Stefan Lankes
9ee586625e increasing the POSIX support of the IP stack 2016-01-21 09:33:52 +01:00
Stefan Lankes
e55511ddf9 add support of the POSIX DNS api 2016-01-20 02:00:05 +01:00
Stefan Lankes
dfa572f64f add MPICH 3.2 with HermitCore support 2016-01-19 00:27:44 +01:00
Stefan Lankes
9562323d07 remove old MPI directory 2016-01-17 10:30:31 +01:00
Stefan Lankes
717ec7a138 remove old MPI module 2016-01-17 10:29:57 +01:00
Stefan Lankes
b20ec23865 add rules to create MPI 2016-01-17 10:27:36 +01:00
Stefan Lankes
50c5b09a48 add missing copyright statement 2016-01-16 23:45:16 +01:00
Stefan Lankes
f3e2c26cb1 remove obsolete code and locks
- remove old stuff from an other internal project
2016-01-16 23:35:28 +01:00
Stefan Lankes
078091ef2d check always, if sem_post has to wake up a task
- avoids a (stupid) deadlock
2016-01-16 23:24:30 +01:00