Historie revizí

Autor SHA1 Zpráva Datum
  zhuowei shao 11304dd3c3 feat: add pthread test před 7 měsíci
  zhuowei shao 5dd3a57da4 feat: implement futex před 7 měsíci
  zhuowei shao b72c76b3f7 fix: fix mmap před 7 měsíci
  zhuowei shao 5e3b6ec384 fix: fix exit před 7 měsíci
  zhuowei shao 5bcdb8040b feat: implement clone před 7 měsíci
  zhuowei shao a8df9df74b fix: fix mprotect před 7 měsíci
  greatbridf 942f24e842 Merge pull request #8 from Shao-ZW/master před 7 měsíci
  greatbridf ae9becdc7b Update script/build-img.sh před 7 měsíci
  zhuowei shao 0eac6e12b5 refactor(loader): unify ELF32 and ELF64 loading před 8 měsíci
  zhuowei shao 1ff75b9e8f feat(loader): rewrite loader and support dynamic loading před 8 měsíci
  Zhuowei Shao 0189d83b46 Merge pull request #7 from greatbridf/makefile před 8 měsíci
  greatbridf ccd06b426d chore(makefile): add an option to control the kernel features před 8 měsíci
  greatbridf 2b8042afc2 Merge pull request #6 from greatbridf/remove-cpp před 8 měsíci
  greatbridf 96295d86c9 fix(buddy): erroneous condition check on alloc initialization před 8 měsíci
  greatbridf dd32b93963 feat(hal): smp initialization před 8 měsíci
  greatbridf 8672c72a5d feat(hal): working impl of HAL. před 8 měsíci
  greatbridf fb605cede1 change(arch): move {Task, Trap}Context to HAL crate před 8 měsíci
  greatbridf 72eb66819c remove(bindgen): completely move bindgen před 8 měsíci
  greatbridf 262b76ad95 remove(bindgen): move all the used constants to `kernel::constants` před 8 měsíci
  greatbridf 7ca12b658a style(arch): add pub to suppress unused warnings před 8 měsíci
  greatbridf 02b24cbf0b change(arch): remove old `InterruptContext` před 8 měsíci
  greatbridf 47087f162e change(c++): remove c++ stl and boot.s před 8 měsíci
  greatbridf 1cc6683440 fix(sendfile): `sendfile` returns wrong written byte count před 8 měsíci
  greatbridf 24008a54a2 Merge branch 'master' into remove-cpp před 8 měsíci
  greatbridf 43016845e4 partial work of making the new trap handling method work před 8 měsíci
  greatbridf f4e68bd903 Merge pull request #5 from Shao-ZW:master před 8 měsíci
  greatbridf 862471ca82 style: change visibility of internal raw page fields před 8 měsíci
  greatbridf b8c5c2be51 change(allocator): use Page for huge object allocation před 8 měsíci
  greatbridf 400662db4e style: remove `Clone` constraint in `SlabAllocator`. před 8 měsíci
  greatbridf 33d30d3413 partial work: make all syscalls use the new interface před 8 měsíci