Derek Parker
f37a26d525
proc: Use correct type for mach task
2016-04-12 22:53:13 -07:00
Derek Parker
4fd02c829a
proc: Set close-on-exec flag on fork pipes
2016-04-12 22:33:20 -07:00
aarzilli
2f9f20188a
proc: bugfix: proc.Launch race (OS X)
2016-01-09 08:44:35 +01:00
Derek Parker
12bd0472d2
Only make new process a group leader, not session
...
We're not dealing with a debugged process having its own controlling
terminal at this point, so no need to make the new process a session
leader. Simply making the process a group leader will suffice for our
purposes at the moment.
2015-08-13 18:18:42 -05:00
Derek Parker
544c4ccc3d
Add more documentation around darwin fork_exec
2015-07-28 12:23:36 -05:00
Derek Parker
a6fc8d11a7
Create new session/process grp for forked process
2015-07-28 12:20:07 -05:00
Derek Parker
776e2a593f
Null terminate argv array in Go land not C land
2015-07-07 14:57:36 -05:00
Derek Parker
05517c62c1
Properly terminate C string array for execve on OSX
2015-07-07 08:42:34 -05:00
Derek Parker
bfca6114d4
Rename package proctl -> proc
2015-06-12 14:49:23 -05:00