summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Improved freebsd port.Benoît Dejean2008-08-189-11/+543
* Fixed I/O stats so it works for unpartionned devices (e.g. cdrom).Benoît Dejean2008-06-221-41/+45
* Handle new /sys/block/.../stat format for linux >= 2.6.25.Benoît Dejean2008-06-221-4/+36
* Put back the old behaviour (no smart pss for now).Benoît Dejean2008-05-241-1/+10
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-244-1/+85
* Fixed parsing of big /proc/stat for uptime.Benoît Dejean2008-04-281-11/+18
* First try to implement proportional set size by recylingBenoît Dejean2008-04-211-17/+68
* Added comment about get_scaled usage.Benoît Dejean2008-04-211-1/+5
* Updated glibtop_get_proc_open_files API so that it also list IPv6 TCP sockets.Benoît Dejean2008-04-211-1/+57
* Fixed ;;. Closes #521084.Benoît Dejean2008-04-051-1/+1
* Fixed dist for !linux.Benoît Dejean2008-04-031-6/+6
* Fixed flags.Benoît Dejean2008-03-021-1/+2
* Really set wchan.Benoît Dejean2008-03-021-0/+2
* Smarter smaps parsing.Benoît Dejean2008-02-242-49/+96
* Fixed build on GNU/kFreeBSD.Benoît Dejean2008-01-051-2/+4
* Fixed unit of vsize and resident.Benoît Dejean2008-01-051-2/+2
* Implemented a linux-only fsusage sysdeps.Benoît Dejean2007-10-172-10/+44
* Little performance tuning to avoid too many array reallocation.Benoît Dejean2007-10-171-1/+4
* Implemented a linux-only mountlist.Benoît Dejean2007-10-153-563/+108
* Copy there to have a linux-only implementation.Benoît Dejean2007-10-151-0/+623
* Fixed netload build.Benoît Dejean2007-10-101-6/+219
* Use G_GINT64_MODIFIER to avoid warnings on LLP64.Benoît Dejean2007-10-031-1/+1
* Added rpc_pipefs to ignore list.Benoît Dejean2007-10-031-0/+1
* Added darwin port. Patch by Benjamin Reed <ranger@befunk.com>. ClosesBenoît Dejean2007-09-2834-1/+2496
* Use fstat instead of stat.Benoît Dejean2007-09-281-1/+1
* "." is not a tid.Benoît Dejean2007-09-281-0/+3
* Fixed cpuinfo path. Sorry :/Benoît Dejean2007-08-271-1/+1
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-2618-38/+42
* Forgot to add these files.Benoît Dejean2007-07-023-0/+215
* Fixe some problems as well as implements procwd and procopenfiles forBenoît Dejean2007-07-015-14/+158
* 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