summaryrefslogtreecommitdiff
path: root/sysdeps/linux/procargs.c
Commit message (Expand)AuthorAgeFilesLines
* Update old FSF address.Robert Roth2014-08-201-2/+2
* 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
* remove unused file.James Henstridge2005-12-121-0/+1
* Fixed. error is now correctly set to NULL before is's used. Fixed max_lenBenoît Dejean2004-07-071-4/+5
* Replaced by g_file_get_contents.Benoît Dejean2004-06-131-3/+3
* Replaced by g_file_get_contents.Benoît Dejean2004-06-131-43/+15
* whitespace clean up.Benoît Dejean2004-06-091-4/+4
* - fixed compilationBastien Nocera2003-10-201-2/+1
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-4/+4
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+101
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-107/+0
* Make sure we close all open files.Martin Baulig2000-02-141-0/+1
* *** empty log message ***Martin Baulig2000-01-131-1/+1
* Reflect latest interface changes.Martin Baulig2000-01-091-28/+37
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-36/+38
* 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-1/+1
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-18/+20
* Make the return value a `char *' instead of a `const char *'.Martin Baulig1998-12-091-3/+49
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-261-0/+45