|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| arch_prctl.scml | ||
| clock_gettime.scml | ||
| clock_nanosleep.scml | ||
| fully_supported.scml | ||
| getrandom.scml | ||
| getrusage.scml | ||
| reboot.scml | ||
README.md
System Information & Misc.
arch_prctl
Supported functionality in SCML:
{{#include arch_prctl.scml}}
Unsupported codes:
ARCH_GET_CPUIDandARCH_SET_CPUIDARCH_GET_GSandARCH_SET_GS
For more information, see the man page.
getrusage
Supported functionality in SCML:
{{#include getrusage.scml}}
Unsupported who flags:
RUSAGE_CHILDREN
For more information, see the man page.
getrandom
Supported functionality in SCML:
{{#include getrandom.scml}}
Silently-ignored flags:
GRND_NONBLOCKbecause the underlying operation never blocks
For more information, see the man page.
reboot
Supported functionality in SCML:
{{#include reboot.scml}}
Unsupported op flags:
LINUX_REBOOT_CMD_CAD_OFFLINUX_REBOOT_CMD_CAD_ONLINUX_REBOOT_CMD_KEXECLINUX_REBOOT_CMD_RESTARTLINUX_REBOOT_CMD_RESTART2LINUX_REBOOT_CMD_SW_SUSPEND
For more information, see the man page.
POSIX Clocks
clock_gettime
Supported functionality in SCML:
{{#include clock_gettime.scml}}
Unsupported predefined clock IDs:
CLOCK_REALTIME_ALARMCLOCK_BOOTTIME_ALARMCLOCK_TAI
For more information, see the man page.
clock_nanosleep
Supported functionality in SCML:
{{#include clock_nanosleep.scml}}
Unsupported clock IDs:
CLOCK_TAI
For more information, see the man page.