Histórico de Commits

Autor SHA1 Mensagem Data
  greatbridf 7178806d53 feat(syscall): impl renameat há 7 meses atrás
  greatbridf 5fdaaef28e feat(rtc): implement RTC for riscv64 há 7 meses atrás
  greatbridf 2c152fdca0 fix(execve): return error code instead of panicking when interpreter can't be found há 7 meses atrás
  greatbridf 98ac37c635 feat(syscall): impl fch{own, mod}at and utimensat há 7 meses atrás
  greatbridf 16cb0de6bd Merge branch 'master' into dev-drivers há 7 meses atrás
  greatbridf c2eab5d866 feat: impl vdso for all architectures and sigreturn for riscv64 há 7 meses atrás
  greatbridf ac9a6b2f1f Merge remote-tracking branch 'upstream/master' into riscv64-support há 7 meses atrás
  greatbridf da6298e357 change(clone): parse clone args at entry point and save them into Option's há 7 meses atrás
  greatbridf c9fc06cae9 change(Process): remove `do_kill_process` and use `do_exit` for those use cases há 7 meses atrás
  zhuowei shao 5bcdb8040b feat: implement clone há 7 meses atrás
  greatbridf 353fe877ea feat: add compilation option for riscv64, fix x86 compile há 7 meses atrás
  greatbridf ec45d646ef feat: syscall adaption há 7 meses atrás
  greatbridf c1b395f508 feat(timer): add sleep function há 7 meses atrás
  zhuowei shao 1ff75b9e8f feat(loader): rewrite loader and support dynamic loading há 8 meses atrás
  greatbridf 262b76ad95 remove(bindgen): move all the used constants to `kernel::constants` há 8 meses atrás
  greatbridf 43016845e4 partial work of making the new trap handling method work há 8 meses atrás
  greatbridf 33d30d3413 partial work: make all syscalls use the new interface há 8 meses atrás
  greatbridf dc97e018fa refactor(mm): new abstraction of page table and etc. há 8 meses atrás
  greatbridf 16acfb40f9 signal: separate signal.rs into several files há 9 meses atrás
  greatbridf a2ec93f2e3 temporary solution: use `Task::block_on` everywhere há 9 meses atrás
  greatbridf 1dc9996b90 rwlock: refactor to get rid of `Lock` há 10 meses atrás
  greatbridf 8384960da7 locked: move Locked to enoix_sync há 10 meses atrás
  greatbridf 779805a7b1 refactor: separate parts into eonix_{log, preempt, sync, runtime} crates há 10 meses atrás
  greatbridf a24eaa45e1 task: rewrite the task system to decouple better. há 10 meses atrás
  greatbridf c6f71ffe15 feat: add percpu readyqueue há 10 meses atrás
  greatbridf f10251a691 feat: add sys_chmod, remove debug prints há 1 ano atrás
  greatbridf ac2cb64f02 feat: blank impl for getrusage and madvise há 1 ano atrás
  greatbridf ee488bcb18 feat(syscall): temporary impl of getrlimit, vfork and sysinfo há 1 ano atrás
  greatbridf f5b4da3309 change(mm_list): separate mm_list from process on elf loading há 1 ano atrás
  greatbridf a66b415fd7 feat(syscall): add sys_prlimit64 há 1 ano atrás