]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 18:38:28 +0000 (18:38 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jul 2002 18:38:28 +0000 (18:38 +0000)
old/sh-utils/ChangeLog

index b723606e1cf7a14c0b004a801bce51d14b675769..5406c90de5840f51312db3764b0bf11a986b8364 100644 (file)
 
 2002-05-07  Paul Eggert  <eggert@twinsun.com>
 
+       Add support for BSD-style sysctl to get the strings needed for
+       uname -p and uname -i.  Unfortunately the different BSDs vary,
+       but I've surveyed FreeBSD, NetBSD, and OpenBSD.
+
        * src/uname.c (UNAME_HARDWARE_PLATFORM, UNAME_PROCESSOR): New macros.
        (main): Use them, along with sysctl, to support uname -i and uname -p
        on BSD hosts.