change darwin process support status to broken.

using godef breaks process information on darwin. I am tackling to fix it.
pull/43/merge
若山史郎 10 years ago
parent d1b9134c32
commit e71113cffd

@ -150,24 +150,24 @@ Process class
================ ===== ======= ====== ======= ================ ===== ======= ====== =======
name Linux FreeBSD MacOSX Windows name Linux FreeBSD MacOSX Windows
pid x x x x pid x x b x
ppid x x x x ppid x x b x
name x x x name x x b
cmdline x cmdline x
create_time x create_time x
status x x x status x x b
cwd x cwd x
exe x x x exe x x x
uids x x x uids x x b
gids x x x gids x x b
terminal x x x terminal x x b
io_counters x io_counters x
nice x nice x
num_fds x num_fds x
num_ctx_switches x num_ctx_switches x
num_threads x x x num_threads x x b
cpu_times x cpu_times x
memory_info x x x memory_info x x b
memory_info_ex x memory_info_ex x
memory_maps x memory_maps x
open_files x open_files x
@ -176,7 +176,7 @@ suspend x x x
resume x x x resume x x x
terminate x x x terminate x x x
kill x x x kill x x x
username x x x username x x b
ionice ionice
rlimit rlimit
num_handlres num_handlres

Loading…
Cancel
Save