summaryrefslogtreecommitdiff
path: root/sysdeps/linux/proclist.c
Commit message (Expand)AuthorAgeFilesLines
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Use fstat instead of stat.Benoît Dejean2007-09-281-1/+1
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-201-2/+0
* Fixed warnings.Benoît Dejean2007-05-191-7/+7
* 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
* Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.Benoît Dejean2005-12-151-1/+11
* Improved so that it doesn't stat(2) every /proc/<PID>/.Benoît Dejean2005-12-121-9/+4
* Glibified. g_array_free which returns a char* ! If you want to changeBenoît Dejean2004-11-291-81/+18
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-181-1/+1
* whitespace clean up.Benoît Dejean2004-06-091-9/+9
* - fixed compilationBastien Nocera2003-10-201-1/+0
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-7/+6
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+233
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-244/+0
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-145/+147
* Support GLIBTOP_KERN_PROC_PPID.Martin Baulig1999-11-211-0/+7
* 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
* Reverted my commit which reverted Radek Doulik's change.Martin Baulig1999-09-291-1/+1
* Reverted incorrect commit from Radek Doulik.Martin Baulig1999-09-281-1/+1
* fixed idle processes filteringRadek Doulik1999-09-281-1/+1
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-9/+9
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-7/+7
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
* You can now also use the `GLIBTOP_EXCLUDE_*' flags for the `which'Martin Baulig1998-10-021-3/+25
* Honor the `which' parameter to select which processes to fetch.Martin Baulig1998-10-011-0/+43
* Using `text_rss', `shlib_rss', `data_rss' and `dirty_size' instead ofMartin Baulig1998-08-121-1/+2
* New fields `error_method', `sysdeps' and `required'. I added an improvedMartin Baulig1998-08-071-11/+21
* Replaced `glibtop_init_r' with `glibtop_init_s'.Martin Baulig1998-07-241-1/+1
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-4/+4
* changed call of 'glibtop_init__r', it now takes two additional arguments.Martin Baulig1998-06-011-1/+1
* renamed all functions implementing features to '__s'.Martin Baulig1998-05-281-1/+1
* Initial revisionMartin Baulig1998-05-191-0/+155