NetBSD-Bugs archive

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

PR/41873 CVS commit: src/sys/dev



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

From: David Laight <dsl%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41873 CVS commit: src/sys/dev
Date: Sun, 6 Dec 2009 16:33:19 +0000

 Module Name:   src
 Committed By:  dsl
 Date:          Sun Dec  6 16:33:19 UTC 2009
 
 Modified Files:
        src/sys/dev: vnd.c vndvar.h
 
 Log Message:
 Make vnd_size (the returned size) 64 bit, keeping old field for ioctl
 compatibility. Both fields are now unsigned.
 Add compatibility for the old ioctl size.
 Detect and error files which are definitely sparse (va_bytes < va_size).
 Part of fix for PR/41873.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.204 -r1.205 src/sys/dev/vnd.c
 cvs rdiff -u -r1.24 -r1.25 src/sys/dev/vndvar.h
 
 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