awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesFork Return Value Distinctions

Checks the return value of fork to branch logic between the original parent and the newly created child process.

Distinguishing note: None of the candidates cover the fork system call's return value pattern for distinguishing parent from child; they focus on UI or job dependency hierarchies.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Fork Return Value Distinctions. Refine with filters or upvote what's useful.

Awesome Fork Return Value Distinctions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • angrave/systemprogrammingAvatar angrave

    angrave/SystemProgramming

    5,734Vezi pe GitHub↗

    This is an open-source, crowd-sourced wiki textbook that teaches Linux system programming in C. It covers the core operating system concepts of process management through the fork-exec-wait model, dynamic memory allocation using implicit free list heap allocators, inode-based file systems, inter-process communication via pipes and shared memory, POSIX threads with synchronization primitives, signal-based asynchronous notification, virtual memory with page table translation, and runtime diagnostics using Valgrind and GDB. The textbook distinguishes itself by providing practical, implementation

    Checks the return value of fork to branch logic between the original parent and the newly created child process.

    Vezi pe GitHub↗5,734
  1. Home
  2. Operating Systems & Systems Programming
  3. Fork Return Value Distinctions