Files
RedBear-OS/.verify-fork-functions.exclude
T

33 lines
1.2 KiB
Plaintext

# Kernel functions intentionally removed/replaced by Red Bear commits.
# These exist in upstream but were replaced with RB-specific implementations
# or removed as part of RB refactoring. Documented per Phase 17 verification.
#
# Format: <file>:<fn_name>
# profiling was removed/replaced by RB diagnostics refactoring
src/profiling.rs:pub lookup_dbg_id
src/profiling.rs:unsafe walk_kstack
src/profiling.rs:unsafe walk_ustack
# context functions replaced by RB's _upper variants or refactored
src/context/context.rs:bulk_insert_files
src/context/context.rs:pub bulk_insert_files
src/context/context.rs:pub resize
src/context/memory.rs:insert_hole
src/context/memory.rs:remove_hole
src/context/memory.rs:resize_hole
# statistics functions removed during RB diagnostics cleanup
src/context/timeout.rs:pub get_timeout_stat
src/event.rs:pub get_event_stat
src/scheme/pipe.rs:pub get_pipe_stat
src/syscall/futex.rs:pub get_futex_stat
# event.rs — trait impls replaced by RB's event refactoring
src/event.rs:eq
src/event.rs:hash
src/event.rs:pub read_with_timeout
# syscall instruction end marker — RB refactored syscall dispatch
src/arch/x86_64/interrupt/syscall.rs:pub __syscall_instruction_end