summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworked. Should works with IDE, SCSI. DM support is ready, but i don'tBenoît Dejean2005-01-132-45/+81
* Parses /proc/net/tcp only once.Benoît Dejean2005-01-122-25/+63
* Fixed.Benoît Dejean2005-01-102-8/+17
* Disabled.Benoît Dejean2005-01-103-9/+18
* New feature by nick@reloco.com.ar (Nicolás Lichtmaier).Benoît Dejean2005-01-104-2/+200
* Added I/O and IRQ wait time to glibtop_cpu. Closes #160443.Benoît Dejean2005-01-031-6/+43
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-232-26/+24
* Marked private functions G_GNUC_INTERNAL.Benoît Dejean2004-12-233-10/+18