Skip to content

Latest commit

 

History

History
123 lines (102 loc) · 6.34 KB

syscalls.md

File metadata and controls

123 lines (102 loc) · 6.34 KB

Magenta System Calls

Handles

Objects

Threads

Processes

Jobs

Tasks (Thread, Process, or Job)

Channels

Sockets

Fifos

Events and Event Pairs

Wait Sets

Ports

Futexes

Virtual Memory Objects (VMOs)

Virtual Memory Address Regions (VMARs)

Cryptographically Secure RNG

Time

Timers

Global system information

Logging

  • log_create - create a kernel managed log reader or writer
  • log_write - write log entry to log
  • log_read - read log entries from log

Multi-function