summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* git-svn sucks. Kill r2609Benoît Dejean2007-06-254-86/+1
* Fixed smaps parsing with linux > 2.6.21.Benoît Dejean2007-06-251-2/+1
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-254-1/+86
* Fixed build. Patch by Damien Carbery <damien.carbery@sun.com>. ClosesBenoît Dejean2007-06-072-8/+16
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-1/+0
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-315-16/+15
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-2024-46/+9
* Fixed returned type.Benoît Dejean2007-05-192-1/+7
* Fixed warnings.Benoît Dejean2007-05-192-7/+13
* Added missing sizeof.Benoît Dejean2007-05-172-2/+7
* Added missing filesBenoît Dejean2007-05-131-0/+98
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-1310-4/+77
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-272-128/+1
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-11179-203/+203
* Ignore securityfs and fusectl. Patch by Fryderyk DziarmagowskiBenoît Dejean2007-03-162-0/+10
* Fixed stat parsing for md devices. Patch by Martin BaileyBenoît Dejean2007-03-132-12/+21
* Removed noisy $Id$.Benoît Dejean2007-02-19263-526/+0
* Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are inBenoît Dejean2007-02-1866-1996/+5813
* Some more const.Benoît Dejean2007-02-152-2/+8
* Make sure avail <= free. Closes #406280.Benoît Dejean2007-02-102-1/+8
* Various FreeBSD and kFreeBSD updates. Patch by Roy MarplesBenoît Dejean2007-01-317-45/+144
* Fixed order. Added objfs and ctfs. Closes #400557.Benoît Dejean2007-01-312-1/+11
* Fixed stack overflow in proc_map. Switched to Glibc getline because fgetsBenoît Dejean2007-01-143-19/+30
* Bumped version number to 2.14.6.Benoît Dejean2007-01-1110-124/+0
* Replaced two strstr by a hand-written loop in this critical code.Benoît Dejean2007-01-112-4/+16
* Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.Benoît Dejean2006-12-021-3/+147
* Added kfreebsd support. Patch by Petr Salinger <Petr.Salinger@seznam.cz>.Benoît Dejean2006-11-2712-58/+68
* Added nfsd to the exclude list.Benoît Dejean2006-09-212-0/+7
* Added glibtop_get_proc_open_files implementation by Henry ZhangBenoît Dejean2006-09-193-0/+141
* Fixed parsing s?maps on 64bit kernel. Closes #355290. Removed uselessBenoît Dejean2006-09-112-10/+16
* Only print the warning if (number of real cpu's) != (number of cpu'sBenoît Dejean2006-08-102-5/+16
* Updated implementation.Benoît Dejean2006-07-272-0/+10
* New has_sysfs function to avoid stating over and over '/sys' on eachBenoît Dejean2006-07-275-2/+31
* Updated the GLIBTOP_SOLARIS_RELEASEBenoît Dejean2006-06-241-1/+1
* Fixed start time.Benoît Dejean2006-06-242-1/+13
* Fixed writable memory.Benoît Dejean2006-06-242-7/+18
* Can't get cpu_stat_kstat, didn't close kstat, this will make other programBenoît Dejean2006-06-242-2/+17
* Fixed. Patch by hua.zhang@sun.com. Closes #345813.Benoît Dejean2006-06-242-1/+14
* Ensure file is closed.Benoît Dejean2006-06-242-3/+16
* Don't use kvm anymore. Patch by hua.zhang@sun.com. Closes #345811.Benoît Dejean2006-06-245-19/+142
* Fixed typo.Benoît Dejean2006-04-092-1/+7
* Fixed trivial warning.Benoît Dejean2006-04-092-1/+5
* Use configure checks to detect whether we need to define either KERNEL orJulio M. Merino Vidal2006-04-091-4/+4
* Check for the kvm library and use it to link the suid freebsd sysdeps codeJulio M. Merino Vidal2006-04-091-0/+1
* Use statvfs(2) if available instead of statfs(2). The latter was replacedJulio M. Merino Vidal2006-04-092-0/+21
* Store only strings in values' values. g_strdup these strings. Even ifBenoît Dejean2006-04-042-8/+15
* Bring back to life (from the 1.x versions) the sysinfo.c file for theJulio M. Merino Vidal2006-04-043-1/+107
* Synch the list of GLIBTOP_SUID_* constants with those expected by theJulio M. Merino Vidal2006-04-046-0/+9
* Remove obsolete and non-functional code that breaks the build underJulio M. Merino Vidal2006-04-042-5/+10
* Fixed a bunch of warnings.Benoît Dejean2006-04-024-3/+11