Commit Graph

6 Commits (31f044519572586ecb1d404b0b16ecbcef2a760c)

Author SHA1 Message Date
shirou 31f0445195 process.Uids and process.Gids are now return uint32 1 year ago
Sergey Chernomorets 81911e7a89 Groups in /proc/PID/status has type uint32.
Fix error of parser:
> error get info about worker process status 3150292: strconv.ParseInt:
> parsing "4294967293": value out of range

$ grep Groups /proc/self/status
Groups: 20001 [...] 4294967293
1 year ago
shirou e3e69fdc1f add SPDX License, remove old build tag, and replace import 1 year ago
Ville Skyttä 0306525d78 [process] implement ParentWithContext using PpidWithContext
Removes need for redundant ParentWithContext implementations. It had led
to it being unsupported on FreeBSD and OpenBSD even though
PpidWithContext was available for them, and different implementations
for getting the parent info used in ParentWithContext and
PpidWithContext on Darwin and Linux.
3 years ago
mmorel-35 1e6b445a8a gofumpt 3 years ago
shirou 0969c9436b delete v2 directory, move v3 to top #1078 4 years ago