Replace tailq pointers with iterators in the DB_SHOW* functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Rewrite DB_SHOW_COMMAND_FLAGS to make it clearer.
sys/vm/vm_object.c | ||
---|---|---|
2839–2840 | I'm using fidx improperly. In the original code, it is set at the beginning of a run and printed at the end of the run. My use of it at the top of the loop is wrong. |
sys/vm/vm_object.c | ||
---|---|---|
2847 |