Add an entry about the changes in the statfs structure that require

kernel and user land applications doing statfs to be in sync.

Requested by:	Johan Karlsson <johan@FreeBSD.org>
This commit is contained in:
Kirk McKusick 2003-11-12 19:13:02 +00:00
parent 84a1a4cfab
commit 64a18d6f20

View File

@ -17,6 +17,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20031112:
The statfs structure has been updated with 64-bit fields to allow
accurate reporting of multi-terabyte filesystem sizes. You should
build and boot a new kernel BEFORE doing a `make world' as the new
kernel will know about binaries using the old statfs structure,
but an old kernel will not know about the new system calls that
support the new statfs structure. Running an old kernel after a
`make world' will cause programs such as `df' that do a statfs
system call to fail with a bad system call.
20031112:
Some netgraph string length constants have been changed. This
change requires the netgraph kernel modules and all netgraph