You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jiajie Chen 8860f1e4a3
Implement mapping from riscv to x86_64 syscall numbering
6 years ago
..
arch Implement mapping from riscv to x86_64 syscall numbering 6 years ago
drivers Implement mapping from riscv to x86_64 syscall numbering 6 years ago
fs Initial ixgbe driver capable of receiving frames 6 years ago
net refactor driver: make (Net)Driver Sync. may help avoid deadlock? 6 years ago
process Implement mapping from riscv to x86_64 syscall numbering 6 years ago
sync Implement tid/pid/ppid separation 6 years ago
syscall Implement mapping from riscv to x86_64 syscall numbering 6 years ago
backtrace.rs Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet 6 years ago
consts.rs fix compile on riscv & aarch64 6 years ago
lang.rs Implement backtrace support for AArch64 6 years ago
lib.rs split fs mod 6 years ago
logging.rs Merge remote-tracking branch 'bpc/user-lib-bin' into merge-1228 6 years ago
main.rs rename ucore to rcore 6 years ago
memory.rs Initial ixgbe driver capable of receiving frames 6 years ago
shell.rs Use rust user shell instead of kernel shell and fix sys_exec 6 years ago
trap.rs Improve sys_wait and replace CR with LF 6 years ago
util.rs fix sys_getdent64. pass ls in coreutils & busybox 6 years ago