From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id B7E8C2022E for ; Sun, 30 Jun 2024 13:11:49 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 3083F436B1; Sun, 30 Jun 2024 21:11:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1719745905; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-owner:list-unsubscribe: list-subscribe:list-post; bh=RjxWSKfn04y+AEvO1AJeH0GDDlxe2dzR+Od48zCVMNY=; b=vmc/CjVBlAS2bparczUSspWLNu+eozQyTpUlW/eUJpC/mxFE7CGnGOB1c53qPupgDT4zhT yrftxISvuqCTYd0j+dia/jW/OwtZqtnz+I4g0hlF2AlOfxg/PwqMDgf8Pdxh2DK4gi6v9g Z2pB84fjCdjrckFT4Uk8Q3Q0ApMBj2M= Received: from mailout2.ceti.pl (mailout2.ceti.pl [62.121.128.42]) by minnie.tuhs.org (Postfix) with ESMTPS id 730A043694 for ; Sun, 30 Jun 2024 21:11:40 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by mailout2.ceti.pl (Postfix) with ESMTP id 0B29AC6DA for ; Sun, 30 Jun 2024 13:11:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailout.ceti.pl Received: from mailout2.ceti.pl ([62.121.128.42]) by localhost (mailout.ceti.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYBxWZG0kebz for ; Sun, 30 Jun 2024 13:11:34 +0200 (CEST) Received: from tau1.ceti.pl (tau.ceti.pl [62.121.128.11]) by mailout2.ceti.pl (Postfix) with ESMTP id B26E0C747 for ; Sun, 30 Jun 2024 13:11:32 +0200 (CEST) Received: by tau1.ceti.pl (Postfix, from userid 3727) id 9B60D1FD0; Sun, 30 Jun 2024 13:11:27 +0200 (CEST) Date: Sun, 30 Jun 2024 13:11:27 +0200 To: The Eunuchs Hysterical Society Message-ID: References: <20240606095502.AD4EE210F4@orac.inputplus.co.uk> <20240606194901.F5bDRUkh@steffen%sdaoden.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-ID-Hash: QSOTVEDI7OMQLK3GYF6E3JWBB6TITPWK X-Message-ID-Hash: QSOTVEDI7OMQLK3GYF6E3JWBB6TITPWK X-MailFrom: rtomek@ceti.pl X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: syscalls, records in pipe [was: Re: most direct Unix descendant] List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: Tomasz Rola via TUHS Reply-To: Tomasz Rola On Sun, Jun 30, 2024 at 01:05:43PM +0200, Tomasz Rola via TUHS wrote: [...] > > Well, here you are (on my more or less updated ParrotOS, a Debian > derivative) (watch for insider line break): > > -$ man 2 syscalls | awk '/Sys.*Kern.*Not/,/On many plat/ {if ( $1 > ~ /.*\(2\)/ ) print $1;}' | sort | uniq | wc -l > 468 Forgot to add - with the caveat that some calls are tagged as deprecated, removed or specific to only one architecture. The number should be treated as rough estimate. -- Regards, Tomasz Rola -- ** A C programmer asked whether computer had Buddha's nature. ** ** As the answer, master did "rm -rif" on the programmer's home ** ** directory. And then the C programmer became enlightened... ** ** ** ** Tomasz Rola mailto:tomasz_rola@bigfoot.com **