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 retrieving revision 1.173 retrieving revision 1.174 diff -u -p -r1.173 -r1.174 --- src/UPDATING 2008/05/31 13:24:57 1.173 +++ src/UPDATING 2008/07/23 00:29:35 1.174 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.173 2008/05/31 13:24:57 freza Exp $ +$NetBSD: UPDATING,v 1.174 2008/07/23 00:29:35 lukem 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,10 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20080721: + Assembler warnings are now fatal if $WARNS>0 and $NOGCCERROR + isn't defined. + 20080531: The ioctl number of DRVSUSPENDDEV command on /dev/drvctl changed from 125 (conflicted with DRVCTLCOMMAND) to 129. The drvctl(8) @@ -39,6 +43,9 @@ Recent changes: If you already hit this problem, update the .mk file, remove ${DESTDIR}/stand/, and re-run the build. +20080303: + Linker warnings are now fatal if $WARNS>0. + 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