1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-27 02:03:29 +04:00
rCore/kernel/src/syscall
2019-03-19 18:33:13 +08:00
..
custom.rs impl custom syscall: sys_get_paddr 2019-03-16 21:24:41 +08:00
fs.rs Fix sys_getcwd: return pointer to cwd 2019-03-18 11:23:49 +08:00
mem.rs Use union to implement sockaddr, and eliminate many warnings 2019-03-10 08:39:22 +08:00
misc.rs Implement sys_reboot with isa-debug-exit and add test script using expect 2019-03-11 16:09:15 +08:00
mod.rs Add #[deny(warnings)] to syscall dispatch. See 17e644e54e for discussion 2019-03-18 21:36:57 +08:00
net.rs Move socket to global, move and merge functions to net/structs.rs 2019-03-19 18:33:13 +08:00
proc.rs unimportant changes 2019-03-18 00:18:03 +08:00
time.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00