[BACK]Return to CHANGES-1.5.3 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/Attic/CHANGES-1.5.3 between version 1.1.2.54 and 1.1.2.55

version 1.1.2.54, 2002/03/27 10:20:51 version 1.1.2.55, 2002/03/28 23:02:38
Line 2568  sys/dev/isapnp/ym_isapnp.c   1.12-1.13
Line 2568  sys/dev/isapnp/ym_isapnp.c   1.12-1.13
    o Add explicit support for OPL3-SA2 (YMF711), fixes PR#14819     o Add explicit support for OPL3-SA2 (YMF711), fixes PR#14819
    o Add AD1845 support     o Add AD1845 support
    o other minor bugfixes and cleanups     o other minor bugfixes and cleanups
   
   sbin/dump/dump.h                                1.27 via patch
   sbin/dump/main.c                                1.33-1.34 via patch
   sbin/dump/optr.c                                1.17 via patch
   
     Improve behaviour when a path is given:
      1) check if the path is an unmounted file system listed in fstab
      2) check if it is a path to a mounted file system not listed in fstab
     Fixes PR#15790.
   
   sys/arch/i386/i386/pmap.c                       1.136 via patch
   sys/arch/pc532/pc532/pmap.c                     1.69 via patch
   sys/arch/sh3/sh3/pmap.c                         1.36 via patch
   
     Avoid accounting errors in pmap_enter() by only updating the counters
     once the operation can no longer fail.  Fixes PR#16028.
   
   sys/kern/sys_generic.c                          1.62 via patch
   
     Make sure file descriptor is properly FILE_UNUSE()d in error case
     of writev.
   
   lib/libm/arch/i387/s_ceil.S                     1.6
   lib/libm/arch/i387/s_celif.S                    1.5
   lib/libm/arch/i387/s_floor.S                    1.7
   lib/libm/arch/i387/s_floorf.S                   1.5
   
     Fix stack usage so that a signal delivered in ceil() or floor()
     no longer corrupts the stack.
   
   sys/dev/pcmcia/if_ep_pcmcia.c                   1.37
   
     Search for space to attach 3c562 correctly.

Legend:
Removed from v.1.1.2.54  
changed lines
  Added in v.1.1.2.55

CVSweb <webmaster@jp.NetBSD.org>