blob: 32d04e3a52337b7edfd48cbe76c74c278be96d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Common Library
* crc16.h and crc16.c were copied from the linux kernel.
* crc32.h and crc32.c were copied from mtd-utils and amended.
* ubifs.h is a selection of definitions from fs/ubifs/ubifs.h from the linux kernel.
* key.h is copied from fs/ubifs/key.h from the linux kernel.
* defs.h is a bunch of definitions to smooth things over.
* lpt.c is a selection of functions copied from fs/ubifs/lpt.c from the linux kernel, and amended.
* hashtable/* was downloaded from http://www.cl.cam.ac.uk/~cwc22/hashtable/
* atomic.h was downloaded from https://the-linux-channel.the-toffee-project.org/index.php?page=6-tutorials-linux-user-space-atomic-operations
* bitops.h and bitops.c were copied from the linux kernel.
* compiler_attributes.h was copied from the linux kernel.
* linux_types.h was copied from the linux kernel.
* linux_err.h was copied from the linux kernel.
* hexdump.c was copied from the linux kernel.
* kmem.h and kmem.c were partial copied from xfsprogs-dev (https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/)
* sort.h and sort.c were copied from the linux kernel.
|