História revízii

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