summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Always ignore "none" FS type.Benoît Dejean2009-03-311-0/+2
| | | | | | See #577537. svn path=/trunk/; revision=2816
* Missing file.LIBGTOP_2_25_91Benoît Dejean2009-02-161-0/+44
| | | | svn path=/trunk/; revision=2805
* r2792 | bdejean | 2009-01-12 22:05:48 +0100 (lun 12 jan 2009) | 4 linesBenoît Dejean2009-02-162-1/+2
| | | | | | | | Fixed Darwin build. Patch by "paul" <ephraim_owns@hotmail.com>. See #556904. svn path=/trunk/; revision=2802
* r2790 | bdejean | 2009-01-12 19:39:44 +0100 (lun 12 jan 2009) | 3 linesBenoît Dejean2009-02-161-4/+24
| | | | | | | Fixed read(2) usage. Closes #468495. svn path=/trunk/; revision=2801
* Fixed potential memory leak.Benoît Dejean2009-01-081-6/+6
| | | | | | | Patch by Vincent Untz <vuntz@gnome.org>. Closes #566611. svn path=/trunk/; revision=2787
* Single glib.h include.Benoît Dejean2008-11-074-4/+4
| | | | | | Closes #557826. svn path=/trunk/; revision=2785
* Improved freebsd port.Benoît Dejean2008-08-189-11/+543
| | | | | | | Patch by Joe Marcus Clarke <marcus@freebsd.org>. Closes #548184. svn path=/trunk/; revision=2767
* Fixed I/O stats so it works for unpartionned devices (e.g. cdrom).Benoît Dejean2008-06-221-41/+45
| | | | svn path=/trunk/; revision=2757
* Handle new /sys/block/.../stat format for linux >= 2.6.25.Benoît Dejean2008-06-221-4/+36
| | | | | | Closes #539360. svn path=/trunk/; revision=2755
* Put back the old behaviour (no smart pss for now).Benoît Dejean2008-05-241-1/+10
| | | | svn path=/trunk/; revision=2749
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-244-1/+85
| | | | | | Linux implementation. svn path=/trunk/; revision=2748
* Fixed parsing of big /proc/stat for uptime.Benoît Dejean2008-04-281-11/+18
| | | | svn path=/trunk/; revision=2741
* First try to implement proportional set size by recylingBenoît Dejean2008-04-211-17/+68
| | | | | | | | glibtop_proc_mem's duplicate members.x Currently implemented on linux in rss member, for now size,share,resident,rss are the only filled members. svn path=/trunk/; revision=2740
* Added comment about get_scaled usage.Benoît Dejean2008-04-211-1/+5
| | | | svn path=/trunk/; revision=2739
* Updated glibtop_get_proc_open_files API so that it also list IPv6 TCP sockets.Benoît Dejean2008-04-211-1/+57
| | | | | | | | | | | | Patch by Mark McClelland <mark@ovcam.org>. Closes #528175. WTH do we not care about udp ? Updated libtool versioning: API addition does not change the ABI, so only increased revision. gnome-2.22 is 8.1.1 so trunk is now 8.2.1. svn path=/trunk/; revision=2738
* Fixed ;;. Closes #521084.Benoît Dejean2008-04-051-1/+1
| | | | | | | Fixed ;;. Closes #521084. svn path=/trunk/; revision=2734
* Fixed dist for !linux.Benoît Dejean2008-04-031-6/+6
| | | | | | | Patch by Petr Salinger <Petr.Salinger@seznam.cz>. Closes #525953. svn path=/trunk/; revision=2729
* Fixed flags.Benoît Dejean2008-03-021-1/+2
| | | | svn path=/trunk/; revision=2719
* Really set wchan.Benoît Dejean2008-03-021-0/+2
| | | | svn path=/trunk/; revision=2718
* Smarter smaps parsing.Benoît Dejean2008-02-242-49/+96
| | | | | | See #518145. svn path=/trunk/; revision=2713
* Fixed build on GNU/kFreeBSD.Benoît Dejean2008-01-051-2/+4
| | | | | | | Patch by Petr Salinger <Petr.Salinger@seznam.cz>. Closes #507430. svn path=/trunk/; revision=2698
* Fixed unit of vsize and resident.Benoît Dejean2008-01-051-2/+2
| | | | | | | Patch by Kuang-che Wu <kcwu@csie.org>. Closes #506889. svn path=/trunk/; revision=2697
* Implemented a linux-only fsusage sysdeps.Benoît Dejean2007-10-172-10/+44
| | | | svn path=/trunk/; revision=2683
* Little performance tuning to avoid too many array reallocation.Benoît Dejean2007-10-171-1/+4
| | | | svn path=/trunk/; revision=2682
* Implemented a linux-only mountlist.Benoît Dejean2007-10-153-563/+108
| | | | | | Smarter ignore list based on /proc/filesystems. svn path=/trunk/; revision=2678
* Copy there to have a linux-only implementation.Benoît Dejean2007-10-151-0/+623
| | | | svn path=/trunk/; revision=2676
* Fixed netload build.Benoît Dejean2007-10-101-6/+219
| | | | | | | Patch by Henry Zhang <hua.zhang@sun.com>. Closes #346021. svn path=/trunk/; revision=2675
* Use G_GINT64_MODIFIER to avoid warnings on LLP64.Benoît Dejean2007-10-031-1/+1
| | | | svn path=/trunk/; revision=2673
* Added rpc_pipefs to ignore list.Benoît Dejean2007-10-031-0/+1
| | | | svn path=/trunk/; revision=2672
* Added darwin port. Patch by Benjamin Reed <ranger@befunk.com>. ClosesBenoît Dejean2007-09-2834-1/+2496
| | | | | | | | | | Added darwin port. Patch by Benjamin Reed <ranger@befunk.com>. Closes #481068. Bumped version number to 2.21.1. svn path=/trunk/; revision=2666
* Use fstat instead of stat.Benoît Dejean2007-09-281-1/+1
| | | | svn path=/trunk/; revision=2665
* "." is not a tid.Benoît Dejean2007-09-281-0/+3
| | | | svn path=/trunk/; revision=2664
* Fixed cpuinfo path. Sorry :/Benoît Dejean2007-08-271-1/+1
| | | | | | | Fixed cpuinfo path. Sorry :/ svn path=/trunk/; revision=2641
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-2618-38/+42
| | | | | | Increased read buffer size in get_sysinfo(). svn path=/trunk/; revision=2637
* Forgot to add these files.Benoît Dejean2007-07-023-0/+215
| | | | svn path=/trunk/; revision=2618
* Fixe some problems as well as implements procwd and procopenfiles forBenoît Dejean2007-07-015-14/+158
| | | | | | | | | | | | 2007-07-01 Benoît Dejean <benoit@placenet.org> Fixe some problems as well as implements procwd and procopenfiles for FreeBSD using a wrapper around lsof. This same backend should also work on kFreeBSD. Patch by Joe Marcus Clarke <marcus@freebsd.org> svn path=/trunk/; revision=2617
* git-svn sucks. Kill r2609Benoît Dejean2007-06-254-86/+1
| | | | svn path=/trunk/; revision=2611
* Fixed smaps parsing with linux > 2.6.21.Benoît Dejean2007-06-251-2/+1
| | | | | | | Closes #449595. Improved example. svn path=/trunk/; revision=2610
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-254-1/+86
| | | | | | Implemented for linux. svn path=/trunk/; revision=2609
* Fixed build. Patch by Damien Carbery <damien.carbery@sun.com>. ClosesBenoît Dejean2007-06-072-8/+16
| | | | | | | | | | | | 2007-06-07 Benoît Dejean <benoit@placenet.org> * proclist.c: (glibtop_get_proclist_s): Fixed build. Patch by Damien Carbery <damien.carbery@sun.com>. Closes #444815. svn path=/trunk/; revision=2604
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-1/+0
| | | | svn path=/trunk/; revision=2601
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-315-16/+15
| | | | svn path=/trunk/; revision=2600
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-2024-46/+9
| | | | | | | | | | | | | 2007-05-20 Benoît Dejean <benoit@placenet.org> * *.c: Got rid of glibtop_init_s calls. If i'm right, these are only no-op and the legacy stub/ don't have any calls to them, so it's should harmless. So let's try it. svn path=/trunk/; revision=2598
* Fixed returned type.Benoît Dejean2007-05-192-1/+7
| | | | | | | | | | 2007-05-19 Benoît Dejean <benoit@placenet.org> * default.c: Fixed returned type. svn path=/trunk/; revision=2597
* Fixed warnings.Benoît Dejean2007-05-192-7/+13
| | | | | | | | | | 2007-05-19 Benoît Dejean <benoit@placenet.org> * proclist.c: (glibtop_get_proclist_s): Fixed warnings. svn path=/trunk/; revision=2596
* Added missing sizeof.Benoît Dejean2007-05-172-2/+7
| | | | | | | | | | 2007-05-17 Benoît Dejean <benoit@placenet.org> * procopenfiles.c: (glibtop_get_proc_open_files_s): Added missing sizeof. svn path=/trunk/; revision=2591
* Added missing filesBenoît Dejean2007-05-131-0/+98
| | | | svn path=/trunk/; revision=2580
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-1310-4/+77
| | | | svn path=/trunk/; revision=2578
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-272-128/+1
| | | | | | | | | | 2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-11179-203/+203
| | | | | | | | | | | | | | | 2007-04-11 Benoît Dejean <benoit@placenet.org> * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569