TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux System Call Table – Chromiumos

4 pointsby neophyt3over 2 years ago

2 comments

westurnerover 2 years ago
System call: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;System_call" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;System_call</a><p>Strace and similar tools can trace syscalls to see what kernel system calls are made by a process: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Strace#Similar_tools" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Strace#Similar_tools</a><p>Google&#x2F;syzkaller <a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;syzkaller" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;syzkaller</a> :<p>&gt; <i>syzkaller ([siːzˈkɔːlə]) is an unsupervised coverage-guided kernel fuzzer. Supported OSes: Akaros, FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows</i><p>Fuschia &#x2F; Zircon syscalls: <a href="https:&#x2F;&#x2F;fuchsia.dev&#x2F;fuchsia-src&#x2F;reference&#x2F;syscalls" rel="nofollow">https:&#x2F;&#x2F;fuchsia.dev&#x2F;fuchsia-src&#x2F;reference&#x2F;syscalls</a><p>&quot;How does Go make system calls?&quot; <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;55735864&#x2F;how-does-go-make-system-calls&#x2F;55736863#55736863" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;55735864&#x2F;how-does-go-mak...</a>
mikewarotover 2 years ago
As an old MS-DOS programmer, I find it very strange that there wasn&#x27;t a standard call list set down in the days of Unix. IIn MS-DOS, you always knew that function 09h was print $ delimited string at [dx], for example. That&#x27;s what made it easy to write programs using debug.