Commit ca69d69a authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Handle unimplemented syscalls gracefully

We previously kernel-panicked because that made it more obvious when a
syscall implementation was missing.  These days, it's more common that
the C library will do something sensible in response to returning -ENOSYS.
Favor that approach to avoid frustrating users.
parent d6008c14
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment