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

27 commits

Author SHA1 Message Date
daniel-k
340fb985b5 usr/tests: provide a test for signals (already using newlib) 2016-09-02 12:17:39 +02:00
Stefan Lankes
e221677fe1 extending example by writing something in /tmp/test.txt 2016-08-22 16:12:04 +02:00
Stefan Lankes
1d23b3b8dc remove obsolete line 2016-07-25 07:46:55 +02:00
Stefan Lankes
3dea76c4b9 add basic support of signal
currently, HermitCore is only able to raise signals to itself
2016-06-03 17:16:20 +02:00
daniel-k
20f6597ef9 benchmarks/tests: change order of linker command so that ld doesn't discard lxray 2016-05-18 01:24:30 +02:00
Stefan Lankes
083433aa15 fix wrong usage of file access header (fcntl.h)
- should fix issue #22
- add example to test file creation via fopen
2016-05-17 23:17:51 +02:00
Stefan Lankes
6e9e4782c0 remove typo 2016-05-14 20:31:23 +02:00
Stefan Lankes
a081169f9c add new output format elf64-x86-64-hermit
- gcc & Co are able to create directly HermitCore applications
- a workaround via elfedit isn't longer required
2016-05-08 00:40:20 +02:00
131c69523b using binutil's elfedit to patch our custom OSABI
also get rid of obsolete targets
2016-04-01 19:46:28 +02:00
Stefan Lankes
7b6f9d41b4 simplify hello example 2016-03-30 22:07:24 +02:00
0f6fdeb411 patch all binaries with a custom OSABI field in the ELF header 2016-03-30 15:51:09 +02:00
Stefan Lankes
0acea5cbf3 use init_array/fini_array to initialize the system 2016-03-24 00:22:29 +01:00
Stefan Lankes
085308168e switch back to the default example 2016-03-17 00:46:47 +01:00
Stefan Lankes
458e29eb86 reduce the number of debug messages 2016-03-15 22:52:43 +01:00
Stefan Lankes
a7d897807e use CXXFLAGS_FOR_TARGET to define compiler flags for g++ 2016-03-11 11:43:51 +01:00
Stefan Lankes
da36e9883f include .eh_frame in the list of sections 2016-01-28 08:17:40 +01:00
Stefan Lankes
871ce8cc0d enable iRCCE support 2016-01-26 14:30:00 +01:00
Stefan Lankes
e6bae65d25 add cpi (MPI) exmample 2016-01-22 04:38:33 +01:00
Stefan Lankes
f29bdc7fdf add Fortran support 2015-12-30 10:48:58 +01:00
Stefan Lankes
cf349020f2 add jacobi example 2015-12-30 10:17:17 +01:00
Stefan Lankes
5f02c17c76 some code cleanups 2015-12-30 09:55:26 +01:00
Stefan Lankes
1dce82e27d add TLS and rudimental pthread support into the libos version 2015-12-30 02:17:23 +01:00
Stefan Lankes
600425c57e abort programm if pthread_create failed 2015-12-30 02:16:24 +01:00
Stefan Lankes
4a549ead41 add first draft of HermitCore as libOS 2015-12-29 02:22:41 +01:00
Stefan Lankes
d9a5fca2d4 add iRCCE examples 2015-10-17 11:58:56 +02:00
Stefan Lankes
e6481584ad remove typos 2015-10-09 20:29:16 +02:00
Stefan Lankes
75734ba074 rename directors examples to tests 2015-10-09 20:22:02 +02:00