Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   matt
Date:           Tue Jan 18 19:52:24 UTC 2011

Modified Files:
        src/sys/compat/netbsd32: netbsd32_ioctl.c
        src/sys/kern: sys_generic.c
        src/sys/sys: disklabel.h dkio.h

Log Message:
Make struct disklabel 8 byte aligned.  This increases its size by 4 bytes
on IPL32 platforms so add code in sys_ioctl (and netbsd32_ioctl) to deal
with the older/smaller diskabel size.  This change makes disklabel the
same for both IPL32 and LP64 platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.124 -r1.125 src/sys/kern/sys_generic.c
cvs rdiff -u -r1.107 -r1.108 src/sys/sys/disklabel.h
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/dkio.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