Historique des commits

Auteur SHA1 Message Date
  greatbridf 3026229113 fix(elf): add AT_RANDOM auxiliary vector entry il y a 1 an
  greatbridf 8f42972027 feat(syscall): add newfstat syscall il y a 1 an
  greatbridf 2b85bbc015 fix(brk): return fail if the given break pos is less than current il y a 1 an
  Heinz 03fe491ec6 remove riscv64 cpu's bootstrap function il y a 1 an
  Heinz 2a25dbda3b feat(hal): improve riscv64 smp, get ap start addr from label il y a 1 an
  greatbridf 7178806d53 feat(syscall): impl renameat il y a 1 an
  Heinz 0359279932 feat(hal): impl smp bootstrap for riscv64 il y a 1 an
  Heinz c0ffa04589 fix(block): improve block's partprobe to register whole disk partition, and sort fdt's device node by start address il y a 1 an
  greatbridf 937e5a47c1 Merge pull request #19 from greatbridf/fix-syscall il y a 1 an
  zhuowei shao bf6c04837b feat: implement syscall get_robust_list il y a 1 an
  Heinz 0d98e9bbe6 Merge branch 'master' into ext4-support il y a 1 an
  Heinz faff005b55 fix(fs): fix ext4 fs in riscv64, It will work normally only when a single ext4 image is mounted. il y a 1 an
  greatbridf b212bc8ca2 feat(vfs): update {a, m, c}time accordingly when we modify the inodes il y a 1 an
  greatbridf 5fdaaef28e feat(rtc): implement RTC for riscv64 il y a 1 an
  greatbridf b1fb9dea12 fix(timer): riscv64 should have timer frequency 1000Hz il y a 1 an
  greatbridf e356f5143b feat(syscall): impl fcntl::F_{GET, SET}FL il y a 1 an
  Heinz de242d19af fix(fs): fix ext4 fs, now x86_64 can read test image normally il y a 1 an
  greatbridf bdc6dfb5a3 fix(exit): don't panic when we have user access fault on exiting il y a 1 an
  greatbridf 2c152fdca0 fix(execve): return error code instead of panicking when interpreter can't be found il y a 1 an
  greatbridf d6dcfee4d2 fix(FixEntry): make riscv64 fixup list entry correctly aligned and laid out il y a 1 an
  greatbridf 82260f8ed8 feat: impl several more syscalls, bump linux version to 5.17 il y a 1 an
  greatbridf 481948d2cb Merge pull request #18 from greatbridf/dev-drivers il y a 1 an
  greatbridf 98ac37c635 feat(syscall): impl fch{own, mod}at and utimensat il y a 1 an
  greatbridf ef950102c0 change(linker): enlarge the RAM size for riscv64 targets to support release mode builds il y a 1 an
  greatbridf 1513e66772 fix(FileArray): release the spinlock before dropping inner files il y a 1 an
  greatbridf 576c43db2d fix(CoW): check both PRESENT and MAPPED bits when doing cow il y a 1 an
  greatbridf ca174932df fix(syscall): `fstatat` should place device number major at bit 8..16 il y a 1 an
  greatbridf 42b95ebe83 feat(syscall): impl lseek for riscv64 il y a 1 an
  greatbridf dad0fa00ef feat(interrupt): add external interrupt support for riscv64 il y a 1 an
  greatbridf 9932b08358 change(trap): improve trap handling process il y a 1 an