1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-28 13:48:49 +08:00

8 Commits

Author SHA1 Message Date
WAKAYAMA Shirou
a2d4c5dcb8 error handling in linux is now unsuppressed.
However, so many err check is introduced. Some refactoring is needed.
2014-09-19 22:41:29 +09:00
Nikolay Sivko
2297579d67 Process.Username method for posix-compliant OS 2014-08-29 16:38:01 +04:00
Lukas Lueg
90ffa84856 Fixed missing error handling, error msg 2014-08-15 19:09:43 +02:00
Shirou WAKAYAMA
a199f2d854 add darwin placeholder. Not working yet.
Currently, test should be failed with NotImplementedError or something.
2014-08-08 23:09:28 +09:00
Shirou WAKAYAMA
d511748bfd golint on Linux 2014-04-30 16:16:07 +09:00
Shirou WAKAYAMA
d1b1221e7f implements Process.Send_signal() and other signal functions on posix. 2014-04-25 18:05:02 +09:00
WAKAYAMA shirou
fba2063a73 cast rdev to uint64 2014-04-24 19:14:00 +09:00
Shirou WAKAYAMA
1ecf1a011b posix function move to process_posix.go 2014-04-24 18:28:45 +09:00