User Details
- User Since
- May 16 2014, 7:35 PM (354 w, 6 d)
Today
Yesterday
Perhaps ok.
In principle it could be that an object contains both .ctors and SHT_INIT_ARRAY sections. I suggest to warn, at least.
I probably should have been more explicit, I proposed to drop the pt_page_count at all. But I hope that you will follow up with pmap_pt_page_alloc() patch so this does not matter much.
Should we explicitly set fsbase/gsbase for remote threads to some sane value, or assert that td1 != curthread always implies that td1 is kernel thread?
But this change breaks ABI, I suspect. E.g. for amd64 current behavior is to set fsbase but gs/gsbase is copied. Similarly for 32bit on amd64 gsbase is set but fsbase is copied.
Tue, Mar 2
Can you split out pmap_alloc_pt_page() change from the other parts.
Mon, Mar 1
Grammar in man pages.
Change EINVAL to ENOTCAPABLE for abs path in O_RESOLVE_BENEATH.
Comment out O_UNUSED1/AT_UNUSED1.
Sun, Feb 28
Install. Cross-ref from vnode(9).
Fix bug with removal of everything from tracker on a step.
Sat, Feb 27
Fri, Feb 26
Thu, Feb 25
Remove mentions of 'topping directory'. Reformulate O_RESOLVE_BENEATH based on Mark' suggestion, but make it shorter.
I do not quite understand the change.