Topic: "system-calls"
ivan-sincek/invoker
Penetration testing utility and antivirus assessment tool.
Language: C++ - Size: 421 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 316 - Forks: 80

matheusmoreira/liblinux 📦
Linux system calls.
Language: Makefile - Size: 284 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 211 - Forks: 10

alegrey91/harpoon
🔍 Seccomp profiling and function-level tracing tool.
Language: C - Size: 1.2 MB - Last synced at: 5 days ago - Pushed at: 23 days ago - Stars: 154 - Forks: 9

dyjakan/osx-syscalls-list
Fish for BSD system calls and MACH traps inside of XNU ✌️
Language: Python - Size: 296 KB - Last synced at: 10 months ago - Pushed at: about 7 years ago - Stars: 91 - Forks: 12

mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
Language: C - Size: 48.8 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 68 - Forks: 37

GJDuck/e9syscall
A system call interception tool
Language: Shell - Size: 148 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 53 - Forks: 8

HawxChen/Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Language: C - Size: 1.5 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 49 - Forks: 16

bediger4000/userlandexec
userland exec for Linux x86_64
Language: C - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 48 - Forks: 13

xfgusta/strace-with-colors
A patch to add colors to the strace output
Size: 418 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 45 - Forks: 5

edigaryev/awesome-system-calls
A categorized list of system calls used by popular Unix-like operating systems
Language: Rust - Size: 147 KB - Last synced at: 10 days ago - Pushed at: 18 days ago - Stars: 22 - Forks: 0

d-tsuji/ttycopy
A tool scanning other terminal.
Language: Shell - Size: 157 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 18 - Forks: 2

a-anurag27/xv6
This repository gives the complete description of adding system calls to the xv6 kernel.
Size: 17.9 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 1

reverseame/winapi-categories
Windows API (WinAPI) functions and system calls with categories in JSON format, including arguments (SAL notation) and more.
Language: Python - Size: 13.6 MB - Last synced at: 29 days ago - Pushed at: 2 months ago - Stars: 14 - Forks: 1

devendranaga/gists
linux programming book examples
Language: C - Size: 235 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 7

marcotessarotto/exOpSys
classroom exercises for 'Operating Systems' course
Language: C - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 12 - Forks: 12

hardikrana11/Operating-systems--LAB
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
Language: C++ - Size: 119 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 2

Rohan-s18/CSDS338_Lab
Repository for the CSDS 338 (Intro to Operating Systems) Lab for Case Western Reserve University designed by me :)
Language: C - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 5

cxy1997/Android-Kernel-Hacking
SJTU-CS356-Projects
Language: C - Size: 119 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 10 - Forks: 3

edydfang/UW-Madison-CS537
Operating System Projects
Language: C - Size: 1.19 MB - Last synced at: 28 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 6

yadu007/Basic-Unix-Commands-Implementation
Implementation of some Linux commands using system callls
Language: C - Size: 4.88 KB - Last synced at: 9 months ago - Pushed at: almost 8 years ago - Stars: 9 - Forks: 4

Adebayo-S/alx-low_level_programming
đź’ľ Low level programming projects repository. Done at @ALXAfrica-Holberton School
Language: C - Size: 549 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 4

Priyansh19077/Linux-Terminal-Clone
Linux terminal clone. Supports 5 internal commands: cd, history, echo, exit, pwd, and 5 external commands: ls, cat, date, rm, mkdir
Language: C - Size: 62.5 KB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

Demkeys/x86_64AssemblyATTGASExamples
x86_64 Assembly examples written in AT&T GAS Syntax.
Language: Assembly - Size: 367 KB - Last synced at: 9 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

Lexxyla/simple_shell
A simple UNIX command interpreter making as a final project of the low-level programming and algorithm quarter at ALX school of software engineering by Ella and Alexxy
Language: C - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 7

iamjatinchauhan/OS-Programs
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
Size: 715 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 11

Shruthi-Sivagnanam/Os-Concepts
Basic operating system concepts in c language.
Language: C - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

erfanghasemi/XV6_OS
XV6 is a simple Operating system created by MIT. In this project, we decided to create some syscalls and make a change in the Scheduling policy. We add Round-Robin Policy with different Quantum, Priority Policy, and multilevel queue.
Language: C - Size: 272 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

Yeaseen/SysCallImplementationOs
A c++ implementation of making bin file for a c file using system calls internally. This program averse creating a command line and to activate that from any location in the linux terminal
Language: C++ - Size: 11.7 KB - Last synced at: 4 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

Floofies/HzKernel 📦
On hold until further notice. Uses HertzScript coroutines to implement preemptively multitasked JavaScript Green threads.
Language: JavaScript - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

theculguy0099/CosmoShell
A C-Powered Cosmic Command-Line Interface for Linux
Language: C - Size: 150 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

amiryeshurun/windows-syscalls-introspection
A Windows driver that overrides the SSDT to hook NT system calls
Language: C - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 4

venkideshVenu/S4-Operating-System-Lab-2019-Scheme-KTU-
Repository for the S4 Operating System Lab (2019 Scheme) at Kerala Technological University (KTU), featuring practical experiments on OS concepts like process management, memory management, file systems, and more.
Language: C - Size: 3.89 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

4MR4N11/alx-low_level_programming
This repository contains various projects and assignments completed by students of the ALX Software Engineering program. These projects focus on developing low-level programming skills using the C programming language, including topics such as memory management, pointers, algorithms, data structures, and system calls.
Language: C - Size: 528 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

giannhskp/Operating-Systems
Unix OS, Process Creation, System Calls, Process Communication using Pipes and Signals, Shared Memory, Process Synchronization using POSIX Semaphores, Unix File System Manipulation,
Language: C - Size: 1.88 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

Rohit-B-Kadam/File-Packer-Unpacker
Multiple file in Directory can be packed (merge) into a single file and then you can unpack that file to get all the files of that Directory back
Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

J4NN0/OS161
The implementation of systems calls, lock, Virtual Memory and other file system implementation on OS161
Language: C - Size: 2.19 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 3

daniel4x/fastshell
Implementation of unix based os shell for self studying purpose
Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 1

lavrd/tunnel
Network tunnel as an example
Language: Rust - Size: 168 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

vmsaif/parallel_process_control
This project contains two programs that control the number of worker processes or threads running in parallel and allow for runtime changes. One program uses signals to communicate with worker processes, while the other uses inter-thread communication for worker threads.
Language: C - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

SabaSahban/XV6-system-call
Operating system project phase 1
Language: C - Size: 17.1 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

snehel4510/OS_programs
Repository consisting of C/C++ programs to simulate various Operating system concepts.
Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

giannhskp/System-Programming
Advanced Data Structures, Bash Script, Processes creation using system calls (fork/exec), Process communication via pipes, Use of low level I/O, Thread creation, Network Programming using sockets
Language: C - Size: 727 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

teodutu/SO
Sisteme de operare - UPB 2020
Language: C - Size: 62.9 MB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

cristianzsh/system-programs
Implementation of various Unix system programs
Language: C - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

domfarolino/os
Repository to accompany me along me OS journey
Language: C - Size: 178 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

shauryashekhar/CS-537-Operating-Systems
7 Programming Assignments as part of CS 537 (Operating Systems) at UW Madison
Language: Assembly - Size: 4.58 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 2

Sepehr1812/xv6-public
Midterm and final project of Operation Systems at CE department of Amirkabir University of Technology (Tehran Polytechnic) - Fall 2019 & Winter 2020.
Language: C - Size: 184 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

johnjago/mmap-demo
Demo of the mmap system call for memory-mapped files in Unix
Language: C - Size: 5.86 KB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

user12043/sistemliOdev
Sistem programlama ödevi
Language: C - Size: 238 KB - Last synced at: 6 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

dipunj/NETWORKING_LAB_5THSEM Fork of urdarinda/networking-lab
Codes for os lab
Language: C - Size: 16.9 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 4

dipunj/SystemCallsLab
This repository contains the codes for the Programming Tools-2 Lab Assignments
Language: C - Size: 137 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 2

AdityaAS/Operating-Systems
Language: C - Size: 2.17 MB - Last synced at: about 2 years ago - Pushed at: over 9 years ago - Stars: 2 - Forks: 0

ryfe24/INLIGHTS---SMART-TRAFFIC-CONTROL-SYSTEM
INLIGHTS is a multithreaded traffic control system for managing signal flow at intersections using real-time simulations. Built in C on Linux, the project showcases OS-level concepts like system calls, thread generation, synchronization (Producer-Consumer), and pipelining to optimize vehicle movement and reduce congestion.
Size: 27.3 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

Yosef-AlSabbah/Operating-Systems-Lab-Notes
A repository containing explanations, notes, and code examples from the Operating Systems Lab lectures. This includes key concepts like process creation, process synchronization, system calls, and practical coding exercises.
Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

PanagiotisKotsorgios/Timed-PC-Protection-Layer
A stealth security program that adds a timed challenge to protect your PC, shutting down if unauthorized users fail to meet the task. Ensures an extra layer of data protection even after login credentials are compromised.
Language: C - Size: 47.9 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

alexionut-tincu/sh-ovel
A lightweight UNIX shell written in C, focused on simplicity and direct syscalls. Perfect for learning system-level programming.
Language: C - Size: 36.1 KB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

zelhajou/ft_core_printf
A function that mimics the behavior of the C library printf function
Language: C - Size: 1.71 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ivotints/minishell
As beautiful as a shell
Language: C - Size: 60.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 1

hackerSa3edy/simple_shell
ALX Sprint 1 project - Simple Shell: The shell is a program that takes the command inputs written from the the user’s keyboard and passes them to the machine to execute them through the kernel. It also verifies if the command inputs from the user are correct. So, in general, a shell is a user interface to use the services of a computer.
Language: C - Size: 445 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

PraveenKumar-Rajendran/OS-and-System-Programming
Operating Systems and System Programming: A Deep Dive into xv6
Language: C - Size: 25.1 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

TanTanmayMay/ContainerZero
Built up a container from scratch using core linux concepts like Namespaces, Chroot and Cgroups.
Language: Go - Size: 20.5 KB - Last synced at: 23 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Mobiwn/Operating-Systems
📚 Centralized collection of syllabus, books, experiments, and practice questions for the Operating Systems course at Urmia University.
Size: 43.2 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

andrpavlou/OS_Projects
Operating Systems Projects (Linux environment). Communication between processes using shared memory and xv6-riscv
Language: Assembly - Size: 3.87 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

joelenehales/linux-systems-programming
Basic concepts in Linux systems programming using C.
Language: C - Size: 11.7 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

ganeshkalyank/operating-systems
Programs related to OS and System Calls done as a part of Operating Systems course
Language: C - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dr8co/bush
A simple UNIX command interpreter.
Language: C - Size: 4.69 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

TGLuong/buildroot-custom-linux
linux kernel customize
Language: C - Size: 215 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Jeffuz/Multithreaded-httpserver
A Multi-threaded HTTP server that can handle multiple GET and PUT requests simultaneously and creates an audit log that identifies the linearization of the server.
Language: C - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AshiqAR/Operating-Systems-Lab-KTU-S4
OS Lab Programs S4 KTU
Language: C - Size: 1.66 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

nin-ran-jan/OS-Assignments
This repository contains all the assignments completed in the CSE231 (Operating Systems) course at @IIIT-Delhi. There were a multitude of concepts taught in each of these assessments, each mentioned in the directory name. Each folder contains an independent README.txt file for the explanation of the concepts used. This course was taught by Professor Arani Bhattacharya.
Language: C - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

bl0nder/Custom-Linux-Shell
Language: C - Size: 495 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

yrhiba/Get-Next-Line
Reading a line from a fd is way too tedious.
Language: C - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

dora-jpg/SystemProgramming
Vaccine Monitor App for System Programming course.
Language: C - Size: 1000 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

titianaMannu/TAG_SERVICE_TM
Tag-based data exchange service
Language: Makefile - Size: 498 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Modzeleczek/DirSyncD
Demon okresowo synchronizujÄ…cy 2 katalogi
Language: C - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

Myrto-Iglezou/MultiProcess-disease-monitor
Implementation of an undistributed information processing tool that receives, processes, records and answers questions about viruses. It is created with processes, using system calls fork / exec and communicating processes through pipes, using low-level I / O.
Language: C - Size: 395 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

dhairyachaudhary/System-Call
A system call written in C for Linux/kernel v5.9 distribution.
Language: C - Size: 250 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dhairyachaudhary/Scheduler
Modifying the Linux CFS scheduler
Language: C - Size: 79.1 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

HelderMCarvalho/FileManipulationSystemCalls 📦
File manipulation with system calls.
Language: C - Size: 171 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

akshayrdeodhar/aup
Advanced Unix Programming Assignments
Language: C - Size: 6.37 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

sujoyyyy/Operating-Systems
Basic concepts of operating systems that are taught in a regular UG OS course in a CS curriculum.
Language: C - Size: 1.92 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

andreastedile/exploring-system-calls
Una breve ricerca sulle system call basata sull'analisi dei dump dei file oggetto prodotti dalla compilazione di programmi C
Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

vinayak1998/xv6-public Fork of mit-pdos/xv6-public
Low level containerisation implemented in xv6 (based on UNIX-v6) operating system by implementing a container manager, Virtual scheduler, System calls and Resource isolation (Virtual file system)
Language: C - Size: 17.4 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

nks067/online-banking-management-system
The project aims to develop a banking system that is user-friendly and multi- functional.
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 5

jainsarthak277/Advanced-Embedded-Software-Development
Codes and file for ECEN 5013, Advanced Embedded Software Development. Final project implements a robust client-server module using RF communication, message queues and supporting degraded service with graceful failure.
Language: HTML - Size: 3.28 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

yuvashreek/Unix-System-Programs
Contains C programs on Unix system. Uses various system calls such as fork, pipe, wait, signal, dup, file system calls
Language: C - Size: 948 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

jajoosiddhant/Advanced-Embedded-Software-Development-AESD
Consists of Projects and Assignments Completed in Advanced Embedded Software Development Course | ECEN 5013-002 | University of Colorado, Boulder: System Calls, Kernel Modules, Cross-Compiling using buildroot, IPCs, FreeRTOS, Multithreading..
Language: C - Size: 95.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

pkmoore/CrashSimulator 📦
Language: Python - Size: 14.2 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 4

Anirudhk94/system-call-crypto
A new system call that can take an input file, encrypt or decrypt it, and then produce an output file.
Language: Shell - Size: 270 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

harshit-budhraja/CSE-Practicals
This repository contains all the relevant codes for course laboratories
Language: C - Size: 64.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

Alfran007/Operating-System
Made own Shell in C in linux, Implementation of own System Call, Manual Kernel updation and activities on PintOS.
Language: C - Size: 9.99 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

thegreyd/PtraceMonitor
A simple sandbox using the ptrace system call.
Language: C - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

petarivanovv9/Operating-Systems
All of my materials on the Operating Systems course in @ Sofia University.
Language: C - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

vaibhavnaagar/project-Nachos
Not Another Completely Heuristic Operating System (NACHOS)
Language: C++ - Size: 12 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

moulahguine/-mips-student-projects-2
MIPS Assembly programs for arithmetic and function practice
Language: Assembly - Size: 52.7 KB - Last synced at: about 4 hours ago - Pushed at: about 5 hours ago - Stars: 0 - Forks: 0

gitteja19/Basic-C-Debbuger
Linux - mini project.
Size: 0 Bytes - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

rayyan-merchant/INLIGHTS---SMART-TRAFFIC-CONTROL-SYSTEM
INLIGHTS is a multithreaded traffic control system for managing signal flow at intersections using real-time simulations. Built in C on Linux, the project showcases OS-level concepts like system calls, thread generation, synchronization (Producer-Consumer), and pipelining to optimize vehicle movement and reduce congestion.
Size: 151 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

athrocks/OS
A comprehensive collection of Operating Systems lab programs and theoretical concepts implemented in C and Shell Script. This repository covers essential OS topics such as process synchronization, multi-threading, deadlocks, memory management, system calls, and shell scripting — ideal for academic assignments and practical learning.
Language: C - Size: 284 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

provrb/libprocman
A Windows library for doing things you probably shouldn’t be doing with processes, tokens, and system calls.
Language: C++ - Size: 157 KB - Last synced at: 7 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

sdummett/ft_strace
Reimplementation of the strace command in C for monitoring system calls and signals.
Language: C - Size: 39.1 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0
