]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
df: support partitions larger than 4 TiB on MacOS >= 10.5 & AIX >=5.2
authorJim Meyering <meyering@redhat.com>
Sun, 24 Jul 2011 20:52:34 +0000 (22:52 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 24 Jul 2011 20:58:36 +0000 (22:58 +0200)
This change derives from improvements to gnulib's fsusage module.
* NEWS (Improvements): df now supports disk partitions larger than
4 TiB on MacOS X 10.5 or newer and on AIX 5.2 or newer.
Alphabetize entries.
* gnulib: Update to latest.

NEWS
gnulib

diff --git a/NEWS b/NEWS
index 2952dc9a761592a65a11376d330191911969f531..07207196c38ee195b2a62b9b5517d831d53a183c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
+  md5sum accepts the new --strict option.  With --check, it makes the
+  tool exit non-zero for any invalid input line, rather than just warning.
+  This also affects sha1sum, sha224sum, sha384sum and sha512sum.
+
   split accepts a new --filter=CMD option.  With it, split filters output
   through CMD.  CMD may use the $FILE environment variable, which is set to
   the nominal output file name for each invocation of CMD.  For example, to
@@ -38,22 +42,21 @@ GNU coreutils NEWS                                    -*- outline -*-
   Note the use of single quotes, not double quotes.
   That creates files named xaa.xz, xab.xz and xac.xz.
 
-  md5sum accepts the new --strict option.  With --check, it makes the
-  tool exit non-zero for any invalid input line, rather than just warning.
-  This also affects sha1sum, sha224sum, sha384sum and sha512sum.
-
   timeout accepts a new --foreground option, to support commands not started
   directly from a shell prompt, where the command is interactive or needs to
   receive signals initiated from the terminal.
 
 ** Improvements
 
-  shuf outputs small subsets of large permutations much more efficiently.
-  For example `shuf -i1-$((2**32-1)) -n2` no longer exhausts memory.
-
   cp and ls now support HP-UX 11.11's ACLs, thanks to improved support
   in gnulib.
 
+  df now supports disk partitions larger than 4 TiB on MacOS X 10.5
+  or newer and on AIX 5.2 or newer.
+
+  shuf outputs small subsets of large permutations much more efficiently.
+  For example `shuf -i1-$((2**32-1)) -n2` no longer exhausts memory.
+
   stat -f now recognizes the GPFS, MQUEUE and PSTOREFS file system types.
 
 ** Build-related
diff --git a/gnulib b/gnulib
index bd399f07ee4f383fad038efad25a659fcdc0bbb0..bac964725a412c590498aba68f6b9a8e723ae474 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit bd399f07ee4f383fad038efad25a659fcdc0bbb0
+Subproject commit bac964725a412c590498aba68f6b9a8e723ae474