summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-21 21:34:14 +0000
committerJim Meyering <jim@meyering.net>2003-02-21 21:34:14 +0000
commit441007d00420c0f8ff77b4032cb43a7391981978 (patch)
treed9e7fb438c44b1e2dcf917cbbeff77f1f302d7c9
parent7ccb88fc0b7b71d94769ee005660aad416b1f675 (diff)
downloadcoreutils-441007d00420c0f8ff77b4032cb43a7391981978.tar.xz
*** empty log message ***
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 24a19b5f6..2fa30ef04 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,6 @@
special file command line argument, df would display that argument. E.g.,
`df /dev/hda' would list `/dev/hda' as the `Filesystem', rather than say
/dev/hda3 (the device on which `/' is mounted), as it does now.
-* du can now process much deeper hierarchies on some systems (subject to
- mmap support, size of virtual memory, etc.). Before, it would segfault
- on hierarchies deeper than 20,000-30,000 levels due to stack limitation
- and excessive recursion. But I've disabled that for now. It worked only
- on Linux and is a bit of a kludge. Coming soon: a better way: fts.
* test now works properly when invoked from a set user ID or set group ID
context and when testing access to files subject to alternate protection
mechanisms. For example, without this change, a set-UID program that invoked