OpenGrok
Cross Reference: crc16.h
xref
: /
src
/
sys
/
lib
/
libkern
/
crc16.h
Home
|
History
|
Annotate
|
Download
|
only in
libkern
History log of
/src/sys/lib/libkern/crc16.h
Revision
Date
Author
Comments
1.3
16-Apr-2020
rin
Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html
The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
1.2
16-Apr-2020
rin
Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.
XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
1.1
20-Aug-2016
jdolecek
branches: 1.1.2; 1.1.4; 1.1.18; 1.1.32;
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
1.1.32.1
20-Apr-2020
bouyer
Sync with HEAD
1.1.18.2
03-Dec-2017
jdolecek
update from HEAD
1.1.18.1
20-Aug-2016
jdolecek
file crc16.h was added on branch tls-maxphys on 2017-12-03 11:38:46 +0000
1.1.4.2
05-Oct-2016
skrll
Sync with HEAD
1.1.4.1
20-Aug-2016
skrll
file crc16.h was added on branch nick-nhusb on 2016-10-05 20:56:03 +0000
1.1.2.2
14-Sep-2016
pgoyette
Sync with HEAD
1.1.2.1
20-Aug-2016
pgoyette
file crc16.h was added on branch pgoyette-localcount on 2016-09-14 03:04:17 +0000
Indexes created Tue Sep 30 20:09:53 GMT 2025