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-16 07:21:54 +08:00
..
custom.rs Implement sys_map_pci_device call for mapping BAR into user space 2019-03-16 07:21:54 +08:00
fs.rs Use rust user shell instead of kernel shell and fix sys_exec 2019-03-14 20:51:30 +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 Implement sys_map_pci_device call for mapping BAR into user space 2019-03-16 07:21:54 +08:00
net.rs Add udp remote endpoint state 2019-03-12 13:38:20 +08:00
proc.rs Implement mapping from riscv to x86_64 syscall numbering 2019-03-15 23:55:01 +08:00
time.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00