summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed .flags.Benoît Dejean2005-07-232-1/+9
* Cached getpagesize().Benoît Dejean2005-07-225-2/+29
* Split implementations. New (simpler) implementation for 2.6 (/sys is soBenoît Dejean2005-07-092-120/+227
* Cached boot_time.Benoît Dejean2005-07-072-2/+22
* Et m***e ... CVS got me. I wanted to commit a single change on theBenoît Dejean2005-07-051-0/+14
* Made some checks solaris only.Benoît Dejean2005-07-054-10/+26
* Removed LT_VERSION_INFO from LDFLAGS when unused.Benoît Dejean2005-06-142-3/+3
* Ensures buffer is 0-terminated.Benoît Dejean2005-06-142-0/+6
* Added pagein/pageout for linux 2.6.Benoît Dejean2005-06-132-7/+35
* Added a lot of new functions to replace dirty macros. Every macroBenoît Dejean2005-06-072-0/+213
* Fixed compilation on mips. Closes #304570.Benoît Dejean2005-05-252-0/+74
* Added tmpfs to ignore list.Jörgen Scheibengruber2005-04-292-0/+5
* Fixed gcc-4.0 warnings.Benoît Dejean2005-04-012-4/+8
* Removed a g_return_if_fail.Benoît Dejean2005-03-292-1/+6
* Fixed behaviour when locale is not C s/strtod/g_ascii_strod/. (strtodBenoît Dejean2005-03-273-5/+12
* s/strerror/g_strerror/.Benoît Dejean2005-03-252-1/+9
* s/strerror/g_strerror/g.Benoît Dejean2005-03-253-4/+20
* s/strerror/g_strerror/.Benoît Dejean2005-03-252-1/+7
* Updated.Benoît Dejean2005-03-252-33/+51
* Added mqueue to ignore list.Benoît Dejean2005-03-112-0/+5
* Forgot to add this file.Benoît Dejean2005-02-282-0/+46
* Fix a bug in netlist where glibtop_netlist.number was never initialized toBenoît Dejean2005-02-286-88/+120
* * Add support for file system read and write counting (needed for the diskBenoît Dejean2005-02-282-0/+14
* Add support for FreeBSD 6-CURRENT. Use the more portable getrlimit toBenoît Dejean2005-02-237-27/+92
* Correct file system size calculations. Patch from marcus@freebsd.org (JoeBenoît Dejean2005-02-232-2/+9
* Removed some dead files. Don't install private headers.Benoît Dejean2005-02-152-1/+1
* Fixed G_GNUC attribute usage. Replaced macro by inline function.Benoît Dejean2005-02-152-5/+16
* Fixed G_GNUC attribute usage.Benoît Dejean2005-02-152-2/+5
* Fixed typo. Closes #166090Benoît Dejean2005-02-022-1/+5
* UTF-8-ified.Benoît Dejean2005-01-242-3/+3
* Total rewrite. socket/localsocket should be much faster.Benoît Dejean2005-01-212-48/+137
* Re-worked with bsearch.Benoît Dejean2005-01-182-17/+19
* Uninlined.Benoît Dejean2005-01-163-8/+17