summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-24hypervisor: various improvments [...]kernel/hypervisorSupercip971
2022-04-24hypervisor: add check for nested pagingSupercip971
2022-04-24vmm: added vmm_empty_space_createSupercip971
2022-04-22kernel: improved svm hypervisor (it is working!)Supercip971
2022-04-16kernel: more work in the SVM hypervisorSupercip971
2022-04-16kernel: work in progress code for supporting SVM and an hypervisorSupercip971
2022-04-16kernel: added vmm_update_flagsSupercip971
2022-04-16paging: added NOWCACHE flagSupercip971
2022-04-16build: added missing llvm ar fallback.VAN BOSSUYT Nicolas
2022-04-16meta: update to clang-13.VAN BOSSUYT Nicolas
2022-04-16build: added generated headers and flattened the library.VAN BOSSUYT Nicolas
2022-04-15brutal-base: added the $ sufix to endian macros.VAN BOSSUYT Nicolas
2022-04-15brutal-base: fix build on gcc.VAN BOSSUYT Nicolas
2022-04-15loader: fix build when using the gnu toolchain.VAN BOSSUYT Nicolas
2022-04-14kernel: map init code as read only.VAN BOSSUYT Nicolas
2022-04-14brutal-test: improved hooks lifecylcyle.VAN BOSSUYT Nicolas
2022-04-14kernel: br_map flags where ignored.VAN BOSSUYT Nicolas
2022-04-14kernel: added global page table support in x86 pagingSupercip971
2022-04-12tests: moved gfx benchs marks to tests.VAN BOSSUYT Nicolas
2022-04-11meta: update license.VAN BOSSUYT Nicolas
2022-04-11ipc: allow ipc object to expose multiple interfaces.VAN BOSSUYT Nicolas
2022-04-11handover: working on builder.VAN BOSSUYT Nicolas
2022-04-11brutal-gfx: improved gfx_fill() quality.VAN BOSSUYT Nicolas
2022-04-10brutal-gfx: clamp rect radius to size / 2.VAN BOSSUYT Nicolas
2022-04-10build: removed unused file.VAN BOSSUYT Nicolas
2022-04-10build: activate kvm when possible.VAN BOSSUYT Nicolas
2022-04-10brutal-text: added more witty comments.VAN BOSSUYT Nicolas
2022-04-10brutal-gfx: Don't pass gradiants by value.VAN BOSSUYT Nicolas
2022-04-10brutal-test: allow tests to be skipped.VAN BOSSUYT Nicolas
2022-04-10brutal-io: improved printf support.VAN BOSSUYT Nicolas
2022-04-09brutal-gfx: use gfx_rgba().VAN BOSSUYT Nicolas
2022-04-09build: fix broken build when using gcc.VAN BOSSUYT Nicolas
2022-04-09brutal-base: added some ifdef to any.hVAN BOSSUYT Nicolas
2022-04-09utils: added idgen.VAN BOSSUYT Nicolas
2022-04-09handover: working on builder.VAN BOSSUYT Nicolas
2022-04-08brutal-test: moved test runner to the library.VAN BOSSUYT Nicolas
2022-04-08brutal-io: improved printf formating.VAN BOSSUYT Nicolas
2022-04-08brutal-text: extracted case parsing from fmt.VAN BOSSUYT Nicolas
2022-04-08brutal-cli: fix broken io_fmt$() macros.VAN BOSSUYT Nicolas
2022-04-08brutal-text: renamed is_empty() to str_empty().VAN BOSSUYT Nicolas
2022-04-08brutal-cli: added cli_fmt$()VAN BOSSUYT Nicolas
2022-04-08brutal-io: removed fmt style formating.VAN BOSSUYT Nicolas
2022-04-08brutal-base: added Any equal operator.VAN BOSSUYT Nicolas
2022-04-08brutal-parse: added collect() function to lex.VAN BOSSUYT Nicolas
2022-04-08brutal-base: allow any$() to accept Any.VAN BOSSUYT Nicolas
2022-04-06brutal-rnd: added simple entropy source.VAN BOSSUYT Nicolas
2022-04-06brutal-base: added stringify$ macros.VAN BOSSUYT Nicolas
2022-04-06brutal-cli: added styling.VAN BOSSUYT Nicolas
2022-04-05tests: added progress indicator.VAN BOSSUYT Nicolas
2022-04-05brutal-cli: added simple terminal escape sequence helpers.VAN BOSSUYT Nicolas