summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Minor Alpha fixes (merged from stable).Martin Baulig1999-05-271-6/+23
* *** empty log message ***Martin Baulig1999-05-271-2/+2
* Use LibGTop version conditionals so we can more easily merge the code intoMartin Baulig1999-05-274-2/+193
* Changed pfintf formats to "%lld" when printing u_int64_t. This is stillDrazen Kacar1999-05-082-1/+7
* Renamed this to `libgtop_timersub' and define it on all systems.Martin Baulig1999-05-072-60/+63
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-062-2/+2
* Added `pointer_size' which is the number of bits of a `void *'.Martin Baulig1999-05-061-0/+2
* Added initial port for BSD/OS (aka BSDI) 2.x and 3.x. 4.x should also(?)Timur Bakeyev1999-04-082-0/+26
* *** empty log message ***Martin Baulig1999-03-311-1/+1
* Added some new features.Martin Baulig1999-03-312-36/+152
* *** empty log message ***Martin Baulig1999-03-302-4/+4
* Don't include the private <glibtop_private.h>.Martin Baulig1999-03-261-2/+0
* *** empty log message ***Martin Baulig1999-03-242-20/+37
* Use getrusage () to get the timings and divide the timings by theMartin Baulig1999-03-241-83/+220
* *** empty log message ***Martin Baulig1999-03-241-0/+1
* New example.Martin Baulig1999-03-243-2/+223
* *** empty log message ***Martin Baulig1999-03-232-4/+4
* *** empty log message ***Martin Baulig1999-03-171-0/+1
* Fixed a bug that caused a core dump when the sysdeps code does not returnMartin Baulig1999-03-173-4/+9
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-238-56/+56
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-228-104/+120
* Sometimes @LIBSUPPORT@ references symbols from @INTLLIBS@ so we needMartin Baulig1999-02-191-8/+8
* Initialize INCLUDES to `@INCLUDES@' to make it clear that it is set inMartin Baulig1999-02-161-0/+2
* *** empty log message ***Martin Baulig1999-02-151-0/+1
* Fix a really bad thing from Jeff Garzik; don't override INCLUDES inMartin Baulig1999-02-151-2/+0
* Removed hardcoded gcc arguments. Converted remaining CFLAGS settings toJeff Garzik1999-02-151-1/+1
* Make the return value a `char *' instead of a `const char *'.Martin Baulig1998-12-092-2/+24
* *** empty log message ***Martin Baulig1998-11-221-2/+2
* Print address first and then the subnet.Martin Baulig1998-11-221-2/+2
* Call inet_ntoa () to get address and subnet in quatted dot notation (likeMartin Baulig1998-11-222-4/+24
* New example.Martin Baulig1998-11-024-7/+172
* More network load stuff.Martin Baulig1998-10-261-3/+22
* Added new features to get network load:Martin Baulig1998-10-263-2/+110
* Added new feature (proc_args) to get command line arguments:Martin Baulig1998-10-263-1/+51
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-252-0/+15
* Removed @libs_xauth@ and -lgdbm from the _LDADD variables since libtoolMartin Baulig1998-10-101-7/+6
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-062-2/+2
* More G_GNUC_UNUSED fun.Martin Baulig1998-10-042-2/+2
* Install everything in $(libexecdir)/libgtop.Martin Baulig1998-09-282-1/+7
* Applied patch from Alexander Jolk to make it work with --disable-static.Martin Baulig1998-09-281-4/+6
* Added SMP support.Martin Baulig1998-09-091-0/+88
* New file. Nice tool to show CPU statistics on SMP systems.Martin Baulig1998-09-093-2/+141
* Fixed some compiler warnings.Martin Baulig1998-08-254-70/+63
* Installing examples in `$(libexecdir)'.Martin Baulig1998-08-191-1/+4
* Correctly using `(1 << GLIBTOP_MAP_ENTRY_FILENAME)' now.Martin Baulig1998-08-181-1/+1
* Set version number to 0.25.0. There is now really a feature freeze untilMartin Baulig1998-08-181-9/+30
* Added `LIBGTOP_MICRO_VERSION'. Likewise.Martin Baulig1998-08-181-5/+6
* We now display filenames when compiled `--with-libgtop-inodedb'.Martin Baulig1998-08-172-5/+39
* Added new fields `nr_running', `nr_tasks', `last_pid'. Added new fieldsMartin Baulig1998-08-161-3/+7
* Works a little bit more like `ps' - you can give an optional command lineMartin Baulig1998-08-122-95/+114