procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Go package for accessing the /proc virtual filesystem

Results 3 procfs issues
Sort by recently updated
recently updated
newest added

proccess.go:238:2: constant 4294967295 overflows int

I encounter an error while building for ARM. The error I found is below ``` $ GOOS=linux GOARCH=arm64 go build # github.com/jandre/procfs/util ../../go/src/github.com/jandre/procfs/util/structparser.go:87:12: undefined: jiffiesToTime ../../go/src/github.com/jandre/procfs/util/structparser.go:93:12: undefined: jiffiesToDuration ``` I've...

Adds support for parsing /proc//maps