summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* **** Merged from HEAD ****Martin Baulig1999-09-165-12/+5
* **** Merged from HEAD ****Martin Baulig1999-05-271-1/+1
* *** empty log message ***Martin Baulig1999-05-272-2/+11
* **** Merged from HEAD ****Martin Baulig1999-05-271-2/+13
* **** Merged from HEAD ****Martin Baulig1999-05-272-60/+63
* **** Merged from HEAD ****Martin Baulig1999-05-274-7/+333
* **** Merged from HEAD ****Martin Baulig1999-05-273-4/+9
* *** empty log message ***Martin Baulig1999-05-201-0/+2
* Minor Alpha fixes.Martin Baulig1999-05-031-6/+23
* Merged a few bug fixes from the HEAD.Martin Baulig1999-05-031-0/+362
* 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
* Using `text_rss', `shlib_rss', `data_rss' and `dirty_size' instead ofMartin Baulig1998-08-123-58/+61
* Reverted changed made in last revision (1.21) of this file.Martin Baulig1998-08-121-30/+1
* New file. Added definition of `proc_map'.Martin Baulig1998-08-103-1/+139
* Added new fields `rtime' and `frequency'.Martin Baulig1998-08-102-8/+33
* Renamed `wchan' field to `nwchan'; added `wchan' which is of type `charMartin Baulig1998-08-092-8/+12
* Changed format of this file to support multiple arguments to be passed toMartin Baulig1998-08-092-2/+2
* On FreeBSD, printf () doesn't like '%Lx', '%Ld' and '%Lu', so we useMartin Baulig1998-08-082-222/+354
* Added `pagein' and `pageout'.Martin Baulig1998-08-011-2/+3
* Using `u_int64_t' instead of `unsigned long' and `long' to avoid problemsMartin Baulig1998-07-303-60/+60