diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2025-01-26 14:42:02 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2025-01-30 18:30:16 +0100 |
commit | 99614daab640927a6061c99fd17a9c22a66c405d (patch) | |
tree | 4c1126c89313886ef640abd00fb13e3aab3b1e51 /ubifs-utils/common/README | |
parent | b66c6ce14c0089ac4fa5372df1af631a055ad5b4 (diff) |
ubifs-utils: common: Add descritpions for linux kernel resource files
Add descritpions for kernel resource files.
Remove crc32 related descritpions, there is no crc32 related files
imported from the linux kernel.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'ubifs-utils/common/README')
-rw-r--r-- | ubifs-utils/common/README | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/ubifs-utils/common/README b/ubifs-utils/common/README index a93ebd0..8fe716e 100644 --- a/ubifs-utils/common/README +++ b/ubifs-utils/common/README @@ -1,14 +1,13 @@ 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. +* crc16.h and crc16.c were copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/lib/crc16.c). * defs.h is a bunch of definitions to smooth things over. * 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. +* bitops.h and bitops.c were copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/lib/find_bit.c). +* compiler_attributes.h was copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/include/linux/compiler_attributes.h). +* linux_types.h was copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/include/linux/types.h overflow.h fscrypt.h). +* linux_err.h was copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/include/linux/err.h). +* hexdump.c was copied from the linux kernel(https://elixir.bootlin.com/linux/v5.10.232/source/lib/hexdump.c). +* 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(https://elixir.bootlin.com/linux/v5.10.232/source/lib/sort.c). |