summaryrefslogtreecommitdiff
path: root/sysdeps/linux/procmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed 3 old compile warnings.Benoît Dejean2018-07-221-1/+1
* glibtop_get_proc_map on Linux doesn't need to be SUID.Benoît Dejean2018-03-261-10/+2
* Make linux build with server.Benoît Dejean2018-03-261-2/+10
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-151-0/+1
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-081-1/+1
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Killed debug message.Benoît Dejean2009-05-031-2/+0
* Oops, fix segfault in linux/proc_map.Benoît Dejean2009-05-031-5/+8
* Looks for smaps member using a gperf table instead of usingBenoît Dejean2009-05-031-42/+23
* Don't use sscanf anymore when parsins smaps.Benoît Dejean2009-05-031-1/+70
* Smarter smaps parsing.Benoît Dejean2008-02-241-31/+74
* Use G_GINT64_MODIFIER to avoid warnings on LLP64.Benoît Dejean2007-10-031-1/+1
* Fixed smaps parsing with linux > 2.6.21.Benoît Dejean2007-06-251-2/+1
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-201-2/+0
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Some more const.Benoît Dejean2007-02-151-2/+2
* Fixed stack overflow in proc_map. Switched to Glibc getline because fgetsBenoît Dejean2007-01-141-14/+13
* Fixed parsing s?maps on 64bit kernel. Closes #355290. Removed uselessBenoît Dejean2006-09-111-10/+8
* I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.Benoît Dejean2006-01-231-2/+5
* Implemented smap support. Closes #320710.Benoît Dejean2005-12-121-4/+80
* remove unused file.James Henstridge2005-12-121-0/+1
* Small improvements. Use g_array_sized_new instead of g_array_new withBenoît Dejean2005-12-071-13/+27
* Added to repository. WIP.Benoît Dejean2004-07-171-38/+32
* Added to repository.Benoît Dejean2004-06-121-48/+55
* whitespace clean up.Benoît Dejean2004-06-091-5/+5
* Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.Benoît Dejean2004-06-061-3/+2
* - s/u_int64_t/guint64/Bastien Nocera2003-10-201-7/+7
* - fixed compilationBastien Nocera2003-10-201-1/+0
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-1/+1
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+138
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-142/+0
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-61/+63
* Reflect latest interface changes; return 0 on success and -1 on error.Martin Baulig1999-11-211-0/+2
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-1/+1
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-6/+6
* Merge alpha fix from the stable branch.Martin Baulig1999-05-061-3/+7
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-18/+20
* Set version number to 0.25.0. There is now really a feature freeze untilMartin Baulig1998-08-181-20/+44
* Added implementation.Martin Baulig1998-08-171-1/+62
* Using `text_rss', `shlib_rss', `data_rss' and `dirty_size' instead ofMartin Baulig1998-08-121-0/+47