summaryrefslogtreecommitdiff
path: root/sysdeps/linux/procmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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