Source-Changes archive

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

CVS commit: [netbsd-7] src/sys



Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov 18 08:48:47 UTC 2015

Modified Files:
        src/sys/dev [netbsd-7]: vnd.c
        src/sys/sys [netbsd-7]: disk.h

Log Message:
Pull up following revision(s) (requested by manu in ticket #1038):
        sys/dev/vnd.c: revision 1.252
        sys/dev/vnd.c: revision 1.253
        sys/dev/vnd.c: revision 1.254
        sys/dev/vnd.c: revision 1.249
        sys/sys/disk.h: revision 1.66
        sys/dev/vnd.c: revision 1.250
        sys/dev/vnd.c: revision 1.251
- Add DK_DEV_BSIZE_OK()
- Simplify ioctl handling a little.
- disable debugging
- Return ENXIO if the get ioctl exceeds the number of configured devices.
  XXX: pullup-7
- explain why the int cast works (suggested by kre)
- fix incorrect memset.
- Use the new DK_DEV_BSIZE_OK() macro.


To generate a diff of this commit:
cvs rdiff -u -r1.232.2.3 -r1.232.2.4 src/sys/dev/vnd.c
cvs rdiff -u -r1.60 -r1.60.4.1 src/sys/sys/disk.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