Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| sys/vm/vm_map.c | ||
|---|---|---|
| 4810 | Is it worth including the thread ID too? | |
| sys/vm/vm_map.c | ||
|---|---|---|
| 4810 | I thought about that, and eventually decided not to, because usually the program is killed. But since you asked, lets add it. | |
| sys/vm/vm_map.c | ||
|---|---|---|
| 4764 | In the same vein as your second commit, this could use vm instead of spelling it out as p->p_vmspace. | |