[BACK]Return to UPDATING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/UPDATING between version 1.163.4.3 and 1.166

version 1.163.4.3, 2008/03/23 00:12:06 version 1.166, 2007/11/15 12:53:43
Line 1 
Line 1 
 UPDATING,v 1.163.4.2 2008/01/09 01:19:18 matt Exp  $NetBSD$
   
 This file (UPDATING) is intended to be a brief reference to recent  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  changes that might cause problems in the build process, and a guide for
Line 16  See also: BUILDING, build.sh, Makefile.
Line 16  See also: BUILDING, build.sh, Makefile.
 Recent changes:  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  
         configuration file appropriately or see GENERIC for more details.  
   
 20071115:  20071115:
         The it(4) driver has been renamed to itesio(4) and the old port          The it(4) driver has been renamed to itesio(4) and the old port
         argument specified in the kernel configuration file is not valid          argument specified in the kernel configuration file is not valid
         anymore. The itesio(4) driver now uses the Super I/O address port          anymore. The itesio(4) driver now uses the Super I/O address port
         rather than the EC address port. Please update your kernel          rather than the EC address port. Please update your kernel
         configuration file appropriately or see GENERIC for more details.          configuration file appropiately or see GENERIC for more details.
   
 20071028:  20071028:
         The pccons(4) driver has been removed from the NetBSD/shark port.          The pccons(4) driver has been removed from the NetBSD/shark port.
Line 62  Recent changes:
Line 51  Recent changes:
         has been changed.  Rather than modify the pathname (and copy back          has been changed.  Rather than modify the pathname (and copy back
         to userspace) namei() and lookup() directly check the emulation          to userspace) namei() and lookup() directly check the emulation
         root. One side effect is that absolute symlinks inside the emulated          root. One side effect is that absolute symlinks inside the emulated
         root file system will be relative to that file system - unless they          root filesytem will be relative to that filesystem - unless they
         start /../ this is useful when the emulated root is a real install          start /../ this is useful when the emulated root is a real install
         that has such links.          that has such links.
         This might affect symlinks that have been added to reference outside          This might affect symlinks that have been added to reference outside

Legend:
Removed from v.1.163.4.3  
changed lines
  Added in v.1.166

CVSweb <webmaster@jp.NetBSD.org>