1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src
2019-03-16 13:13:42 +08:00
..
arch fix VGA on x86_64 2019-03-16 13:13:42 +08:00
drivers Fix ixgbe and e1000 drivers by adding IFCS bit 2019-03-16 10:05:43 +08:00
fs Initial ixgbe driver capable of receiving frames 2019-03-14 09:30:43 +08:00
net refactor driver: make (Net)Driver Sync. may help avoid deadlock? 2019-03-07 01:00:46 +08:00
process Implement mapping from riscv to x86_64 syscall numbering 2019-03-15 23:55:01 +08:00
sync Implement tid/pid/ppid separation 2019-03-10 15:23:15 +08:00
syscall fix compile on riscv 2019-03-16 13:13:42 +08:00
backtrace.rs Fix a potential racing in park() and unpark(), fix sys_poll for a running telnet 2019-03-07 07:46:11 +08:00
consts.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00
lang.rs Implement backtrace support for AArch64 2019-01-08 11:05:28 +08:00
lib.rs split fs mod 2019-02-22 13:08:40 +08:00
logging.rs Merge remote-tracking branch 'bpc/user-lib-bin' into merge-1228 2018-12-28 17:41:21 +08:00
main.rs rename ucore to rcore 2019-01-03 21:26:50 +08:00
memory.rs Initial ixgbe driver capable of receiving frames 2019-03-14 09:30:43 +08:00
shell.rs Use rust user shell instead of kernel shell and fix sys_exec 2019-03-14 20:51:30 +08:00
trap.rs Improve sys_wait and replace CR with LF 2019-03-07 23:32:47 +08:00
util.rs fix sys_getdent64. pass ls in coreutils & busybox 2019-03-02 17:17:57 +08:00