mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>. This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.
This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
|
||
|---|---|---|
| .. | ||
| db_access.c | ||
| db_access.h | ||
| db_aout.c | ||
| db_break.c | ||
| db_break.h | ||
| db_command.c | ||
| db_command.h | ||
| db_elf.c | ||
| db_examine.c | ||
| db_expr.c | ||
| db_input.c | ||
| db_kld.c | ||
| db_lex.c | ||
| db_lex.h | ||
| db_output.c | ||
| db_output.h | ||
| db_print.c | ||
| db_ps.c | ||
| db_run.c | ||
| db_sym.c | ||
| db_sym.h | ||
| db_trap.c | ||
| db_variables.c | ||
| db_variables.h | ||
| db_watch.c | ||
| db_watch.h | ||
| db_write_cmd.c | ||
| ddb.h | ||