DragonOS/user/apps
linfeng 3d663af8a2
fix: remove useless c code (#1116)
* fix: remove useless c code

remove printk.c file
remove old test_ebpf file
implement `lookup_kallsyms` and `addr_from_symbol` using rust

* fix the weak linkage

* feat(kernel): 添加cfg-if依赖并优化panic模块的条件编译

Signed-off-by: longjin <longjin@DragonOS.org>

---------

Signed-off-by: longjin <longjin@DragonOS.org>
Co-authored-by: longjin <longjin@DragonOS.org>
2025-03-27 14:16:10 +08:00
..
about
clear chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
dmesg
http_server
riscv_init
syscall_ebpf chore: 将cargo.lock恢复提交到git (#1114) 2025-03-25 11:27:50 +08:00
test-backlog chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test-blockcache chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test-chown
test-for-robustfutex chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test-mount chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test-sigprocmask feat(syscall): 实现syscall restart (#1075) 2024-12-13 00:56:20 +08:00
test-symlink
test_alarm chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test_bind
test_cred
test_dup3
test_eventfd
test_fifo_write fix:命名管道读行为不符合posix规范问题 (#1066) 2024-11-28 23:57:19 +08:00
test_filemap
test_fstat
test_fstatfs
test_gettimeofday
test_kvm feat(virtualization): 内核虚拟化支持 (#1073) 2025-03-04 10:56:20 +08:00
test_lo
test_mkfifo
test_namespace chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test_overlayfs
test_poll feat: 实现poll系统调用实现并修复相关bug (#1098) 2025-03-14 10:48:06 +08:00
test_pty
test_ramfs
test_shm
test_sigint
test_signal
test_signal_restart feat(syscall): 实现syscall restart (#1075) 2024-12-13 00:56:20 +08:00
test_socket chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test_sqlite3
test_statfs
test_statx chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test_tokio chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
test_uart
test_utimensat
user-manage chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00
Makefile