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

1115 commits

Author SHA1 Message Date
Stefan Lankes
0a9028fb21 remove compiler warnings 2017-02-18 11:44:05 +01:00
Stefan Lankes
caabadd6c7 simplify code and avoid unneeded memcpy 2017-02-18 11:38:33 +01:00
Stefan Lankes
f3ddda3b70 remove unneeded whitespace 2017-02-18 11:08:07 +01:00
Stefan Lankes
86b4e572e5 avoid checking the time slice for the idle task 2017-02-18 11:06:03 +01:00
Stefan Lankes
cd06ff5b1a use %zd to print size_t 2017-02-18 10:51:44 +01:00
Stefan Lankes
347e0ef724 determine CPU and Vendor string 2017-02-18 10:02:08 +01:00
Stefan Lankes
82d2e5d3a8 increase the readability of the debug messages 2017-02-18 08:40:18 +01:00
Stefan Lankes
f8d5c9e15f add support of more than one program segment 2017-02-18 00:30:20 +01:00
Stefan Lankes
202de2f967 LOG_INFO is not used until the initialization fs/gs
because LOG_INFO based on the gs register
2017-02-18 00:26:57 +01:00
Stefan Lankes
1de3d29248 remove obsolete compiler flag 2017-02-18 00:08:43 +01:00
Stefan Lankes
6335a347e7 call registration command in a shell, which belongs to the superuser 2017-02-15 15:22:44 +01:00
Stefan Lankes
7e8549b8fa store in fs:0 the address pointed to by fs itself
- defined in the x86_64 ABI because you cannot easily get the address
  pointed to by fs without reading fs' MSR
2017-02-12 23:53:58 +01:00
Stefan Lankes
ee703ddaf2 remove obsolete static array 2017-02-12 23:07:37 +01:00
Stefan Lankes
ae195c2310 build target-libgcc before building the whole runtime 2017-02-12 10:21:49 +01:00
Stefan Lankes
68aced5a7b add directorties for the toolchain
because we download the directories on demand
2017-01-22 23:25:37 +01:00
Stefan Lankes
670cfa5da5 deploy master instead of the production branch
- we delete production branch soon
2017-01-22 23:22:31 +01:00
Stefan Lankes
fc0631e911 avoid tests on the master branch 2017-01-22 23:14:17 +01:00
Stefan Lankes
9c395cbef1 remove obsolte variable PROXY_STR 2017-01-21 10:22:52 +01:00
Stefan Lankes
cfcdd8b2cb forward compiler flags to the build system 2017-01-21 01:17:40 +01:00
Stefan Lankes
330c8909f0 Merge branch 'production' of github.com:RWTH-OS/HermitCore into production 2017-01-21 01:14:20 +01:00
Stefan Lankes
c0c968add9 - add tests also for the production branch 2017-01-21 01:12:32 +01:00
Stefan Lankes
b301e019c5 delete unneeded building of the gcc 2017-01-21 01:11:18 +01:00
Stefan Lankes
3b33fefc51 Merge pull request #59 from spickartz/sp/typos
fix some typos
2017-01-20 09:17:12 +01:00
Simon Pickartz
d79d75a38a fix some typos 2017-01-20 08:40:57 +01:00
Stefan Lankes
6e26391c2c remove typos 2017-01-19 23:12:00 +01:00
Stefan Lankes
486ba7538b Merge branch 'production' of github.com:RWTH-OS/HermitCore into production 2017-01-19 23:10:24 +01:00
Stefan Lankes
e4828d0370 add decription to install the cross-compiler via as packet 2017-01-19 23:09:02 +01:00
Stefan Lankes
ead02d257c Merge branch 'production' of github.com:RWTH-OS/HermitCore into production 2017-01-19 21:42:12 +01:00
Stefan Lankes
91e590ee76 remove accidentally commit 2017-01-19 21:38:59 +01:00
Stefan Lankes
cdd4313a2c remove workarounds 2017-01-18 22:50:01 +01:00
Stefan Lankes
dc03034bad Merge pull request #58 from jbreitbart/production
Merge Jens' suggestion to disabled test for the production branch
2017-01-18 22:47:08 +01:00
Jens Breitbart
d368f9ca60 Disabled test for production. 2017-01-18 21:49:31 +01:00
Jens Breitbart
e016385528 Added travis_retry. 2017-01-18 21:11:24 +01:00
Stefan Lankes
6b105496a8 add missing ; 2017-01-18 18:01:19 +01:00
Stefan Lankes
6299bf6073 add some debug messages 2017-01-18 17:43:10 +01:00
Stefan Lankes
5e89d6ce73 add missing double-quotes 2017-01-18 17:19:28 +01:00
Stefan Lankes
4ffd440711 remove typo 2017-01-18 16:35:04 +01:00
Stefan Lankes
093aed7ae7 remove typo 2017-01-18 16:23:54 +01:00
Stefan Lankes
cd10edcd0a remove typos 2017-01-18 16:17:28 +01:00
Stefan Lankes
06a1b2307f remove obsolete dependency 2017-01-18 15:52:26 +01:00
Stefan Lankes
ece7c044b3 add test cases for Travis CI 2017-01-18 15:46:55 +01:00
Stefan Lankes
8eb427e771 fix path to the syscall header 2017-01-18 13:24:41 +01:00
Stefan Lankes
01c092c19f build also all examples 2017-01-18 12:56:19 +01:00
Stefan Lankes
3448987490 add auto-generated makefiles to the list of ignored files 2017-01-18 12:09:39 +01:00
Stefan Lankes
48160dc5eb install deb packet, which tarvis has been created 2017-01-18 11:55:06 +01:00
Stefan Lankes
bca3f6a731 fix path to the loader 2017-01-17 22:55:42 +01:00
Stefan Lankes
863fbdcbda build all libs 2017-01-17 21:28:43 +01:00
Stefan Lankes
6b5cb2e988 build bootstrap lib 2017-01-17 21:21:27 +01:00
Stefan Lankes
2b5de6b513 create directory for all bins 2017-01-17 21:07:06 +01:00
Stefan Lankes
7329103a30 remove typos 2017-01-17 20:52:06 +01:00