From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id c0be85e5 for ; Wed, 5 Feb 2020 21:53:00 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 10BC69CC10; Thu, 6 Feb 2020 07:52:59 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A14099CC07; Thu, 6 Feb 2020 07:52:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1580939570; bh=kipHBBREIgoY3Pt6jeldvYF0uDzQ+MMthpi59nvk6O0=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=aVlR6tgcFIYe3IoFCn6DmuoVU0vPa9YtSwqVoFDtXP7/oImgTOcoyipBYDMN7x6HZ Q0wjeOyIwjqzOkEQAmybY9App9H2+N5/OCozVea/b27m9znquyGvi/Wl4Eze1bt2g9 0MVQNY8JMTJpNhXSU71GA9ESBgX8OZ53Jb3p352U= Received: by minnie.tuhs.org (Postfix, from userid 1000) id DC41F9CB86; Thu, 6 Feb 2020 07:52:44 +1000 (AEST) Date: Thu, 6 Feb 2020 07:52:44 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20200205215244.GA27612@minnie.tuhs.org> References: <202002051916.015JGldn3233910@darkstar.fourwinds.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202002051916.015JGldn3233910@darkstar.fourwinds.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] System Call History X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Wed, Feb 05, 2020 at 11:16:46AM -0800, Jon Steinhart wrote: > Does anybody have or know of a list of system calls that describes > when and what version of UNIX (and descendents) they were added? Diomidis Spinellis has done a great job here: https://dspinellis.github.io/unix-history-man/man2.html which is part of this: https://dspinellis.github.io/unix-history-man/ Cheers, Warren