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 10e883d56f
Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI
6 years ago
..
arch Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI 6 years ago
drivers Implement automatic tests using kernel cmdline 6 years ago
fs Remove m-mode and k210 support. 6 years ago
net Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process 6 years ago
process Fix makefile and loader NULL character stripping 6 years ago
sync Fix a potential racing in Condvar 6 years ago
syscall Fix a potential racing in Condvar 6 years ago
util fix VGA and support keyboard escape char for rust/sh 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 unimportant changes 6 years ago
lib.rs Use buddy_system_allocator for a drop inreplacement for linked_list_allocator 6 years ago
logging.rs fix VGA and support keyboard escape char for rust/sh 6 years ago
main.rs rename ucore to rcore 6 years ago
memory.rs Remove m-mode and k210 support. 6 years ago
shell.rs Implement automatic tests using kernel cmdline 6 years ago
trap.rs test and fix something on HiFiveU 6 years ago