summaryrefslogtreecommitdiff
path: root/sysdeps/linux/sysinfo.c
Commit message (Expand)AuthorAgeFilesLines
* When parsing /proc/cpuinfo, ignore paragraphs that do not describe a CPU/core.Benoît Dejean2017-01-281-6/+14
* Use a dynamically allocated buffer to read /proc/cpuinfo to handle computersBenoît Dejean2017-01-221-2/+6
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Linux cpuinfo count fixed for SMP PPC processors (bgo #621831)Robert Roth2013-12-091-1/+2
* Increased buffersize to be able to hold larger cpuinfo files (bgo #681632)Robert Roth2013-08-221-1/+1
* Fixed cpuinfo path. Sorry :/Benoît Dejean2007-08-271-1/+1
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-261-3/+3
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-201-2/+0
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Added Added RemovedBenoît Dejean2004-11-281-0/+2
* Added -gnu89 to CFLAGS.Benoît Dejean2004-08-091-2/+2
* Removed useless memset.Benoît Dejean2004-07-031-2/+0
* Added. These functions are commonly used. Misc cleanups.Benoît Dejean2004-07-031-19/+2
* Whitespace cleanup.Benoît Dejean2004-06-181-1/+1
* Re-implemented. Fixed segfault on SMP. Stores keys in cpuinfo->labelsBenoît Dejean2004-06-131-0/+1
* Fixed segfault on SMP.Benoît Dejean2004-06-121-1/+1
* Fixed segfault on SMP.Benoît Dejean2004-06-121-2/+2
* Cleaned. (proc_file_to_buffer): Uninlined.Benoît Dejean2004-06-121-27/+54
* Added to repository.Benoît Dejean2004-06-121-6/+3
* whitespace clean up.Benoît Dejean2004-06-091-2/+2
* Removed. Cleaned. Replaced unsafe strcpy by g_strlcpy.Benoît Dejean2004-06-061-4/+5
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+94
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-96/+0
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-35/+37
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-1/+1
* Avoid isspace('\0').Martin Baulig1999-03-181-2/+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; look for the colon separating key and value.Martin Baulig1998-12-241-4/+8
* *** empty log message ***Martin Baulig1998-09-121-2/+0
* New file.Martin Baulig1998-09-121-0/+88