pctrack - Fix symbol table scan* Fix the symbol table scan to properly parse kernel symbols and not get confused by non-code symbols.
buildworld - Fix breakage* More cases where sys/user.h is not included early enough.Reported-by: swildner
pctrack(8): Raise WARNS to 6 and silence all warnings.
pctrack(8): Fix amd64 warnings.
Rename /kernel and /module to /boot/kernel and /boot/module where appropriate.
Pull WARNS6 into usr.bin/Makefile.inc.Most of usr.bin is marked as WARNS6, so add exceptions in individualMakefiles. Also, remove any warning flags from CFLAGS in those Makefiles.
Use full month name for .Dd
Remove trailing whitespace.
1) Hook pctrack into the build.2) Add DEBUG_PCTRACK to LINT.3) Perform some minor mdoc cleanup on the manual page.
Add a new utility, 'pctrack', which dumps program counter tracking datarecorded by the kernel. The kernel must be compiled with DEBUG_PCTRACK.