summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-18 18:38:28 +0000
committerJim Meyering <jim@meyering.net>2002-07-18 18:38:28 +0000
commitaf378653701ef62fc89800c9b2e3dd1c2039ebe8 (patch)
tree74789002b2614b3da1faa654698ee86360fbbd92 /old/sh-utils
parent3c26c805a75f11ebf5c72581cb47cd60a68d8fb8 (diff)
downloadcoreutils-af378653701ef62fc89800c9b2e3dd1c2039ebe8.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index b723606e1..5406c90de 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -10,6 +10,10 @@
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.