Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.163.4.2 retrieving revision 1.163.4.3 diff -u -p -r1.163.4.2 -r1.163.4.3 --- src/UPDATING 2008/01/09 01:19:18 1.163.4.2 +++ src/UPDATING 2008/03/23 00:12:06 1.163.4.3 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.163.4.2 2008/01/09 01:19:18 matt Exp $ +UPDATING,v 1.163.4.2 2008/01/09 01:19:18 matt Exp This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -16,6 +16,12 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20080126: + The posix_fadvise system call has been changed from an assembly + stub, to a c file that calls an assembly stub. You need to + 'rm -f posix_fadvise.* .depend' in the libc build directory to + avoid using the old assembly stub. + 20071209: The acpiec(4) driver has been split into two attachments. If you get ACPI errors before the attachment, please update your kernel