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=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27569 invoked from network); 12 Jun 2020 17:11:41 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 12 Jun 2020 17:11:41 -0000 Received: (qmail 1691 invoked by uid 550); 12 Jun 2020 17:11:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 27670 invoked from network); 12 Jun 2020 16:56:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=X15XYjwsO7vV/K3V4zjsAg0AnfvSqdJOMHK54IYUx2o=; b=QrfkKCFuVwd/g2NzLkxMyNgyP8FMKRIYUVTctjyWpvRQfTlCzARwRKsLmn9P7AfpzT nJFLkG4KjVjnTPDVhpHoUkj8SVKdh/zIO/0BHwGdGe4mHqbfzjKqoAq/QNQve4caacqf XNlQbzuuU5E8NY3mbr2obKTrIAQDIvgZzQqrk/nP6fZtbO60aAoZG22lf/IfRqR2wbhl Sl3Voa4kV+f3ryd4mB+q5mit5kaaY3Q0aPUfEm5vji1TeBJ0ER/noi9hllvkkokMyoEc 7KR1kTUj9X/2zRwSzJjT/47EC3m50gQASwMwkqlnh8ZHSLpAhJIcOhvitHw7xTzzmYa0 0hFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=X15XYjwsO7vV/K3V4zjsAg0AnfvSqdJOMHK54IYUx2o=; b=LFYlqWAgSbaeRXlPdPUEf2CFmiwRPO0DdDp8HBe7MhfB452S6Rv9caIkLbz1dAe/EL Xgxf0epPZ6gk276CfrIyS8EAwD7OU4/4Ie9GYV80ne/YzwOuFehm4QR9L5Ig+wyCS0FU uRiE6m+fB7keevRj1GLdg212c2OgRicBBdH37gtoclrWyHBLcK9oXwU17xzLJiS/YcFV JnXXkF448HGpUy/e2CwSO+Er1F0TCd3453vxsFu7Ci7lLgkumgP+x04Dm+XP4I53+WcL QAv6SGq4abGzDCQzyzQABhkjrQpqnkjBYtV1+qKNVL+t5OaYs5RkCN5F4LPd0cODjfuy tCBg== X-Gm-Message-State: AOAM5318HsjKR24uvfjMnfc/rvG+ZWo+gPaJnFhm9oe9dqugLYu/DrkQ QDR2gt/9eQTo7UaOeB1RBFadT4Lxe3xOUIZNjmmIXzfn X-Google-Smtp-Source: ABdhPJy7a8Z87MPXYxMf1osAuXw7K6xPyT/2FMJXtFQp9R9mXo022KNH8L/sAQ+syZPboZ8GTb4USSO8bX4yvZKRlY4= X-Received: by 2002:ab0:64c1:: with SMTP id j1mr11001511uaq.75.1591980988765; Fri, 12 Jun 2020 09:56:28 -0700 (PDT) MIME-Version: 1.0 From: Brian Peregrine Date: Fri, 12 Jun 2020 18:56:28 +0200 Message-ID: To: musl@lists.openwall.com Content-Type: text/plain; charset="UTF-8" Subject: [musl] Advocating musl to in windows subsystem and OS X Hey all, after thinking about my previous post (Advocating musl to the chromium OS developers ), it struck me that both Microsoft and Apple use some sort of libc too (Microsoft has the "subsystem for linux" on windows 10 now, and Apple's OS X is based on linux too -I think it was based on the "Darwin" linux distro. Microsoft probably uses glibc (as the subsystem seems to be canonical-made and they use glibc in ubuntu), for os x, I'm not sure what is being used. See https://itsfoss.com/install-bash-on-windows/ https://www.makeuseof.com/tag/microsoft-linux-distros-windows-10/ https://news.ycombinator.com/item?id=3601092 In either case, Rich, perhaps you can propose to both that they use musl, and point them to your comparison (http://www.etalabs.net/compare_libcs.html ) ? Also, perhaps that comparison can have Bionic added too and compared to that as well ? Perhaps it's most appropriate to do this through posting an issue at their relevant repo's (for MS, it's https://github.com/microsoft/WSL2-Linux-Kernel/issues , for apple (https://github.com/apple ), I'm not sure which repo holds the libc. Brian