Details
Details
- Reviewers
markj emaste - Commits
- rGba40b2b89962: vmstat -o: report objects backing posix shm segments
rGa1258191d5e2: procstat vm: report posix shm segment mapping
rGb0b18b57a55b: sysctl vm.objects: report objects backing posix shm segments
rGa8c641bbcba7: sys/user.h: report posix shm mappings
rGbda73e441f25: posix shm: add shm_get_path(9)
rGa10870ecea81: posix shm: mark backing objects with SHM_POSIXSHM flag
rG71a66883b58f: kinfo_{vmobject,vmentry}: move copy of pathes into the vnode handling scope
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/kern/uipc_shm.c | ||
---|---|---|
952 ↗ | (On Diff #144369) | Phys pager assumes that the object with a handle is on list. Fighting with it is IMO not worth it, the new field is in union' free space. |