Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
11 months ago |
Kevin Bracey
|
69a505d69c
Move shared memory next to used memory
|
2 years ago |
Nathan Scott
|
66c0b19ed6
Correct pid_t type return from Platform_getMaxPid function
|
1 year ago |
Nathan Scott
|
72235d8e09
Adapt platform code for the new Machine base class
|
1 year ago |
Nathan Scott
|
0bdade1b6c
Introduce Machine class for host-specific info (split from ProcessList)
|
1 year ago |
Ivan Shapovalov
|
b29b33ebb9
{Memory,Swap}Meter: add "compressed memory" metrics
|
1 year ago |
Benny Baumann
|
da255cb33f
Minor code formatting consistency fixes
|
1 year ago |
Guillaume Gomez
|
e207c8aebd
Improve CPU computation code
|
1 year ago |
Guillaume Gomez
|
c803ec6dae
Improve code readability by using enum values instead of raw numbers
|
1 year ago |
Benny Baumann
|
7a8c01f304
Implement File Descriptor Meter support for DragonflyBSD/FreeBSD/NetBSD
|
1 year ago |
Christian Göttsche
|
ca7e92bd78
Use strict function prototypes also for defintions
|
1 year ago |
Guillaume Gomez
|
d97cf58261
Improve code readability by creating constants for SWAP memory values
|
1 year ago |
наб
|
67bc7fe640
Clean out Platform_getInodeFilename
|
2 years ago |
Guillaume Gomez
|
560a04ad25
Improve code readability by creating constants for memory values
|
1 year ago |
Benny Baumann
|
40104588f3
Reformat code base
|
2 years ago |
Benny Baumann
|
4f1269cc9f
Ensure buffer for environment is large enough on NetBSD
|
2 years ago |
Christian Göttsche
|
5bc988ad6d
Use correct command field as default field
|
2 years ago |
Christian Göttsche
|
6e9a5e9e49
Mark ScreenDefaults const
|
2 years ago |
Christian Göttsche
|
14f428a172
Drop unused Platform variables
|
2 years ago |
Hisham Muhammad
|
72ba20fa5f
Introduce screen tabs
|
3 years ago |
Volodymyr Vasiutyk
|
2ef70ad7f6
Early program termination only from main()
|
3 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
Christian Göttsche
|
3834f2a68f
NetBSD: misc const additions
|
3 years ago |
Christian Göttsche
|
fd2c4f5ddd
NetBSD: fix reading environment variables of processes
|
3 years ago |
Christian Göttsche
|
7f95ed8528
NetBSD: simplify Platform_setMemoryValues
|
3 years ago |
Christian Göttsche
|
b965417bf7
Add combined memory and swap meter
|
3 years ago |
nia
|
dd91e9a9da
netbsd: Add NetworkIOMeter support
|
3 years ago |
nia
|
6d3b4a0f2e
netbsd: handle repeated ENOMEM from HW_IOSTATS safely
|
3 years ago |
nia
|
324f9d048d
netbsd: add more robust error handling for sysctl HW_IOSTATS
|
3 years ago |
nia
|
5b8654d341
netbsd: Add support for DiskIOMeter
|
3 years ago |
nia
|
97a859c5bd
netbsd: Use newer proplib API. Create aliases so it works on 9.x.
|
3 years ago |
nia
|
c85aafa608
netbsd: If at least one AC adapter is connected, keep its state.
|
3 years ago |
nia
|
93ca5af953
netbsd: style: declare variables on first use rather than C89-style
|
3 years ago |
nia
|
fdcdc54ec4
netbsd: Add battery support
|
3 years ago |
fraggerfox
|
2e3f34f5c1
NetBSD: Rework CPU counting.
|
3 years ago |
nia
|
b4884373e5
netbsd: Support display of CPU frequency
|
3 years ago |
Benny Baumann
|
458749df45
Code indentation
|
3 years ago |
nia
|
4865e643ad
netbsd: Fix display of in-use and cached memory
|
3 years ago |
fraggerfox
|
686309e34c
Redo the memory values based on the other BSD implementations.
|
3 years ago |
fraggerfox
|
58a895e54c
Fixes minor whitespace issues and re-arrange headers to conform to style guide.
|
3 years ago |
fraggerfox
|
e42ae55d69
Renames variable from opl to npl for consistency.
|
3 years ago |
fraggerfox
|
497f468ed0
Fix include paths and minor whitespace issues
|
3 years ago |
fraggerfox
|
9b6cecfede
Replace strlcpy() by safer String_safeStrncpy()
|
3 years ago |
fraggerfox
|
3414d3b2d4
Replace maximum_PID value with INT32_MAX
|
3 years ago |
Benny Baumann
|
b900e70e80
Update copyright notices
|
3 years ago |
fraggerfox
|
440bb87058
Minor code clean up and corrections.
|
3 years ago |
fraggerfox
|
4b49de44a8
Add NetBSD platform support without procfs dependency
|
3 years ago |