summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also ignores linprocfs, mfs and devfs. Closes #331856. Patch by AndreasBenoît Dejean2006-02-212-0/+10
* I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.Benoît Dejean2006-01-232-2/+12
* Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.Benoît Dejean2005-12-152-1/+18
* Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpuBenoît Dejean2005-12-142-6/+17
* Fixed server->ncpu usage (SMP handling). Need more testing.Benoît Dejean2005-12-136-12/+64
* Implemented smap support. Closes #320710.Benoît Dejean2005-12-122-4/+87
* Improved so that it doesn't stat(2) every /proc/<PID>/.Benoît Dejean2005-12-122-9/+10
* remove unused file.James Henstridge2005-12-12196-0/+196
* Small improvements. Use g_array_sized_new instead of g_array_new withBenoît Dejean2005-12-072-13/+42
* Dropped many dead files. Bumped release number. I guess this closesBenoît Dejean2005-10-302-93/+0
* Removed 1 g_return_*.Benoît Dejean2005-10-292-1/+10
* Do not add irq, softirq and iowait to idle.Benoît Dejean2005-08-152-11/+15
* Added missing includes. Added missing GLIBTOP_SUID_NETLIST.Benoît Dejean2005-08-125-0/+14
* Reworked a bit. Warn on 2.6 without /sys.Benoît Dejean2005-08-032-16/+24
* Fixed for people running 2.6 without /sys.Benoît Dejean2005-08-032-2/+10
* Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.Benoît Dejean2005-08-026-9/+15
* Added GLIBTOP_SUID_NETLIST.Benoît Dejean2005-08-022-0/+7