1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src
2019-05-03 11:33:56 +08:00
..
arch remove once crate. fix bitvec crate commit id. 2019-05-01 00:18:11 +08:00
drivers update fs. add BlockCache 2019-05-03 00:35:00 +08:00
fs Refactor ioctl numbers and add FIOCLEX 2019-05-03 11:33:56 +08:00
net Save path even in release mode 2019-05-02 15:47:10 +08:00
process Save path even in release mode 2019-05-02 15:47:10 +08:00
sync note potential lost wakeup problem in Condvar. fix some use case. 2019-05-01 23:37:07 +08:00
syscall Implement poll for pipes 2019-05-02 15:52:56 +08:00
util Pretend stdin/stdout as a tty 2019-04-17 00:44:11 +08:00
backtrace.rs Merge remote-tracking branch 'origin/master' into dev 2019-04-09 20:30:30 +08:00
consts.rs fix bugs about cpu num config (x86-64) 2019-04-16 18:13:55 +08:00
lang.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
lib.rs Automatically enlarge heap when kernel heap is about to run out 2019-05-01 18:33:55 +08:00
logging.rs by default: use busybox sh, disable log, build in release mode 2019-04-19 00:37:30 +08:00
main.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
memory.rs Fix compilation on mipsel 2019-05-02 15:18:41 +08:00
shell.rs Fix compilation on mipsel 2019-05-02 15:18:41 +08:00
trap.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00