summaryrefslogtreecommitdiff
path: root/sysdeps/freebsd/procargs.c
Commit message (Expand)AuthorAgeFilesLines
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-081-2/+2
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-081-2/+0
* Update old FSF address.Robert Roth2014-08-201-2/+2
* 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
* Huge (k)FreeBSD update. (k)FreeBSD support is freebsd/ Other BSD are inBenoît Dejean2007-02-181-12/+2
* remove unused file.James Henstridge2005-12-121-0/+1
* whitespace clean up.Benoît Dejean2004-06-091-1/+1
* s/strncpy/g_strlcpy/.Benoît Dejean2004-06-061-4/+3
* fix g_malloc usage on non-Linux platforms (patch by Benoit DejeanBastien Nocera2004-03-091-1/+1
* - 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/+111
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-114/+0
* Better use `BUFSIZ' instead of `PAGE_SIZE' since this is large enoughMartin Baulig2000-01-121-1/+1
* *** empty log message ***Martin Baulig2000-01-091-18/+17
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-43/+45
* s/server->machine/server->_priv->machine/g;Martin Baulig1999-12-231-6/+6
* Return 0 on success and -1 on error.Martin Baulig1999-10-241-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-2/+2
* Added initial port for BSD/OS (aka BSDI) 2.x and 3.x. 4.x should also(?)Timur Bakeyev1999-04-081-0/+4
* 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
* Small fix.Martin Baulig1998-12-091-7/+9
* Make the return value a `char *' instead of a `const char *'.Martin Baulig1998-12-091-1/+1
* It does not work to get information about the swapper task on FreeBSDMartin Baulig1998-11-111-5/+11
* Use glibtop_warn_io_r () instead of glibtop_error_io_r ().Martin Baulig1998-10-301-1/+7
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-261-0/+91