Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Mention statvfs pitfalls.



details:   https://anonhg.NetBSD.org/src/rev/a54180c05244
branches:  trunk
changeset: 565887:a54180c05244
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 22 14:35:55 2004 +0000

description:
Mention statvfs pitfalls.

diffstat:

 UPDATING |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 040dc865fd50 -r a54180c05244 UPDATING
--- a/UPDATING  Thu Apr 22 14:32:09 2004 +0000
+++ b/UPDATING  Thu Apr 22 14:35:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.114 2004/03/26 17:48:13 jmc Exp $
+$NetBSD: UPDATING,v 1.115 2004/04/22 14:35:55 christos Exp $
 
 This file is intended to be a brief introduction to the build
 process and a reference on what to do if something doesn't work.
@@ -8,8 +8,15 @@
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20040418:
+       Statfs(2) and friends have been replaced with statvfs(2). Before
+       installing a newly build userland make sure that you are running
+       a newly built kernel with COMPAT_20 set. In addition your libc
+       build might not work (undefined SYS_statfs symbol) because make
+       clean does not know how to remove files it does not know about
+       anymore. Manually remove all objects from the libc build directory.
+
 20040326:
-
        The method by which athhal-elf.o gets pulled into i386 kernel builds
        has been changed. The file is now stored as a uuencode file in CVS
        and the generated Makefile will use the new .uue rules from bsd.file.mk



Home | Main Index | Thread Index | Old Index