Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/vm/vm_map.c | ||
|---|---|---|
| 4801 | Is it worth including the thread ID too? | |
| sys/vm/vm_map.c | ||
|---|---|---|
| 4801 | 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 | ||
|---|---|---|
| 4759 | In the same vein as your second commit, this could use vm instead of spelling it out as p->p_vmspace. | |