mirror of
https://github.com/opnsense/src.git
synced 2026-07-06 15:56:59 -04:00
Fix the regex used to find vmprot table entries and add the missing include. This fixes kdumps output of PFLT arguments which would previously look like: 5202 101546 ktrace PFLT 0x5ae000 0x2<><invalid>2 They now display correctly: 5202 101546 ktrace PFLT 0x5ac000 0x2<VM_PROT_WRITE> MFC after: 1 week |
||
|---|---|---|
| .. | ||
| errno.c | ||
| flags.c | ||
| Makefile | ||
| Makefile.depend | ||
| mkioctls | ||
| mktables | ||
| signal.c | ||
| syscallnames.c | ||
| sysdecode.3 | ||
| sysdecode.h | ||
| sysdecode_abi_to_freebsd_errno.3 | ||
| sysdecode_cap_rights.3 | ||
| sysdecode_enum.3 | ||
| sysdecode_fcntl_arg.3 | ||
| sysdecode_ioctlname.3 | ||
| sysdecode_mask.3 | ||
| sysdecode_quotactl_cmd.3 | ||
| sysdecode_sigcode.3 | ||
| sysdecode_sockopt_name.3 | ||
| sysdecode_syscallnames.3 | ||
| sysdecode_utrace.3 | ||
| utrace.c | ||