77bf7d6b66a728aded032a5885253180dc503579
Add the SYS_CLOCK_SETTIME constant to the syscall number definitions. The next number after SYS_CLOCK_GETTIME (265) is 266, which becomes the kernel-side number for the new clock_settime syscall. This is paired with a relibc platform/redox/mod.rs change that replaces the clock_settime ENOSYS stub with a real sc::syscall2 implementation. The kernel-side handler needs to be added in the Redox kernel (repo at /tmp or via kernel source); the userspace side is now ready.
syscall
This crate contains the system call numbers and Rust wrappers for the inline Assembly code of system calls.
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Languages
C
37.5%
C++
37.2%
JavaScript
6.7%
QML
3.4%
HTML
3.2%
Other
11.4%