Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   he
Date:           Sat Jan 15 16:23:16 UTC 2000

Modified Files:
        basesrc/lib/libc/db/mpool [netbsd-1-4]: mpool.c

Log Message:
Pull up revision 1.11 (requested by scw):
  After writing a page out to disk, run the page back through the
  user's input filter to ensure we don't end up with a cached copy
  of the page in the wrong byte-order for the host cpu.

  This fixes a fatal bug which bites when the DB 'lorder' is
  different to the cpu's, and a cached page is accessed soon after
  it was flushed to disk.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 basesrc/lib/libc/db/mpool/mpool.c

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




Home | Main Index | Thread Index | Old Index