Remove arbitrary 1024 limit in GetProcesses
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 22 Oct 2010 04:00:33 +0000 (00:00 -0400)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 22 Oct 2010 04:01:38 +0000 (00:01 -0400)
commit827a231ffcd2d20b5d9cc88619d24704c8d3f2a8
tree2a6373cb4b42500b5b72c854b965d5c4d3d3ec29
parent5d586feb8631d6e094e5adb2546c37d0f5bf6ec4
Remove arbitrary 1024 limit in GetProcesses

Reallocate the array of PIDs if EnumProcesses used all of it and try
again.
mcs/class/System/System.Diagnostics/Process.cs
mono/metadata/process.c