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.
WangRunji fc584753c1
update crate x86_64 to v0.5, bootloader to v0.4
6 years ago
..
arch update crate x86_64 to v0.5, bootloader to v0.4 6 years ago
drivers Implement sys_openat and sys_renameat 6 years ago
fs Move absolute/relative path resolution to rcore-fs, implement dummy sys_fchown, sys_fchownat and sys_symlinkat 6 years ago
net Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process 6 years ago
process Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process 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 Allow page fault handler to bypass process lock and fix thread pool wakeup for exited process 6 years ago
shell.rs Implement sys_openat and sys_renameat 6 years ago
trap.rs test and fix something on HiFiveU 6 years ago