summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add dummy proc_diskio implementation for FreeBSD.Benoit Dejean2017-02-253-0/+45
| * Set glibtop_proc_diskio.flags.Benoît Dejean2017-02-211-0/+4
| * New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-127-1/+130
* | Add NULL pointer checker (bug found with scan-build).Benoît Dejean2017-05-011-1/+1
|/
* When parsing /proc/cpuinfo, ignore paragraphs that do not describe a CPU/core.Benoît Dejean2017-01-281-6/+14
* Use g_ascii_isspace instead of isspace because the later is slower and weBenoît Dejean2017-01-222-2/+2
* Do not cache getpagesize(), it is already.Benoît Dejean2017-01-224-20/+2
* Use a dynamically allocated buffer to read /proc/cpuinfo to handle computersBenoît Dejean2017-01-221-2/+6
* Fixed indentation problemRobert Roth2016-11-271-1/+1
* procstate: Fill in last_processor member on linuxFlorian Müllner2016-11-271-0/+3
* freebsd: Support GLIBTOP_IF_FLAGS_WIRELESS in netloadTing-Wei Lan2016-08-201-0/+17
* freebsd: Rewrite netload implementation with getifaddrs and ioctlGleb Smirnoff2016-08-201-176/+129
* Fix building on musl-libcKylie McClain2016-02-161-2/+2