This website requires JavaScript.
Explore
Help
Sign In
andrey
/
rCore
Watch
1
Star
0
Fork
0
You've already forked rCore
mirror of
https://github.com/rcore-os/rCore.git
synced
2024-11-27 02:03:29 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
42b02453a0
rCore
/
kernel
/
src
/
syscall
History
Jiajie Chen
42b02453a0
Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
2019-03-06 20:24:55 +08:00
..
ctrl.rs
fix SysError to match Linux error code
2019-02-28 10:59:52 +08:00
fs.rs
Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
2019-03-06 20:24:55 +08:00
mem.rs
Implement basic version of sys_munmap and sys_time
2019-03-02 20:15:55 +08:00
mod.rs
Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
2019-03-06 20:24:55 +08:00
net.rs
Implement basic version of sys_poll supporting stdin and socket, fix some deadlocks and introduce some others
2019-03-06 20:24:55 +08:00
proc.rs
introduce VMError to simplify EFAULT error handling
2019-03-03 01:27:30 +08:00
time.rs
Improve time-related syscall precision and add some comment for MSI
2019-03-04 23:52:19 +08:00