system-calls
Here are 381 public repositories matching this topic...
Kernel subsystems built on the OS/161 teaching OS (MIPS): sleep locks & condition variables, a per-process file table, 15 system calls (fork/execv/waitpid, file I/O), and process/PID management.
-
Updated
Jun 27, 2026 - C
Operatins System & System Programming Lab Work
-
Updated
Jan 16, 2023 - C
Developed a terminal based file sharing system where users can form groups and can share and download files parallelly with multiple pieces from multiple peers
-
Updated
Dec 12, 2020 - C++
A client-server ecommerce platform using OS concepts like sockets, semaphores and file handling through system calls.
-
Updated
Jan 6, 2024 - C
PERSONAL STUDIES: C, System Calls, Pointers, Memory Handling, Recursion, Static/Dynamic Libraries, Bit Manipulation, Data Structure & Algorithms
-
Updated
Aug 12, 2024 - C
Freestanding C standard library for Linux x86_64 built on raw syscalls. Implements string operations, memory allocation (mmap-based), file I/O, and process control without external dependencies. Educational project demonstrating kernel-userspace boundary.
-
Updated
Feb 4, 2026 - C
A neuromorphic computing approach to endpoint detection using Spiking Neural Networks (SNN) and Kolmogorov-Arnold Networks (KAN) for real-time system call anomaly detection with symbolic regression compression.
-
Updated
Apr 2, 2026 - Python
CS288 project in which we had to concurrently read through a directory and sort the files within it and the subdirectory according to size
-
Updated
May 5, 2018 - C
Practica 5 - Sistemas Operativos
-
Updated
Jun 2, 2024 - C
An xv6 kernel scheduling project implementing multi-level scheduling with RR, probabilistic SJF, FCFS, weighted time slicing, aging, custom system calls, and user-level benchmark programs.
-
Updated
Jun 9, 2026 - C
Kernel development projects for the xv6 operating system including system calls, scheduling, kernel threads and virtual memory
-
Updated
Jul 3, 2026 - Shell
Project for "Operating Systems" course at Unviversity of Verona
-
Updated
Nov 12, 2020 - C
A simple UNIX command interpreter.
-
Updated
Sep 21, 2023 - C
A lightweight Unix-like shell implemented in C using POSIX system calls, supporting command parsing, process management, job control, and signal handling.
-
Updated
Jan 18, 2026 - C
Research material used for the SLR presented in the article "SoK: An in-depth analysis of Intrusion Detection Systems based on System Calls", published in MDPI Journal of Cybersecurity and Privacy (DOI: 10.3390/jcp6030099)
-
Updated
Jun 8, 2026
This project spawns 12 child processes. Each child process checks primality of the received number from the parent and sends back the result to the parent. The parent process has to display the result on console
-
Updated
Jun 29, 2025 - C
-
Updated
Aug 24, 2020 - C
Developed a program that displays the file system on the terminal and helps users navigate through it using special keys, open files and execute basic file commands
-
Updated
Dec 12, 2020 -
C++
Improve this page
Add a description, image, and links to the system-calls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the system-calls topic, visit your repo's landing page and select "manage topics."