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. |