User Details
- User Since
- May 16 2014, 7:35 PM (610 w, 5 d)
Today
Yesterday
Tue, Jan 27
Hopefully the final touches
Add __used
Require NULL stack on _gen
Only allocate the stack on x86 for now
Grammar in comment.
Mon, Jan 26
Alan' editing.
Reword the unclear and long sentence.
After this lands, RFSPAWN tests can be enabled on x86 by using *fork_thread() instead of raw *rfork().
I think this is fine, and I have this change in some intermediate version of the patch.
But then I noted that e.g. inotify(2) is not there (unless I mistaken), so I decided that it is up to upstream to add missed syscalls, and then import a new version.
You might add inotify as well while there.
Sun, Jan 25
Export pdrfork_thread on i386 for real
Rename to spawnattr_setprocdescp_np. IMO pdrfork is the implementation detail there, new name is less cryptic and easier to remember.
Export pdrfork_thread(3) on x86.
c++
Remove nop loop.
Fixes by adrian.
Man page fixes
Some fixes, mostly to the man page typos.
Also accept that spawnattrs might be NULL.
Sat, Jan 24
One more #ifdef SMP in sched_ule.c
Add missed sys/sched.h include into powerpc/machdep.c.
Deduplicate sched stats, sdt probes, and kdtrace hooks helper vars.
At least amd64 GENERIC and LINT build.
One more #ifdef KTR for 4bsd.
Take the DEFINE_SHIM() proposal.
Fix inlined strcmp().
Also hopefully fix compilation issues, but I only started tinderbox.
