diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-16 09:20:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-16 09:20:31 +0000 |
commit | 9c8f7eb9b7c28f991c50d998d0d407ae64595a32 (patch) | |
tree | 3e7afe5dfed094c6916cd1982091b4c5e5a936b2 /lib | |
parent | e7d469d6633a5b0a49de8d2b0b6d6b229413a0ec (diff) | |
download | coreutils-9c8f7eb9b7c28f991c50d998d0d407ae64595a32.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 4770f125e..34e3f61f2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2001-11-16 Jim Meyering <meyering@lucent.com> + + * physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>. + (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to + determine the amount of total physical memory, use pstat_getstatic. + HPUX-11 doesn't define _SC_PHYS_PAGES. + (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]: + If sysconf couldn't be used to determine the amount of available + physical memory, use both pstat_getstatic and pstat_getdynamic. + Based on a patch from Bob Proulx. + 2001-11-05 Jim Meyering <meyering@lucent.com> * xstat.in (slash_aware_lstat): Correct a misleading comment. |