From 238e6f1feac94d5bc07937d9716c464306075676 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 8 Jan 2005 17:50:00 +0000 Subject: [PATCH] - Fix newfs(8) name (there is no newfs_ffs(8)). - Update status of newfs(8) and du(1). --- en/projects/bigdisk/index.sgml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/en/projects/bigdisk/index.sgml b/en/projects/bigdisk/index.sgml index 4f07d42a6a..c7cd7a09f7 100644 --- a/en/projects/bigdisk/index.sgml +++ b/en/projects/bigdisk/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -125,13 +125,12 @@ - newfs_ffs -   -   - &status.new; - A quick audit of newfs shows that the '-s' option uses atoi() - instead of strtoull() or equivalent. A more thorough audit is needed - to see if other integer limits exist. + newfs + &a.pjd; + 19 Sept 2004 + &status.done; + Handling of '-s' option was fixed. Newfs should be now fully usable + for large file systems. @@ -147,11 +146,12 @@ du -   -   - &status.new; - An audit is needed to make sure that all reported fields are - 64-bit clean. + &a.pjd; + 7 Jan 2004 + &status.done; + Big files/directories handling was broken. It was fixed na du should + be now fully usable on large file systems with large + files/directories.