Историја ревизија

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