NetBSD-Bugs archive

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

PR/46536 CVS commit: [netbsd-5] src/sys/kern



The following reply was made to PR kern/46536; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46536 CVS commit: [netbsd-5] src/sys/kern
Date: Wed, 22 Aug 2012 20:25:57 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Wed Aug 22 20:25:57 UTC 2012
 
 Modified Files:
        src/sys/kern [netbsd-5]: vfs_bio.c
 
 Log Message:
 Pull up following revision(s) (requested by dsl in ticket #1770):
        sys/kern/vfs_bio.c: revision 1.239
 Fix processing of vm.bufmem_lowater and vm.bufmem_hiwater on 64bit systems.
 Use CTLTYPE_LONG for bufmem_lowater and bufmem_hiwater.
 Use separate temporaries for the 'int' percentage and the 'long'
   water marks.
 Shows up on amd64 now that the sysctl values are marked as 64bit.
 sparc64 has been badly broken for ages. Fix part of PR kern/46536
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.210.4.1 -r1.210.4.2 src/sys/kern/vfs_bio.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