Historique des commits

Auteur SHA1 Message Date
  greatbridf 937e5a47c1 Merge pull request #19 from greatbridf/fix-syscall il y a 7 mois
  greatbridf bdc6dfb5a3 fix(exit): don't panic when we have user access fault on exiting il y a 7 mois
  greatbridf 2c152fdca0 fix(execve): return error code instead of panicking when interpreter can't be found il y a 7 mois
  greatbridf d6dcfee4d2 fix(FixEntry): make riscv64 fixup list entry correctly aligned and laid out il y a 7 mois
  greatbridf 82260f8ed8 feat: impl several more syscalls, bump linux version to 5.17 il y a 7 mois
  greatbridf 481948d2cb Merge pull request #18 from greatbridf/dev-drivers il y a 7 mois
  greatbridf 98ac37c635 feat(syscall): impl fch{own, mod}at and utimensat il y a 7 mois
  greatbridf ef950102c0 change(linker): enlarge the RAM size for riscv64 targets to support release mode builds il y a 7 mois
  greatbridf 1513e66772 fix(FileArray): release the spinlock before dropping inner files il y a 7 mois
  greatbridf 576c43db2d fix(CoW): check both PRESENT and MAPPED bits when doing cow il y a 7 mois
  greatbridf ca174932df fix(syscall): `fstatat` should place device number major at bit 8..16 il y a 7 mois
  greatbridf 42b95ebe83 feat(syscall): impl lseek for riscv64 il y a 7 mois
  greatbridf dad0fa00ef feat(interrupt): add external interrupt support for riscv64 il y a 7 mois
  greatbridf 9932b08358 change(trap): improve trap handling process il y a 7 mois
  greatbridf 6dd58675ae feat(serial): add serial driver support for riscv64 il y a 7 mois
  greatbridf 1e9ae1be41 feat(BlockDevice): add write requests for block devices il y a 7 mois
  greatbridf 16cb0de6bd Merge branch 'master' into dev-drivers il y a 7 mois
  greatbridf e5d5464c96 Merge pull request #9 from SMS-Derfflinger/riscv64-support il y a 7 mois
  Heinz f7d4f9d574 style(hal): remove unused import and modify annotation il y a 7 mois
  Heinz e027b453ca fix(hal): fix riscv enable/disable_irq il y a 7 mois
  Heinz 7280c46efb feat(hal): add timer interrupt enable il y a 7 mois
  greatbridf fae9380b40 feat: add syscall ppoll, fix clock_gettime for riscv64 il y a 7 mois
  greatbridf c64b5660fa fix(x86_64): as_table_attr should return None when encounter non-table page attributes il y a 7 mois
  greatbridf c2eab5d866 feat: impl vdso for all architectures and sigreturn for riscv64 il y a 7 mois
  greatbridf ac9a6b2f1f Merge remote-tracking branch 'upstream/master' into riscv64-support il y a 7 mois
  Heinz 8160bbd621 Merge pull request #10 from Shao-ZW/master il y a 7 mois
  greatbridf 9f15decb66 change(mm_list): rewrite `protect` with new syntax il y a 7 mois
  greatbridf da6298e357 change(clone): parse clone args at entry point and save them into Option's il y a 7 mois
  greatbridf c9fc06cae9 change(Process): remove `do_kill_process` and use `do_exit` for those use cases il y a 7 mois
  zhuowei shao 11304dd3c3 feat: add pthread test il y a 7 mois