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:   jdolecek
Date:           Sat Aug 20 19:44:46 UTC 2016

Modified Files:
        src/sys/dev/usb: utoppy.c
Added Files:
        src/sys/lib/libkern: crc16.h

Log Message:
extract crc16 code from utoppy driver to a separate file in libkern, for use
by ext2fs; every usage gets their own copy of the table for now, as it's
fairly small, and too rare to be used to be useful pulling into every kernel


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/utoppy.c
cvs rdiff -u -r0 -r1.1 src/sys/lib/libkern/crc16.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