summaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* NetBSD: misc const additionsChristian Göttsche2021-09-031-2/+2
|
* NetBSD: fix reading environment variables of processesChristian Göttsche2021-09-031-3/+3
| | | | | kvm_getenvv(3) seems not to work with kvm_openfiles(..., KVM_NO_FILES, ...)
* NetBSD: simplify Platform_setMemoryValuesChristian Göttsche2021-09-031-6/+3
|
* Add combined memory and swap meterChristian Göttsche2021-08-171-0/+2
| | | | Closes: #699
* netbsd: Add NetworkIOMeter supportnia2021-08-131-3/+27
|
* netbsd: handle repeated ENOMEM from HW_IOSTATS safelynia2021-08-091-0/+5
|
* netbsd: add more robust error handling for sysctl HW_IOSTATSnia2021-08-091-9/+17
|
* netbsd: Add support for DiskIOMeternia2021-08-091-3/+37
|
* netbsd: Use newer proplib API. Create aliases so it works on 9.x.nia2021-08-051-20/+26
| | | | | This way we avoid deprecation warnings on the development branch of NetBSD while keeping the code functioning on the stable branch.
* netbsd: If at least one AC adapter is connected, keep its state.nia2021-08-051-1/+1
|
* netbsd: style: declare variables on first use rather than C89-stylenia2021-08-051-24/+18
|
* netbsd: Add battery supportnia2021-08-051-3/+103
| | | | | | This uses proplib and sysmon_envsys to determine the total charge percentage of any number of connected batteries as well as the AC adapter state. Should work with ACPI and non-ACPI systems.
* NetBSD: Rework CPU counting.fraggerfox2021-08-051-1/+1
|
* netbsd: Support display of CPU frequencynia2021-07-211-0/+1
|
* Code indentationBenny Baumann2021-07-151-5/+5
|
* netbsd: Fix display of in-use and cached memorynia2021-07-131-1/+0
|
* Redo the memory values based on the other BSD implementations.fraggerfox2021-06-261-1/+3
|
* Fixes minor whitespace issues and re-arrange headers to conform to style guide.fraggerfox2021-06-261-2/+2
|
* Renames variable from opl to npl for consistency.fraggerfox2021-06-261-2/+2
|
* Fix include paths and minor whitespace issuesfraggerfox2021-06-261-3/+3
|
* Replace strlcpy() by safer String_safeStrncpy()fraggerfox2021-06-261-1/+1
|
* Replace maximum_PID value with INT32_MAXfraggerfox2021-06-261-2/+3
| | | | Thank you @niacat.
* Update copyright noticesBenny Baumann2021-06-261-0/+2
|
* Minor code clean up and corrections.fraggerfox2021-06-261-57/+1
|
* Add NetBSD platform support without procfs dependencyfraggerfox2021-06-261-0/+380
- TODO, clean up the code base and update comments in code.

© 2014-2024 Faster IT GmbH | imprint | privacy policy