'du' now processes directories with 10,000 or more entries up to 9 times
faster on the Lustre file system.
+ 'du', and 'wc' now exit promptly upon receiving a write error,
+ which is significant when processing many input files.
+
'pinky' will now exit immediately upon receiving a write error, which is
significant when reading large plan or project files.
'timeout' on Linux will always terminate the child in the case where the
timeout process itself dies, like when it receives a KILL signal for example.
- 'wc' now exits promptly upon receiving a write error,
- which is significant when processing many input files.
-
** Build-related
'kill' and 'uptime' are no longer built by default. These programs can be
}
}
printf ("\t%s%c", string, opt_nul_terminate_output ? '\0' : '\n');
- fflush (stdout);
+ if (fflush (stdout) != 0)
+ write_error ();
+
}
/* Fill the di_mnt set with local mount point dev/ino pairs. */
date +%${OFF64_T_MAX}c
date --version; yes 0 | date -f-
dd if=/dev/zero
+du --version; yes /dev/null | tr '\\\\n' '\\\\0' | du -l --files0-from=-
expand /dev/zero
factor --version; yes 1 | factor
fmt /dev/zero