What Is PID 0?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. illumos-gate

    An open-source Unix operating system -- this is a read-only mirror of the official repository at https://code.illumos.org/plugins/gitiles/illumos-gate

    We can see it is called sched. Why sched? This article talked about the historic role of PID 0 in process swapping. Process swapping is a scheduling problem (like a lot of problems in software). This is why swappers are traditionally called medium-term or memory schedulers. Illumos generally gives most groupings of kernel worker threads their own processes with their own PIDs, but one, called "sched", remains in PID 0, and its responsibility? Process swapping:

    https://github.com/illumos/illumos-gate/blob/579c23696ac6891...

    The Wikipedia article has now been hastily edited, and replaces a claim that was true only of certain Unixes other than Linux with a claim true only of certain Unixes including Linux. Is this an improvement?

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. linux

    @superna9999's Linux kernel source fork for upstream development (by superna9999)

    I don't like that, it's not good practice.

    One should give links to original sources, i.e. https://kernel.org as far as Linux is concerned.

    Even if git guarantees that the content is the same (if someone bothers to verify that the SHA-1 is the same and we exclude the possibility of a SHA-1 collision in git, which is yet to be demonstrated).

    kernel.org existed before github.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • When you deleted /lib on Linux while still connected via SSH

    2 projects | news.ycombinator.com | 22 Mar 2025
  • Oxide Cuts Data Center Power Consumption in Half

    1 project | news.ycombinator.com | 21 Nov 2024
  • The Last Sun Sparc Workstation

    1 project | news.ycombinator.com | 1 Oct 2024
  • CVE-2023-2163: How we found and fixed an eBPF Linux Kernel Vulnerability

    1 project | news.ycombinator.com | 8 Aug 2024
  • "Doors" in Solaris: Lightweight RPC Using File Descriptors (1996)

    1 project | news.ycombinator.com | 24 Jul 2024

Did you know that C is
the 6th most popular programming language
based on number of references?