{"id":18775920,"url":"https://github.com/mauri870/syscall","last_synced_at":"2026-02-18T02:01:16.420Z","repository":{"id":71345643,"uuid":"189240660","full_name":"mauri870/syscall","owner":"mauri870","description":"syscall(1) - Test a linux system call","archived":false,"fork":false,"pushed_at":"2025-01-08T19:34:29.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T03:38:04.478Z","etag":null,"topics":["command-line","linux","syscall"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauri870.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-29T14:22:31.000Z","updated_at":"2024-12-14T08:51:22.000Z","dependencies_parsed_at":"2025-05-21T03:32:48.647Z","dependency_job_id":"23d2baf1-5a57-42a8-9df2-ebd58f9920ed","html_url":"https://github.com/mauri870/syscall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauri870/syscall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fsyscall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fsyscall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fsyscall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fsyscall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauri870","download_url":"https://codeload.github.com/mauri870/syscall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fsyscall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29566366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","linux","syscall"],"created_at":"2024-11-07T19:44:16.900Z","updated_at":"2026-02-18T02:01:16.384Z","avatar_url":"https://github.com/mauri870.png","language":"C","readme":"# syscall - Test a system call\n\nThis is an effort to port the plan9 syscall command to Linux. Not all the system calls are supposed to work since the system call convention on linux is more complex than plan9 but the most trivial ones are already implemented.\nInstead of relying on the libc implementation this program uses the syscall(2) library function to invoke system calls.\n\n## Compilation\n\n```bash\nmake\nmake install\nmake uninstall # to remove the syscall program and man page\n```\n\n## Usage:\n\n```bash\nman 1 syscall\nsyscall -h\n```\n\n## Examples\n\n```bash\nsyscall write 1 Hello 5\nsyscall -o read 0 buf 5\nsyscall exit 2\nsyscall -o getpid\nsyscall -ov getcwd buf 100\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauri870%2Fsyscall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauri870%2Fsyscall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauri870%2Fsyscall/lists"}