summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* ZFS on Linux don't should be added to ignore list2.41.1Robert Antoni Buj Gelonch2023-01-101-1/+1
* Ignore file systems if mounted with x-gdu.hide userspace mount option.Andrea Azzarone2023-01-101-13/+48
* Avoid some deprecated networking functionsDavid King2023-01-091-6/+10
* Don't try to read System process procargsToMe252022-12-012-0/+6
* Add sysinfo exampleJames Dominic P. Guana2022-03-281-20/+0
* Exposes the processor modelDr. James Dominic P. Guana2022-03-281-2/+3
* Add processor modelDr. James Dominic P. Guana2022-03-281-0/+19
* Declare functions as `static` to silence clang warningsAvinash Sonawane2022-03-281-3/+3
* Place parentheses to silence clang warningsAvinash Sonawane2022-03-281-4/+4
* Change some openbsd errors to warningsToMe252022-03-283-4/+4
* Skip loop and romJames Dominic P. Guana2022-03-281-28/+4
* Skip loop and romJames Dominic P. Guana2022-03-281-4/+28
* Copy stub sysdeps files to other OS impls to reduce compile errors.ToMe252021-04-2435-16/+629
* Fix commentJames Dominic P. Guana2021-04-231-1/+1
* Revert "Revert "Updated config and added reference""James Dominic P. Guana2021-04-231-22/+9
* Revert "Revert "Code clean up and add example""James Dominic P. Guana2021-04-236-14/+76
* Revert "Revert "Handle LVM and RAID""James Dominic P. Guana2021-04-234-34/+219
* Revert "Revert "New API to retrieve disk stats in Linux""James Dominic P. Guana2021-04-239-1/+179
* Fix msg_limits.c and sem_limits.c error messageToMe252021-04-192-4/+4
* Fix shm_limits.c, sem_limits.c, and msg_limits.crobert2021-04-193-33/+50
* Fix kvm_open issueToMe252021-04-192-2/+2
* Fix deleted empty lineToMe252021-04-181-0/+1
* Fix remaining compile errorsToMe252021-04-185-478/+79
* Another attempt at getting procmap.c to workToMe252021-04-182-8/+446
* Fix some more procmap.c issuesToMe252021-04-181-7/+7
* Undo some procmap.c changesToMe252021-04-181-16/+21
* Fix compilation issues in sysdeps/openbsd/netload.cToMe252021-04-181-2/+6
* Fix openbsd procmap.c compile errorsToMe252021-04-181-18/+18
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-069-179/+1
* Revert "Handle LVM and RAID"Michael Catanzaro2020-11-064-219/+34
* Revert "Code clean up and add example"Michael Catanzaro2020-11-066-76/+14
* Revert "Updated config and added reference"Michael Catanzaro2020-11-061-9/+22
* Updated config and added referenceJames Dominic P. Guana2020-11-041-22/+9
* Code clean up and add exampleJames Dominic P. Guana2020-11-046-14/+76
* Handle LVM and RAIDJames Dominic P. Guana2020-11-044-34/+219
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-049-1/+179
* Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entryNeel Chauhan2019-12-151-0/+16
* freebsd: Support laundry memory and ZFS ARCTing-Wei Lan2018-10-251-2/+18
* Fixed 3 old compile warnings.Benoît Dejean2018-07-222-3/+3
* glibtop_get_proc_map on Linux doesn't need to be SUID.Benoît Dejean2018-03-263-11/+337
* Make linux build with server.Benoît Dejean2018-03-266-5/+148
* Fix build on freebsd and darwin.Benoît Dejean2018-03-072-0/+2
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-072-2/+2
* Fix darwin build by adding dummy proc_io implementation.Benoît Dejean2018-02-113-1/+47
* Regenerate with gperf-3.1.Benoît Dejean2017-08-311-21/+14
* Fix build for FreeBSD 11.1.Benoit Dejean2017-07-291-0/+37
* Merge branch 'wip/diskio'Robert Roth2017-05-2310-1/+216
|\
| * Implement disk_rbytes and disk_wbytes for FreeBSD.Benoit Dejean2017-05-201-1/+38
| * Prepended disk io struct fields with disk_ prefixRobert Roth2017-05-121-6/+6
| * Renamed procdiskio to procioRobert Roth2017-05-1210-31/+31