This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
procps
Watch
1
Star
0
Fork
0
You've already forked procps
Code
Issues
Pull Requests
Packages
Releases
Activity
f65121ef74
procps
/
proc
/
.gitignore
3 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
library: tests for sysinfo First set of tests for the library API, this lot checks the two functions out of sysinfo.c Signed-off-by: Craig Small <csmall@enc.com.au>
2015-07-20 17:53:21 +05:30
test_sysinfo
library: rework namespace calls Functions related to namespaces were half-in half-out of the procps library and didn't fit the standard naming scheme. While struct { long ns[x]} is a bit clunky, its the only way to "lock in" x. The alternative is to use ns_* variables. This work was needed before pgrep could be converted.
2015-09-03 18:02:19 +05:30
test_namespace
Reference in New Issue
Copy Permalink