From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14822 invoked from network); 27 Jul 2021 00:48:18 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 27 Jul 2021 00:48:18 -0000 Received: from MTA-05-3.privateemail.com ([68.65.122.15]) by 1ess; Mon Jul 26 20:07:51 -0400 2021 Received: from mta-05.privateemail.com (localhost [127.0.0.1]) by mta-05.privateemail.com (Postfix) with ESMTP id 0EB8218000BF for <9front@9front.org>; Mon, 26 Jul 2021 20:07:42 -0400 (EDT) Received: from localhost (unknown [10.20.151.220]) by mta-05.privateemail.com (Postfix) with ESMTPA id 74EB918000B4 for <9front@9front.org>; Mon, 26 Jul 2021 20:07:41 -0400 (EDT) Date: Mon, 26 Jul 2021 17:07:34 -0700 From: Anthony Martin To: 9front@9front.org Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: RESTful responsive information polling standard method Subject: Re: [9front] Re: sysupdate: no common ancestors Reply-To: 9front@9front.org Precedence: bulk An update: Stuart sent me his pack and index files and, fortunately, it looks like they're all valid so far (I'm working backwards from the most recent). However, two commits (c38fcb5dc and 2c1727e55) are completely missing from any pack. I wonder why git/fetch never asked the remote for those refs or why they were never sent. Also, curiously, one commit (be36c092a) appears in two packs. I'm going to keep thinking about this but my current notes are appended below. Cheers, Anthony # refs 28f76455d refs/remotes/THEM/front 403149d7d refs/heads/front # d339bb1588d19ecf34b462566c85918b8d996aed.pack 28f76455d dial(2): dial returns an open data file, not a ctl one. also fixed little typo. # 38f4e40da089c7ae59f6af92ee84344f2c754f4b.pack 1ec44ec77 libc: use usize for sbrk() increment e4b5f170c libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions use usize 8a8329ad9 bcm64: make the kernel use virtual timer counter register for cycles() b7e67e9e3 kernel: page counts a ulong, not usize # not in any pack file c38fcb5dc arm64: use generic timer virtual counter for cycles() 2c1727e55 /sys/src/9/mkfile: add bcm64 (thanks stuart morrow) # a132a801e36fd5ca40ae8c0ff52a5916e7656704.pack 403149d7d gzip, bzip2: add -n flag to suppress modification timestamp 28057f67a ssh: fix typo (thanks izaki) 669b3abd7 brk(2): .... we define lowest addres not used by the program above, so use that instead 7bd6679c8 brk(2): sbrk(0) returns end address, not the base 90ce513fb merge 187806ad2 screenlock: don't poll to top window (thanks Stuart Morrow) 07c32fb3d auth/rsa2jwk: add code to produce jwk rsa keys acc504c31 git/fetch: fix overly eager 's/pack/idx/g' in refactor be36c092a aux/cddb: Provide -e option to print commands to rip audio with tags. # 004d80798d6fdf3b4571cc85fc3164b29686e82e.pack be36c092a aux/cddb: Provide -e option to print commands to rip audio with tags. 220463427 git/fetch: ensure we clean packfiles on failure fad1b3f7f kbdfs: allow to escape ctlr-alt-del with shift for vmx and vnc.