Forgot your password?
typodupeerror
Linux

The Linux Team Approves New Neutral Terminology (zdnet.com) 522

An anonymous reader quotes ZDNet: Linus Torvalds approved on Friday a new and more inclusive terminology for the Linux kernel code and documentation. Going forward, Linux developers have been asked to use new terms for the master/slave and blacklist/whitelist terminologies...

The Linux team did not recommend any specific terms but asked developers to choose as appropriate. The new terms are to be used for new source code written for the Linux kernel and its associated documentation.

The older terms, considered inadequate now, will only be allowed for maintaining older code and documentation, or "when updating code for an existing (as of 2020) hardware or protocol specification that mandates those terms."

Proposed alternatives for master/slave include:
  • primary/secondary
  • main/replica or subordinate
  • initiator/target
  • requester/responder
  • controller/device
  • host/worker or proxy
  • leader/follower
  • director/performer

Proposed alternatives for blacklist/whitelist include:

  • denylist/allowlist
  • blocklist/passlist

Comment Re:"hello, world" (Score 1) 116

Someone sent me a copy:

    From uunet!research.att.com!dmr Tue Oct 17 03:35:50 1989
    Return-Path:
    Received: from uunet.UUCP by world.std.com (4.0/SMI-4.0)
                    id AA27107; Tue, 17 Oct 89 03:35:50 EDT
    From: uunet!research.att.com!dmr
    Received: from inet.att.com by uunet.uu.net (5.61/1.14) with SMTP
                    id AA15993; Tue, 17 Oct 89 03:21:50 -0400
    Message-Id:
    Date: Tue, 17 Oct 89 03:15:37 EDT
    To: msgs@world.std.com
    Subject: printf

                    "Hello, world.std.com!\n"

                                    Dennis Ritchie

Slashdot Top Deals

The program isn't debugged until the last user is dead.

Working...