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:   dsl
Date:           Mon May 12 15:17:38 UTC 2003

Modified Files:
        src/sys/kern: sys_generic.c
        src/sys/sys: select.h

Log Message:
ktrace ioctl data buffers
Optimise structure layout for 'struct selinfo' to avoid padding on 64bit
systems.  Use an entire variable for the 'collision' flag for efficiency.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/kern/sys_generic.c
cvs rdiff -r1.14 -r1.15 src/sys/sys/select.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