diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-02 20:16:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-02 20:16:28 +0000 |
commit | 33c85ae85035f790f67acd07c248f3fb8f949fe2 (patch) | |
tree | 61eca907e995233301ab7e9150883adb4f364ab3 /old/fileutils | |
parent | db5fd4aaaec527e5420120b78782eb2bb2defe6a (diff) | |
download | coreutils-33c85ae85035f790f67acd07c248f3fb8f949fe2.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 0f69eb965..71b083457 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,6 +1,10 @@ [4.1.3] * ls -R once again outputs a blank line between per-directory groups of files. This was broken by the cycle-detection change in 4.1.1. +* dd once again uses `lseek' on character devices like /dev/mem and /dev/kmem. + On systems with the linux kernel (at least up to 2.4.16), dd must still + resort to emulating `skip=N' behavior using reads on tape devices, because + lseek has no effect, yet appears to succeed. This may be a kernel bug. [4.1.2] * cp no longer fails when two or more source files are the same; now it just gives a warning and doesn't copy the file the second time. |