Commit Graph

13 Commits

Author SHA1 Message Date
liurunrun ab0ab76781 fixed blacklist on loongarch in makefile
Signed-off-by: liurunrun <liurunrun@uniontech.com>
2025-10-16 10:21:51 +08:00
liurunrun af55a3ed0d updated license info
Signed-off-by: liurunrun <liurunrun@uniontech.com>
2025-10-15 13:42:08 +08:00
liurunrun bfb67b03d9 feat(license): make project REUSE-compliant with LGPL-2.1-only
- Add SPDX-License-Identifier headers to all source files
- Include full license texts in LICENSES/ directory:
  - CC0-1.0.txt
  - LGPL-2.1-only.txt
- Create root LICENSE file explaining mixed licensing scheme
- Ensure all files declare correct license via SPDX tags

Project now passes `reuse lint` and complies with REUSE Specification v3.3.

Signed-off-by: liurunrun <liurunrun@uniontech.com>
2025-10-14 10:30:54 +08:00
liurunrun ade9913a3a reworte frtp-test and fixed bugs in makefiles
Implemented several mock functions that behave more like libbpf, rewrote the
frtp test case accordingly, and fixed the problems in makefiles caused by the
previous changes.

Temporarily disabled some test cases that caused problems.

Signed-off-by: liurunrun <liurunrun@uniontech.com>
2025-10-13 13:50:11 +08:00
liurunrun 49af5d2b7c fixed bugs in makefiles
Signed-off-by: liurunrun <liurunrun@uniontech.com>
2025-09-18 16:17:49 +08:00
xulang fc325d7426 fix Makefile and packing script 2025-09-18 10:36:45 +08:00
xulang da457338db update README and Makefile 2025-09-17 17:53:29 +08:00
xulang 5a0bf5ebd7 bpf progs now are moved to a independent repository
https://github.com/DKapture/dkapture-bpf

update README
2025-09-17 17:18:56 +08:00
xulang 4389f69cdf remove kmodule
1. we don't ever use kernel modules
2. we implement those features by bpf in future
2025-09-17 16:55:07 +08:00
xulang 694a7a2dd7 complete test cases and fix issuses found by test
1. complete mock functions
2. fix Makefiles
3. fix test cases
4. fix issuses found by test
2025-08-15 10:48:18 +08:00
xulang 2560f6d6f4 update documents 2025-08-15 10:48:18 +08:00
xulang 83c72881e1 reconstruct Makfile build output directory 2025-08-08 16:21:00 +08:00
xulang 786d5ac8f9 project migration 2025-08-06 16:21:44 +08:00